Uses of Class
io.debezium.config.CommonConnectorConfig.SchemaNameAdjustmentMode
-
Packages that use CommonConnectorConfig.SchemaNameAdjustmentMode Package Description io.debezium.config io.debezium.converters -
-
Uses of CommonConnectorConfig.SchemaNameAdjustmentMode in io.debezium.config
Fields in io.debezium.config declared as CommonConnectorConfig.SchemaNameAdjustmentMode Modifier and Type Field Description private CommonConnectorConfig.SchemaNameAdjustmentModeCommonConnectorConfig. schemaNameAdjustmentModeMethods in io.debezium.config that return CommonConnectorConfig.SchemaNameAdjustmentMode Modifier and Type Method Description static CommonConnectorConfig.SchemaNameAdjustmentModeCommonConnectorConfig.SchemaNameAdjustmentMode. parse(String value)Determine if the supplied values is one of the predefined optionsCommonConnectorConfig.SchemaNameAdjustmentModeCommonConnectorConfig. schemaNameAdjustmentMode()static CommonConnectorConfig.SchemaNameAdjustmentModeCommonConnectorConfig.SchemaNameAdjustmentMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CommonConnectorConfig.SchemaNameAdjustmentMode[]CommonConnectorConfig.SchemaNameAdjustmentMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CommonConnectorConfig.SchemaNameAdjustmentMode in io.debezium.converters
Methods in io.debezium.converters that return CommonConnectorConfig.SchemaNameAdjustmentMode Modifier and Type Method Description CommonConnectorConfig.SchemaNameAdjustmentModeCloudEventsConverterConfig. schemaNameAdjustmentMode()Return which adjustment mode is used to build message schema names.
-