Uses of Class
tools.jackson.databind.deser.impl.ExternalTypeHandler
Packages that use ExternalTypeHandler
Package
Description
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 tools.jackson.databind.deser.bean
Fields in tools.jackson.databind.deser.bean declared as ExternalTypeHandlerModifier and TypeFieldDescriptionprotected ExternalTypeHandlerBeanDeserializerBase._externalTypeIdHandlerHandler that we need if any of properties uses external type id.Methods in tools.jackson.databind.deser.bean with parameters of type ExternalTypeHandlerModifier and TypeMethodDescriptionprotected ObjectBeanDeserializer._deserializeWithExternalTypeId(JsonParser p, DeserializationContext ctxt, Object bean, ExternalTypeHandler ext) -
Uses of ExternalTypeHandler in tools.jackson.databind.deser.impl
Methods in tools.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 tools.jackson.databind.deser.impl with parameters of type ExternalTypeHandler