Package | Description |
---|---|
org.glassfish.jersey.inject.hk2 | |
org.glassfish.jersey.server.internal.inject |
Jersey server-side JAX-RS injection support classes.
|
Modifier and Type | Field and Description |
---|---|
private Cache<ContextInjectionResolverImpl.CacheKey,org.glassfish.hk2.api.ActiveDescriptor<?>> |
ContextInjectionResolverImpl.descriptorCache |
private Cache<ContextInjectionResolverImpl.CacheKey,org.glassfish.hk2.api.Injectee> |
ContextInjectionResolverImpl.foreignRequestScopedInjecteeCache |
Modifier and Type | Field and Description |
---|---|
private Cache<Parameter,ForeignDescriptor> |
DelegatedInjectionValueParamProvider.descriptorCache
We do not want to create a new descriptor instance for every and each method invocation.
|
private Cache<java.lang.Class<?>,ForeignDescriptor> |
BeanParamValueParamProvider.BeanParamValueProvider.descriptorCache |