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. -
-
Uses of CreatorProperty in com.fasterxml.jackson.databind.deser
Constructors 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)
-