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