Uses of Class
org.codehaus.jackson.map.deser.impl.ExternalTypeHandler
Packages that use ExternalTypeHandler
Package
Description
Contains implementation classes of deserialization part of
data binding.
Contains those implementation classes of deserialization part of
data binding that are not considered part of public or semi-public
interfaces.
-
Uses of ExternalTypeHandler in org.codehaus.jackson.map.deser
Fields in org.codehaus.jackson.map.deser declared as ExternalTypeHandlerModifier and TypeFieldDescriptionprotected ExternalTypeHandler
BeanDeserializer._externalTypeIdHandler
Handler that we need iff any of properties uses external type id. -
Uses of ExternalTypeHandler in org.codehaus.jackson.map.deser.impl
Methods in org.codehaus.jackson.map.deser.impl that return ExternalTypeHandlerModifier and TypeMethodDescriptionExternalTypeHandler.Builder.build()
ExternalTypeHandler.start()
Constructors in org.codehaus.jackson.map.deser.impl with parameters of type ExternalTypeHandler