Interface Validator<T>

  • Type Parameters:
    T - the return type of the validator's validate methods.
    All Known Implementing Classes:
    MzTabValidator

    public interface Validator<T>

    Validator interface.

    Author:
    nilshoffmann
    • Method Detail

      • validate

        default List<ValidationMessagevalidate​(T t)

        validate.

        Please make sure that all exceptions are caught within the validate method!
        Parameters:
        t - the object to validate.
        Returns:
        a List object.