Uses of Class
tools.jackson.databind.deser.impl.ExternalTypeHandler.ExtTypedProperty
Packages that use ExternalTypeHandler.ExtTypedProperty
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.ExtTypedProperty in tools.jackson.databind.deser.impl
Fields in tools.jackson.databind.deser.impl declared as ExternalTypeHandler.ExtTypedPropertyModifier and TypeFieldDescriptionprivate final ExternalTypeHandler.ExtTypedProperty[]ExternalTypeHandler._propertiesFields in tools.jackson.databind.deser.impl with type parameters of type ExternalTypeHandler.ExtTypedPropertyModifier and TypeFieldDescriptionprivate final List<ExternalTypeHandler.ExtTypedProperty> ExternalTypeHandler.Builder._propertiesConstructors in tools.jackson.databind.deser.impl with parameters of type ExternalTypeHandler.ExtTypedPropertyModifierConstructorDescriptionprotectedExternalTypeHandler(JavaType beanType, ExternalTypeHandler.ExtTypedProperty[] properties, Map<String, Object> nameToPropertyIndex, String[] typeIds, TokenBuffer[] tokens)