Class AbstractNumberIntervalValidator<T extends Number>

Type Parameters:
T - The numeric type tested by the validator.
All Implemented Interfaces:
ContentValidator, Configurable, LogEnabled
Direct Known Subclasses:
DoubleIntervalValidator, LongIntervalValidator

public abstract class AbstractNumberIntervalValidator<T extends Number> extends AbstractIntervalValidator<T>
Base ContentValidator validating the content by comparing one or more couples of numerical values. For each couple of values, the identified max value should be greater than or equal to the identified min value. The max and min values to compare are identified in validator's configuration by the metadata path as follows: <min path="path/to/attribute/min"/> <max path="path/to/attribute/max"/> The path of attribute can contain one or more repeaters.