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<?> clazz)
Standard constructor
|
| Modifier and Type | Method and Description |
|---|---|
Method |
findMethod(String name,
Object... params)
Find a Method using the methodKey
provided.
|
public ClassMap(Class<?> clazz)
clazz - The class.public Method findMethod(String name, Object... params) throws org.apache.maven.shared.utils.introspection.MethodMap.AmbiguousException
name - Method name.params - Method parameters.MethodMap.AmbiguousException - in case of duplicate methods.Copyright © 2017. All rights reserved.