Uses of Class
com.fasterxml.jackson.databind.deser.CreatorProperty
-
Packages that use CreatorProperty Package Description com.fasterxml.jackson.databind.deser Contains implementation classes of deserialization part of data binding.com.fasterxml.jackson.databind.deser.std Contains public standard implementations of abstraction that Jackson uses. -
-
Uses of CreatorProperty in com.fasterxml.jackson.databind.deser
Methods in com.fasterxml.jackson.databind.deser that return CreatorProperty Modifier and Type Method Description static CreatorProperty
CreatorProperty. construct(PropertyName name, JavaType type, PropertyName wrapperName, TypeDeserializer typeDeser, Annotations contextAnnotations, AnnotatedParameter param, int index, com.fasterxml.jackson.annotation.JacksonInject.Value injectable, PropertyMetadata metadata)
Factory method for creatingCreatorProperty
instancesConstructors in com.fasterxml.jackson.databind.deser with parameters of type CreatorProperty Constructor Description CreatorProperty(CreatorProperty src, JsonDeserializer<?> deser, NullValueProvider nva)
CreatorProperty(CreatorProperty src, PropertyName newName)
-
Uses of CreatorProperty in com.fasterxml.jackson.databind.deser.std
Methods in com.fasterxml.jackson.databind.deser.std that return CreatorProperty Modifier and Type Method Description private static CreatorProperty
JsonLocationInstantiator. creatorProp(java.lang.String name, JavaType type, int index)
-