Uses of Interface
org.glassfish.hk2.api.InjectionResolver
Packages that use InjectionResolver
-
Uses of InjectionResolver in org.glassfish.hk2.configuration.internal
Classes in org.glassfish.hk2.configuration.internal that implement InjectionResolverModifier and TypeClassDescriptionclassclassFields in org.glassfish.hk2.configuration.internal declared as InjectionResolverModifier and TypeFieldDescriptionprivate 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 InjectionResolverFields in org.jvnet.hk2.internal with type parameters of type InjectionResolverModifier and TypeFieldDescriptionprivate ConcurrentHashMap<Class<? extends Annotation>, InjectionResolver<?>> ServiceLocatorImpl.allResolversprivate final Cache<SystemInjecteeImpl, InjectionResolver<?>> ServiceLocatorImpl.injecteeToResolverCacheMethods in org.jvnet.hk2.internal that return InjectionResolverModifier and TypeMethodDescription(package private) InjectionResolver<?> PerLocatorUtilities.getInjectionResolver(ServiceLocatorImpl locator, AnnotatedElement annotatedGuy) Returns an injection resolver for this AnnotatedElement.private InjectionResolver<?> PerLocatorUtilities.getInjectionResolver(ServiceLocatorImpl locator, AnnotatedElement annotatedGuy, int position) PerLocatorUtilities.getInjectionResolver(ServiceLocatorImpl locator, Injectee injectee) Returns an injection resolver for the injectee(package private) InjectionResolver<?> ServiceLocatorImpl.getInjectionResolver(Class<? extends Annotation> annoType) (package private) InjectionResolver<?> ServiceLocatorImpl.getInjectionResolverForInjectee(SystemInjecteeImpl injectee) Methods in org.jvnet.hk2.internal that return types with arguments of type InjectionResolverModifier and TypeMethodDescriptionstatic 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 InjectionResolverModifier and TypeMethodDescriptionprivate voidClazzCreator.resolve(Map<SystemInjecteeImpl, Object> addToMe, InjectionResolver<?> resolver, SystemInjecteeImpl injectee, ServiceHandle<?> root, Collector errorCollection)