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 classprotected static class[databind#562] Allow @JsonAnySetter on Creator constructorprotected static classprotected static class[databind#562] Allow @JsonAnySetter on Creator constructorprotected static classFields in com.fasterxml.jackson.databind.deser declared as SettableAnyPropertyModifier and TypeFieldDescriptionprotected 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.private final SettableAnyPropertySettableAnyProperty.AnySetterReferring._parentMethods in com.fasterxml.jackson.databind.deser that return SettableAnyPropertyModifier and TypeMethodDescriptionprivate SettableAnyPropertyBeanDeserializerFactory._resolveAnySetter(DeserializationContext ctxt, BeanDescription beanDesc, SettableBeanProperty[] creatorProps) 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<Object> valueDeser) static SettableAnyPropertySettableAnyProperty.constructForJsonNodeParameter(DeserializationContext ctxt, BeanProperty prop, AnnotatedMember mutator, JavaType valueType, JsonDeserializer<Object> valueDeser, int parameterIndex) static SettableAnyPropertySettableAnyProperty.constructForMapField(DeserializationContext ctxt, BeanProperty property, AnnotatedMember field, JavaType valueType, KeyDeserializer keyDeser, JsonDeserializer<Object> valueDeser, TypeDeserializer typeDeser) static SettableAnyPropertySettableAnyProperty.constructForMapParameter(DeserializationContext ctxt, BeanProperty property, AnnotatedMember field, JavaType valueType, KeyDeserializer keyDeser, JsonDeserializer<Object> valueDeser, TypeDeserializer typeDeser, int parameterIndex) static SettableAnyPropertySettableAnyProperty.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.JsonNodeParameterAnyProperty.withValueDeserializer(JsonDeserializer<Object> deser) SettableAnyProperty.MapFieldAnyProperty.withValueDeserializer(JsonDeserializer<Object> deser) SettableAnyProperty.MapParameterAnyProperty.withValueDeserializer(JsonDeserializer<Object> deser) SettableAnyProperty.MethodAnyProperty.withValueDeserializer(JsonDeserializer<Object> deser) abstract SettableAnyPropertySettableAnyProperty.withValueDeserializer(JsonDeserializer<Object> deser) Methods in com.fasterxml.jackson.databind.deser with parameters of type SettableAnyPropertyModifier and TypeMethodDescriptionvoidBeanDeserializerBuilder.setAnySetter(SettableAnyProperty s) Constructors in com.fasterxml.jackson.databind.deser with parameters of type SettableAnyPropertyModifierConstructorDescriptionAnySetterReferring(SettableAnyProperty parent, UnresolvedForwardReference reference, Class<?> type, Object instance, String propName) -
Uses of SettableAnyProperty in com.fasterxml.jackson.databind.deser.impl
Fields in com.fasterxml.jackson.databind.deser.impl declared as SettableAnyPropertyModifier and TypeFieldDescriptionprotected final SettableAnyPropertyPropertyValueBuffer._anyParamSetter"Any setter" property bound to a Creator parameter (via@JsonAnySetter)(package private) final SettableAnyPropertyPropertyValue.Any._property(package private) final SettableAnyPropertyPropertyValue.AnyParameter._propertyMethods in com.fasterxml.jackson.databind.deser.impl with parameters of type SettableAnyPropertyModifier and TypeMethodDescriptionvoidPropertyValueBuffer.bufferAnyParameterProperty(SettableAnyProperty prop, String propName, Object value) voidPropertyValueBuffer.bufferAnyProperty(SettableAnyProperty prop, String propName, Object value) PropertyBasedCreator.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 SettableAnyPropertyModifierConstructorDescriptionAny(PropertyValue next, Object value, SettableAnyProperty prop, String propName) AnyParameter(PropertyValue next, Object value, SettableAnyProperty prop, String propName) PropertyValueBuffer(com.fasterxml.jackson.core.JsonParser p, DeserializationContext ctxt, int paramCount, ObjectIdReader oir, SettableAnyProperty anyParamSetter)