| Modifier and type | Property and description |
|---|---|
| java.lang.reflect.Method | genericTypeMatchingMethod |
| java.lang.Class<T> | genericTypes |
| Constructor and description |
|---|
| new(Method,Method,Class<T>)
Creates a new method identifier according to the name and the list of parameter types of the considered method. |
| Modifier and type | Action and description |
|---|---|
| boolean | equals(Object) |
| java.lang.reflect.Method | getGenericTypeMatchingMethod |
| java.lang.Class<T> | getGenericTypes |
| int | hashCode |
| boolean | matchesGenericTypes(Object)
Replies if the given event matches the generic types. |
val genericTypeMatchingMethod : java.lang.reflect.Method
This property is an alias for the action: getGenericTypeMatchingMethod
val genericTypes : java.lang.Class<T>
This property is an alias for the action: getGenericTypes
new(Method,Method,Class<T>)
def equals(Object) : boolean
def getGenericTypeMatchingMethod : java.lang.reflect.Method
def getGenericTypes : java.lang.Class<T>
def hashCode : int
def matchesGenericTypes(Object) : boolean