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