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.JsonNodeParameterAnyProperty[databind#562] Allow @JsonAnySetter on Creator constructorprotected static classSettableAnyProperty.MapFieldAnyPropertyprotected static classSettableAnyProperty.MapParameterAnyProperty[databind#562] Allow @JsonAnySetter on Creator constructorprotected 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 that return SettableAnyProperty Modifier and Type Method Description protected SettableAnyPropertyBeanDeserializerFactory. constructAnySetter(DeserializationContext ctxt, BeanDescription beanDesc, AnnotatedMember mutator)Method called to construct fallbackSettableAnyPropertyfor handling unknown bean properties, given a method that has been designated as such setter.static SettableAnyPropertySettableAnyProperty. constructForJsonNodeField(DeserializationContext ctxt, BeanProperty property, AnnotatedMember field, JavaType valueType, JsonDeserializer<java.lang.Object> valueDeser)static SettableAnyPropertySettableAnyProperty. constructForJsonNodeParameter(DeserializationContext ctxt, BeanProperty prop, AnnotatedMember mutator, JavaType valueType, JsonDeserializer<java.lang.Object> valueDeser, int parameterIndex)static SettableAnyPropertySettableAnyProperty. constructForMapField(DeserializationContext ctxt, BeanProperty property, AnnotatedMember field, JavaType valueType, KeyDeserializer keyDeser, JsonDeserializer<java.lang.Object> valueDeser, TypeDeserializer typeDeser)static SettableAnyPropertySettableAnyProperty. constructForMapParameter(DeserializationContext ctxt, BeanProperty property, AnnotatedMember field, JavaType valueType, KeyDeserializer keyDeser, JsonDeserializer<java.lang.Object> valueDeser, TypeDeserializer typeDeser, int parameterIndex)static SettableAnyPropertySettableAnyProperty. constructForMethod(DeserializationContext ctxt, BeanProperty property, AnnotatedMember field, JavaType valueType, KeyDeserializer keyDeser, JsonDeserializer<java.lang.Object> valueDeser, TypeDeserializer typeDeser)SettableAnyPropertyBeanDeserializerBuilder. getAnySetter()SettableAnyPropertySettableAnyProperty.JsonNodeFieldAnyProperty. withValueDeserializer(JsonDeserializer<java.lang.Object> deser)SettableAnyPropertySettableAnyProperty.JsonNodeParameterAnyProperty. withValueDeserializer(JsonDeserializer<java.lang.Object> deser)SettableAnyPropertySettableAnyProperty.MapFieldAnyProperty. withValueDeserializer(JsonDeserializer<java.lang.Object> deser)SettableAnyPropertySettableAnyProperty.MapParameterAnyProperty. withValueDeserializer(JsonDeserializer<java.lang.Object> deser)SettableAnyPropertySettableAnyProperty.MethodAnyProperty. withValueDeserializer(JsonDeserializer<java.lang.Object> deser)abstract SettableAnyPropertySettableAnyProperty. withValueDeserializer(JsonDeserializer<java.lang.Object> deser)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
Fields in com.fasterxml.jackson.databind.deser.impl declared as SettableAnyProperty Modifier and Type Field Description protected SettableAnyPropertyPropertyValueBuffer. _anyParamSetter"Any setter" property bound to a Creator parameter (via@JsonAnySetter)Methods in com.fasterxml.jackson.databind.deser.impl with parameters of type SettableAnyProperty Modifier and Type Method Description voidPropertyValueBuffer. bufferAnyParameterProperty(SettableAnyProperty prop, java.lang.String propName, java.lang.Object value)voidPropertyValueBuffer. bufferAnyProperty(SettableAnyProperty prop, java.lang.String propName, java.lang.Object value)PropertyValueBufferPropertyBasedCreator. startBuildingWithAnySetter(com.fasterxml.jackson.core.JsonParser p, DeserializationContext ctxt, ObjectIdReader oir, SettableAnyProperty anySetter)Method called when starting to build a bean instance.Constructors in com.fasterxml.jackson.databind.deser.impl with parameters of type SettableAnyProperty Constructor Description PropertyValueBuffer(com.fasterxml.jackson.core.JsonParser p, DeserializationContext ctxt, int paramCount, ObjectIdReader oir, SettableAnyProperty anyParamSetter)
-