public class UnwrappedPropertyHandler extends Object
Modifier and Type | Field | Description |
---|---|---|
protected List<SettableBeanProperty> |
_properties |
Modifier | Constructor | Description |
---|---|---|
|
UnwrappedPropertyHandler() |
|
protected |
UnwrappedPropertyHandler(List<SettableBeanProperty> props) |
Modifier and Type | Method | 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
IOException
Copyright © 2008–2018. All rights reserved.