Uses of Class
org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource
Package
Description
Jersey server-side internal service provider contract (SPI) classes.
-
Uses of ParamValueFactoryWithSource in org.glassfish.jersey.server.spi.internal
Modifier and TypeMethodDescriptionstatic List<ParamValueFactoryWithSource<?>>
ParameterValueHelper.createValueProviders
(Collection<ValueParamProvider> valueSuppliers, Parameterized parameterized) Create list of parameter value providers for the givenparameterized
resource model component.Modifier and TypeMethodDescriptionstatic Object[]
ParameterValueHelper.getParameterValues
(List<ParamValueFactoryWithSource<?>> valueProviders, ContainerRequest request) Get the array of parameter values.