| Package | Description |
|---|---|
| org.jvnet.hk2.internal |
| Modifier and Type | Method and Description |
|---|---|
static List<SystemInjecteeImpl> |
Utilities.getConstructorInjectees(Constructor<?> c,
ActiveDescriptor<?> injecteeDescriptor)
Returns all the injectees for a constructor
|
static List<SystemInjecteeImpl> |
Utilities.getFieldInjectees(Class<?> actualClass,
Field f,
ActiveDescriptor<?> injecteeDescriptor)
Returns the injectees for a field
|
static List<SystemInjecteeImpl> |
Utilities.getMethodInjectees(Class<?> actualClass,
Method c,
ActiveDescriptor<?> injecteeDescriptor)
Returns all the injectees for a constructor
|
static List<SystemInjecteeImpl> |
Utilities.getMethodInjectees(Class<?> actualClass,
Method c,
ActiveDescriptor<?> injecteeDescriptor,
Map<Integer,MethodParameter> knownValues)
Returns all the injectees for a constructor
|
| Modifier and Type | Method and 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.
|
Copyright © 2009-2017 Oracle Corporation. All Rights Reserved.