Package | Description |
---|---|
org.glassfish.jersey.server.internal.inject |
Jersey server-side JAX-RS injection support classes.
|
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 | Field and Description |
---|---|
private java.util.Set<Parameter.Source> |
AbstractValueFactoryProvider.compatibleSources |
Constructor and Description |
---|
AbstractValueFactoryProvider(MultivaluedParameterExtractorProvider mpep,
org.glassfish.hk2.api.ServiceLocator locator,
Parameter.Source... compatibleSources)
Initialize the provider.
|
Modifier and Type | Field and Description |
---|---|
private Parameter.Source |
Parameter.source |
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(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.
|
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(java.lang.annotation.Annotation[] markers,
java.lang.annotation.Annotation marker,
Parameter.Source source,
java.lang.String sourceName,
java.lang.Class<?> rawType,
java.lang.reflect.Type type,
boolean encoded,
java.lang.String defaultValue) |
Modifier and Type | Field and Description |
---|---|
private Parameter.Source |
ParamValueFactoryWithSource.parameterSource |
Modifier and Type | Method and Description |
---|---|
Parameter.Source |
ParamValueFactoryWithSource.getSource()
Returns
Parameter.Source
which closely determines a function of the given factory. |
Modifier and Type | Method and Description |
---|---|
private static <T> ParamValueFactoryWithSource<T> |
ParameterValueHelper.wrapParamFactory(org.glassfish.hk2.api.Factory<T> factory,
Parameter.Source paramSource) |
Constructor and Description |
---|
ParamValueFactoryWithSource(org.glassfish.hk2.api.Factory<T> factory,
Parameter.Source parameterSource)
Wrap provided param factory.
|