public class ClassMap
extends java.lang.Object
java.lang.Method objects by a concatenation of the
method name and the names of classes that make up the parameters.| Constructor | Description |
|---|---|
ClassMap(java.lang.Class<?> clazz) |
Standard constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.reflect.Method |
findMethod(java.lang.String name,
java.lang.Object[] params) |
Find a Method using the methodKey
provided.
|
static java.lang.reflect.Method |
getPublicMethod(java.lang.reflect.Method method) |
For a given method, retrieves its publicly accessible counterpart.
|
public java.lang.reflect.Method findMethod(java.lang.String name,
java.lang.Object[] params)
throws MethodMap.AmbiguousException
MethodMap.AmbiguousExceptionpublic static java.lang.reflect.Method getPublicMethod(java.lang.reflect.Method method)
method - a method whose publicly callable counterpart is requested.