Uses of Class
org.jvnet.hk2.config.InjectionResolver
-
Packages that use InjectionResolver Package Description com.sun.enterprise.v3.admin org.glassfish.common.util.admin org.glassfish.config.support org.jvnet.hk2.config -
-
Uses of InjectionResolver in com.sun.enterprise.v3.admin
Methods in com.sun.enterprise.v3.admin with parameters of type InjectionResolver Modifier and Type Method Description static booleanCommandRunnerImpl. injectParameters(CommandModel model, Object injectionTarget, InjectionResolver<Param> injector, ActionReport report) -
Uses of InjectionResolver in org.glassfish.common.util.admin
Subclasses of InjectionResolver in org.glassfish.common.util.admin Modifier and Type Class Description classMapInjectionResolverAn InjectionResolver that uses a ParameterMap object as the source of the data to inject. -
Uses of InjectionResolver in org.glassfish.config.support
Methods in org.glassfish.config.support that return InjectionResolver Modifier and Type Method Description InjectionResolver<Param>GenericCrudCommand. getInjectionResolver()Methods in org.glassfish.config.support with parameters of type InjectionResolver Modifier and Type Method Description voidGenericCrudCommand. setInjectionResolver(InjectionResolver<Param> injector)we need to have access to the injector instance that has all the parameters context -
Uses of InjectionResolver in org.jvnet.hk2.config
Fields in org.jvnet.hk2.config declared as InjectionResolver Modifier and Type Field Description InjectionResolver[]InjectionManager.InjectContext. targetsMethods in org.jvnet.hk2.config with parameters of type InjectionResolver Modifier and Type Method Description protected voidInjectionManager. error_injectionException(InjectionResolver target, Annotation inject, AnnotatedElement injectionPoint, Throwable e)voidInjectionManager. inject(Object component, Class type, InjectionResolver... targets)Initializes the component by performing injection.voidInjectionManager. inject(Object component, ExecutorService es, InjectionResolver... targets)Initializes the component by performing injection.voidInjectionManager. inject(Object component, InjectionResolver... targets)Initializes the component by performing injection.protected voidInjectionManager. syncDoInject(Object component, Class type, InjectionResolver... targets)Initializes the component by performing injection.Constructors in org.jvnet.hk2.config with parameters of type InjectionResolver Constructor Description InjectContext(Object component, ExecutorService es, InjectionResolver[] targets)InjectField(InjectionManager.InjectClass iClass, Field field, Annotation inject, InjectionResolver target)InjectMethod(InjectionManager.InjectClass iClass, Method method, Annotation inject, InjectionResolver target)
-