Interface ValidationSummarizer

    • Method Detail

      • validate

        @NotNull
        @NotNull ValidationResult validate()
        Has to execute one or more parts of the validation process. The result of all executed parts should be returned as an aggregated ValidationResult.
        Returns:
        The result of the validation process which can contain zero, one or more information about an executed part.