Uses of Interface
org.glassfish.hk2.api.InjectionResolver

Packages that use InjectionResolver
org.glassfish.examples.http   
org.jvnet.hk2.internal   
 

Uses of InjectionResolver in org.glassfish.examples.http
 

Classes in org.glassfish.examples.http that implement InjectionResolver
 class AlternateInjectResolver
           
 

Uses of InjectionResolver in org.jvnet.hk2.internal
 

Classes in org.jvnet.hk2.internal that implement InjectionResolver
 class ThreeThirtyResolver
           
 

Methods in org.jvnet.hk2.internal that return InjectionResolver
static InjectionResolver<?> Utilities.getInjectionResolver(ServiceLocatorImpl locator, AnnotatedElement annotatedGuy)
          Returns an injection resolver for this AnnotatedElement
 

Methods in org.jvnet.hk2.internal that return types with arguments of type InjectionResolver
static ActiveDescriptor<InjectionResolver<javax.inject.Inject>> Utilities.getThreeThirtyDescriptor(ServiceLocatorImpl locator)
          Creates a Three Thirty constant active descriptor
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.