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
Methods in org.jvnet.hk2.internal that return types with arguments of type SystemInjecteeImpl Modifier and Type Method Description static 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 constructorMethod parameters in org.jvnet.hk2.internal with type arguments of type SystemInjecteeImpl Modifier and Type Method Description 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.
-