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