Uses of Class
com.fasterxml.jackson.databind.jsontype.impl.TypeSerializerBase
-
Packages that use TypeSerializerBase Package Description com.fasterxml.jackson.databind.jsontype.impl Package that contains standard implementations forTypeResolverBuilderandTypeIdResolver. -
-
Uses of TypeSerializerBase in com.fasterxml.jackson.databind.jsontype.impl
Subclasses of TypeSerializerBase in com.fasterxml.jackson.databind.jsontype.impl Modifier and Type Class Description classAsArrayTypeSerializerType serializer that will embed type information in an array, as the first element, and actual value as the second element.classAsDeductionTypeSerializerclassAsExistingPropertyTypeSerializerType serializer used withJsonTypeInfo.As.EXISTING_PROPERTYinclusion mechanism.classAsExternalTypeSerializerType serializer that preferably embeds type information as an "external" type property; embedded in enclosing JSON object.classAsPropertyTypeSerializerType serializer that preferably embeds type information as an additional JSON Object property, if possible (when resulting serialization would use JSON Object).classAsWrapperTypeSerializerType wrapper that tries to use an extra JSON Object, with a single entry that has type name as key, to serialize type information.
-