public class ClassMap extends Object
Method objects by a concatenation of the
method name and the names of classes that make up the parameters.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 © 2002–2016 The Apache Software Foundation. All rights reserved.