Uses of Class
com.fasterxml.jackson.databind.deser.CreatorProperty
Packages that use CreatorProperty
Package
Description
Contains implementation classes of deserialization part of
data binding.
-
Uses of CreatorProperty in com.fasterxml.jackson.databind.deser
Methods in com.fasterxml.jackson.databind.deser that return CreatorPropertyModifier and TypeMethodDescriptionstatic CreatorPropertyCreatorProperty.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 creatingCreatorPropertyinstancesConstructors in com.fasterxml.jackson.databind.deser with parameters of type CreatorPropertyModifierConstructorDescriptionprotectedCreatorProperty(CreatorProperty src, JsonDeserializer<?> deser, NullValueProvider nva) protectedCreatorProperty(CreatorProperty src, PropertyName newName)