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
-
Uses of InjectionResolver in org.jvnet.hk2.internal
Classes in org.jvnet.hk2.internal that implement InjectionResolver Modifier and Type Class Description class
ThreeThirtyResolver
Methods in org.jvnet.hk2.internal that return InjectionResolver Modifier and Type Method Description InjectionResolver<?>
PerLocatorUtilities. getInjectionResolver(ServiceLocatorImpl locator, Injectee injectee)
Returns an injection resolver for the injecteeMethods 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 descriptor
-