| Package | Description |
|---|---|
| org.glassfish.jersey.server |
Jersey server-side 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 | Method and Description |
|---|---|
Collection<ValueParamProvider> |
ServerBootstrapBag.getValueParamProviders() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerBootstrapBag.setValueParamProviders(Collection<ValueParamProvider> valueParamProviders) |
| Constructor and Description |
|---|
ComponentModelValidator(Collection<ValueParamProvider> valueParamProviders,
MessageBodyWorkers msgBodyWorkers) |
| Modifier and Type | Method and Description |
|---|---|
static List<ParamValueFactoryWithSource<?>> |
ParameterValueHelper.createValueProviders(Collection<ValueParamProvider> valueSuppliers,
Parameterized parameterized)
Create list of parameter value providers for the given
parameterized resource model component. |
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.