|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreatorProperty | |
---|---|
org.codehaus.jackson.map.deser | Contains implementation classes of deserialization part of data binding. |
org.codehaus.jackson.map.deser.impl | Contains those implementation classes of deserialization part of data binding that are not considered part of public or semi-public interfaces. |
org.codehaus.jackson.map.deser.std | Contains public standard implementations of abstraction that Jackson uses. |
Uses of CreatorProperty in org.codehaus.jackson.map.deser |
---|
Methods in org.codehaus.jackson.map.deser that return CreatorProperty | |
---|---|
protected CreatorProperty |
BeanDeserializerFactory.constructCreatorProperty(DeserializationConfig config,
BasicBeanDescription beanDesc,
String name,
int index,
AnnotatedParameter param,
Object injectableValueId)
Method that will construct a property object that represents a logical property passed via Creator (constructor or static factory method) |
Uses of CreatorProperty in org.codehaus.jackson.map.deser.impl |
---|
Fields in org.codehaus.jackson.map.deser.impl declared as CreatorProperty | |
---|---|
protected CreatorProperty[] |
CreatorCollector._propertyBasedArgs
|
Methods in org.codehaus.jackson.map.deser.impl that return CreatorProperty | |
---|---|
CreatorProperty |
CreatorProperty.withValueDeserializer(JsonDeserializer<Object> deser)
|
Methods in org.codehaus.jackson.map.deser.impl with parameters of type CreatorProperty | |
---|---|
void |
CreatorCollector.addPropertyCreator(AnnotatedWithParams creator,
CreatorProperty[] properties)
|
Constructors in org.codehaus.jackson.map.deser.impl with parameters of type CreatorProperty | |
---|---|
CreatorProperty(CreatorProperty src,
JsonDeserializer<Object> deser)
|
Uses of CreatorProperty in org.codehaus.jackson.map.deser.std |
---|
Fields in org.codehaus.jackson.map.deser.std declared as CreatorProperty | |
---|---|
protected CreatorProperty[] |
StdValueInstantiator._constructorArguments
|
Methods in org.codehaus.jackson.map.deser.std with parameters of type CreatorProperty | |
---|---|
void |
StdValueInstantiator.configureFromObjectSettings(AnnotatedWithParams defaultCreator,
AnnotatedWithParams delegateCreator,
JavaType delegateType,
AnnotatedWithParams withArgsCreator,
CreatorProperty[] constructorArgs)
Method for setting properties related to instantiating values from JSON Object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |