Class ProtocolHttpValidator
- java.lang.Object
-
- software.amazon.smithy.model.validation.AbstractValidator
-
- software.amazon.smithy.aws.traits.protocols.ProtocolHttpValidator
-
- All Implemented Interfaces:
software.amazon.smithy.model.validation.Validator
public final class ProtocolHttpValidator extends software.amazon.smithy.model.validation.AbstractValidator
Ensures that every entry ineventStreamHttp
also appears in thehttp
property of a protocol trait.
-
-
Constructor Summary
Constructors Constructor Description ProtocolHttpValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<software.amazon.smithy.model.validation.ValidationEvent>
validate(software.amazon.smithy.model.Model model)
-
Methods inherited from class software.amazon.smithy.model.validation.AbstractValidator
createEvent, createEvent, createEvent, createEvent, danger, danger, danger, danger, danger, danger, danger, danger, error, error, error, error, error, error, error, error, getName, note, note, note, note, note, note, note, note, warning, warning, warning, warning, warning, warning, warning, warning
-
-