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 classChildInjectResolverImplclassConfiguredByInjectionResolverFields in org.glassfish.hk2.configuration.internal declared as InjectionResolver Modifier and Type Field Description private InjectionResolver<javax.inject.Inject>ChildInjectResolverImpl. systemResolverprivate 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 classThreeThirtyResolverFields 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. allResolversprivate Cache<SystemInjecteeImpl,InjectionResolver<?>>ServiceLocatorImpl. injecteeToResolverCacheMethods 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 voidClazzCreator. resolve(java.util.Map<SystemInjecteeImpl,java.lang.Object> addToMe, InjectionResolver<?> resolver, SystemInjecteeImpl injectee, ServiceHandle<?> root, Collector errorCollection)
-