Uses of Class
com.fasterxml.jackson.databind.deser.SettableAnyProperty
-
Packages that use SettableAnyProperty Package Description com.fasterxml.jackson.databind.deser Contains implementation classes of deserialization part of data binding.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 SettableAnyProperty in com.fasterxml.jackson.databind.deser
Subclasses of SettableAnyProperty in com.fasterxml.jackson.databind.deser Modifier and Type Class Description protected static classSettableAnyProperty.JsonNodeFieldAnyPropertyprotected static classSettableAnyProperty.MapFieldAnyPropertyprotected static classSettableAnyProperty.MethodAnyPropertyFields in com.fasterxml.jackson.databind.deser declared as SettableAnyProperty Modifier and Type Field Description protected SettableAnyPropertyBeanDeserializerBase. _anySetterFallback setter used for handling any properties that are not mapped to regular setters.protected SettableAnyPropertyBeanDeserializerBuilder. _anySetterFallback setter used for handling any properties that are not mapped to regular setters.Methods in com.fasterxml.jackson.databind.deser with parameters of type SettableAnyProperty Modifier and Type Method Description voidBeanDeserializerBuilder. setAnySetter(SettableAnyProperty s) -
Uses of SettableAnyProperty in com.fasterxml.jackson.databind.deser.impl
Methods in com.fasterxml.jackson.databind.deser.impl with parameters of type SettableAnyProperty Modifier and Type Method Description voidPropertyValueBuffer. bufferAnyProperty(SettableAnyProperty prop, String propName, Object value)
-