Uses of Class
com.fasterxml.jackson.databind.deser.impl.PropertyBasedCreator
Packages that use PropertyBasedCreator
Package
Description
Contains implementation classes of deserialization part of
data binding.
Contains those implementation classes of deserialization part of
data binding that are not considered part of public or semi-public
interfaces.
Contains public standard implementations of abstraction that
Jackson uses.
-
Uses of PropertyBasedCreator in com.fasterxml.jackson.databind.deser
Fields in com.fasterxml.jackson.databind.deser declared as PropertyBasedCreatorModifier and TypeFieldDescriptionprotected PropertyBasedCreatorBeanDeserializerBase._propertyBasedCreatorIf 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 com.fasterxml.jackson.databind.deser.impl
Methods in com.fasterxml.jackson.databind.deser.impl that return PropertyBasedCreatorModifier and TypeMethodDescriptionstatic PropertyBasedCreatorPropertyBasedCreator.construct(DeserializationContext ctxt, ValueInstantiator valueInstantiator, SettableBeanProperty[] srcCreatorProps) Deprecated.static PropertyBasedCreatorPropertyBasedCreator.construct(DeserializationContext ctxt, ValueInstantiator valueInstantiator, SettableBeanProperty[] srcCreatorProps, boolean caseInsensitive) Factory method used for building actual instances to be used with types OTHER than POJOs.static PropertyBasedCreatorPropertyBasedCreator.construct(DeserializationContext ctxt, ValueInstantiator valueInstantiator, SettableBeanProperty[] srcCreatorProps, BeanPropertyMap allProperties) Factory method used for building actual instances to be used with POJOS: resolves deserializers, checks for "null values".Methods in com.fasterxml.jackson.databind.deser.impl with parameters of type PropertyBasedCreatorModifier and TypeMethodDescriptionExternalTypeHandler.complete(com.fasterxml.jackson.core.JsonParser p, DeserializationContext ctxt, PropertyValueBuffer buffer, PropertyBasedCreator creator) Variant called when creation of the POJO involves buffering of creator properties as well as property-based creator. -
Uses of PropertyBasedCreator in com.fasterxml.jackson.databind.deser.std
Fields in com.fasterxml.jackson.databind.deser.std declared as PropertyBasedCreatorModifier and TypeFieldDescriptionprotected PropertyBasedCreatorEnumMapDeserializer._propertyBasedCreatorIf 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.protected PropertyBasedCreatorMapDeserializer._propertyBasedCreatorIf 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.