org.codehaus.jackson.map.deser.impl
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_properties
protected final ArrayList<SettableBeanProperty> _properties
UnwrappedPropertyHandler
public UnwrappedPropertyHandler()
addProperty
public void addProperty(SettableBeanProperty property)
processUnwrapped
public Object processUnwrapped(JsonParser originalParser,
DeserializationContext ctxt,
Object bean,
TokenBuffer buffered)
throws IOException,
JsonProcessingException
- Throws:
IOException
JsonProcessingException