public class UnwrappedPropertyHandler
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
protected java.util.ArrayList<SettableBeanProperty> |
_properties |
Constructor | Description |
---|---|
UnwrappedPropertyHandler() |
Modifier and Type | Method | Description |
---|---|---|
void |
addProperty(SettableBeanProperty property) |
|
java.lang.Object |
processUnwrapped(JsonParser originalParser,
DeserializationContext ctxt,
java.lang.Object bean,
TokenBuffer buffered) |
protected final java.util.ArrayList<SettableBeanProperty> _properties
public void addProperty(SettableBeanProperty property)
public java.lang.Object processUnwrapped(JsonParser originalParser, DeserializationContext ctxt, java.lang.Object bean, TokenBuffer buffered) throws java.io.IOException, JsonProcessingException
java.io.IOException
JsonProcessingException