
P - the type of the parameter to be tested by this constraint (e.g., Number, Listpublic abstract class AbstractNumberConstraint<P> extends Object implements ParameterConstraint<P>
| Modifier and Type | Field and Description |
|---|---|
(package private) Number |
constraintValue
The constraint value.
|
| Constructor and Description |
|---|
AbstractNumberConstraint(Number constraintValue)
Creates an abstract number constraint.
|