-
SchemaCompatibility.SchemaCompatibilityResult.compatible()
Returns a details object representing a compatible schema pair.
SchemaCompatibility.SchemaPairCompatibility.getResult()
Gets more details about the compatibility, in particular if getType() is
INCOMPATIBLE.
Returns a details object representing an incompatible schema pair, including
error details.
Merges the current SchemaCompatibilityResult
with the supplied result
into a new instance, combining the list of
Incompatibility Incompatibilities
and regressing to the
SchemaCompatibilityType#INCOMPATIBLE INCOMPATIBLE
state if any
incompatibilities are encountered.
Returns a details object representing a state indicating that recursion is in
progress.
Merges the current SchemaCompatibilityResult
with the supplied result
into a new instance, combining the list of
Incompatibility Incompatibilities
and regressing to the
SchemaCompatibilityType#INCOMPATIBLE INCOMPATIBLE
state if any
incompatibilities are encountered.
Constructs a new instance.