Module tools.jackson.databind
Class AsArrayTypeSerializer
java.lang.Object
tools.jackson.databind.jsontype.TypeSerializer
tools.jackson.databind.jsontype.impl.TypeSerializerBase
tools.jackson.databind.jsontype.impl.AsArrayTypeSerializer
Type serializer that will embed type information in an array,
as the first element, and actual value as the second element.
-
Field Summary
Fields inherited from class tools.jackson.databind.jsontype.impl.TypeSerializerBase
_idResolver, _property -
Constructor Summary
Constructors -
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
-
Constructor Details
-
AsArrayTypeSerializer
-
-
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
-