Uses of Class
tools.jackson.databind.deser.SettableAnyProperty
Packages that use SettableAnyProperty
Package
Description
Contains implementation classes of deserialization part of
data binding.
-
Uses of SettableAnyProperty in tools.jackson.databind.deser
Subclasses of SettableAnyProperty in tools.jackson.databind.deserModifier and TypeClassDescriptionprotected static classprotected static class[databind#562] Allow @JsonAnySetter on Creator constructorprotected static classprotected static class[databind#562] Allow @JsonAnySetter on Creator constructorprotected static classFields in tools.jackson.databind.deser declared as SettableAnyPropertyModifier and TypeFieldDescriptionprotected SettableAnyPropertyBeanDeserializerBuilder._anySetterFallback setter used for handling any properties that are not mapped to regular setters.Methods in tools.jackson.databind.deser that return SettableAnyPropertyModifier and TypeMethodDescriptionprotected SettableAnyPropertyBeanDeserializerFactory.constructAnySetter(DeserializationContext ctxt, BeanDescription.Supplier beanDescRef, 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, ValueDeserializer<Object> valueDeser) static SettableAnyPropertySettableAnyProperty.constructForJsonNodeParameter(DeserializationContext ctxt, BeanProperty prop, AnnotatedMember mutator, JavaType valueType, ValueDeserializer<Object> valueDeser, int parameterIndex) static SettableAnyPropertySettableAnyProperty.constructForMapField(DeserializationContext ctxt, BeanProperty property, AnnotatedMember field, JavaType valueType, KeyDeserializer keyDeser, ValueDeserializer<Object> valueDeser, TypeDeserializer typeDeser) static SettableAnyPropertySettableAnyProperty.constructForMapParameter(DeserializationContext ctxt, BeanProperty property, AnnotatedMember field, JavaType valueType, KeyDeserializer keyDeser, ValueDeserializer<Object> valueDeser, TypeDeserializer typeDeser, int parameterIndex) static SettableAnyPropertySettableAnyProperty.constructForMethod(DeserializationContext ctxt, BeanProperty property, AnnotatedMember field, JavaType valueType, KeyDeserializer keyDeser, ValueDeserializer<Object> valueDeser, TypeDeserializer typeDeser) BeanDeserializerBuilder.getAnySetter()SettableAnyProperty.JsonNodeFieldAnyProperty.withValueDeserializer(ValueDeserializer<Object> deser) SettableAnyProperty.JsonNodeParameterAnyProperty.withValueDeserializer(ValueDeserializer<Object> deser) SettableAnyProperty.MapFieldAnyProperty.withValueDeserializer(ValueDeserializer<Object> deser) SettableAnyProperty.MapParameterAnyProperty.withValueDeserializer(ValueDeserializer<Object> deser) SettableAnyProperty.MethodAnyProperty.withValueDeserializer(ValueDeserializer<Object> deser) abstract SettableAnyPropertySettableAnyProperty.withValueDeserializer(ValueDeserializer<Object> deser) Methods in tools.jackson.databind.deser with parameters of type SettableAnyPropertyModifier and TypeMethodDescriptionvoidBeanDeserializerBuilder.setAnySetter(SettableAnyProperty s) -
Uses of SettableAnyProperty in tools.jackson.databind.deser.bean
Fields in tools.jackson.databind.deser.bean declared as SettableAnyPropertyModifier and TypeFieldDescriptionprotected final SettableAnyPropertyPropertyValueBuffer._anyParamSetter"Any setter" property bound to a Creator parameter (via@JsonAnySetter)protected SettableAnyPropertyBeanDeserializerBase._anySetterFallback setter used for handling any properties that are not mapped to regular setters.Methods in tools.jackson.databind.deser.bean with parameters of type SettableAnyPropertyModifier and TypeMethodDescriptionvoidPropertyValueBuffer.bufferAnyParameterProperty(SettableAnyProperty prop, String propName, Object value) voidPropertyValueBuffer.bufferAnyProperty(SettableAnyProperty prop, String propName, Object value) PropertyBasedCreator.startBuildingWithAnySetter(JsonParser p, DeserializationContext ctxt, ObjectIdReader oir, SettableAnyProperty anySetter) Method called when starting to build a bean instance.Constructors in tools.jackson.databind.deser.bean with parameters of type SettableAnyPropertyModifierConstructorDescriptionPropertyValueBuffer(JsonParser p, DeserializationContext ctxt, int paramCount, ObjectIdReader oir, SettableAnyProperty anyParamSetter)