| Class | Description |
|---|---|
| Constraint<A> |
Specifies a condition values must satisfy before being set to a
ConfigValue. |
| 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.
|
| Enum | Description |
|---|---|
| CompositeType |
A set of composite types Fiber supports.
|
| ConstraintType |
A set of constraint types Fiber supports.
|