Uses of Package
io.apicurio.registry.rules.compatibility
-
Packages that use io.apicurio.registry.rules.compatibility Package Description io.apicurio.registry.ccompat.dto io.apicurio.registry.rules.compatibility io.apicurio.registry.types.provider -
Classes in io.apicurio.registry.rules.compatibility used by io.apicurio.registry.ccompat.dto Class Description CompatibilityLevel -
Classes in io.apicurio.registry.rules.compatibility used by io.apicurio.registry.rules.compatibility Class Description CompatibilityChecker An interface that is used to determine whether a proposed artifact's content is compatible and return a set of incompatible differences with older version(s) of the same content, based on a given compatibility level.CompatibilityDifference Represents a single compatibility difference.CompatibilityExecutionResult Created by aohana Holds the result for a compatibility check incompatibleDifferences - will contain values in case the schema type has difference type information in case the new schema is not compatible (only JSON schema as of now)CompatibilityLevel -
Classes in io.apicurio.registry.rules.compatibility used by io.apicurio.registry.types.provider Class Description CompatibilityChecker An interface that is used to determine whether a proposed artifact's content is compatible and return a set of incompatible differences with older version(s) of the same content, based on a given compatibility level.