Interface Validator<T>

    • 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.