Class ValidationResult


  • public class ValidationResult
    extends Object
    Class ValidationResult represents the result of a validation using a schema.
    Author:
    https://github.com/mcweba [Marc-Andre Weber]
    • Method Detail

      • getMessage

        public String getMessage()
      • getValidationDetails

        public io.vertx.core.json.JsonArray getValidationDetails()
      • isSuccess

        public boolean isSuccess()