Uses of Class
io.debezium.annotation.VisibleForTesting
-
Packages that use VisibleForTesting Package Description io.debezium.converters -
-
Uses of VisibleForTesting in io.debezium.converters
Methods in io.debezium.converters with annotations of type VisibleForTesting Modifier and Type Method Description (package private) static StringCloudEventsConverter. adjustExtensionName(String original)Adjust the name of CloudEvents attributes for Debezium events, following CloudEvents attribute naming convention as follows: prefixed withCloudEventsConverter.EXTENSION_NAME_PREFIXCloudEvents attribute names MUST consist of lower-case letters ('a' to 'z') or digits ('0' to '9') from the ASCII character set, so any other characters are removed
-