Uses of Class
io.confluent.kafka.schemaregistry.json.diff.Difference
Packages that use Difference
-
Uses of Difference in io.confluent.kafka.schemaregistry.json.diff
Methods in io.confluent.kafka.schemaregistry.json.diff that return types with arguments of type DifferenceModifier and TypeMethodDescriptionstatic List<Difference>SchemaDiff.compare(Set<Difference.Type> compatibleChanges, org.everit.json.schema.Schema original, org.everit.json.schema.Schema update) static List<Difference>SchemaDiff.compare(org.everit.json.schema.Schema original, org.everit.json.schema.Schema update) Context.getDifferences()Method parameters in io.confluent.kafka.schemaregistry.json.diff with type arguments of type Difference