Class ExternalTypeHandler.Builder
java.lang.Object
com.fasterxml.jackson.databind.deser.impl.ExternalTypeHandler.Builder
- Enclosing class:
ExternalTypeHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddExternal(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.
-
Method Details
-
addExternal
-
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.- Since:
- 2.8
-