Uses of Class
com.sun.jersey.api.model.Parameter.Source

Packages that use Parameter.Source
com.sun.jersey.api.model Provides an abstract model of a resource class. 
 

Uses of Parameter.Source in com.sun.jersey.api.model
 

Methods in com.sun.jersey.api.model that return Parameter.Source
 Parameter.Source Parameter.getSource()
           
static Parameter.Source Parameter.Source.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Parameter.Source[] Parameter.Source.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.sun.jersey.api.model with parameters of type Parameter.Source
Parameter(java.lang.annotation.Annotation[] as, java.lang.annotation.Annotation a, Parameter.Source source, java.lang.String sourceName, java.lang.reflect.Type type, java.lang.Class<?> clazz)
           
Parameter(java.lang.annotation.Annotation[] as, java.lang.annotation.Annotation a, Parameter.Source source, java.lang.String sourceName, java.lang.reflect.Type type, java.lang.Class<?> clazz, boolean encoded)
           
Parameter(java.lang.annotation.Annotation[] as, java.lang.annotation.Annotation a, Parameter.Source source, java.lang.String sourceName, java.lang.reflect.Type type, java.lang.Class<?> clazz, boolean encoded, java.lang.String defaultValue)
           
Parameter(java.lang.annotation.Annotation[] as, java.lang.annotation.Annotation a, Parameter.Source source, java.lang.String sourceName, java.lang.reflect.Type type, java.lang.Class<?> clazz, java.lang.String defaultValue)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.