public class ObjectType extends Object
DynamicObjects.| Constructor and Description |
|---|
ObjectType()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
dispatch()
Returns the exports class that this object type is dispatched to using
dynamic dispatch. |
boolean |
equals(DynamicObject object,
Object other)
Delegate method for
Object.equals(Object). |
int |
hashCode(DynamicObject object)
Delegate method for
Object.hashCode(). |
String |
toString(DynamicObject object)
Delegate method for
Object.toString(). |
public boolean equals(DynamicObject object, Object other)
Object.equals(Object).public int hashCode(DynamicObject object)
Object.hashCode().public String toString(DynamicObject object)
Object.toString().public Class<?> dispatch()
dynamic dispatch.