Class ExternalTypeHandler.Builder
java.lang.Object
tools.jackson.databind.deser.impl.ExternalTypeHandler.Builder
- Enclosing class:
ExternalTypeHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final JavaTypeprivate final List<ExternalTypeHandler.ExtTypedProperty> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void_addPropertyIndex(String name, Integer index) voidaddExternal(SettableBeanProperty property, TypeDeserializer typeDeser) 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.
-
Field Details
-
_beanType
-
_properties
-
_nameToPropertyIndex
-
-
Constructor Details
-
Builder
-
-
Method Details
-
addExternal
-
_addPropertyIndex
-
build
Method called after all external properties have been assigned, to further link property with polymorphic value with possible property for type id itself. This is needed to support type ids as Creator properties.
-