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
Fields in com.fasterxml.jackson.databind.deser declared as SettableAnyProperty Modifier and Type Field Description protected SettableAnyProperty
BeanDeserializerBase. _anySetter
Fallback setter used for handling any properties that are not mapped to regular setters.protected SettableAnyProperty
BeanDeserializerBuilder. _anySetter
Fallback setter used for handling any properties that are not mapped to regular setters.private SettableAnyProperty
SettableAnyProperty.AnySetterReferring. _parent
Methods in com.fasterxml.jackson.databind.deser that return SettableAnyProperty Modifier and Type Method Description protected SettableAnyProperty
BeanDeserializerFactory. constructAnySetter(DeserializationContext ctxt, BeanDescription beanDesc, AnnotatedMember mutator)
Method called to construct fallbackSettableAnyProperty
for handling unknown bean properties, given a method that has been designated as such setter.SettableAnyProperty
BeanDeserializerBuilder. getAnySetter()
SettableAnyProperty
SettableAnyProperty. withValueDeserializer(JsonDeserializer<java.lang.Object> deser)
Methods in com.fasterxml.jackson.databind.deser with parameters of type SettableAnyProperty Modifier and Type Method Description void
BeanDeserializerBuilder. setAnySetter(SettableAnyProperty s)
Constructors in com.fasterxml.jackson.databind.deser with parameters of type SettableAnyProperty Constructor Description AnySetterReferring(SettableAnyProperty parent, UnresolvedForwardReference reference, java.lang.Class<?> type, java.lang.Object instance, java.lang.String propName)
-
Uses of SettableAnyProperty in com.fasterxml.jackson.databind.deser.impl
Fields in com.fasterxml.jackson.databind.deser.impl declared as SettableAnyProperty Modifier and Type Field Description (package private) SettableAnyProperty
PropertyValue.Any. _property
Methods in com.fasterxml.jackson.databind.deser.impl with parameters of type SettableAnyProperty Modifier and Type Method Description void
PropertyValueBuffer. bufferAnyProperty(SettableAnyProperty prop, java.lang.String propName, java.lang.Object value)
Constructors in com.fasterxml.jackson.databind.deser.impl with parameters of type SettableAnyProperty Constructor Description Any(PropertyValue next, java.lang.Object value, SettableAnyProperty prop, java.lang.String propName)
-