public class SchemaDiff extends Object
| Modifier and Type | Field and Description |
|---|---|
static Set<Difference.Type> |
COMPATIBLE_CHANGES |
| Constructor and Description |
|---|
SchemaDiff() |
| Modifier and Type | Method and Description |
|---|---|
static List<Difference> |
compare(ProtobufSchema original,
ProtobufSchema update) |
static void |
compareTypeElements(Context ctx,
List<com.squareup.wire.schema.internal.parser.TypeElement> original,
List<com.squareup.wire.schema.internal.parser.TypeElement> update) |
public static final Set<Difference.Type> COMPATIBLE_CHANGES
public static List<Difference> compare(ProtobufSchema original, ProtobufSchema update)
Copyright © 2026 Confluent, Inc.. All rights reserved.