See: Description
| Interface | Description |
|---|---|
| Schema | Definition of an abstract data type. |
| Class | Description |
|---|---|
| ConnectSchema | |
| Date | A date representing a calendar day with no time of day or timezone. |
| Decimal | An arbitrary-precision signed decimal number. |
| Field | |
| SchemaAndValue | A composite containing a Schema and associated value |
| SchemaBuilder | SchemaBuilder provides a fluent API for constructing Schema objects. |
| SchemaProjector | SchemaProjector is a utility to project a value between compatible schemas and throw exceptions when non compatible schemas are provided. |
| Struct | A structured record containing a set of named fields with values, each field using an independent Schema. |
| Time | A time representing a specific point in a day, not tied to any specific date. |
| Timestamp | A timestamp representing an absolute time, without timezone information. |
| Values | Utility for converting from one Connect value to a different form. |
| Enum | Description |
|---|---|
| Schema.Type | The type of a schema. |