| 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(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.
|
| Constructor and Description |
|---|
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 © 2016 Oracle Corporation. All Rights Reserved.