Uses of Interface
org.glassfish.jersey.server.spi.internal.ValueParamProvider
-
Packages that use ValueParamProvider Package Description org.glassfish.jersey.media.multipart.internal Jersey multipart media support internal classes.org.glassfish.jersey.server Jersey server-side classes.org.glassfish.jersey.server.internal.inject Jersey server-side JAX-RS injection support classes.org.glassfish.jersey.server.internal.routing Jersey server-side internal resource routing classes.org.glassfish.jersey.server.model Jersey server-side application & resource modeling 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 ValueParamProvider in org.glassfish.jersey.media.multipart.internal
Classes in org.glassfish.jersey.media.multipart.internal that implement ValueParamProvider Modifier and Type Class Description (package private) classFormDataParamValueParamProviderValue supplier provider supporting theFormDataParaminjection annotation and entity (FormDataMultiPart) injection. -
Uses of ValueParamProvider in org.glassfish.jersey.server
Fields in org.glassfish.jersey.server with type parameters of type ValueParamProvider Modifier and Type Field Description private java.util.Collection<ValueParamProvider>ServerBootstrapBag. valueParamProvidersMethods in org.glassfish.jersey.server that return types with arguments of type ValueParamProvider Modifier and Type Method Description java.util.Collection<ValueParamProvider>ServerBootstrapBag. getValueParamProviders()Method parameters in org.glassfish.jersey.server with type arguments of type ValueParamProvider Modifier and Type Method Description voidServerBootstrapBag. setValueParamProviders(java.util.Collection<ValueParamProvider> valueParamProviders) -
Uses of ValueParamProvider in org.glassfish.jersey.server.internal.inject
Classes in org.glassfish.jersey.server.internal.inject that implement ValueParamProvider Modifier and Type Class Description classAbstractValueParamProviderA parameter value provider that provides parameter value factories which are usingMultivaluedParameterExtractorProviderto extract parameter values from the suppliedmultivalued parameter map.(package private) classAsyncResponseValueParamProviderValue factory provider supporting theSuspendedinjection annotation.(package private) classBeanParamValueParamProviderValue factory provider forbean parameters.(package private) classCookieParamValueParamProviderValue factory provider supporting theCookieParaminjection annotation.(package private) classDelegatedInjectionValueParamProviderValue factory provider that delegates the injection target lookup to the underlying injection provider.(package private) classEntityParamValueParamProviderProvides injection ofRequestentity value orRequestinstance itself.(package private) classFormParamValueParamProviderValue factory provider supporting theFormParaminjection annotation.(package private) classHeaderParamValueParamProviderValue supplier provider supporting the@HeaderParaminjection annotation.(package private) classMatrixParamValueParamProviderValue supplier provider supporting the@MatrixParaminjection annotation.(package private) classPathParamValueParamProvider@PathParaminjection value provider.(package private) classQueryParamValueParamProviderValue supplier provider supporting the@QueryParaminjection annotation.(package private) classWebTargetValueParamProviderValue supplier provider supporting theUriinjection annotation.Fields in org.glassfish.jersey.server.internal.inject declared as ValueParamProvider Modifier and Type Field Description private ValueParamProviderParamInjectionResolver. valueParamProviderMethods in org.glassfish.jersey.server.internal.inject with parameters of type ValueParamProvider Modifier and Type Method Description private voidValueParamProviderConfigurator. registerResolver(InjectionManager im, ValueParamProvider vfp, java.lang.Class<? extends java.lang.annotation.Annotation> annotation, javax.inject.Provider<ContainerRequest> request)Constructors in org.glassfish.jersey.server.internal.inject with parameters of type ValueParamProvider Constructor Description ParamInjectionResolver(ValueParamProvider valueParamProvider, java.lang.Class<A> annotation, javax.inject.Provider<ContainerRequest> request)Initialize the base parameter injection resolver. -
Uses of ValueParamProvider in org.glassfish.jersey.server.internal.routing
Fields in org.glassfish.jersey.server.internal.routing with type parameters of type ValueParamProvider Modifier and Type Field Description private java.util.Collection<ValueParamProvider>Routing.Builder. valueSuppliersprivate java.util.Collection<ValueParamProvider>RuntimeLocatorModelBuilder. valueSuppliersMethod parameters in org.glassfish.jersey.server.internal.routing with type arguments of type ValueParamProvider Modifier and Type Method Description Routing.BuilderRouting.Builder. valueSupplierProviders(java.util.Collection<ValueParamProvider> valueSuppliers)Set value suppliers.Constructor parameters in org.glassfish.jersey.server.internal.routing with type arguments of type ValueParamProvider Constructor Description RuntimeLocatorModelBuilder(javax.ws.rs.core.Configuration config, MessageBodyWorkers messageBodyWorkers, java.util.Collection<ValueParamProvider> valueSuppliers, JerseyResourceContext resourceContext, RuntimeModelBuilder runtimeModelBuilder, java.lang.Iterable<ModelProcessor> modelProcessors, java.util.function.Function<java.lang.Class<?>,?> createServiceFunction)Create a new instance of the runtime model builder for sub-resource locators.RuntimeModelBuilder(JerseyResourceContext resourceContext, javax.ws.rs.core.Configuration config, MessageBodyWorkers messageBodyWorkers, java.util.Collection<ValueParamProvider> valueSuppliers, ProcessingProviders processingProviders, ResourceMethodInvoker.Builder resourceMethodInvokerBuilder, java.lang.Iterable<ModelProcessor> modelProcessors, java.util.function.Function<java.lang.Class<?>,?> createServiceFunction)Create a new instance of the runtime model builder.SubResourceLocatorRouter(java.util.function.Function<java.lang.Class<?>,?> createServiceFunction, java.util.Collection<ValueParamProvider> valueSuppliers, ResourceMethod locatorModel, JerseyResourceContext resourceContext, RuntimeLocatorModelBuilder runtimeLocatorBuilder)Create a new sub-resource locator router. -
Uses of ValueParamProvider in org.glassfish.jersey.server.model
Fields in org.glassfish.jersey.server.model with type parameters of type ValueParamProvider Modifier and Type Field Description private java.util.Collection<ValueParamProvider>ResourceMethodValidator. valueParamProvidersConstructor parameters in org.glassfish.jersey.server.model with type arguments of type ValueParamProvider Constructor Description ComponentModelValidator(java.util.Collection<ValueParamProvider> valueParamProviders, MessageBodyWorkers msgBodyWorkers)ResourceMethodValidator(java.util.Collection<ValueParamProvider> valueParamProviders) -
Uses of ValueParamProvider in org.glassfish.jersey.server.model.internal
Fields in org.glassfish.jersey.server.model.internal with type parameters of type ValueParamProvider Modifier and Type Field Description private java.util.Collection<ValueParamProvider>JavaResourceMethodDispatcherProvider. allValueProvidersConstructor parameters in org.glassfish.jersey.server.model.internal with type arguments of type ValueParamProvider Constructor Description JavaResourceMethodDispatcherProvider(java.util.Collection<ValueParamProvider> allValueProviders) -
Uses of ValueParamProvider in org.glassfish.jersey.server.spi.internal
Method parameters in org.glassfish.jersey.server.spi.internal with type arguments of type ValueParamProvider 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 givenparameterizedresource model component.private static java.util.function.Function<ContainerRequest,?>ParameterValueHelper. getParamValueProvider(java.util.Collection<ValueParamProvider> valueProviders, Parameter parameter)
-