Uses of Class
org.codehaus.jackson.map.jsontype.impl.AsArrayTypeSerializer
-
Packages that use AsArrayTypeSerializer Package Description org.codehaus.jackson.map.jsontype.impl Package that contains standard implementations forTypeResolverBuilder
andTypeIdResolver
. -
-
Uses of AsArrayTypeSerializer in org.codehaus.jackson.map.jsontype.impl
Subclasses of AsArrayTypeSerializer in org.codehaus.jackson.map.jsontype.impl Modifier and Type Class Description class
AsPropertyTypeSerializer
Type serializer that preferably embeds type information as an additional JSON Object property, if possible (when resulting serialization would use JSON Object).
-