| 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.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SettableAnyProperty.JsonNodeFieldAnyProperty |
protected static class |
SettableAnyProperty.JsonNodeParameterAnyProperty
[databind#562] Allow @JsonAnySetter on Creator constructor
|
protected static class |
SettableAnyProperty.MapFieldAnyProperty |
protected static class |
SettableAnyProperty.MapParameterAnyProperty
[databind#562] Allow @JsonAnySetter on Creator constructor
|
protected static class |
SettableAnyProperty.MethodAnyProperty |
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanDeserializerBuilder.setAnySetter(SettableAnyProperty s) |
| Modifier and Type | Field and Description |
|---|---|
protected SettableAnyProperty |
PropertyValueBuffer._anyParamSetter
"Any setter" property bound to a Creator parameter (via
@JsonAnySetter) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyValueBuffer.bufferAnyParameterProperty(SettableAnyProperty prop,
String propName,
Object value) |
void |
PropertyValueBuffer.bufferAnyProperty(SettableAnyProperty prop,
String propName,
Object value) |
PropertyValueBuffer |
PropertyBasedCreator.startBuildingWithAnySetter(JsonParser p,
DeserializationContext ctxt,
ObjectIdReader oir,
SettableAnyProperty anySetter)
Method called when starting to build a bean instance.
|
| Constructor and Description |
|---|
PropertyValueBuffer(JsonParser p,
DeserializationContext ctxt,
int paramCount,
ObjectIdReader oir,
SettableAnyProperty anyParamSetter) |
Copyright © 2008–2025 FasterXML. All rights reserved.