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