| Package | Description |
|---|---|
| org.glassfish.hk2.api | |
| org.glassfish.hk2.utilities | |
| org.jvnet.hk2.internal |
| Modifier and Type | Method and Description |
|---|---|
Object |
ServiceLocator.assistedInject(Object injectMe,
Method method,
MethodParameter... params)
This will invoke the given method on the given object.
|
Object |
ServiceLocator.assistedInject(Object injectMe,
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 |
|---|---|
Object |
ServiceLocatorImpl.assistedInject(Object injectMe,
Method method,
MethodParameter... params) |
Object |
ServiceLocatorImpl.assistedInject(Object injectMe,
Method method,
ServiceHandle<?> root,
MethodParameter... params) |
static Object |
Utilities.justAssistedInject(Object injectMe,
Method method,
ServiceLocatorImpl locator,
ServiceHandle<?> root,
MethodParameter... givenValues)
Just injects this one method
|
| Modifier and Type | Method and Description |
|---|---|
static List<SystemInjecteeImpl> |
Utilities.getMethodInjectees(Class<?> actualClass,
Method c,
ActiveDescriptor<?> injecteeDescriptor,
Map<Integer,MethodParameter> knownValues)
Returns all the injectees for a constructor
|
Copyright © 2009–2020 Oracle Corporation. All rights reserved.