Uses of Class
com.fasterxml.jackson.module.paranamer.SerializableParanamer
-
Packages that use SerializableParanamer Package Description com.fasterxml.jackson.module.paranamer -
-
Uses of SerializableParanamer in com.fasterxml.jackson.module.paranamer
Fields in com.fasterxml.jackson.module.paranamer declared as SerializableParanamer Modifier and Type Field Description protected SerializableParanamer
ParanamerAnnotationIntrospector. _paranamer
Wrapper used to encapsulate actual Paranamer call, to allow serialization of this introspectorprotected SerializableParanamer
ParanamerOnJacksonAnnotationIntrospector. _paranamer
Wrapper used to encapsulate actual Paranamer call, to allow serialization of this introspectorConstructors in com.fasterxml.jackson.module.paranamer with parameters of type SerializableParanamer Constructor Description ParanamerAnnotationIntrospector(SerializableParanamer pn)
ParanamerOnJacksonAnnotationIntrospector(SerializableParanamer pn)
-