Uses of Class
com.fasterxml.jackson.databind.jsontype.impl.AsArrayTypeSerializer

Packages that use AsArrayTypeSerializer
com.fasterxml.jackson.databind.jsontype.impl Package that contains standard implementations for TypeResolverBuilder and TypeIdResolver
 

Uses of AsArrayTypeSerializer in com.fasterxml.jackson.databind.jsontype.impl
 

Subclasses of AsArrayTypeSerializer in com.fasterxml.jackson.databind.jsontype.impl
 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
 AsArrayTypeSerializer AsArrayTypeSerializer.forProperty(BeanProperty prop)
           
 



Copyright © 2012 fasterxml.com. All Rights Reserved.