EsObject is a highly used object type used to exchange data between client and server. The classes that make it possible are in this package.
Interfaces
| | Interface | Description |
| | EsObjectRO |
This interface is used to define what is readable off of an EsObject. |
Classes
| | Class | Description |
| | DataType |
This class is used internally to map a data type to an EsObject property associated with an id. |
| | EsObject |
This class is used to represent an EsObject. |
| | EsObjectDataHolder |
This class is used internally by the EsObject class. |
| | EsObjectMap |
This class is used internally to map a name to an EsObject value.. |