Uses of Interface
org.glassfish.jersey.internal.util.collection.LazyValue
-
Packages that use LazyValue Package Description org.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.client.internal org.glassfish.jersey.inject.hk2 org.glassfish.jersey.internal Common Jersey internal API classes.org.glassfish.jersey.internal.util.collection Common set of Jersey collection 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.model.internal Jersey server-side internal model related and routing helper classes.org.glassfish.jersey.spi Common Jersey service provider contract (SPI) classes. -
-
Uses of LazyValue in org.glassfish.jersey.client
Fields in org.glassfish.jersey.client declared as LazyValue Modifier and Type Field Description private LazyValue<java.util.concurrent.ExecutorService>
ClientRuntime. asyncRequestExecutor
private LazyValue<java.lang.Integer>
DefaultClientAsyncExecutorProvider. asyncThreadPoolSize
private LazyValue<java.util.concurrent.ScheduledExecutorService>
ClientRuntime. backgroundScheduler
private LazyValue<ClientRuntime>
ClientConfig.State. runtime
-
Uses of LazyValue in org.glassfish.jersey.client.internal
Fields in org.glassfish.jersey.client.internal declared as LazyValue Modifier and Type Field Description private LazyValue<javax.net.ssl.SSLSocketFactory>
HttpUrlConnector. sslSocketFactory
-
Uses of LazyValue in org.glassfish.jersey.inject.hk2
Fields in org.glassfish.jersey.inject.hk2 declared as LazyValue Modifier and Type Field Description private LazyValue<java.util.Set<java.lang.Class<?>>>
ContextInjectionResolverImpl. foreignRequestScopedComponents
private LazyValue<java.util.Set<java.lang.Class>>
JerseyClassAnalyzer. resolverAnnotations
-
Uses of LazyValue in org.glassfish.jersey.internal
Methods in org.glassfish.jersey.internal that return LazyValue Modifier and Type Method Description private LazyValue<java.util.Set<ExceptionMapperFactory.ExceptionMapperType>>
ExceptionMapperFactory. 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 LazyValue Modifier and Type Class Description private static class
Values.LazyValueImpl<T>
Fields in org.glassfish.jersey.internal.util.collection declared as LazyValue Modifier and Type Field Description private static LazyValue
Values. EMPTY
Methods in org.glassfish.jersey.internal.util.collection that return LazyValue Modifier and Type Method Description static <T> LazyValue<T>
Values. lazy(Value<T> delegate)
Get a new lazily initializedvalue provider
. -
Uses of LazyValue in org.glassfish.jersey.server
Fields in org.glassfish.jersey.server declared as LazyValue Modifier and Type Field Description private LazyValue<java.util.Collection<ComponentProvider>>
ServerBootstrapBag. componentProviders
Methods in org.glassfish.jersey.server that return LazyValue Modifier and Type Method Description LazyValue<java.util.Collection<ComponentProvider>>
ServerBootstrapBag. getComponentProviders()
Methods in org.glassfish.jersey.server with parameters of type LazyValue Modifier and Type Method Description void
ServerBootstrapBag. setComponentProviders(LazyValue<java.util.Collection<ComponentProvider>> componentProviders)
-
Uses of LazyValue in org.glassfish.jersey.server.internal.inject
Fields in org.glassfish.jersey.server.internal.inject declared as LazyValue Modifier and Type Field Description private LazyValue<ParamConverterFactory>
MultivaluedParameterExtractorFactory. paramConverterFactory
private LazyValue<ContextInjectionResolver>
DelegatedInjectionValueParamProvider. resolver
Constructors in org.glassfish.jersey.server.internal.inject with parameters of type LazyValue Constructor Description DelegatedInjectionValueParamProvider(LazyValue<ContextInjectionResolver> resolver, java.util.function.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 LazyValue Modifier and Type Field Description private LazyValue<java.util.Set<ResourceMethodInvocationHandlerProvider>>
ResourceMethodInvocationHandlerFactory. providers
-
Uses of LazyValue in org.glassfish.jersey.spi
Fields in org.glassfish.jersey.spi declared as LazyValue Modifier and Type Field Description private LazyValue<E>
AbstractThreadPoolProvider. lazyExecutorServiceProvider
-