Package software.amazon.smithy.linters
Class NoninclusiveTermsValidator
java.lang.Object
software.amazon.smithy.model.validation.AbstractValidator
software.amazon.smithy.linters.NoninclusiveTermsValidator
- All Implemented Interfaces:
- Validator
Validates that all shape names and values do not contain non-inclusive terms.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final classNoninclusiveTermsValidator configuration.static final class
- 
Field SummaryFields inherited from interface software.amazon.smithy.model.validation.ValidatorMODEL_DEPRECATION, MODEL_ERROR
- 
Method SummaryModifier and TypeMethodDescriptionRuns a full text scan on a given model and stores the resulting TextOccurrences objects.Methods inherited from class software.amazon.smithy.model.validation.AbstractValidatorcreateEvent, createEvent, danger, danger, error, error, getName, note, note, warning, warning
- 
Method Details- 
validateRuns a full text scan on a given model and stores the resulting TextOccurrences objects. Namespaces are checked against a global set per model.- Parameters:
- model- Model to validate.
- Returns:
- a list of ValidationEvents found by the implementer of getValidationEvents per the TextOccurrences provided by this traversal.
 
 
-