Uses of Class
io.apicurio.registry.rules.compatibility.jsonschema.wrapper.CombinedSchemaWrapper
-
Packages that use CombinedSchemaWrapper Package Description io.apicurio.registry.rules.compatibility.jsonschema io.apicurio.registry.rules.compatibility.jsonschema.diff -
-
Uses of CombinedSchemaWrapper in io.apicurio.registry.rules.compatibility.jsonschema
Methods in io.apicurio.registry.rules.compatibility.jsonschema with parameters of type CombinedSchemaWrapper Modifier and Type Method Description void
JsonSchemaWrapperVisitor. visitAllOfCombinedSchema(CombinedSchemaWrapper schema)
new methodvoid
JsonSchemaWrapperVisitor. visitAnyOfCombinedSchema(CombinedSchemaWrapper schema)
new methodvoid
JsonSchemaWrapperVisitor. visitCombinedSchema(CombinedSchemaWrapper combinedSchema)
void
JsonSchemaWrapperVisitor. visitOneOfCombinedSchema(CombinedSchemaWrapper schema)
new method -
Uses of CombinedSchemaWrapper in io.apicurio.registry.rules.compatibility.jsonschema.diff
Methods in io.apicurio.registry.rules.compatibility.jsonschema.diff with parameters of type CombinedSchemaWrapper Modifier and Type Method Description void
CombinedSchemaDiffVisitor. visitAllOfCombinedSchema(CombinedSchemaWrapper schema)
void
CombinedSchemaDiffVisitor. visitAnyOfCombinedSchema(CombinedSchemaWrapper schema)
void
CombinedSchemaDiffVisitor. visitCombinedSchema(CombinedSchemaWrapper schema)
void
SchemaDiffVisitor. visitCombinedSchema(CombinedSchemaWrapper schema)
void
CombinedSchemaDiffVisitor. visitOneOfCombinedSchema(CombinedSchemaWrapper schema)
-