Uses of Class
io.apicurio.registry.rules.compatibility.jsonschema.wrapper.ArraySchemaWrapper
-
Packages that use ArraySchemaWrapper Package Description io.apicurio.registry.rules.compatibility.jsonschema io.apicurio.registry.rules.compatibility.jsonschema.diff -
-
Uses of ArraySchemaWrapper in io.apicurio.registry.rules.compatibility.jsonschema
Methods in io.apicurio.registry.rules.compatibility.jsonschema with parameters of type ArraySchemaWrapper Modifier and Type Method Description void
JsonSchemaWrapperVisitor. visitArraySchema(ArraySchemaWrapper arraySchema)
-
Uses of ArraySchemaWrapper in io.apicurio.registry.rules.compatibility.jsonschema.diff
Methods in io.apicurio.registry.rules.compatibility.jsonschema.diff with parameters of type ArraySchemaWrapper Modifier and Type Method Description void
ArraySchemaDiffVisitor. visitArraySchema(ArraySchemaWrapper arraySchema)
void
SchemaDiffVisitor. visitArraySchema(ArraySchemaWrapper arraySchema)
-