Uses of Class
org.jvnet.hk2.internal.SystemInjecteeImpl
Packages that use SystemInjecteeImpl
-
Uses of SystemInjecteeImpl in org.jvnet.hk2.internal
Fields in org.jvnet.hk2.internal with type parameters of type SystemInjecteeImplModifier and TypeFieldDescriptionprivate List<SystemInjecteeImpl> ClazzCreator.allInjecteesprivate final List<SystemInjecteeImpl> ClazzCreator.ResolutionInfo.injecteesprivate final Cache<SystemInjecteeImpl, InjectionResolver<?>> ServiceLocatorImpl.injecteeToResolverCacheMethods in org.jvnet.hk2.internal that return types with arguments of type SystemInjecteeImplModifier and TypeMethodDescriptionstatic List<SystemInjecteeImpl> Utilities.getConstructorInjectees(Constructor<?> c, ActiveDescriptor<?> injecteeDescriptor) Returns all the injectees for a constructorstatic List<SystemInjecteeImpl> Utilities.getFieldInjectees(Class<?> actualClass, Field f, ActiveDescriptor<?> injecteeDescriptor) Returns the injectees for a fieldstatic List<SystemInjecteeImpl> Utilities.getMethodInjectees(Class<?> actualClass, Method c, ActiveDescriptor<?> injecteeDescriptor) Returns all the injectees for a constructorstatic List<SystemInjecteeImpl> Utilities.getMethodInjectees(Class<?> actualClass, Method c, ActiveDescriptor<?> injecteeDescriptor, Map<Integer, MethodParameter> knownValues) Returns all the injectees for a constructorprivate Map<SystemInjecteeImpl, Object> ClazzCreator.resolveAllDependencies(ServiceHandle<?> root) Methods in org.jvnet.hk2.internal with parameters of type SystemInjecteeImplModifier and TypeMethodDescription(package private) InjectionResolver<?> ServiceLocatorImpl.getInjectionResolverForInjectee(SystemInjecteeImpl injectee) private voidClazzCreator.resolve(Map<SystemInjecteeImpl, Object> addToMe, InjectionResolver<?> resolver, SystemInjecteeImpl injectee, ServiceHandle<?> root, Collector errorCollection) Method parameters in org.jvnet.hk2.internal with type arguments of type SystemInjecteeImplModifier and TypeMethodDescriptionprivate ObjectClazzCreator.createMe(Map<SystemInjecteeImpl, Object> resolved) private voidClazzCreator.fieldMe(Map<SystemInjecteeImpl, Object> resolved, T t) private voidClazzCreator.methodMe(Map<SystemInjecteeImpl, Object> resolved, T t) private voidClazzCreator.resolve(Map<SystemInjecteeImpl, Object> addToMe, InjectionResolver<?> resolver, SystemInjecteeImpl injectee, ServiceHandle<?> root, Collector errorCollection) static voidUtilities.validateSelfInjectees(ActiveDescriptor<?> givenDescriptor, List<SystemInjecteeImpl> injectees, Collector collector) This method validates a list of injectees to ensure that any self injectees have the proper set of requirements.Constructor parameters in org.jvnet.hk2.internal with type arguments of type SystemInjecteeImplModifierConstructorDescriptionprivateResolutionInfo(AnnotatedElement baseElement, List<SystemInjecteeImpl> injectees)