Uses of Class
com.fasterxml.jackson.databind.deser.impl.MethodProperty
-
Packages that use MethodProperty Package Description com.fasterxml.jackson.databind.deser.impl Contains those implementation classes of deserialization part of data binding that are not considered part of public or semi-public interfaces. -
-
Uses of MethodProperty in com.fasterxml.jackson.databind.deser.impl
Constructors in com.fasterxml.jackson.databind.deser.impl with parameters of type MethodProperty Constructor Description MethodProperty(MethodProperty src, JsonDeserializer<?> deser, NullValueProvider nva)
MethodProperty(MethodProperty src, PropertyName newName)
MethodProperty(MethodProperty src, java.lang.reflect.Method m)
Constructor used for JDK Serialization when reading persisted object
-