Class MinValidatorForCharSequence

  • All Implemented Interfaces:
    ConstraintValidator<Min,​CharSequence>

    public class MinValidatorForCharSequence
    extends AbstractMinValidator<CharSequence>
    Check that the character sequence (e.g. string) being validated represents a number, and has a value more than or equal to the minimum value specified.
    Author:
    Alaa Nassef, Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI, Guillaume Smet