| Class | Description |
|---|---|
| FinalConstraint<V> | |
| LengthConstraint<T> |
An implementation of the
MINIMUM_LENGTH and MAXIMUM_LENGTH constraint types. |
| NumberConstraint<T extends java.lang.Number> |
An implementation of the
NUMERICAL_LOWER_BOUND and NUMERICAL_UPPER_BOUND constraint types. |
| RegexConstraint |
An implementation of the
STRING_MATCHING constraint type. |
| ValuedConstraint<T,A> |
A constraint that has a value attached to it.
|