Class NegativeValidatorForBigInteger

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

public class NegativeValidatorForBigInteger extends Object implements ConstraintValidator<Negative,BigInteger>
Check that the number being validated is negative.
Author:
Hardy Ferentschik, Xavier Sosnovsky, Guillaume Smet, Marko Bekhta