Package | Description |
---|---|
com.sun.jersey.api.model |
Provides an abstract model of a resource class.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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) |
Copyright © 2013 Oracle Corporation. All rights reserved.