Class ExternalTypeHandler.ExtTypedProperty
java.lang.Object
tools.jackson.databind.deser.impl.ExternalTypeHandler.ExtTypedProperty
- Enclosing class:
ExternalTypeHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SettableBeanPropertyprivate final TypeDeserializerprivate SettableBeanPropertyprivate final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSpecialized called when we need to expose type id of `defaultImpl` when serializing: we may need to expose it for assignment to a property, or it may be requested as visible for some other reason.booleanbooleanvoid
-
Field Details
-
_property
-
_typeDeserializer
-
_typePropertyName
-
_typeProperty
-
-
Constructor Details
-
ExtTypedProperty
-
-
Method Details
-
linkTypeProperty
- Since:
- 2.8
-
hasTypePropertyName
-
hasDefaultType
public boolean hasDefaultType() -
getDefaultTypeId
Specialized called when we need to expose type id of `defaultImpl` when serializing: we may need to expose it for assignment to a property, or it may be requested as visible for some other reason. -
getTypePropertyName
-
getProperty
-
getTypeProperty
-