Package com.fasterxml.jackson.module.paranamer
-
Class Summary Class Description PackageVersion Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.ParanamerAnnotationIntrospector Stand-aloneAnnotationIntrospectorthat defines functionality to discover names of constructor (and factory method) parameters, without using any defaulting.ParanamerModule Convenience module that registers stand-aloneParanamerOnJacksonAnnotationIntrospectorafter existing introspectors, to add support for discovering names of creator (constructor, factory method) parameters automatically, without explicit annotations.ParanamerOnJacksonAnnotationIntrospector Stand-aloneAnnotationIntrospectorthat defines functionality to discover names of constructor (and factory method) parameters, on top of default Jackson annotation processing.SerializableParanamer Simple wrapper used to hide the fact that paranamer accessor itself if not JDK serializable in a way to keep actualObjectMapper/ObjectReaderserializable.