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
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 Summary
Constructors -
Method Summary
Methods inherited from class io.debezium.connector.jdbc.type.AbstractType
bind, getDefaultValueBinding, getQueryBinding, getSchemaParameter, getSourceColumnPrecision, getSourceColumnSize, getSourceColumnType, throwUnexpectedValue, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.debezium.connector.jdbc.type.Type
getRegistrationKeys, getTypeName
-
Constructor Details
-
AbstractConnectSchemaType
public AbstractConnectSchemaType()
-