Uses of Class
io.apicurio.registry.rules.compatibility.jsonschema.wrapper.EqualitySchemaWrapper
-
Packages that use EqualitySchemaWrapper Package Description io.apicurio.registry.rules.compatibility.jsonschema.wrapper -
-
Uses of EqualitySchemaWrapper in io.apicurio.registry.rules.compatibility.jsonschema.wrapper
Subclasses of EqualitySchemaWrapper in io.apicurio.registry.rules.compatibility.jsonschema.wrapper Modifier and Type Class Description class
ArraySchemaWrapper
class
BooleanSchemaWrapper
class
CombinedSchemaWrapper
class
ConditionalSchemaWrapper
class
ConstSchemaWrapper
class
EmptySchemaWrapper
class
EnumSchemaWrapper
class
FalseSchemaWrapper
class
NotSchemaWrapper
class
NullSchemaWrapper
class
NumberSchemaWrapper
class
ObjectSchemaWrapper
class
ReferenceSchemaWrapper
class
StringSchemaWrapper
class
TrueSchemaWrapper
Methods in io.apicurio.registry.rules.compatibility.jsonschema.wrapper that return EqualitySchemaWrapper Modifier and Type Method Description static EqualitySchemaWrapper
WrapUtil. equalityWrap(org.everit.json.schema.Schema wrapped)
-