Uses of Class
org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource
Packages that use ParamValueFactoryWithSource
Package
Description
Jersey server-side internal resource routing classes.
Jersey server-side internal model related and routing helper classes.
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 ParamValueFactoryWithSourceModifier and TypeFieldDescriptionprivate final 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 ParamValueFactoryWithSourceModifier and TypeFieldDescriptionprivate final List<ParamValueFactoryWithSource<?>> JavaResourceMethodDispatcherProvider.AbstractMethodParamInvoker.valueProvidersConstructor parameters in org.glassfish.jersey.server.model.internal with type arguments of type ParamValueFactoryWithSourceModifierConstructorDescription(package private)AbstractMethodParamInvoker(Invocable resourceMethod, InvocationHandler handler, List<ParamValueFactoryWithSource<?>> valueProviders, ConfiguredValidator validator) (package private)ObjectOutInvoker(Invocable resourceMethod, InvocationHandler handler, List<ParamValueFactoryWithSource<?>> valueProviders, ConfiguredValidator validator) (package private)ResponseOutInvoker(Invocable resourceMethod, InvocationHandler handler, List<ParamValueFactoryWithSource<?>> valueProviders, ConfiguredValidator validator) (package private)SseEventSinkInvoker(Invocable resourceMethod, InvocationHandler handler, List<ParamValueFactoryWithSource<?>> valueProviders, ConfiguredValidator validator, int parameterIndex) (package private)TypeOutInvoker(Invocable resourceMethod, InvocationHandler handler, List<ParamValueFactoryWithSource<?>> valueProviders, ConfiguredValidator validator) (package private)VoidOutInvoker(Invocable resourceMethod, InvocationHandler handler, 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 ParamValueFactoryWithSourceModifier and TypeMethodDescriptionprivate static <T> ParamValueFactoryWithSource<T> ParameterValueHelper.wrapParamValueProvider(Function<ContainerRequest, T> factory, Parameter.Source paramSource) 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.