Uses of Interface
org.jvnet.hk2.config.InjectionResolverQuery
-
Packages that use InjectionResolverQuery Package Description org.glassfish.common.util.admin org.jvnet.hk2.config -
-
Uses of InjectionResolverQuery in org.glassfish.common.util.admin
Classes in org.glassfish.common.util.admin that implement InjectionResolverQuery Modifier and Type Class Description classMapInjectionResolverAn InjectionResolver that uses a ParameterMap object as the source of the data to inject. -
Uses of InjectionResolverQuery in org.jvnet.hk2.config
Classes in org.jvnet.hk2.config that implement InjectionResolverQuery Modifier and Type Class Description classInjectionResolver<U extends Annotation>Implementation of this abstract class are handling injection resolution for a particular injection annotation {@see Inject} Injection targets are identified by the generic parameter and the constructor of this class.
-