| Package | Description |
|---|---|
| io.debezium.converters |
| Modifier and Type | Field and Description |
|---|---|
private SerializerType |
CloudEventsConverter.ceSerializerType |
private SerializerType |
CloudEventsMaker.dataContentType |
private SerializerType |
CloudEventsConverter.dataSerializerType |
| Modifier and Type | Field and Description |
|---|---|
(package private) static Map<SerializerType,String> |
CloudEventsMaker.CONTENT_TYPE_NAME_MAP |
private static Map<String,SerializerType> |
SerializerType.NAME_TO_TYPE |
| Modifier and Type | Method and Description |
|---|---|
SerializerType |
CloudEventsConverterConfig.cloudeventsDataSerializerTypeConfig()
Return which serializer type is used to serialize the data field of CloudEvents values.
|
SerializerType |
CloudEventsConverterConfig.cloudeventsSerializerType()
Return which serializer type is used to serialize CloudEvents values.
|
static SerializerType |
SerializerType.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 SerializerType |
SerializerType.withName(String name) |
| Modifier and Type | Method and Description |
|---|---|
static CloudEventsMaker |
CloudEventsMaker.create(RecordParser parser,
SerializerType contentType)
Create a concrete CloudEvents maker using the outputs of a record parser.
|
static CloudEventsMaker |
CloudEventsMaker.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.SchemaAndValue |
CloudEventsConverter.reconvertData(String topic,
byte[] serializedData,
SerializerType dataType,
Boolean enableSchemas) |
| Constructor and 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) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.