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.allInjectees
private final List
<SystemInjecteeImpl> ClazzCreator.ResolutionInfo.injectees
private final Cache
<SystemInjecteeImpl, InjectionResolver<?>> ServiceLocatorImpl.injecteeToResolverCache
Methods 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 void
ClazzCreator.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 Object
ClazzCreator.createMe
(Map<SystemInjecteeImpl, Object> resolved) private void
ClazzCreator.fieldMe
(Map<SystemInjecteeImpl, Object> resolved, T t) private void
ClazzCreator.methodMe
(Map<SystemInjecteeImpl, Object> resolved, T t) private void
ClazzCreator.resolve
(Map<SystemInjecteeImpl, Object> addToMe, InjectionResolver<?> resolver, SystemInjecteeImpl injectee, ServiceHandle<?> root, Collector errorCollection) static void
Utilities.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 SystemInjecteeImplModifierConstructorDescriptionprivate
ResolutionInfo
(AnnotatedElement baseElement, List<SystemInjecteeImpl> injectees)