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 forTypeResolverBuilderandTypeIdResolver. -
-
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 classAsExistingPropertyTypeSerializerType serializer used withJsonTypeInfo.As.EXISTING_PROPERTYinclusion mechanism.classAsPropertyTypeSerializerType 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 AsArrayTypeSerializerAsArrayTypeSerializer. forProperty(BeanProperty prop)
-