public class OperationMethod extends Object
ReflectiveOperationInvoker
Constructor and Description |
---|
OperationMethod(Method method,
OperationType operationType)
Create a new
OperationMethod instance. |
Modifier and Type | Method and Description |
---|---|
Method |
getMethod()
Return the source Java method.
|
OperationType |
getOperationType()
Return the operation type.
|
OperationParameters |
getParameters()
Return the operation parameters.
|
String |
toString() |
public OperationMethod(Method method, OperationType operationType)
OperationMethod
instance.method
- the source methodoperationType
- the operation typepublic Method getMethod()
public OperationType getOperationType()
public OperationParameters getParameters()