| 程序包 | 说明 | 
|---|---|
| org.codehaus.jackson.map.deser | 
 Contains implementation classes of deserialization part of 
 data binding. 
 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
protected BeanDeserializerBuilder | 
BeanDeserializerFactory.constructBeanDeserializerBuilder(BasicBeanDescription beanDesc)
Overridable method that constructs a  
BeanDeserializerBuilder
 which is used to accumulate information needed to create deserializer
 instance. | 
BeanDeserializerBuilder | 
BeanDeserializerModifier.updateBuilder(DeserializationConfig config,
             BasicBeanDescription beanDesc,
             BeanDeserializerBuilder builder)
Method called by  
BeanDeserializerFactory when it has collected
 basic information such as tentative list of properties to deserialize. | 
| 限定符和类型 | 方法和说明 | 
|---|---|
protected void | 
BeanDeserializerFactory.addBeanProps(DeserializationConfig config,
            BasicBeanDescription beanDesc,
            BeanDeserializerBuilder builder)
Method called to figure out settable properties for the
 bean deserializer to use. 
 | 
protected void | 
BeanDeserializerFactory.addInjectables(DeserializationConfig config,
              BasicBeanDescription beanDesc,
              BeanDeserializerBuilder builder)
Method called locate all members used for value injection (if any),
 constructor  
ValueInjector instances, and add them to builder. | 
protected void | 
BeanDeserializerFactory.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. 
 | 
BeanDeserializerBuilder | 
BeanDeserializerModifier.updateBuilder(DeserializationConfig config,
             BasicBeanDescription beanDesc,
             BeanDeserializerBuilder builder)
Method called by  
BeanDeserializerFactory when it has collected
 basic information such as tentative list of properties to deserialize. | 
| 构造器和说明 | 
|---|
BeanDeserializerBuilder(BeanDeserializerBuilder src)
Copy constructor for sub-classes to use, when constructing
 custom builder instances 
 |