Uses of Class
org.codehaus.jackson.map.deser.impl.PropertyBasedCreator
-
Packages that use PropertyBasedCreator Package Description 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 Modifier and Type Field Description 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 Modifier and Type Field Description 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.
-