Uses of Enum
io.debezium.converters.spi.SerializerType
Packages that use SerializerType
-
Uses of SerializerType in io.debezium.converters
Fields in io.debezium.converters declared as SerializerTypeModifier and TypeFieldDescriptionprivate SerializerTypeCloudEventsConverter.ceSerializerTypeprivate SerializerTypeCloudEventsConverter.dataSerializerTypeMethods in io.debezium.converters that return SerializerTypeModifier and TypeMethodDescriptionCloudEventsConverterConfig.cloudeventsDataSerializerTypeConfig()Return which serializer type is used to serialize the data field of CloudEvents values.CloudEventsConverterConfig.cloudeventsSerializerType()Return which serializer type is used to serialize CloudEvents values.Methods in io.debezium.converters with parameters of type SerializerTypeModifier and TypeMethodDescriptionprivate org.apache.kafka.connect.data.SchemaAndValueCloudEventsConverter.reconvertData(String topic, com.fasterxml.jackson.databind.JsonNode data, SerializerType dataType, Boolean enableSchemas) -
Uses of SerializerType in io.debezium.converters.spi
Fields in io.debezium.converters.spi declared as SerializerTypeModifier and TypeFieldDescriptionprivate final SerializerTypeCloudEventsMaker.dataContentTypeprivate SerializerTypeCloudEventsValidator.serializerTypeFields in io.debezium.converters.spi with type parameters of type SerializerTypeModifier and TypeFieldDescription(package private) static final Map<SerializerType,String> CloudEventsMaker.CONTENT_TYPE_NAME_MAPprivate static final Map<String,SerializerType> SerializerType.NAME_TO_TYPEMethods in io.debezium.converters.spi that return SerializerTypeModifier and TypeMethodDescriptionstatic SerializerTypeReturns 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 SerializerTypeMethods in io.debezium.converters.spi with parameters of type SerializerTypeModifier and TypeMethodDescriptionvoidCloudEventsValidator.configure(SerializerType serializerType, String cloudEventsSchemaName) CloudEventsProvider.createMaker(RecordAndMetadata recordAndMetadata, SerializerType contentType, String dataSchemaUriBase, String cloudEventsSchemaName) Create a concrete CloudEvents maker using the outputs of a record parser.Constructors in io.debezium.converters.spi with parameters of type SerializerTypeModifierConstructorDescriptionprotectedCloudEventsMaker(RecordAndMetadata recordAndMetadata, SerializerType dataContentType, String dataSchemaUriBase, String cloudEventsSchemaName, String... dataFields)