| Package | Description |
|---|---|
| io.debezium.util |
| Modifier and Type | Method and Description |
|---|---|
static AvroValidator |
AvroValidator.create(AvroValidator.ReplacementFunction function,
AvroValidator.ReplacementOccurred uponReplacement)
Create a stateful Avro fullname validator that calls the supplied
AvroValidator.ReplacementOccurred function when an invalid
fullname is seen and replaced with a valid fullname. |
static String |
AvroValidator.validFullname(String proposedName,
AvroValidator.ReplacementFunction replacement)
Convert the proposed string to a valid Avro fullname, using the supplied function to replace all invalid characters.
|
static String |
AvroValidator.validFullname(String proposedName,
AvroValidator.ReplacementFunction replacement,
AvroValidator.ReplacementOccurred uponReplacement)
Convert the proposed string to a valid Avro fullname, using the supplied function to replace all invalid characters.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.