Uses of Class
com.fasterxml.jackson.databind.deser.CreatorProperty

Packages that use CreatorProperty
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. 
 

Uses of CreatorProperty in com.fasterxml.jackson.databind.deser
 

Methods in com.fasterxml.jackson.databind.deser that return CreatorProperty
protected  CreatorProperty BasicDeserializerFactory.constructCreatorProperty(DeserializationContext ctxt, BeanDescription 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)
 CreatorProperty CreatorProperty.withName(String newName)
           
 CreatorProperty CreatorProperty.withValueDeserializer(JsonDeserializer<?> deser)
           
 

Constructors in com.fasterxml.jackson.databind.deser with parameters of type CreatorProperty
CreatorProperty(CreatorProperty src, JsonDeserializer<?> deser)
           
CreatorProperty(CreatorProperty src, String newName)
           
 

Uses of CreatorProperty in com.fasterxml.jackson.databind.deser.impl
 

Fields in com.fasterxml.jackson.databind.deser.impl declared as CreatorProperty
protected  CreatorProperty[] CreatorCollector._delegateArgs
           
protected  CreatorProperty[] CreatorCollector._propertyBasedArgs
           
 

Methods in com.fasterxml.jackson.databind.deser.impl with parameters of type CreatorProperty
 void CreatorCollector.addDelegatingCreator(AnnotatedWithParams creator, CreatorProperty[] injectables)
           
 void CreatorCollector.addPropertyCreator(AnnotatedWithParams creator, CreatorProperty[] properties)
           
 

Uses of CreatorProperty in com.fasterxml.jackson.databind.deser.std
 

Fields in com.fasterxml.jackson.databind.deser.std declared as CreatorProperty
protected  CreatorProperty[] StdValueInstantiator._constructorArguments
           
protected  CreatorProperty[] StdValueInstantiator._delegateArguments
           
 

Methods in com.fasterxml.jackson.databind.deser.std that return CreatorProperty
 CreatorProperty[] JacksonDeserializers.JsonLocationInstantiator.getFromObjectArguments(DeserializationConfig config)
           
 

Methods in com.fasterxml.jackson.databind.deser.std with parameters of type CreatorProperty
 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.configureFromObjectSettings(AnnotatedWithParams defaultCreator, AnnotatedWithParams delegateCreator, JavaType delegateType, CreatorProperty[] delegateArgs, AnnotatedWithParams withArgsCreator, CreatorProperty[] constructorArgs)
          Method for setting properties related to instantiating values from JSON Object.
 



Copyright © 2012 fasterxml.com. All Rights Reserved.