Uses of Class
com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeSerializer
-
Packages that use AsArrayTypeSerializer Package Description com.fasterxml.jackson.databind.jsontype.impl Package that contains standard implementations forTypeResolverBuilder
andTypeIdResolver
. -
-
Uses of AsArrayTypeSerializer in com.fasterxml.jackson.databind.jsontype.impl
Subclasses of AsArrayTypeSerializer in com.fasterxml.jackson.databind.jsontype.impl Modifier and Type Class Description class
AsExistingPropertyTypeSerializer
Type serializer used withJsonTypeInfo.As.EXISTING_PROPERTY
inclusion mechanism.class
AsPropertyTypeSerializer
Type serializer that preferably embeds type information as an additional JSON Object property, if possible (when resulting serialization would use JSON Object).Methods in com.fasterxml.jackson.databind.jsontype.impl that return AsArrayTypeSerializer Modifier and Type Method Description AsArrayTypeSerializer
AsArrayTypeSerializer. forProperty(BeanProperty prop)
-