| Package | Description |
|---|---|
| io.debezium.util |
| Modifier and Type | Method and Description |
|---|---|
static SchemaNameAdjuster |
SchemaNameAdjuster.create(SchemaNameAdjuster.ReplacementFunction function,
SchemaNameAdjuster.ReplacementOccurred uponReplacement)
Create a stateful Avro fullname adjuster that calls the supplied
SchemaNameAdjuster.ReplacementOccurred function when an invalid
fullname is seen and replaced with a valid fullname. |
static String |
SchemaNameAdjuster.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 String |
SchemaNameAdjuster.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.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.