[Java] Class Realm
- org.apache.groovy.metaclass.Realm
@Incubating public final class Realm extends Object
A Realm is the representation of a metaclass layer in a tree of realm objects.
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
protected MetaClassConstant<?> |
computeValue(Class<?> type) | |
<T> | public MetaClass<T> |
getMetaClass(Class<T> theClass) |
public static Realm |
newRealm(String name, Realm parent) | |
public String |
toString() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail
@Override @SuppressWarnings("unchecked") protected MetaClassConstant<?> computeValue(Class<?> type)
<T> public MetaClass<T> getMetaClass(Class<T> theClass)
public static Realm newRealm(String name, Realm parent)
@Override public String toString()
© 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/Realm.html