Class RepeatedShapeNameValidator

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

public final class RepeatedShapeNameValidator extends AbstractValidator
Validates that structure members and union member names do not repeat their shape name as prefixes of their member or tag names.
  • Method Details

    • validate

      public 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.