public class ClassMap extends Object
Method objects by a concatenation of the method name and
the names of classes that make up the parameters.| Constructor and Description |
|---|
ClassMap(Class aClass)
Standard constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Method |
findMethod(String name,
Object[] params)
Find a Method using the methodKey provided.
|
static Method |
getPublicMethod(Method method)
For a given method, retrieves its publicly accessible counterpart.
|
public ClassMap(Class aClass)
aClass - the class to deconstruct.public Method findMethod(String name, Object[] params) throws MethodMap.AmbiguousException
name - method nameparams - method parametersMethodMethodMap.AmbiguousException - if the method and parameters are ambiguous.public static Method getPublicMethod(Method method)
method - a method whose publicly callable counterpart is requested.Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.