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