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