Package | Description |
---|---|
org.glassfish.hk2.api | |
org.glassfish.hk2.utilities |
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 |
Copyright © 2009–2019 Oracle Corporation. All rights reserved.