public class NegativeOrZeroValidatorForBigInteger extends Object implements ConstraintValidator<NegativeOrZero,BigInteger>
Constructor and Description |
---|
NegativeOrZeroValidatorForBigInteger() |
Modifier and Type | Method and Description |
---|---|
boolean |
isValid(BigInteger value,
ConstraintValidatorContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initialize
public NegativeOrZeroValidatorForBigInteger()
public boolean isValid(BigInteger value, ConstraintValidatorContext context)
isValid
in interface ConstraintValidator<NegativeOrZero,BigInteger>
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved