Uses of Class
org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource
-
Packages that use ParamValueFactoryWithSource 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. -
-
Uses of ParamValueFactoryWithSource in org.glassfish.jersey.server.internal.routing
Fields in org.glassfish.jersey.server.internal.routing with type parameters of type ParamValueFactoryWithSource Modifier and Type Field Description private java.util.List<ParamValueFactoryWithSource<?>>
SubResourceLocatorRouter. valueProviders
-
Uses of ParamValueFactoryWithSource in org.glassfish.jersey.server.model.internal
Fields in org.glassfish.jersey.server.model.internal with type parameters of type ParamValueFactoryWithSource Modifier and Type Field Description private java.util.List<ParamValueFactoryWithSource<?>>
JavaResourceMethodDispatcherProvider.AbstractMethodParamInvoker. valueProviders
Constructor parameters in org.glassfish.jersey.server.model.internal with type arguments of type ParamValueFactoryWithSource Constructor 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)
SseEventSinkInvoker(Invocable resourceMethod, java.lang.reflect.InvocationHandler handler, java.util.List<ParamValueFactoryWithSource<?>> valueProviders, ConfiguredValidator validator, int parameterIndex)
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)
-
Uses of ParamValueFactoryWithSource in org.glassfish.jersey.server.spi.internal
Methods in org.glassfish.jersey.server.spi.internal that return ParamValueFactoryWithSource Modifier and Type Method Description private static <T> ParamValueFactoryWithSource<T>
ParameterValueHelper. wrapParamValueProvider(java.util.function.Function<ContainerRequest,T> factory, Parameter.Source paramSource)
Methods in org.glassfish.jersey.server.spi.internal that return types with arguments of type ParamValueFactoryWithSource Modifier and Type Method Description static java.util.List<ParamValueFactoryWithSource<?>>
ParameterValueHelper. createValueProviders(java.util.Collection<ValueParamProvider> valueSuppliers, Parameterized parameterized)
Create list of parameter value providers for the givenparameterized
resource model component.Method parameters in org.glassfish.jersey.server.spi.internal with type arguments of type ParamValueFactoryWithSource Modifier and Type Method Description static java.lang.Object[]
ParameterValueHelper. getParameterValues(java.util.List<ParamValueFactoryWithSource<?>> valueProviders, ContainerRequest request)
Get the array of parameter values.
-