Uses of Record Class
be.sddevelopment.validation.core.Constraint
Packages that use Constraint
Package
Description
Contains the core classes of the modular validation framework.
-
Uses of Constraint in be.sddevelopment.validation.core
Fields in be.sddevelopment.validation.core declared as ConstraintMethods in be.sddevelopment.validation.core that return ConstraintModifier and TypeMethodDescriptionConstraint.ConstraintBuilder.done()
static Constraint
<String> Constraints.isNotEmpty()
Methods in be.sddevelopment.validation.core with parameters of type ConstraintModifier and TypeMethodDescriptionConstrained.adheresTo
(Constraint<T> constraint) ModularRuleset.ModularValidatorBuilder.must
(Constraint<S> rule) Method parameters in be.sddevelopment.validation.core with type arguments of type ConstraintModifier and TypeMethodDescriptionModularRuleset.ModularValidatorBuilder.withRules
(List<Constraint<S>> rules)