Uses of Class
io.apicurio.registry.rules.compatibility.jsonschema.wrapper.NotSchemaWrapper
-
Packages that use NotSchemaWrapper Package Description io.apicurio.registry.rules.compatibility.jsonschema io.apicurio.registry.rules.compatibility.jsonschema.diff -
-
Uses of NotSchemaWrapper in io.apicurio.registry.rules.compatibility.jsonschema
Methods in io.apicurio.registry.rules.compatibility.jsonschema with parameters of type NotSchemaWrapper Modifier and Type Method Description void
JsonSchemaWrapperVisitor. visitNotSchema(NotSchemaWrapper notSchema)
-
Uses of NotSchemaWrapper in io.apicurio.registry.rules.compatibility.jsonschema.diff
Methods in io.apicurio.registry.rules.compatibility.jsonschema.diff with parameters of type NotSchemaWrapper Modifier and Type Method Description void
NotSchemaDiffVisitor. visitNotSchema(NotSchemaWrapper notSchema)
void
SchemaDiffVisitor. visitNotSchema(NotSchemaWrapper schema)
-