Uses of Interface
org.glassfish.hk2.api.InjectionResolver
-
Packages that use InjectionResolver Package Description org.glassfish.hk2.configuration.internal org.jvnet.hk2.internal -
-
Uses of InjectionResolver in org.glassfish.hk2.configuration.internal
Classes in org.glassfish.hk2.configuration.internal that implement InjectionResolver Modifier and Type Class Description class
ChildInjectResolverImpl
class
ConfiguredByInjectionResolver
Fields in org.glassfish.hk2.configuration.internal declared as InjectionResolver Modifier and Type Field Description private InjectionResolver<javax.inject.Inject>
ChildInjectResolverImpl. systemResolver
private InjectionResolver<javax.inject.Inject>
ConfiguredByInjectionResolver. systemResolver
-
Uses of InjectionResolver in org.jvnet.hk2.internal
Classes in org.jvnet.hk2.internal that implement InjectionResolver Modifier and Type Class Description class
ThreeThirtyResolver
Fields in org.jvnet.hk2.internal with type parameters of type InjectionResolver Modifier and Type Field Description private java.util.concurrent.ConcurrentHashMap<java.lang.Class<? extends java.lang.annotation.Annotation>,InjectionResolver<?>>
ServiceLocatorImpl. allResolvers
private Cache<SystemInjecteeImpl,InjectionResolver<?>>
ServiceLocatorImpl. injecteeToResolverCache
Methods in org.jvnet.hk2.internal that return InjectionResolver Modifier and Type Method Description (package private) InjectionResolver<?>
PerLocatorUtilities. getInjectionResolver(ServiceLocatorImpl locator, java.lang.reflect.AnnotatedElement annotatedGuy)
Returns an injection resolver for this AnnotatedElement.private InjectionResolver<?>
PerLocatorUtilities. getInjectionResolver(ServiceLocatorImpl locator, java.lang.reflect.AnnotatedElement annotatedGuy, int position)
InjectionResolver<?>
PerLocatorUtilities. getInjectionResolver(ServiceLocatorImpl locator, Injectee injectee)
Returns an injection resolver for the injectee(package private) InjectionResolver<?>
ServiceLocatorImpl. getInjectionResolver(java.lang.Class<? extends java.lang.annotation.Annotation> annoType)
(package private) InjectionResolver<?>
ServiceLocatorImpl. getInjectionResolverForInjectee(SystemInjecteeImpl injectee)
Methods in org.jvnet.hk2.internal that return types with arguments of type InjectionResolver Modifier and Type Method Description static ActiveDescriptor<InjectionResolver<javax.inject.Inject>>
Utilities. getThreeThirtyDescriptor(ServiceLocatorImpl locator)
Creates a Three Thirty constant active descriptorMethods in org.jvnet.hk2.internal with parameters of type InjectionResolver Modifier and Type Method Description private void
ClazzCreator. resolve(java.util.Map<SystemInjecteeImpl,java.lang.Object> addToMe, InjectionResolver<?> resolver, SystemInjecteeImpl injectee, ServiceHandle<?> root, Collector errorCollection)
-