|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyBasedCreator | |
---|---|
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. |
Uses of PropertyBasedCreator in org.codehaus.jackson.map.deser |
---|
Fields in org.codehaus.jackson.map.deser declared as PropertyBasedCreator | |
---|---|
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. |
Uses of PropertyBasedCreator in org.codehaus.jackson.map.deser.std |
---|
Fields in org.codehaus.jackson.map.deser.std declared as PropertyBasedCreator | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |