Uses of Interface
org.glassfish.jersey.internal.util.collection.Value
Packages that use Value
Package
Description
Jersey client-side classes.
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.
-
Uses of Value in org.glassfish.jersey.client
Fields in org.glassfish.jersey.client declared as ValueModifier and TypeFieldDescriptionprivate final Value
<ScheduledExecutorService> ClientExecutorProvidersConfigurator.ClientScheduledExecutorServiceProvider.executorService
Constructors in org.glassfish.jersey.client with parameters of type ValueModifierConstructorDescription(package private)
ClientScheduledExecutorServiceProvider
(Value<ScheduledExecutorService> executorService) -
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 TypeInterfaceDescriptioninterface
LazyValue<T>
Lazily initializedvalue
.interface
Ref<T>
A possibly mutable value reference.Classes in org.glassfish.jersey.internal.util.collection that implement ValueModifier and TypeClassDescriptionprivate static final class
Default (mutable)Ref
implementation.private static final class
ImmutableRef
implementation.private static final class
Thread-safeRef
implementation.private static class
private static class
private static class
Fields 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 provider
whoseget()
method always returns the instance supplied to thevalue
parameter.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 ValueModifierConstructorDescriptionprivate
EagerValue
(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.formattedOutput
private final Value
<javax.ws.rs.ext.ContextResolver<JAXBContext>> AbstractJaxbProvider.mtContext
private final Value
<javax.ws.rs.ext.ContextResolver<JAXBContext>> JaxbStringReaderProvider.mtContext
private final Value
<javax.ws.rs.ext.ContextResolver<Marshaller>> AbstractJaxbProvider.mtMarshaller
private final Value
<javax.ws.rs.ext.ContextResolver<Unmarshaller>> AbstractJaxbProvider.mtUnmarshaller
private final Value
<javax.ws.rs.ext.ContextResolver<Unmarshaller>> JaxbStringReaderProvider.mtUnmarshaller
AbstractJaxbProvider.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 boolean
private static javax.ws.rs.core.Application
ApplicationConfigurator.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.client
Fields in org.glassfish.jersey.server.internal.inject with type parameters of type ValueModifier and TypeFieldDescriptionprivate final ConcurrentMap
<WebTargetValueParamProvider.BindingModel, Value<WebTargetValueParamProvider.ManagedClient>> WebTargetValueParamProvider.managedClients
Constructors 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 TypeClassDescriptionclass
Wrapper 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.asyncContextValueRef
Methods in org.glassfish.jersey.server.internal.process that return ValueModifier and TypeMethodDescriptionRequestProcessingContext.asyncContextValue()
Get aValue
instance holding the asynchronous context associated with this request processing context.Methods in org.glassfish.jersey.server.internal.process with parameters of type ValueModifier and TypeMethodDescriptionvoid
RequestProcessingContext.initAsyncContext
(Value<AsyncContext> lazyContextValue) Lazily initializeAsyncContext
for 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.name
private final Value
<RuntimeResourceModel> ResourceModel.runtimeRootResourceModelValue