Class UnwrappedPropertyHandler
java.lang.Object
com.fasterxml.jackson.databind.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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProperty(SettableBeanProperty property) processUnwrapped(JsonParser originalParser, DeserializationContext ctxt, Object bean, TokenBuffer buffered) renameAll(NameTransformer transformer)
-
Constructor Details
-
UnwrappedPropertyHandler
public UnwrappedPropertyHandler()
-
-
Method Details
-
addProperty
-
renameAll
-
processUnwrapped
public Object processUnwrapped(JsonParser originalParser, DeserializationContext ctxt, Object bean, TokenBuffer buffered) throws IOException - Throws:
IOException
-