Uses of Interface
be.sddevelopment.commons.validation.Rule
-
Packages that use Rule Package Description be.sddevelopment.commons.validation Package containing utility classes to write clean code for validation purposes. -
-
Uses of Rule in be.sddevelopment.commons.validation
Classes in be.sddevelopment.commons.validation that implement Rule Modifier and Type Class Description class
FieldValidationRule<R,T>
ValidationRule to be used to check validity of an object's fieldclass
ValidationRule<T>
Description of file/classMethods in be.sddevelopment.commons.validation with parameters of type Rule Modifier and Type Method Description Fallible<T>
Fallible. ensure(Rule<T> rule)
-