| Package | Description |
|---|---|
| io.confluent.kafka.schemaregistry |
| Modifier and Type | Method and Description |
|---|---|
static CompatibilityLevel |
CompatibilityLevel.forName(String name) |
static CompatibilityLevel |
CompatibilityLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompatibilityLevel[] |
CompatibilityLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static CompatibilityChecker |
CompatibilityChecker.checker(CompatibilityLevel level) |
default List<String> |
ParsedSchema.isCompatible(CompatibilityLevel level,
List<ParsedSchemaHolder> previousSchemas)
Checks the compatibility between this schema and the specified schemas.
|
Copyright © 2025 Confluent, Inc.. All rights reserved.