Uses of Class
org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource
Packages that use ParamValueFactoryWithSource
Package
Description
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 ParamValueFactoryWithSourceModifier and TypeMethodDescriptionstatic 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 ParamValueFactoryWithSourceModifier and TypeMethodDescriptionstatic Object[]ParameterValueHelper.getParameterValues(List<ParamValueFactoryWithSource<?>> valueProviders, ContainerRequest request) Get the array of parameter values.