| Interface | Description |
|---|---|
| DiffEvaluator |
Interface used to evaluate two models and their normalized
differences and return
ValidationEvents that are relative to
the new model. |
| Class | Description |
|---|---|
| ChangedMetadata |
Represents a change in metadata.
|
| ChangedShape<S extends Shape> |
Represents a changed shape.
|
| Differences |
Queryable container for detected structural differences between two models.
|
| ModelDiff |
Computes the difference between two models and any problems that might
occur due to those differences.
|
| ModelDiff.Builder |
Builder used to construct a diff of two Smithy models.
|
| ModelDiff.Result |
The result of comparing two Smithy models.
|