Uses of Interface
org.glassfish.jersey.internal.util.collection.Value
Packages that use Value
Package
Description
Jersey client-side classes.
Jersey OAuth 1 Client API.
Common Jersey internal API classes.
Common set of Jersey collection classes.
Jersey server-side classes.
Jersey server-side JAX-RS injection support classes.
Jersey internal server-side monitoring JMX MBeans implementation classes.
Jersey server-side internal classes related to request and response processing.
Jersey server-side internal resource routing classes.
Jersey server-side application invalid input: '&' resource modeling classes.
Jersey OAuth 1 Server internal implementation classes.
Jersey generic Servlet container integration classes.
-
Uses of Value in org.glassfish.jersey.client
Fields in org.glassfish.jersey.client declared as ValueModifier and TypeFieldDescriptionprivate final Value<ScheduledExecutorService> ClientExecutorProvidersConfigurator.ClientScheduledExecutorServiceProvider.executorServiceConstructors in org.glassfish.jersey.client with parameters of type ValueModifierConstructorDescription(package private)ClientScheduledExecutorServiceProvider(Value<ScheduledExecutorService> executorService) -
Uses of Value in org.glassfish.jersey.client.oauth1
Fields in org.glassfish.jersey.client.oauth1 declared as ValueModifier and TypeFieldDescriptionprivate final Value<javax.ws.rs.core.Feature> OAuth1AuthorizationFlowImpl.oAuth1ClientFilterFeature -
Uses of Value in org.glassfish.jersey.internal
Fields in org.glassfish.jersey.internal declared as ValueModifier and TypeFieldDescriptionprivate final Value<Set<ExceptionMapperFactory.ExceptionMapperType>> ExceptionMapperFactory.exceptionMapperTypes -
Uses of Value in org.glassfish.jersey.internal.util.collection
Subinterfaces of Value in org.glassfish.jersey.internal.util.collectionModifier and TypeInterfaceDescriptioninterfaceLazyValue<T>Lazily initializedvalue.interfaceRef<T>A possibly mutable value reference.Classes in org.glassfish.jersey.internal.util.collection that implement ValueModifier and TypeClassDescriptionprivate static final classDefault (mutable)Refimplementation.private static final classImmutableRefimplementation.private static final classThread-safeRefimplementation.private static classprivate static classprivate static classFields in org.glassfish.jersey.internal.util.collection declared as ValueMethods in org.glassfish.jersey.internal.util.collection that return ValueModifier and TypeMethodDescriptionstatic <T> Value<T> Get a new eagerly initializedvalue provider.static <T> Value<T> Values.empty()static <T> Value<T> Values.of(T value) Get a new constantvalue providerwhoseget()method always returns the instance supplied to thevalueparameter.Methods in org.glassfish.jersey.internal.util.collection with parameters of type ValueModifier and TypeMethodDescriptionstatic <T> Value<T> Get a new eagerly initializedvalue provider.static <T> LazyValue<T> Get a new lazily initializedvalue provider.Constructors in org.glassfish.jersey.internal.util.collection with parameters of type ValueModifierConstructorDescriptionprivateEagerValue(Value<T> value) LazyValueImpl(Value<T> delegate) -
Uses of Value in org.glassfish.jersey.jaxb.internal
Fields in org.glassfish.jersey.jaxb.internal declared as ValueModifier and TypeFieldDescriptionAbstractJaxbProvider.formattedOutputprivate final Value<javax.ws.rs.ext.ContextResolver<JAXBContext>> AbstractJaxbProvider.mtContextprivate final Value<javax.ws.rs.ext.ContextResolver<JAXBContext>> JaxbStringReaderProvider.mtContextprivate final Value<javax.ws.rs.ext.ContextResolver<Marshaller>> AbstractJaxbProvider.mtMarshallerprivate final Value<javax.ws.rs.ext.ContextResolver<Unmarshaller>> AbstractJaxbProvider.mtUnmarshallerprivate final Value<javax.ws.rs.ext.ContextResolver<Unmarshaller>> JaxbStringReaderProvider.mtUnmarshallerAbstractJaxbProvider.xmlRootElementProcessing -
Uses of Value in org.glassfish.jersey.server
Classes in org.glassfish.jersey.server that implement ValueMethods in org.glassfish.jersey.server with parameters of type ValueModifier and TypeMethodDescriptionprivate booleanprivate static javax.ws.rs.core.ApplicationApplicationConfigurator.createApplication(InjectionManager injectionManager, Class<? extends javax.ws.rs.core.Application> applicationClass, Value<Collection<ComponentProvider>> componentProvidersValue) -
Uses of Value in org.glassfish.jersey.server.internal.inject
Fields in org.glassfish.jersey.server.internal.inject declared as ValueModifier and TypeFieldDescriptionprivate final Value<WebTargetValueParamProvider.ManagedClient> WebTargetValueParamProvider.WebTargetValueSupplier.clientFields in org.glassfish.jersey.server.internal.inject with type parameters of type ValueModifier and TypeFieldDescriptionprivate final ConcurrentMap<WebTargetValueParamProvider.BindingModel, Value<WebTargetValueParamProvider.ManagedClient>> WebTargetValueParamProvider.managedClientsConstructors in org.glassfish.jersey.server.internal.inject with parameters of type ValueModifierConstructorDescription(package private) -
Uses of Value in org.glassfish.jersey.server.internal.monitoring.jmx
Fields in org.glassfish.jersey.server.internal.monitoring.jmx with type parameters of type Value -
Uses of Value in org.glassfish.jersey.server.internal.process
Classes in org.glassfish.jersey.server.internal.process that implement ValueModifier and TypeClassDescriptionclassWrapper that holds the reference of theRequestProcessingContext.Fields in org.glassfish.jersey.server.internal.process with type parameters of type ValueModifier and TypeFieldDescriptionprivate final Ref<Value<AsyncContext>> RequestProcessingContext.asyncContextValueRefMethods in org.glassfish.jersey.server.internal.process that return ValueModifier and TypeMethodDescriptionRequestProcessingContext.asyncContextValue()Get aValueinstance holding the asynchronous context associated with this request processing context.Methods in org.glassfish.jersey.server.internal.process with parameters of type ValueModifier and TypeMethodDescriptionvoidRequestProcessingContext.initAsyncContext(Value<AsyncContext> lazyContextValue) Lazily initializeAsyncContextfor this request processing context. -
Uses of Value in org.glassfish.jersey.server.internal.routing
Fields in org.glassfish.jersey.server.internal.routing declared as ValueModifier and TypeFieldDescriptionprivate final Value<RuntimeLocatorModelBuilder> RuntimeModelBuilder.locatorBuilder -
Uses of Value in org.glassfish.jersey.server.model
Fields in org.glassfish.jersey.server.model declared as ValueModifier and TypeFieldDescriptionResource.nameprivate final Value<RuntimeResourceModel> ResourceModel.runtimeRootResourceModelValue -
Uses of Value in org.glassfish.jersey.server.oauth1.internal
Fields in org.glassfish.jersey.server.oauth1.internal declared as Value -
Uses of Value in org.glassfish.jersey.servlet
Methods in org.glassfish.jersey.servlet that return ValueModifier and TypeMethodDescriptionServletContainer.service(URI baseUri, URI requestUri, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Dispatch client requests to a resource class.WebComponent.service(URI baseUri, URI requestUri, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse) Dispatch client requests to a resource class.