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