Class UnreferencedShapeValidator

  • All Implemented Interfaces:
    Validator

    public final class UnreferencedShapeValidator
    extends AbstractValidator
    Finds shapes that aren't connected to any shapes considered "roots" (defaults to service shapes).

    This linter is in smithy-model rather than smithy-linters so that it's easier for developers relying on the deprecated UnreferencedShape validator that was always on to migrate to this one instead without needing another dependency.

    • Method Detail

      • validate

        public java.util.List<ValidationEvent> validate​(Model model)
        Description copied from interface: Validator
        Validates a model and returns a list of validation events.
        Parameters:
        model - Model to validate.
        Returns:
        List of validation events.