Class UnwrappedPropertyHandler
- java.lang.Object
-
- org.codehaus.jackson.map.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.- Since:
- 1.9
-
-
Field Summary
Fields Modifier and Type Field Description protected ArrayList<SettableBeanProperty>
_properties
-
Constructor Summary
Constructors Constructor Description UnwrappedPropertyHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addProperty(SettableBeanProperty property)
Object
processUnwrapped(JsonParser originalParser, DeserializationContext ctxt, Object bean, TokenBuffer buffered)
-
-
-
Field Detail
-
_properties
protected final ArrayList<SettableBeanProperty> _properties
-
-
Method Detail
-
addProperty
public void addProperty(SettableBeanProperty property)
-
processUnwrapped
public Object processUnwrapped(JsonParser originalParser, DeserializationContext ctxt, Object bean, TokenBuffer buffered) throws IOException, JsonProcessingException
- Throws:
IOException
JsonProcessingException
-
-