Uses of Class
org.codehaus.jackson.annotate.JsonMethod

Packages that use JsonMethod
org.codehaus.jackson.annotate Public core annotations, most of which are used to configure how Data Mapping/Binding works, excluding annotations that directly depend on Mapper classes. 
 

Uses of JsonMethod in org.codehaus.jackson.annotate
 

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