程序包 | 说明 |
---|---|
org.codehaus.jackson.map.deser |
Contains implementation classes of deserialization part of
data binding.
|
org.codehaus.jackson.map.deser.std |
Contains public standard implementations of abstraction that
Jackson uses.
|
限定符和类型 | 字段和说明 |
---|---|
protected PropertyBasedCreator |
BeanDeserializer._propertyBasedCreator
If the bean needs to be instantiated using constructor
or factory method
that takes one or more named properties as argument(s),
this creator is used for instantiation.
|
限定符和类型 | 字段和说明 |
---|---|
protected PropertyBasedCreator |
MapDeserializer._propertyBasedCreator
If the Map is to be instantiated using non-default constructor
or factory method
that takes one or more named properties as argument(s),
this creator is used for instantiation.
|