Uses of Class
com.fasterxml.jackson.databind.deser.SettableAnyProperty
Packages that use SettableAnyProperty
Package
Description
Contains implementation classes of deserialization part of
data binding.
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.deserModifier and TypeClassDescriptionprotected static class
protected static class
protected static class
Fields in com.fasterxml.jackson.databind.deser declared as SettableAnyPropertyModifier and TypeFieldDescriptionprotected 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.Methods in com.fasterxml.jackson.databind.deser that return SettableAnyPropertyModifier and TypeMethodDescriptionprotected 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.static SettableAnyProperty
SettableAnyProperty.constructForJsonNodeField
(DeserializationContext ctxt, BeanProperty property, AnnotatedMember field, JavaType valueType, JsonDeserializer<Object> valueDeser) static SettableAnyProperty
SettableAnyProperty.constructForMapField
(DeserializationContext ctxt, BeanProperty property, AnnotatedMember field, JavaType valueType, KeyDeserializer keyDeser, JsonDeserializer<Object> valueDeser, TypeDeserializer typeDeser) static SettableAnyProperty
SettableAnyProperty.constructForMethod
(DeserializationContext ctxt, BeanProperty property, AnnotatedMember field, JavaType valueType, KeyDeserializer keyDeser, JsonDeserializer<Object> valueDeser, TypeDeserializer typeDeser) BeanDeserializerBuilder.getAnySetter()
SettableAnyProperty.JsonNodeFieldAnyProperty.withValueDeserializer
(JsonDeserializer<Object> deser) SettableAnyProperty.MapFieldAnyProperty.withValueDeserializer
(JsonDeserializer<Object> deser) SettableAnyProperty.MethodAnyProperty.withValueDeserializer
(JsonDeserializer<Object> deser) abstract SettableAnyProperty
SettableAnyProperty.withValueDeserializer
(JsonDeserializer<Object> deser) Methods in com.fasterxml.jackson.databind.deser with parameters of type SettableAnyPropertyModifier and TypeMethodDescriptionvoid
BeanDeserializerBuilder.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 SettableAnyPropertyModifier and TypeMethodDescriptionvoid
PropertyValueBuffer.bufferAnyProperty
(SettableAnyProperty prop, String propName, Object value)