Uses of Class
org.jvnet.hk2.internal.SystemInjecteeImpl
-
Packages that use SystemInjecteeImpl Package Description org.jvnet.hk2.internal -
-
Uses of SystemInjecteeImpl in org.jvnet.hk2.internal
Fields in org.jvnet.hk2.internal with type parameters of type SystemInjecteeImpl Modifier and Type Field Description private java.util.List<SystemInjecteeImpl>
ClazzCreator. allInjectees
private java.util.List<SystemInjecteeImpl>
ClazzCreator.ResolutionInfo. injectees
private Cache<SystemInjecteeImpl,InjectionResolver<?>>
ServiceLocatorImpl. injecteeToResolverCache
Methods in org.jvnet.hk2.internal that return types with arguments of type SystemInjecteeImpl Modifier and Type Method Description static java.util.List<SystemInjecteeImpl>
Utilities. getConstructorInjectees(java.lang.reflect.Constructor<?> c, ActiveDescriptor<?> injecteeDescriptor)
Returns all the injectees for a constructorstatic java.util.List<SystemInjecteeImpl>
Utilities. getFieldInjectees(java.lang.Class<?> actualClass, java.lang.reflect.Field f, ActiveDescriptor<?> injecteeDescriptor)
Returns the injectees for a fieldstatic java.util.List<SystemInjecteeImpl>
Utilities. getMethodInjectees(java.lang.Class<?> actualClass, java.lang.reflect.Method c, ActiveDescriptor<?> injecteeDescriptor)
Returns all the injectees for a constructorstatic java.util.List<SystemInjecteeImpl>
Utilities. getMethodInjectees(java.lang.Class<?> actualClass, java.lang.reflect.Method c, ActiveDescriptor<?> injecteeDescriptor, java.util.Map<java.lang.Integer,MethodParameter> knownValues)
Returns all the injectees for a constructorprivate java.util.Map<SystemInjecteeImpl,java.lang.Object>
ClazzCreator. resolveAllDependencies(ServiceHandle<?> root)
Methods in org.jvnet.hk2.internal with parameters of type SystemInjecteeImpl Modifier and Type Method Description (package private) InjectionResolver<?>
ServiceLocatorImpl. getInjectionResolverForInjectee(SystemInjecteeImpl injectee)
private void
ClazzCreator. resolve(java.util.Map<SystemInjecteeImpl,java.lang.Object> addToMe, InjectionResolver<?> resolver, SystemInjecteeImpl injectee, ServiceHandle<?> root, Collector errorCollection)
Method parameters in org.jvnet.hk2.internal with type arguments of type SystemInjecteeImpl Modifier and Type Method Description private java.lang.Object
ClazzCreator. createMe(java.util.Map<SystemInjecteeImpl,java.lang.Object> resolved)
private void
ClazzCreator. fieldMe(java.util.Map<SystemInjecteeImpl,java.lang.Object> resolved, T t)
private void
ClazzCreator. methodMe(java.util.Map<SystemInjecteeImpl,java.lang.Object> resolved, T t)
private void
ClazzCreator. resolve(java.util.Map<SystemInjecteeImpl,java.lang.Object> addToMe, InjectionResolver<?> resolver, SystemInjecteeImpl injectee, ServiceHandle<?> root, Collector errorCollection)
static void
Utilities. validateSelfInjectees(ActiveDescriptor<?> givenDescriptor, java.util.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 SystemInjecteeImpl Constructor Description ResolutionInfo(java.lang.reflect.AnnotatedElement baseElement, java.util.List<SystemInjecteeImpl> injectees)
-