Uses of Class
org.codehaus.jackson.map.deser.impl.CreatorProperty
Packages that use CreatorProperty
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 CreatorProperty in org.codehaus.jackson.map.deser
Methods in org.codehaus.jackson.map.deser that return CreatorPropertyModifier and TypeMethodDescriptionprotected CreatorProperty
BeanDeserializerFactory.constructCreatorProperty
(DeserializationConfig config, BasicBeanDescription beanDesc, String name, int index, AnnotatedParameter param, Object injectableValueId) Method that will construct a property object that represents a logical property passed via Creator (constructor or static factory method) -
Uses of CreatorProperty in org.codehaus.jackson.map.deser.impl
Fields in org.codehaus.jackson.map.deser.impl declared as CreatorPropertyMethods in org.codehaus.jackson.map.deser.impl that return CreatorPropertyModifier and TypeMethodDescriptionCreatorProperty.withValueDeserializer
(JsonDeserializer<Object> deser) Methods in org.codehaus.jackson.map.deser.impl with parameters of type CreatorPropertyModifier and TypeMethodDescriptionvoid
CreatorCollector.addPropertyCreator
(AnnotatedWithParams creator, CreatorProperty[] properties) Constructors in org.codehaus.jackson.map.deser.impl with parameters of type CreatorPropertyModifierConstructorDescriptionprotected
CreatorProperty
(CreatorProperty src, JsonDeserializer<Object> deser) -
Uses of CreatorProperty in org.codehaus.jackson.map.deser.std
Fields in org.codehaus.jackson.map.deser.std declared as CreatorPropertyModifier and TypeFieldDescriptionprotected CreatorProperty[]
StdValueInstantiator._constructorArguments
Methods in org.codehaus.jackson.map.deser.std with parameters of type CreatorPropertyModifier and TypeMethodDescriptionvoid
StdValueInstantiator.configureFromObjectSettings
(AnnotatedWithParams defaultCreator, AnnotatedWithParams delegateCreator, JavaType delegateType, AnnotatedWithParams withArgsCreator, CreatorProperty[] constructorArgs) Method for setting properties related to instantiating values from JSON Object.