Interface Validator<T>

    • Method Detail

      • validate

        List<ValidationResult> validate​(T object)
        Performs the validation which, in turn, produces one or more results.
        Parameters:
        object - The object to perform the validation on.
        Returns:
        A list of one or more validation result objects.