Class UnwrappedPropertyHandler
java.lang.Object
org.codehaus.jackson.map.deser.impl.UnwrappedPropertyHandler
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addProperty
(SettableBeanProperty property) processUnwrapped
(JsonParser originalParser, DeserializationContext ctxt, Object bean, TokenBuffer buffered)
-
Field Details
-
_properties
-
-
Constructor Details
-
UnwrappedPropertyHandler
public UnwrappedPropertyHandler()
-
-
Method Details
-
addProperty
-
processUnwrapped
public Object processUnwrapped(JsonParser originalParser, DeserializationContext ctxt, Object bean, TokenBuffer buffered) throws IOException, JsonProcessingException - Throws:
IOException
JsonProcessingException
-