Uses of Interface
de.mlo.dev.validation.ValidationRunner
-
-
Uses of ValidationRunner in de.mlo.dev.validation
Fields in de.mlo.dev.validation declared as ValidationRunner Modifier and Type Field Description static ValidationRunnerValidationRunners. VALIDATE_ALLExecutes all addedValidationStatements in the order they have been added.static ValidationRunnerValidationRunners. VALIDATE_STOP_ON_FIRST_FAILExecutes the givenValidationStatements in the order they have been added until the firstValidationStatementfail.Methods in de.mlo.dev.validation with parameters of type ValidationRunner Modifier and Type Method Description @NotNull ValidatorValidator. setValidationRunner(@NotNull ValidationRunner validationRunner)Sets a customValidationRunner.
-