Uses of Class
org.codehaus.jackson.map.deser.impl.UnwrappedPropertyHandler
-
Packages that use UnwrappedPropertyHandler Package Description org.codehaus.jackson.map.deser Contains implementation classes of deserialization part of data binding. -
-
Uses of UnwrappedPropertyHandler in org.codehaus.jackson.map.deser
Fields in org.codehaus.jackson.map.deser declared as UnwrappedPropertyHandler Modifier and Type Field Description protected UnwrappedPropertyHandler
BeanDeserializer. _unwrappedPropertyHandler
If one of properties has "unwrapped" value, we need separate helper object
-