Class SerializableParanamer
- java.lang.Object
-
- com.fasterxml.jackson.module.paranamer.SerializableParanamer
-
- All Implemented Interfaces:
Serializable
public class SerializableParanamer extends Object implements Serializable
Simple wrapper used to hide the fact that paranamer accessor itself if not JDK serializable in a way to keep actualObjectMapper
/ObjectReader
serializable.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected com.thoughtworks.paranamer.Paranamer
_paranamer
-
Constructor Summary
Constructors Constructor Description SerializableParanamer()
SerializableParanamer(com.thoughtworks.paranamer.Paranamer paranamer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.thoughtworks.paranamer.Paranamer
defaultParanamer()
Overridable method in case someone really wants to sub-class this implementation.String
findParameterName(com.fasterxml.jackson.databind.introspect.AnnotatedParameter param)
-
-
-
Method Detail
-
defaultParanamer
protected com.thoughtworks.paranamer.Paranamer defaultParanamer()
Overridable method in case someone really wants to sub-class this implementation.
-
findParameterName
public String findParameterName(com.fasterxml.jackson.databind.introspect.AnnotatedParameter param)
-
-