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.
|
Modifier and Type | Field and 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 |
Modifier and Type | Field and Description |
---|---|
private LazyValue<javax.net.ssl.SSLSocketFactory> |
HttpUrlConnector.sslSocketFactory |
Modifier and Type | Field and Description |
---|---|
private LazyValue<java.util.Set<java.lang.Class<?>>> |
ContextInjectionResolverImpl.foreignRequestScopedComponents |
private LazyValue<java.util.Set<java.lang.Class>> |
JerseyClassAnalyzer.resolverAnnotations |
Modifier and Type | Method and Description |
---|---|
private LazyValue<java.util.Set<ExceptionMapperFactory.ExceptionMapperType>> |
ExceptionMapperFactory.createLazyExceptionMappers(InjectionManager injectionManager)
Returns
LazyValue of exception mappers that delays their creation to the first use. |
Modifier and Type | Class and Description |
---|---|
private static class |
Values.LazyValueImpl<T> |
Modifier and Type | Field and Description |
---|---|
private static LazyValue |
Values.EMPTY |
Modifier and Type | Method and Description |
---|---|
static <T> LazyValue<T> |
Values.lazy(Value<T> delegate)
Get a new lazily initialized
value provider . |
Modifier and Type | Field and Description |
---|---|
private LazyValue<java.util.Collection<ComponentProvider>> |
ServerBootstrapBag.componentProviders |
Modifier and Type | Method and Description |
---|---|
LazyValue<java.util.Collection<ComponentProvider>> |
ServerBootstrapBag.getComponentProviders() |
Modifier and Type | Method and Description |
---|---|
void |
ServerBootstrapBag.setComponentProviders(LazyValue<java.util.Collection<ComponentProvider>> componentProviders) |
Modifier and Type | Field and Description |
---|---|
private LazyValue<ParamConverterFactory> |
MultivaluedParameterExtractorFactory.paramConverterFactory |
private LazyValue<ContextInjectionResolver> |
DelegatedInjectionValueParamProvider.resolver |
Constructor and 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.
|
Modifier and Type | Field and Description |
---|---|
private LazyValue<java.util.Set<ResourceMethodInvocationHandlerProvider>> |
ResourceMethodInvocationHandlerFactory.providers |
Modifier and Type | Field and Description |
---|---|
private LazyValue<E> |
AbstractThreadPoolProvider.lazyExecutorServiceProvider |