|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Parameter.Source | |
|---|---|
| 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. |
| Uses of Parameter.Source in org.glassfish.jersey.server.internal.inject |
|---|
| Constructors in org.glassfish.jersey.server.internal.inject with parameters of type Parameter.Source | |
|---|---|
AbstractValueFactoryProvider(MultivaluedParameterExtractorProvider mpep,
org.glassfish.hk2.api.ServiceLocator locator,
Parameter.Source... compatibleSources)
Initialize the provider. |
|
| Uses of Parameter.Source in org.glassfish.jersey.server.model |
|---|
| Methods in org.glassfish.jersey.server.model that return Parameter.Source | |
|---|---|
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. |
| Methods in org.glassfish.jersey.server.model with parameters of type Parameter.Source | |
|---|---|
static Parameter |
Parameter.overrideSource(Parameter original,
Parameter.Source source)
Create new parameter model by overriding source
of the original parameter model. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||