Uses of Class
io.apicurio.registry.rules.compatibility.jsonschema.wrapper.TrueSchemaWrapper
-
Packages that use TrueSchemaWrapper Package Description io.apicurio.registry.rules.compatibility.jsonschema io.apicurio.registry.rules.compatibility.jsonschema.diff -
-
Uses of TrueSchemaWrapper in io.apicurio.registry.rules.compatibility.jsonschema
Methods in io.apicurio.registry.rules.compatibility.jsonschema with parameters of type TrueSchemaWrapper Modifier and Type Method Description void
JsonSchemaWrapperVisitor. visitTrueSchema(TrueSchemaWrapper schema)
new method -
Uses of TrueSchemaWrapper in io.apicurio.registry.rules.compatibility.jsonschema.diff
Methods in io.apicurio.registry.rules.compatibility.jsonschema.diff with parameters of type TrueSchemaWrapper Modifier and Type Method Description void
PrimitiveSchemaDiffVisitor. visitTrueSchema(TrueSchemaWrapper trueSchema)
void
SchemaDiffVisitor. visitTrueSchema(TrueSchemaWrapper schema)
-