Uses of Class
com.fasterxml.jackson.databind.deser.impl.ExternalTypeHandler
-
Packages that use ExternalTypeHandler 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 ExternalTypeHandler in com.fasterxml.jackson.databind.deser
Fields in com.fasterxml.jackson.databind.deser declared as ExternalTypeHandler Modifier and Type Field Description protected ExternalTypeHandler
BeanDeserializerBase. _externalTypeIdHandler
Handler that we need iff any of properties uses external type id.Methods in com.fasterxml.jackson.databind.deser with parameters of type ExternalTypeHandler Modifier and Type Method Description protected java.lang.Object
BeanDeserializer. _deserializeWithExternalTypeId(com.fasterxml.jackson.core.JsonParser p, DeserializationContext ctxt, java.lang.Object bean, ExternalTypeHandler ext)
-
Uses of ExternalTypeHandler in com.fasterxml.jackson.databind.deser.impl
Methods in com.fasterxml.jackson.databind.deser.impl that return ExternalTypeHandler Modifier and Type Method Description ExternalTypeHandler
ExternalTypeHandler.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
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 Constructor Description ExternalTypeHandler(ExternalTypeHandler h)
-