@Incubating public final class Realm extends Object
A Realm is the representation of a metaclass layer in a tree of realm objects.
| 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() |