public interface MethodParameter
ServiceLocator.assistedInject(Object, java.lang.reflect.Method, MethodParameter...)
method| Modifier and Type | Method and Description |
|---|---|
int |
getParameterPosition()
Returns the index of the parameter for which
the
getParameterValue() result should
go |
Object |
getParameterValue()
The value that should be given to the
method at the parameter position specified
by
getParameterPosition() |
int getParameterPosition()
getParameterValue() result should
goObject getParameterValue()
getParameterPosition()Copyright © 2009–2019 Oracle Corporation. All rights reserved.