| Package | Description |
|---|---|
| org.glassfish.hk2.api | |
| org.glassfish.hk2.utilities | |
| org.jvnet.hk2.internal |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
ServiceLocator.assistedInject(java.lang.Object injectMe,
java.lang.reflect.Method method,
MethodParameter... params)
This will invoke the given method on the given object.
|
java.lang.Object |
ServiceLocator.assistedInject(java.lang.Object injectMe,
java.lang.reflect.Method method,
ServiceHandle<?> root,
MethodParameter... params)
This will invoke the given method on the given object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MethodParameterImpl
An implementation of
MethodParameter that
has immutable position and value |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
ServiceLocatorImpl.assistedInject(java.lang.Object injectMe,
java.lang.reflect.Method method,
MethodParameter... params) |
java.lang.Object |
ServiceLocatorImpl.assistedInject(java.lang.Object injectMe,
java.lang.reflect.Method method,
ServiceHandle<?> root,
MethodParameter... params) |
static java.lang.Object |
Utilities.justAssistedInject(java.lang.Object injectMe,
java.lang.reflect.Method method,
ServiceLocatorImpl locator,
ServiceHandle<?> root,
MethodParameter... givenValues)
Just injects this one method
|
| Modifier and Type | Method and Description |
|---|---|
static 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 constructor
|