Class AbstractConnectSchemaType

java.lang.Object
io.debezium.connector.jdbc.type.AbstractType
io.debezium.connector.jdbc.type.connect.AbstractConnectSchemaType
All Implemented Interfaces:
Type
Direct Known Subclasses:
AbstractConnectMapType, ConnectBooleanType, ConnectBytesType, ConnectFloat32Type, ConnectFloat64Type, ConnectInt16Type, ConnectInt32Type, ConnectInt64Type, ConnectInt8Type, ConnectStringType

public abstract class AbstractConnectSchemaType extends AbstractType
An abstract implementation of Type that all Kafka Connect based schema types should be derived. This abstract implementation is used as a marker object to designate types that are operating on the raw Schema.Type values rather than custom schema types that are contributed by Kafka Connect, such as Date or Time, or other third parties such as Debezium.
Author:
Chris Cranford
  • Constructor Details

    • AbstractConnectSchemaType

      public AbstractConnectSchemaType()