|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotatedWithParams | |
---|---|
com.fasterxml.jackson.databind.deser | Contains implementation classes of deserialization part of data binding. |
com.fasterxml.jackson.databind.deser.impl | Contains those implementation classes of deserialization part of data binding that are not considered part of public or semi-public interfaces. |
com.fasterxml.jackson.databind.deser.std | Contains public standard implementations of abstraction that Jackson uses. |
com.fasterxml.jackson.databind.introspect | Functionality needed for Bean introspection, required for detecting accessors and mutators for Beans, as well as locating and handling method annotations. |
Uses of AnnotatedWithParams in com.fasterxml.jackson.databind.deser |
---|
Methods in com.fasterxml.jackson.databind.deser that return AnnotatedWithParams | |
---|---|
AnnotatedWithParams |
ValueInstantiator.getDefaultCreator()
Method that can be called to try to access member (constructor, static factory method) that is used as the "default creator" (creator that is called without arguments; typically default [zero-argument] constructor of the type). |
AnnotatedWithParams |
ValueInstantiator.getDelegateCreator()
Method that can be called to try to access member (constructor, static factory method) that is used as the "delegate creator". |
AnnotatedWithParams |
ValueInstantiator.getWithArgsCreator()
Method that can be called to try to access member (constructor, static factory method) that is used as the "non-default creator" (constructor or factory method that takes one or more arguments). |
Uses of AnnotatedWithParams in com.fasterxml.jackson.databind.deser.impl |
---|
Fields in com.fasterxml.jackson.databind.deser.impl declared as AnnotatedWithParams | |
---|---|
protected AnnotatedWithParams |
CreatorCollector._booleanCreator
|
protected AnnotatedWithParams |
CreatorCollector._delegateCreator
|
protected AnnotatedWithParams |
CreatorCollector._doubleCreator
|
protected AnnotatedWithParams |
CreatorCollector._intCreator
|
protected AnnotatedWithParams |
CreatorCollector._longCreator
|
protected AnnotatedWithParams |
CreatorCollector._propertyBasedCreator
|
protected AnnotatedWithParams |
CreatorCollector._stringCreator
|
Methods in com.fasterxml.jackson.databind.deser.impl that return AnnotatedWithParams | |
---|---|
protected AnnotatedWithParams |
CreatorCollector.verifyNonDup(AnnotatedWithParams newOne,
AnnotatedWithParams oldOne,
String type)
|
Methods in com.fasterxml.jackson.databind.deser.impl with parameters of type AnnotatedWithParams | |
---|---|
void |
CreatorCollector.addBooleanCreator(AnnotatedWithParams creator)
|
void |
CreatorCollector.addDelegatingCreator(AnnotatedWithParams creator,
CreatorProperty[] injectables)
|
void |
CreatorCollector.addDoubleCreator(AnnotatedWithParams creator)
|
void |
CreatorCollector.addIntCreator(AnnotatedWithParams creator)
|
void |
CreatorCollector.addLongCreator(AnnotatedWithParams creator)
|
void |
CreatorCollector.addPropertyCreator(AnnotatedWithParams creator,
CreatorProperty[] properties)
|
void |
CreatorCollector.addStringCreator(AnnotatedWithParams creator)
|
protected AnnotatedWithParams |
CreatorCollector.verifyNonDup(AnnotatedWithParams newOne,
AnnotatedWithParams oldOne,
String type)
|
Uses of AnnotatedWithParams in com.fasterxml.jackson.databind.deser.std |
---|
Fields in com.fasterxml.jackson.databind.deser.std declared as AnnotatedWithParams | |
---|---|
protected AnnotatedWithParams |
StdValueInstantiator._defaultCreator
Default (no-argument) constructor to use for instantiation (with StdValueInstantiator.createUsingDefault(com.fasterxml.jackson.databind.DeserializationContext) ) |
protected AnnotatedWithParams |
StdValueInstantiator._delegateCreator
|
protected AnnotatedWithParams |
StdValueInstantiator._fromBooleanCreator
|
protected AnnotatedWithParams |
StdValueInstantiator._fromDoubleCreator
|
protected AnnotatedWithParams |
StdValueInstantiator._fromIntCreator
|
protected AnnotatedWithParams |
StdValueInstantiator._fromLongCreator
|
protected AnnotatedWithParams |
StdValueInstantiator._fromStringCreator
|
protected AnnotatedWithParams |
StdValueInstantiator._withArgsCreator
|
Methods in com.fasterxml.jackson.databind.deser.std that return AnnotatedWithParams | |
---|---|
AnnotatedWithParams |
StdValueInstantiator.getDefaultCreator()
|
AnnotatedWithParams |
StdValueInstantiator.getDelegateCreator()
|
AnnotatedWithParams |
StdValueInstantiator.getWithArgsCreator()
|
Methods in com.fasterxml.jackson.databind.deser.std with parameters of type AnnotatedWithParams | |
---|---|
void |
StdValueInstantiator.configureFromBooleanCreator(AnnotatedWithParams creator)
|
void |
StdValueInstantiator.configureFromDoubleCreator(AnnotatedWithParams creator)
|
void |
StdValueInstantiator.configureFromIntCreator(AnnotatedWithParams creator)
|
void |
StdValueInstantiator.configureFromLongCreator(AnnotatedWithParams creator)
|
void |
StdValueInstantiator.configureFromObjectSettings(AnnotatedWithParams defaultCreator,
AnnotatedWithParams delegateCreator,
JavaType delegateType,
CreatorProperty[] delegateArgs,
AnnotatedWithParams withArgsCreator,
CreatorProperty[] constructorArgs)
Method for setting properties related to instantiating values from JSON Object. |
void |
StdValueInstantiator.configureFromStringCreator(AnnotatedWithParams creator)
|
Uses of AnnotatedWithParams in com.fasterxml.jackson.databind.introspect |
---|
Subclasses of AnnotatedWithParams in com.fasterxml.jackson.databind.introspect | |
---|---|
class |
AnnotatedConstructor
|
class |
AnnotatedMethod
|
Fields in com.fasterxml.jackson.databind.introspect declared as AnnotatedWithParams | |
---|---|
protected AnnotatedWithParams |
AnnotatedParameter._owner
Member (method, constructor) that this parameter belongs to |
Methods in com.fasterxml.jackson.databind.introspect that return AnnotatedWithParams | |
---|---|
AnnotatedWithParams |
AnnotatedParameter.getOwner()
Accessor for 'owner' of this parameter; method or constructor that has this parameter as member of its argument list. |
Constructors in com.fasterxml.jackson.databind.introspect with parameters of type AnnotatedWithParams | |
---|---|
AnnotatedParameter(AnnotatedWithParams owner,
Type type,
AnnotationMap annotations,
int index)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |