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