Package org.apache.groovy.metaclass
Class MetaClass<T>
java.lang.Object
org.apache.groovy.metaclass.MetaClass<T>
@Incubating public final class MetaClass<T> extends Object
A MetaClass within Groovy defines the behaviour of any given Groovy or Java class
-
Method Summary
Modifier and Type Method Description MetaMethod
getMethod(String name, Class[] parameters)
-
Method Details
-
getMethod
-