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(org.everit.json.schema.Schema original,
org.everit.json.schema.Schema update) |
static boolean |
schemaTypesEqual(org.everit.json.schema.Schema schema1,
org.everit.json.schema.Schema schema2) |
public static final Set<Difference.Type> COMPATIBLE_CHANGES
public static List<Difference> compare(org.everit.json.schema.Schema original, org.everit.json.schema.Schema update)
public static boolean schemaTypesEqual(org.everit.json.schema.Schema schema1,
org.everit.json.schema.Schema schema2)
Copyright © 2026 Confluent, Inc.. All rights reserved.