|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Parameter.Source | |
|---|---|
| org.glassfish.jersey.server.model | Jersey server-side application & resource modeling classes. |
| Uses of Parameter.Source in org.glassfish.jersey.server.model |
|---|
| Methods in org.glassfish.jersey.server.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 org.glassfish.jersey.server.model with parameters of type Parameter.Source | |
|---|---|
Parameter(Annotation[] markers,
Annotation marker,
Parameter.Source source,
String sourceName,
Type type,
Class<?> clazz)
|
|
Parameter(Annotation[] markers,
Annotation marker,
Parameter.Source source,
String sourceName,
Type type,
Class<?> clazz,
boolean encoded)
|
|
Parameter(Annotation[] markers,
Annotation marker,
Parameter.Source source,
String sourceName,
Type type,
Class<?> clazz,
boolean encoded,
String defaultValue)
|
|
Parameter(Annotation[] markers,
Annotation marker,
Parameter.Source source,
String sourceName,
Type type,
Class<?> clazz,
String defaultValue)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||