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.asyncRequestExecutorDefaultClientAsyncExecutorProvider.asyncThreadPoolSizeprivate final LazyValue<ScheduledExecutorService> ClientRuntime.backgroundSchedulerprivate 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.foreignRequestScopedComponentsJerseyClassAnalyzer.resolverAnnotations -
Uses of LazyValue in org.glassfish.jersey.internal
Methods in org.glassfish.jersey.internal that return LazyValueModifier and TypeMethodDescriptionExceptionMapperFactory.createLazyExceptionMappers(InjectionManager injectionManager) ReturnsLazyValueof 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.componentProvidersMethods in org.glassfish.jersey.server that return LazyValueMethods in org.glassfish.jersey.server with parameters of type LazyValueModifier and TypeMethodDescriptionvoidServerBootstrapBag.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.paramConverterFactoryprivate final LazyValue<ContextInjectionResolver> DelegatedInjectionValueParamProvider.resolverConstructors 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