C D F P S V _ 

C

com.fasterxml.jackson.module.paranamer - package com.fasterxml.jackson.module.paranamer
 

D

defaultParanamer() - Method in class com.fasterxml.jackson.module.paranamer.SerializableParanamer
Overridable method in case someone really wants to sub-class this implementation.

F

findImplicitPropertyName(AnnotatedMember) - Method in class com.fasterxml.jackson.module.paranamer.ParanamerAnnotationIntrospector
 
findImplicitPropertyName(AnnotatedMember) - Method in class com.fasterxml.jackson.module.paranamer.ParanamerOnJacksonAnnotationIntrospector
 
findNameForDeserialization(Annotated) - Method in class com.fasterxml.jackson.module.paranamer.ParanamerAnnotationIntrospector
 
findNameForDeserialization(Annotated) - Method in class com.fasterxml.jackson.module.paranamer.ParanamerOnJacksonAnnotationIntrospector
 
findParameterName(AnnotatedParameter) - Method in class com.fasterxml.jackson.module.paranamer.SerializableParanamer
 

P

PackageVersion - Class in com.fasterxml.jackson.module.paranamer
Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.
PackageVersion() - Constructor for class com.fasterxml.jackson.module.paranamer.PackageVersion
 
ParanamerAnnotationIntrospector - Class in com.fasterxml.jackson.module.paranamer
Stand-alone AnnotationIntrospector that defines functionality to discover names of constructor (and factory method) parameters, without using any defaulting.
ParanamerAnnotationIntrospector() - Constructor for class com.fasterxml.jackson.module.paranamer.ParanamerAnnotationIntrospector
 
ParanamerAnnotationIntrospector(SerializableParanamer) - Constructor for class com.fasterxml.jackson.module.paranamer.ParanamerAnnotationIntrospector
 
ParanamerAnnotationIntrospector(Paranamer) - Constructor for class com.fasterxml.jackson.module.paranamer.ParanamerAnnotationIntrospector
 
ParanamerModule - Class in com.fasterxml.jackson.module.paranamer
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.
ParanamerModule() - Constructor for class com.fasterxml.jackson.module.paranamer.ParanamerModule
 
ParanamerModule(Paranamer) - Constructor for class com.fasterxml.jackson.module.paranamer.ParanamerModule
 
ParanamerOnJacksonAnnotationIntrospector - Class in com.fasterxml.jackson.module.paranamer
Stand-alone AnnotationIntrospector that defines functionality to discover names of constructor (and factory method) parameters, on top of default Jackson annotation processing.
ParanamerOnJacksonAnnotationIntrospector() - Constructor for class com.fasterxml.jackson.module.paranamer.ParanamerOnJacksonAnnotationIntrospector
 
ParanamerOnJacksonAnnotationIntrospector(SerializableParanamer) - Constructor for class com.fasterxml.jackson.module.paranamer.ParanamerOnJacksonAnnotationIntrospector
 
ParanamerOnJacksonAnnotationIntrospector(Paranamer) - Constructor for class com.fasterxml.jackson.module.paranamer.ParanamerOnJacksonAnnotationIntrospector
Deprecated.
since 2.7.6

S

SerializableParanamer - Class in com.fasterxml.jackson.module.paranamer
Simple wrapper used to hide the fact that paranamer accessor itself if not JDK serializable in a way to keep actual ObjectMapper / ObjectReader serializable.
SerializableParanamer() - Constructor for class com.fasterxml.jackson.module.paranamer.SerializableParanamer
 
SerializableParanamer(Paranamer) - Constructor for class com.fasterxml.jackson.module.paranamer.SerializableParanamer
 
setupModule(Module.SetupContext) - Method in class com.fasterxml.jackson.module.paranamer.ParanamerModule
 

V

VERSION - Static variable in class com.fasterxml.jackson.module.paranamer.PackageVersion
 
version() - Method in class com.fasterxml.jackson.module.paranamer.PackageVersion
 

_

_paranamer - Variable in class com.fasterxml.jackson.module.paranamer.ParanamerAnnotationIntrospector
Wrapper used to encapsulate actual Paranamer call, to allow serialization of this introspector
_paranamer - Variable in class com.fasterxml.jackson.module.paranamer.ParanamerModule
Caller may specify alternate Paranamer to use, over default BytecodeReadingParanamer
_paranamer - Variable in class com.fasterxml.jackson.module.paranamer.ParanamerOnJacksonAnnotationIntrospector
Wrapper used to encapsulate actual Paranamer call, to allow serialization of this introspector
_paranamer - Variable in class com.fasterxml.jackson.module.paranamer.SerializableParanamer
 
C D F P S V _ 

Copyright © 2016 FasterXML. All rights reserved.