Uses of Interface
io.debezium.util.SchemaNameAdjuster.ReplacementFunction
-
Packages that use SchemaNameAdjuster.ReplacementFunction Package Description io.debezium.util -
-
Uses of SchemaNameAdjuster.ReplacementFunction in io.debezium.util
Methods in io.debezium.util with parameters of type SchemaNameAdjuster.ReplacementFunction Modifier and Type Method Description static SchemaNameAdjusterSchemaNameAdjuster. create(SchemaNameAdjuster.ReplacementFunction function, SchemaNameAdjuster.ReplacementOccurred uponReplacement)Create a stateful Avro fullname adjuster that calls the suppliedSchemaNameAdjuster.ReplacementOccurredfunction when an invalid fullname is seen and replaced with a valid fullname.static StringSchemaNameAdjuster. validFullname(String proposedName, SchemaNameAdjuster.ReplacementFunction replacement)Convert the proposed string to a valid Avro fullname, using the supplied function to replace all invalid characters.static StringSchemaNameAdjuster. validFullname(String proposedName, SchemaNameAdjuster.ReplacementFunction replacement, SchemaNameAdjuster.ReplacementOccurred uponReplacement)Convert the proposed string to a valid Avro fullname, using the supplied function to replace all invalid characters.
-