Class StutteredShapeNameValidator

java.lang.Object
software.amazon.smithy.model.validation.AbstractValidator
software.amazon.smithy.linters.StutteredShapeNameValidator
All Implemented Interfaces:
Validator

@Deprecated public final class StutteredShapeNameValidator extends AbstractValidator
Deprecated.
  • Constructor Details

    • StutteredShapeNameValidator

      public StutteredShapeNameValidator()
      Deprecated.
  • Method Details

    • validate

      public List<ValidationEvent> validate(Model model)
      Deprecated.
      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.