Uses of Class
io.apicurio.registry.rules.compatibility.jsonschema.diff.Difference
-
Packages that use Difference Package Description io.apicurio.registry.rules.compatibility.jsonschema io.apicurio.registry.rules.compatibility.jsonschema.diff -
-
Uses of Difference in io.apicurio.registry.rules.compatibility.jsonschema
Methods in io.apicurio.registry.rules.compatibility.jsonschema that return types with arguments of type Difference Modifier and Type Method Description static Set<Difference>
JsonSchemaDiffLibrary. getIncompatibleDifferences(String original, String updated)
-
Uses of Difference in io.apicurio.registry.rules.compatibility.jsonschema.diff
Methods in io.apicurio.registry.rules.compatibility.jsonschema.diff that return types with arguments of type Difference Modifier and Type Method Description Set<Difference>
DiffContext. getDiff()
Set<Difference>
DiffContext. getIncompatibleDifferences()
-