Interface IValidator<T>

    • Method Detail

      • validate

        void validate​(IValidatable<T> validatable)
        Validates the IValidatable instance. Validation errors should be reported using the IValidatable.error(IValidationError) method.
        Parameters:
        validatable - the IValidatable instance being validated