Package | Description |
---|---|
org.glassfish.jersey.model |
Common Jersey model related classes and interfaces.
|
org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
org.glassfish.jersey.server.spi.internal |
Jersey server-side internal service provider contract (SPI) classes.
|
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) |
Modifier and Type | Method and Description |
---|---|
static Parameter |
Parameter.overrideSource(Parameter original,
Parameter.Source source)
Create new parameter model by overriding
source
of the original parameter model. |
Constructor and Description |
---|
Parameter(Annotation[] markers,
Annotation marker,
Parameter.Source source,
String sourceName,
Class<?> rawType,
Type type,
boolean encoded,
String defaultValue) |
Modifier and Type | Method and Description |
---|---|
Parameter.Source |
ParamValueFactoryWithSource.getSource()
Returns
Parameter.Source
which closely determines a function of the current supplier. |
Constructor and Description |
---|
ParamValueFactoryWithSource(Function<ContainerRequest,T> paramFunction,
Parameter.Source parameterSource)
Wrap provided param supplier.
|
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.