Uses of Class
io.debezium.converters.SerializerType
-
Packages that use SerializerType Package Description io.debezium.converters -
-
Uses of SerializerType in io.debezium.converters
Fields in io.debezium.converters declared as SerializerType Modifier and Type Field Description private SerializerTypeCloudEventsConverter. ceSerializerTypeprivate SerializerTypeCloudEventsMaker. dataContentTypeprivate SerializerTypeCloudEventsConverter. dataSerializerTypeFields in io.debezium.converters with type parameters of type SerializerType Modifier and Type Field Description (package private) static Map<SerializerType,String>CloudEventsMaker. CONTENT_TYPE_NAME_MAPprivate static Map<String,SerializerType>SerializerType. NAME_TO_TYPEMethods in io.debezium.converters that return SerializerType Modifier and Type Method Description SerializerTypeCloudEventsConverterConfig. cloudeventsDataSerializerTypeConfig()Return which serializer type is used to serialize the data field of CloudEvents values.SerializerTypeCloudEventsConverterConfig. cloudeventsSerializerType()Return which serializer type is used to serialize CloudEvents values.static SerializerTypeSerializerType. valueOf(String name)Returns the enum constant of this type with the specified name.static SerializerType[]SerializerType. values()Returns an array containing the constants of this enum type, in the order they are declared.static SerializerTypeSerializerType. withName(String name)Methods in io.debezium.converters with parameters of type SerializerType Modifier and Type Method Description static CloudEventsMakerCloudEventsMaker. create(RecordParser parser, SerializerType contentType)Create a concrete CloudEvents maker using the outputs of a record parser.static CloudEventsMakerCloudEventsMaker. create(RecordParser parser, SerializerType contentType, String dataSchemaUriBase)Create a concrete CloudEvents maker using the outputs of a record parser.private org.apache.kafka.connect.data.SchemaAndValueCloudEventsConverter. reconvertData(String topic, byte[] serializedData, SerializerType dataType, Boolean enableSchemas)Constructors in io.debezium.converters with parameters of type SerializerType Constructor Description CloudEventsMaker(RecordParser parser, SerializerType contentType, String dataSchemaUriBase)MongodbCloudEventsMaker(RecordParser parser, SerializerType contentType, String dataSchemaUriBase)MysqlCloudEventsMaker(RecordParser parser, SerializerType contentType, String dataSchemaUriBase)PostgresCloudEventsMaker(RecordParser parser, SerializerType contentType, String dataSchemaUriBase)SqlserverCloudEventsMaker(RecordParser parser, SerializerType contentType, String dataSchemaUriBase)
-