Class SerializableParanamer
java.lang.Object
com.fasterxml.jackson.module.paranamer.SerializableParanamer
- All Implemented Interfaces:
Serializable
Simple wrapper used to hide the fact that paranamer accessor itself if not JDK serializable
in a way to keep actual
ObjectMapper
/ ObjectReader
serializable.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.thoughtworks.paranamer.Paranamer
private static final long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.thoughtworks.paranamer.Paranamer
Overridable method in case someone really wants to sub-class this implementation.findParameterName
(com.fasterxml.jackson.databind.introspect.AnnotatedParameter param) (package private) Object
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
_paranamer
protected transient com.thoughtworks.paranamer.Paranamer _paranamer
-
-
Constructor Details
-
SerializableParanamer
public SerializableParanamer() -
SerializableParanamer
public SerializableParanamer(com.thoughtworks.paranamer.Paranamer paranamer)
-
-
Method Details
-
defaultParanamer
protected com.thoughtworks.paranamer.Paranamer defaultParanamer()Overridable method in case someone really wants to sub-class this implementation. -
findParameterName
-
readResolve
Object readResolve()
-