Uses of Class
org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource
-
Packages that use ParamValueFactoryWithSource Package Description org.glassfish.jersey.server.spi.internal Jersey server-side internal service provider contract (SPI) classes. -
-
Uses of ParamValueFactoryWithSource in org.glassfish.jersey.server.spi.internal
Methods in org.glassfish.jersey.server.spi.internal that return types with arguments of type ParamValueFactoryWithSource Modifier and Type Method Description static List<ParamValueFactoryWithSource<?>>ParameterValueHelper. createValueProviders(Collection<ValueParamProvider> valueSuppliers, Parameterized parameterized)Create list of parameter value providers for the givenparameterizedresource model component.Method parameters in org.glassfish.jersey.server.spi.internal with type arguments of type ParamValueFactoryWithSource Modifier and Type Method Description static Object[]ParameterValueHelper. getParameterValues(List<ParamValueFactoryWithSource<?>> valueProviders, ContainerRequest request)Get the array of parameter values.
-