| Package | Description |
|---|---|
| org.glassfish.jersey.model |
Common Jersey model related classes and interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
Parameter.Source |
Parameter.getSource()
Get the parameter value source type.
|
Parameter.Source |
Parameter.ParamAnnotationHelper.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.
|
| Modifier and Type | Method and Description |
|---|---|
PARAMETER |
Parameter.ParamCreationFactory.createBeanParameter(Annotation[] markers,
Annotation marker,
Parameter.Source source,
String sourceName,
Class<?> rawType,
Type type,
boolean encoded,
String defaultValue)
Factory method to instantiate
BeanParameter of given properties |
PARAMETER |
Parameter.ParamCreationFactory.createParameter(Annotation[] markers,
Annotation marker,
Parameter.Source source,
String sourceName,
Class<?> rawType,
Type type,
boolean encoded,
String defaultValue)
Factory method to instantiate
Parameter of given properties |
| Constructor and Description |
|---|
Parameter(Annotation[] markers,
Annotation marker,
Parameter.Source source,
String sourceName,
Class<?> rawType,
Type type,
boolean encoded,
String defaultValue) |
Copyright © 2007-2020, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.