Uses of Class
com.fasterxml.jackson.databind.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 com.fasterxml.jackson.databind.deser
Fields in com.fasterxml.jackson.databind.deser declared as ExternalTypeHandlerModifier and TypeFieldDescriptionprotected ExternalTypeHandler
BeanDeserializerBase._externalTypeIdHandler
Handler that we need if any of properties uses external type id.Methods in com.fasterxml.jackson.databind.deser with parameters of type ExternalTypeHandlerModifier and TypeMethodDescriptionprotected Object
BeanDeserializer._deserializeWithExternalTypeId
(com.fasterxml.jackson.core.JsonParser p, DeserializationContext ctxt, Object bean, ExternalTypeHandler ext) -
Uses of ExternalTypeHandler in com.fasterxml.jackson.databind.deser.impl
Methods in com.fasterxml.jackson.databind.deser.impl that return ExternalTypeHandlerModifier and TypeMethodDescriptionExternalTypeHandler.Builder.build
(BeanPropertyMap otherProps) Method called after all external properties have been assigned, to further link property with polymorphic value with possible property for type id itself.ExternalTypeHandler.start()
Method called to start collection process by creating non-blueprint instances.Constructors in com.fasterxml.jackson.databind.deser.impl with parameters of type ExternalTypeHandler