Uses of Class
io.debezium.converters.spi.SerializerType
-
Packages that use SerializerType Package Description io.debezium.converters io.debezium.converters.spi -
-
Uses of SerializerType in io.debezium.converters
Fields in io.debezium.converters declared as SerializerType Modifier and Type Field Description private SerializerTypeCloudEventsConverter. ceSerializerTypeprivate SerializerTypeCloudEventsConverter. dataSerializerTypeMethods 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.Methods in io.debezium.converters with parameters of type SerializerType Modifier and Type Method Description private org.apache.kafka.connect.data.SchemaAndValueCloudEventsConverter. reconvertData(String topic, byte[] serializedData, SerializerType dataType, Boolean enableSchemas) -
Uses of SerializerType in io.debezium.converters.spi
Fields in io.debezium.converters.spi declared as SerializerType Modifier and Type Field Description private SerializerTypeCloudEventsMaker. dataContentTypeFields in io.debezium.converters.spi 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.spi that return SerializerType Modifier and Type Method Description 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.spi with parameters of type SerializerType Modifier and Type Method Description CloudEventsMakerCloudEventsProvider. createMaker(RecordParser parser, SerializerType contentType, String dataSchemaUriBase)Create a concrete CloudEvents maker using the outputs of a record parser.Constructors in io.debezium.converters.spi with parameters of type SerializerType Constructor Description CloudEventsMaker(RecordParser parser, SerializerType contentType, String dataSchemaUriBase)
-