Package | Description |
---|---|
org.glassfish.jersey.server.internal.routing |
Jersey server-side internal resource routing classes.
|
org.glassfish.jersey.server.model.internal |
Jersey server-side internal model related and routing helper 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.List<ParamValueFactoryWithSource<?>> |
SubResourceLocatorRouter.valueProviders |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ParamValueFactoryWithSource<?>> |
JavaResourceMethodDispatcherProvider.AbstractMethodParamInvoker.valueProviders |
Constructor and Description |
---|
AbstractMethodParamInvoker(Invocable resourceMethod,
java.lang.reflect.InvocationHandler handler,
java.util.List<ParamValueFactoryWithSource<?>> valueProviders,
ConfiguredValidator validator) |
ObjectOutInvoker(Invocable resourceMethod,
java.lang.reflect.InvocationHandler handler,
java.util.List<ParamValueFactoryWithSource<?>> valueProviders,
ConfiguredValidator validator) |
ResponseOutInvoker(Invocable resourceMethod,
java.lang.reflect.InvocationHandler handler,
java.util.List<ParamValueFactoryWithSource<?>> valueProviders,
ConfiguredValidator validator) |
TypeOutInvoker(Invocable resourceMethod,
java.lang.reflect.InvocationHandler handler,
java.util.List<ParamValueFactoryWithSource<?>> valueProviders,
ConfiguredValidator validator) |
VoidOutInvoker(Invocable resourceMethod,
java.lang.reflect.InvocationHandler handler,
java.util.List<ParamValueFactoryWithSource<?>> valueProviders,
ConfiguredValidator validator) |
Modifier and Type | Method and Description |
---|---|
private static <T> ParamValueFactoryWithSource<T> |
ParameterValueHelper.wrapParamFactory(org.glassfish.hk2.api.Factory<T> factory,
Parameter.Source paramSource) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<ParamValueFactoryWithSource<?>> |
ParameterValueHelper.createValueProviders(org.glassfish.hk2.api.ServiceLocator locator,
Parameterized parameterized)
Create list of parameter value providers for the given
parameterized resource model component. |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object[] |
ParameterValueHelper.getParameterValues(java.util.List<ParamValueFactoryWithSource<?>> valueProviders)
Get the array of parameter values.
|