[Java] Class MetaClass<T>

  • org.apache.groovy.metaclass.MetaClass
@Incubating
public final class MetaClass<T>
extends Object

A MetaClass within Groovy defines the behaviour of any given Groovy or Java class

Methods Summary

Methods
Type Params Return Type Name and description
public MetaMethod getMethod(String name, Class[] parameters)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Method Detail

public MetaMethod getMethod(String name, Class[] parameters)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/metaclass/MetaClass.html