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