| Interface | Description |
|---|---|
| Any |
Interface for metadata objects.
|
| AnyMap |
Interface for a map with Any objects.
|
| AnySeq |
Interface for a sequence of Any objects.
|
| DataFactory |
Interface for creation of data objects.
|
| Value |
Interface for a value object, used if the any object is of type string, double, boolean, long, date or date time.
|
| Class | Description |
|---|---|
| DataFactoryCreator |
Helper class to decouple Any and Record interfaces better from default implementation.
|
| ValueFormatHelper |
helper class for formatting and parsing Values.
|
| Enum | Description |
|---|---|
| Any.ValueType |
Enumeration with the possible value types.
|
| Exception | Description |
|---|---|
| InvalidValueTypeException |
A runtime exception that will be thrown if the value types of the Any objects do not match the expected types.
|
Copyright © 2019. All rights reserved.