Class NegativeValidatorForCharSequence

java.lang.Object
org.hibernate.validator.internal.constraintvalidators.bv.number.sign.NegativeValidatorForCharSequence
All Implemented Interfaces:
ConstraintValidator<Negative,CharSequence>

public class NegativeValidatorForCharSequence extends Object implements ConstraintValidator<Negative,CharSequence>
Check that the number being validated is negative.
Author:
Guillaume Smet