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