Uses of Class
com.fasterxml.jackson.databind.deser.impl.UnwrappedPropertyHandler
-
Packages that use UnwrappedPropertyHandler Package Description com.fasterxml.jackson.databind.deser Contains implementation classes of deserialization part of data binding.com.fasterxml.jackson.databind.deser.impl Contains those implementation classes of deserialization part of data binding that are not considered part of public or semi-public interfaces. -
-
Uses of UnwrappedPropertyHandler in com.fasterxml.jackson.databind.deser
Fields in com.fasterxml.jackson.databind.deser declared as UnwrappedPropertyHandler Modifier and Type Field Description protected UnwrappedPropertyHandler
BeanDeserializerBase. _unwrappedPropertyHandler
If one of properties has "unwrapped" value, we need separate helper object -
Uses of UnwrappedPropertyHandler in com.fasterxml.jackson.databind.deser.impl
Methods in com.fasterxml.jackson.databind.deser.impl that return UnwrappedPropertyHandler Modifier and Type Method Description UnwrappedPropertyHandler
UnwrappedPropertyHandler. renameAll(NameTransformer transformer)
-