Uses of Class
org.codehaus.jackson.map.deser.BeanDeserializerBuilder
-
Packages that use BeanDeserializerBuilder Package Description org.codehaus.jackson.map.deser Contains implementation classes of deserialization part of data binding. -
-
Uses of BeanDeserializerBuilder in org.codehaus.jackson.map.deser
Methods in org.codehaus.jackson.map.deser that return BeanDeserializerBuilder Modifier and Type Method Description protected BeanDeserializerBuilderBeanDeserializerFactory. constructBeanDeserializerBuilder(BasicBeanDescription beanDesc)Overridable method that constructs aBeanDeserializerBuilderwhich is used to accumulate information needed to create deserializer instance.BeanDeserializerBuilderBeanDeserializerModifier. updateBuilder(DeserializationConfig config, BasicBeanDescription beanDesc, BeanDeserializerBuilder builder)Method called byBeanDeserializerFactorywhen it has collected basic information such as tentative list of properties to deserialize.Methods in org.codehaus.jackson.map.deser with parameters of type BeanDeserializerBuilder Modifier and Type Method Description protected voidBeanDeserializerFactory. addBeanProps(DeserializationConfig config, BasicBeanDescription beanDesc, BeanDeserializerBuilder builder)Method called to figure out settable properties for the bean deserializer to use.protected voidBeanDeserializerFactory. addInjectables(DeserializationConfig config, BasicBeanDescription beanDesc, BeanDeserializerBuilder builder)Method called locate all members used for value injection (if any), constructorValueInjectorinstances, and add them to builder.protected voidBeanDeserializerFactory. addReferenceProperties(DeserializationConfig config, BasicBeanDescription beanDesc, BeanDeserializerBuilder builder)Method that will find if bean has any managed- or back-reference properties, and if so add them to bean, to be linked during resolution phase.BeanDeserializerBuilderBeanDeserializerModifier. updateBuilder(DeserializationConfig config, BasicBeanDescription beanDesc, BeanDeserializerBuilder builder)Method called byBeanDeserializerFactorywhen it has collected basic information such as tentative list of properties to deserialize.Constructors in org.codehaus.jackson.map.deser with parameters of type BeanDeserializerBuilder Constructor Description BeanDeserializerBuilder(BeanDeserializerBuilder src)Copy constructor for sub-classes to use, when constructing custom builder instances
-