Class StreamingTraitValidator
- java.lang.Object
- 
- software.amazon.smithy.model.validation.AbstractValidator
- 
- software.amazon.smithy.model.validation.validators.StreamingTraitValidator
 
 
- 
- All Implemented Interfaces:
- Validator
 
 public final class StreamingTraitValidator extends AbstractValidator Validates the streaming trait.Ensures that the targeted shapes are only referenced by top level input/output structures. If the targeted shape is a union, ensures that all members are structures. If used in the scope of any service that supports HttpPayloadTrait, ensures that any blobs targeted also have @httpPayload applied.
- 
- 
Field Summary- 
Fields inherited from interface software.amazon.smithy.model.validation.ValidatorMODEL_DEPRECATION, MODEL_ERROR
 
- 
 - 
Constructor SummaryConstructors Constructor Description StreamingTraitValidator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ValidationEvent>validate(Model model)Validates a model and returns a list of validation events.- 
Methods inherited from class software.amazon.smithy.model.validation.AbstractValidatorcreateEvent, 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
 
- 
 
- 
- 
- 
Method Detail- 
validatepublic java.util.List<ValidationEvent> validate(Model model) Description copied from interface:ValidatorValidates a model and returns a list of validation events.- Parameters:
- model- Model to validate.
- Returns:
- List of validation events.
 
 
- 
 
-