Uses of Class
io.apicurio.registry.rules.compatibility.jsonschema.JsonSchemaWrapperVisitor
-
Packages that use JsonSchemaWrapperVisitor Package Description io.apicurio.registry.rules.compatibility.jsonschema.diff io.apicurio.registry.rules.compatibility.jsonschema.wrapper -
-
Uses of JsonSchemaWrapperVisitor in io.apicurio.registry.rules.compatibility.jsonschema.diff
Subclasses of JsonSchemaWrapperVisitor in io.apicurio.registry.rules.compatibility.jsonschema.diff Modifier and Type Class Description class
ArraySchemaDiffVisitor
class
BooleanSchemaDiffVisitor
class
CombinedSchemaDiffVisitor
class
ConditionalSchemaDiffVisitor
class
ConstSchemaDiffVisitor
class
EnumSchemaDiffVisitor
class
NotSchemaDiffVisitor
class
NullSchemaDiffVisitor
class
NumberSchemaDiffVisitor
class
ObjectSchemaDiffVisitor
class
PrimitiveSchemaDiffVisitor
This visitor deals with the following schemas:class
ReferenceSchemaDiffVisitor
class
SchemaDiffVisitor
class
StringSchemaDiffVisitor
-
Uses of JsonSchemaWrapperVisitor in io.apicurio.registry.rules.compatibility.jsonschema.wrapper
Methods in io.apicurio.registry.rules.compatibility.jsonschema.wrapper with parameters of type JsonSchemaWrapperVisitor Modifier and Type Method Description void
ArraySchemaWrapper. accept(JsonSchemaWrapperVisitor visitor)
void
BooleanSchemaWrapper. accept(JsonSchemaWrapperVisitor visitor)
void
CombinedSchemaWrapper. accept(JsonSchemaWrapperVisitor visitor)
void
ConditionalSchemaWrapper. accept(JsonSchemaWrapperVisitor visitor)
void
ConstSchemaWrapper. accept(JsonSchemaWrapperVisitor visitor)
void
EmptySchemaWrapper. accept(JsonSchemaWrapperVisitor visitor)
void
EnumSchemaWrapper. accept(JsonSchemaWrapperVisitor visitor)
void
FalseSchemaWrapper. accept(JsonSchemaWrapperVisitor visitor)
void
NotSchemaWrapper. accept(JsonSchemaWrapperVisitor visitor)
void
NullSchemaWrapper. accept(JsonSchemaWrapperVisitor visitor)
void
NumberSchemaWrapper. accept(JsonSchemaWrapperVisitor visitor)
void
ObjectSchemaWrapper. accept(JsonSchemaWrapperVisitor visitor)
void
ReferenceSchemaWrapper. accept(JsonSchemaWrapperVisitor visitor)
default void
SchemaWrapper. accept(JsonSchemaWrapperVisitor visitor)
void
StringSchemaWrapper. accept(JsonSchemaWrapperVisitor visitor)
void
TrueSchemaWrapper. accept(JsonSchemaWrapperVisitor visitor)
-