org.codehaus.jackson.map.annotate
Annotation Type JsonTypeResolver


public @interface JsonTypeResolver

Annotation that can be used to explicitly define custom resolver used for handling serialization and deserialization of type information, needed for handling of polymorphic types (or sometimes just for linking abstract types to concrete types)

Since:
1.5

Required Element Summary
 Class<? extends TypeResolverBuilder<?>> value
           
 

Element Detail

value

public abstract Class<? extends TypeResolverBuilder<?>> value