| Package | Description |
|---|---|
| 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 | Field and Description |
|---|---|
protected PropertyValue |
PropertyValueBuffer._buffered
If we get non-creator parameters before or between
creator parameters, those need to be buffered.
|
PropertyValue |
PropertyValue.next |
| Modifier and Type | Method and Description |
|---|---|
protected PropertyValue |
PropertyValueBuffer.buffered() |
| Constructor and Description |
|---|
PropertyValue(PropertyValue next,
Object value) |
Copyright © 2008–2023 FasterXML. All rights reserved.