Module tools.jackson.databind
Class AsExistingPropertyTypeSerializer
java.lang.Object
tools.jackson.databind.jsontype.TypeSerializer
tools.jackson.databind.jsontype.impl.TypeSerializerBase
tools.jackson.databind.jsontype.impl.AsExistingPropertyTypeSerializer
Type serializer used with
JsonTypeInfo.As.EXISTING_PROPERTY inclusion mechanism.
Expects type information to be a well-defined property on all sub-classes.
Inclusion of type information otherwise follows behavior of JsonTypeInfo.As.PROPERTY.-
Field Summary
FieldsFields inherited from class tools.jackson.databind.jsontype.impl.TypeSerializerBase
_idResolver, _property -
Constructor Summary
ConstructorsConstructorDescriptionAsExistingPropertyTypeSerializer(TypeIdResolver idRes, BeanProperty property, String propName) -
Method Summary
Modifier and TypeMethodDescriptionforProperty(SerializationContext ctxt, BeanProperty prop) Method called to create contextual version, to be used for values of given property.Accessor for type information inclusion method that serializer uses; indicates how type information is embedded in resulting JSON.Methods inherited from class tools.jackson.databind.jsontype.impl.TypeSerializerBase
_generateTypeId, getPropertyName, getTypeIdResolver, handleMissingId, idFromValue, idFromValueAndType, writeTypePrefix, writeTypeSuffixMethods inherited from class tools.jackson.databind.jsontype.TypeSerializer
typeId, typeId, typeId
-
Field Details
-
_typePropertyName
-
-
Constructor Details
-
AsExistingPropertyTypeSerializer
public AsExistingPropertyTypeSerializer(TypeIdResolver idRes, BeanProperty property, String propName)
-
-
Method Details
-
forProperty
Description copied from class:TypeSerializerMethod called to create contextual version, to be used for values of given property. This may be the type itself (as is the case for bean properties), or values contained (forCollectionorMapvalued properties).NOTE: since 3.0 has received context object as first argument.
- Specified by:
forPropertyin classTypeSerializer
-
getTypeInclusion
Description copied from class:TypeSerializerAccessor for type information inclusion method that serializer uses; indicates how type information is embedded in resulting JSON.- Specified by:
getTypeInclusionin classTypeSerializerBase
-