Package org.apache.kafka.connect.data


package org.apache.kafka.connect.data
  • Class
    Description
     
    A date representing a calendar day with no time of day or timezone.
    An arbitrary-precision signed decimal number.
    A field in a Struct, consisting of a field name, index, and Schema for the field value.
    Definition of an abstract data type.
    The type of a schema.
     
    SchemaBuilder provides a fluent API for constructing Schema objects.
    SchemaProjector is 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 independent Schema.
    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.