| Modifier and type | Property and description |
|---|---|
| java.lang.reflect.Method | method
Replies the wrapped method. |
| Modifier and type | Action and description |
|---|---|
| java.lang.reflect.Method | getMethod
Replies the wrapped method. |
| void | invoke(Context)
Invoke the method. |
| boolean | isMatching(Class<T>)
Replies if this method is matching the parameter. |
| java.lang.String | toString |
val method : java.lang.reflect.Method
This property is an alias for the action: getMethod
new(Method)
def getMethod : java.lang.reflect.Method
def invoke(Context)
def isMatching(Class<T>) : boolean
def toString : java.lang.String