|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(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(Annotation[] as,
Annotation a,
Parameter.Source source,
String sourceName,
Type type,
Class<?> clazz)
|
|
Parameter(Annotation[] as,
Annotation a,
Parameter.Source source,
String sourceName,
Type type,
Class<?> clazz,
boolean encoded)
|
|
Parameter(Annotation[] as,
Annotation a,
Parameter.Source source,
String sourceName,
Type type,
Class<?> clazz,
boolean encoded,
String defaultValue)
|
|
Parameter(Annotation[] as,
Annotation a,
Parameter.Source source,
String sourceName,
Type type,
Class<?> clazz,
String defaultValue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |