| Package | Description |
|---|---|
| io.confluent.kafka.schemaregistry.protobuf.diff |
| Modifier and Type | Field and Description |
|---|---|
static Set<Difference.Type> |
SchemaDiff.COMPATIBLE_CHANGES |
| Modifier and Type | Method and Description |
|---|---|
Difference.Type |
Difference.getType() |
static Difference.Type |
Difference.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Difference.Type[] |
Difference.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Context.addDifference(Difference.Type type) |
void |
Context.addDifference(String attribute,
Difference.Type type) |
| Constructor and Description |
|---|
Difference(Difference.Type type,
String fullPath) |
| Constructor and Description |
|---|
Context(Set<Difference.Type> compatibleChanges) |
Copyright © 2026 Confluent, Inc.. All rights reserved.