| 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.
|
| Constructor and Description |
|---|
AbstractValueFactoryProvider(MultivaluedParameterExtractorProvider mpep,
org.glassfish.hk2.api.ServiceLocator locator,
Parameter.Source... compatibleSources)
Initialize the provider.
|
| Modifier and Type | Method and Description |
|---|---|
Parameter.Source |
Parameter.getSource()
Get the parameter value source type.
|
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 |
|---|---|
static Parameter |
Parameter.overrideSource(Parameter original,
Parameter.Source source)
Create new parameter model by overriding
source
of the original parameter model. |
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.