Class HttpResponseCodeSemanticsValidator

  • All Implemented Interfaces:
    Validator

    public final class HttpResponseCodeSemanticsValidator
    extends AbstractValidator
    Ensures that HTTP response codes are appropriate for operations and errors.
    • Constructor Detail

      • HttpResponseCodeSemanticsValidator

        public HttpResponseCodeSemanticsValidator()
    • Method Detail

      • validate

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