| Class | Description |
|---|---|
| BooleanConstraintChecker | |
| ConstraintChecker<V,T extends SerializableType<V>> |
Checks the validity of values based on a
SerializableType's constraints. |
| DecimalConstraintChecker |
Checks validity of serialized numbers based on a
DecimalConfigType's range constraint. |
| EnumConstraintChecker | |
| ListConstraintChecker<E> |
A component constraints is satisfied only if all elements in the aggregate type it checks satisfy the constraint.
|
| MapConstraintChecker<V> | |
| RecordConstraintChecker | |
| StringConstraintChecker |
Checks validity of serialized strings based on a
StringConfigType's length range and pattern. |