Class IntegerValidator

All Implemented Interfaces:
ConfiguredProvider, Provider, ProviderFactory<Validator>, SimpleValidator, Validator, ValidatorFactory

public class IntegerValidator extends AbstractNumberValidator implements ConfiguredProvider
Validate input being integer number Integer or Long. Accepts String also if convertible to Long by common Long.parseLong(String) operation.
Author:
Vlastimil Elias <[email protected]>