Uses of Interface
org.glassfish.jersey.internal.util.collection.LazyValue
Packages that use LazyValue
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 server-side internal model related and routing helper classes.
Common Jersey service provider contract (SPI) classes.
-
Uses of LazyValue in org.glassfish.jersey.client
Fields in org.glassfish.jersey.client declared as LazyValueModifier and TypeFieldDescriptionprivate final LazyValue
<ExecutorService> ClientRuntime.asyncRequestExecutor
DefaultClientAsyncExecutorProvider.asyncThreadPoolSize
private final LazyValue
<ScheduledExecutorService> ClientRuntime.backgroundScheduler
private final LazyValue
<ClientRuntime> ClientConfig.State.runtime
-
Uses of LazyValue in org.glassfish.jersey.client.internal
Fields in org.glassfish.jersey.client.internal declared as LazyValueModifier and TypeFieldDescriptionprivate final LazyValue
<SSLSocketFactory> HttpUrlConnector.sslSocketFactory
-
Uses of LazyValue in org.glassfish.jersey.inject.hk2
Fields in org.glassfish.jersey.inject.hk2 declared as LazyValueModifier and TypeFieldDescriptionContextInjectionResolverImpl.foreignRequestScopedComponents
JerseyClassAnalyzer.resolverAnnotations
-
Uses of LazyValue in org.glassfish.jersey.internal
Methods in org.glassfish.jersey.internal that return LazyValueModifier and TypeMethodDescriptionExceptionMapperFactory.createLazyExceptionMappers
(InjectionManager injectionManager) ReturnsLazyValue
of exception mappers that delays their creation to the first use. -
Uses of LazyValue in org.glassfish.jersey.internal.util.collection
Classes in org.glassfish.jersey.internal.util.collection that implement LazyValueFields in org.glassfish.jersey.internal.util.collection declared as LazyValueMethods in org.glassfish.jersey.internal.util.collection that return LazyValueModifier and TypeMethodDescriptionstatic <T> LazyValue
<T> Get a new lazily initializedvalue provider
. -
Uses of LazyValue in org.glassfish.jersey.server
Fields in org.glassfish.jersey.server declared as LazyValueModifier and TypeFieldDescriptionprivate LazyValue
<Collection<ComponentProvider>> ServerBootstrapBag.componentProviders
Methods in org.glassfish.jersey.server that return LazyValueMethods in org.glassfish.jersey.server with parameters of type LazyValueModifier and TypeMethodDescriptionvoid
ServerBootstrapBag.setComponentProviders
(LazyValue<Collection<ComponentProvider>> componentProviders) -
Uses of LazyValue in org.glassfish.jersey.server.internal.inject
Fields in org.glassfish.jersey.server.internal.inject declared as LazyValueModifier and TypeFieldDescriptionprivate final LazyValue
<ParamConverterFactory> MultivaluedParameterExtractorFactory.paramConverterFactory
private final LazyValue
<ContextInjectionResolver> DelegatedInjectionValueParamProvider.resolver
Constructors in org.glassfish.jersey.server.internal.inject with parameters of type LazyValueModifierConstructorDescriptionDelegatedInjectionValueParamProvider
(LazyValue<ContextInjectionResolver> resolver, Function<Binding, ForeignDescriptor> foreignDescriptorFactory) Injection constructor.MultivaluedParameterExtractorFactory
(LazyValue<ParamConverterFactory> paramConverterFactory) Create new multivalued map parameter extractor factory. -
Uses of LazyValue in org.glassfish.jersey.server.model.internal
Fields in org.glassfish.jersey.server.model.internal declared as LazyValueModifier and TypeFieldDescriptionprivate final LazyValue
<Set<ResourceMethodInvocationHandlerProvider>> ResourceMethodInvocationHandlerFactory.providers
-
Uses of LazyValue in org.glassfish.jersey.spi
Fields in org.glassfish.jersey.spi declared as LazyValue