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