Uses of Class
tools.jackson.databind.deser.impl.MethodProperty
Packages that use MethodProperty
Package
Description
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 tools.jackson.databind.deser.impl
Constructors in tools.jackson.databind.deser.impl with parameters of type MethodPropertyModifierConstructorDescriptionprotectedMethodProperty(MethodProperty src, PropertyName newName) protectedMethodProperty(MethodProperty src, ValueDeserializer<?> deser, NullValueProvider nva)