|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SettableAnyProperty | |
---|---|
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 |
---|
Fields in com.fasterxml.jackson.databind.deser declared as SettableAnyProperty | |
---|---|
protected SettableAnyProperty |
BeanDeserializerBuilder._anySetter
Fallback setter used for handling any properties that are not mapped to regular setters. |
protected SettableAnyProperty |
BeanDeserializerBase._anySetter
Fallback setter used for handling any properties that are not mapped to regular setters. |
Methods in com.fasterxml.jackson.databind.deser that return SettableAnyProperty | |
---|---|
protected SettableAnyProperty |
BeanDeserializerFactory.constructAnySetter(DeserializationContext ctxt,
BeanDescription beanDesc,
AnnotatedMethod setter)
Method called to construct fallback SettableAnyProperty
for handling unknown bean properties, given a method that
has been designated as such setter. |
SettableAnyProperty |
BeanDeserializerBuilder.getAnySetter()
|
SettableAnyProperty |
SettableAnyProperty.withValueDeserializer(JsonDeserializer<Object> deser)
|
Methods in com.fasterxml.jackson.databind.deser with parameters of type SettableAnyProperty | |
---|---|
void |
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 SettableAnyProperty | |
---|---|
void |
PropertyValueBuffer.bufferAnyProperty(SettableAnyProperty prop,
String propName,
Object value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |