public class UnwrappedPropertyHandler extends Object
Modifier and Type | Field and Description |
---|---|
protected List<SettableBeanProperty> |
_properties |
Modifier | Constructor and Description |
---|---|
|
UnwrappedPropertyHandler() |
protected |
UnwrappedPropertyHandler(List<SettableBeanProperty> props) |
Modifier and Type | Method and Description |
---|---|
void |
addProperty(SettableBeanProperty property) |
Object |
processUnwrapped(com.fasterxml.jackson.core.JsonParser originalParser,
DeserializationContext ctxt,
Object bean,
TokenBuffer buffered) |
UnwrappedPropertyHandler |
renameAll(NameTransformer transformer) |
protected final List<SettableBeanProperty> _properties
public UnwrappedPropertyHandler()
protected UnwrappedPropertyHandler(List<SettableBeanProperty> props)
public void addProperty(SettableBeanProperty property)
public UnwrappedPropertyHandler renameAll(NameTransformer transformer)
public Object processUnwrapped(com.fasterxml.jackson.core.JsonParser originalParser, DeserializationContext ctxt, Object bean, TokenBuffer buffered) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
IOException
com.fasterxml.jackson.core.JsonProcessingException
Copyright © 2014-2015 FasterXML. All Rights Reserved.