Uses of Class
org.codehaus.jackson.map.deser.SettableAnyProperty
-
Packages that use SettableAnyProperty Package Description org.codehaus.jackson.map.deser Contains implementation classes of deserialization part of data binding.org.codehaus.jackson.map.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 org.codehaus.jackson.map.deser
Fields in org.codehaus.jackson.map.deser declared as SettableAnyProperty Modifier and Type Field Description protected SettableAnyPropertyBeanDeserializer. _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 org.codehaus.jackson.map.deser that return SettableAnyProperty Modifier and Type Method Description protected SettableAnyPropertyBeanDeserializerFactory. constructAnySetter(DeserializationConfig config, BasicBeanDescription beanDesc, AnnotatedMethod setter)Method called to construct fallbackSettableAnyPropertyfor handling unknown bean properties, given a method that has been designated as such setter.SettableAnyPropertySettableAnyProperty. withValueDeserializer(JsonDeserializer<Object> deser)Methods in org.codehaus.jackson.map.deser with parameters of type SettableAnyProperty Modifier and Type Method Description voidBeanDeserializerBuilder. setAnySetter(SettableAnyProperty s)Constructors in org.codehaus.jackson.map.deser with parameters of type SettableAnyProperty Constructor Description BeanDeserializer(BeanDescription beanDesc, BeanProperty property, ValueInstantiator valueInstantiator, BeanPropertyMap properties, Map<String,SettableBeanProperty> backRefs, HashSet<String> ignorableProps, boolean ignoreAllUnknown, SettableAnyProperty anySetter, List<ValueInjector> injectables)BeanDeserializer(AnnotatedClass forClass, JavaType type, BeanProperty property, CreatorCollector creators, BeanPropertyMap properties, Map<String,SettableBeanProperty> backRefs, HashSet<String> ignorableProps, boolean ignoreAllUnknown, SettableAnyProperty anySetter)Deprecated.(since 1.9) Use the constructor that takesValueInstantiatorinsteadBeanDeserializer(AnnotatedClass forClass, JavaType type, BeanProperty property, ValueInstantiator valueInstantiator, BeanPropertyMap properties, Map<String,SettableBeanProperty> backRefs, HashSet<String> ignorableProps, boolean ignoreAllUnknown, SettableAnyProperty anySetter, List<ValueInjector> injectables) -
Uses of SettableAnyProperty in org.codehaus.jackson.map.deser.impl
Methods in org.codehaus.jackson.map.deser.impl with parameters of type SettableAnyProperty Modifier and Type Method Description voidPropertyValueBuffer. bufferAnyProperty(SettableAnyProperty prop, String propName, Object value)
-