public class NegativeValidatorForBigInteger
extends java.lang.Object
implements javax.validation.ConstraintValidator<javax.validation.constraints.Negative,java.math.BigInteger>
Constructor and Description |
---|
NegativeValidatorForBigInteger() |
Modifier and Type | Method and Description |
---|---|
boolean |
isValid(java.math.BigInteger value,
javax.validation.ConstraintValidatorContext context) |
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved