Uses of Class
org.codehaus.jackson.annotate.JsonTypeInfo.Id

Packages that use JsonTypeInfo.Id
org.codehaus.jackson.annotate   
org.codehaus.jackson.map.jsontype   
 

Uses of JsonTypeInfo.Id in org.codehaus.jackson.annotate
 

Methods in org.codehaus.jackson.annotate that return JsonTypeInfo.Id
static JsonTypeInfo.Id JsonTypeInfo.Id.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JsonTypeInfo.Id[] JsonTypeInfo.Id.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of JsonTypeInfo.Id in org.codehaus.jackson.map.jsontype
 

Methods in org.codehaus.jackson.map.jsontype that return JsonTypeInfo.Id
 JsonTypeInfo.Id TypeIdResolver.getMechanism()
          Accessor for mechanism that this resolver uses for determining type id from type.
 



Copyright © 2010-2011 FuseSource, Corp.. All Rights Reserved.