Package org.apache.kafka.connect.data
package org.apache.kafka.connect.data
Provides classes for representing data and schemas handled by Connect.
-
ClassDescriptionA date representing a calendar day with no time of day or timezone.An arbitrary-precision signed decimal number.Definition of an abstract data type.The type of a schema.A composite containing a
Schema
and associated valueSchemaBuilder provides a fluent API for constructingSchema
objects.SchemaProjector is a utility to project a value between compatible schemas and throw exceptions when non compatible schemas are provided.A structured record containing a set of named fields with values, each field using an independentSchema
.A time representing a specific point in a day, not tied to any specific date.A timestamp representing an absolute time, without timezone information.Utility for converting from one Connect value to a different form.