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