public class UnwrappedPropertyHandler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<SettableBeanProperty> |
_properties |
Constructor and Description |
---|
UnwrappedPropertyHandler() |
Modifier and Type | Method and 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