Class UnwrappedPropertyHandler
- java.lang.Object
-
- com.fasterxml.jackson.databind.deser.impl.UnwrappedPropertyHandler
-
public class UnwrappedPropertyHandler extends Object
Object that is responsible for handling acrobatics related to deserializing "unwrapped" values; sets of properties that are embedded (inlined) as properties of parent JSON object.
-
-
Field Summary
Fields Modifier and Type Field Description protected List<SettableBeanProperty>
_properties
-
Constructor Summary
Constructors Modifier Constructor Description UnwrappedPropertyHandler()
protected
UnwrappedPropertyHandler(List<SettableBeanProperty> props)
-
Method Summary
All Methods Instance Methods Concrete Methods 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)
-
-
-
Field Detail
-
_properties
protected final List<SettableBeanProperty> _properties
-
-
Constructor Detail
-
UnwrappedPropertyHandler
public UnwrappedPropertyHandler()
-
UnwrappedPropertyHandler
protected UnwrappedPropertyHandler(List<SettableBeanProperty> props)
-
-
Method Detail
-
addProperty
public void addProperty(SettableBeanProperty property)
-
renameAll
public UnwrappedPropertyHandler renameAll(NameTransformer transformer)
-
processUnwrapped
public Object processUnwrapped(com.fasterxml.jackson.core.JsonParser originalParser, DeserializationContext ctxt, Object bean, TokenBuffer buffered) throws IOException
- Throws:
IOException
-
-