Class | Description |
---|---|
PackageVersion |
Automatically generated from PackageVersion.java.in during
packageVersion-generate execution of maven-replacer-plugin in
pom.xml.
|
ParanamerAnnotationIntrospector |
Stand-alone
AnnotationIntrospector that defines functionality
to discover names of constructor (and factory method) parameters,
without using any defaulting. |
ParanamerModule |
Convenience module that registers stand-alone
ParanamerOnJacksonAnnotationIntrospector
after existing introspectors, to add support for discovering names of
creator (constructor, factory method) parameters automatically, without
explicit annotations. |
ParanamerOnJacksonAnnotationIntrospector |
Stand-alone
AnnotationIntrospector that 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 actual
ObjectMapper / ObjectReader serializable. |
Copyright © 2021 FasterXML. All rights reserved.