Class SchemaDiff
java.lang.Object
io.confluent.kafka.schemaregistry.json.diff.SchemaDiff
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Set<Difference.Type>static final Set<Difference.Type> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<Difference>compare(Set<Difference.Type> compatibleChanges, org.everit.json.schema.Schema original, org.everit.json.schema.Schema update) static List<Difference>compare(org.everit.json.schema.Schema original, org.everit.json.schema.Schema update) static booleanschemaTypesEqual(org.everit.json.schema.Schema schema1, org.everit.json.schema.Schema schema2)
-
Field Details
-
COMPATIBLE_CHANGES_LENIENT
-
COMPATIBLE_CHANGES_STRICT
-
-
Constructor Details
-
SchemaDiff
public SchemaDiff()
-
-
Method Details
-
compare
public static List<Difference> compare(Set<Difference.Type> compatibleChanges, org.everit.json.schema.Schema original, org.everit.json.schema.Schema update) -
compare
public static List<Difference> compare(org.everit.json.schema.Schema original, org.everit.json.schema.Schema update) -
schemaTypesEqual
public static boolean schemaTypesEqual(org.everit.json.schema.Schema schema1, org.everit.json.schema.Schema schema2)
-