Uses of Class
tools.jackson.databind.deser.CreatorProperty
Packages that use CreatorProperty
Package
Description
Contains implementation classes of deserialization part of
data binding.
Package that contains standard value and key deserializer implementations
Jackson uses for its own public types.
-
Uses of CreatorProperty in tools.jackson.databind.deser
Methods in tools.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 tools.jackson.databind.deser with parameters of type CreatorPropertyModifierConstructorDescriptionprotectedCreatorProperty(CreatorProperty src, TypeDeserializer typeDeser) protectedCreatorProperty(CreatorProperty src, PropertyName newName) protectedCreatorProperty(CreatorProperty src, ValueDeserializer<?> deser, NullValueProvider nva) -
Uses of CreatorProperty in tools.jackson.databind.deser.jackson
Methods in tools.jackson.databind.deser.jackson that return CreatorPropertyModifier and TypeMethodDescriptionprivate static CreatorPropertyTokenStreamLocationInstantiator.creatorProp(String name, JavaType type, int index, boolean req)