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
|
Modifier and Type | Method and Description |
---|---|
InjectionResolver<?> |
PerLocatorUtilities.getInjectionResolver(ServiceLocatorImpl locator,
SystemInjecteeImpl injectee)
Returns an injection resolver for the injectee
|
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–2016 Oracle Corporation. All rights reserved.