Uses of Class
org.codehaus.jackson.map.deser.impl.PropertyBasedCreator
Packages that use PropertyBasedCreator
Package
Description
Contains implementation classes of deserialization part of
data binding.
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 PropertyBasedCreatorModifier and TypeFieldDescriptionprotected final 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 PropertyBasedCreatorModifier and TypeFieldDescriptionprotected 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.