public class PositiveOrZeroValidatorForShort extends Object implements ConstraintValidator<PositiveOrZero,Short>
Constructor and Description |
---|
PositiveOrZeroValidatorForShort() |
Modifier and Type | Method and Description |
---|---|
boolean |
isValid(Short value,
ConstraintValidatorContext context)
Implements the validation logic.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initialize
public boolean isValid(Short value, ConstraintValidatorContext context)
ConstraintValidator
value
must not be altered.
This method can be accessed concurrently, thread-safety must be ensured by the implementation.
isValid
in interface ConstraintValidator<PositiveOrZero,Short>
value
- object to validatecontext
- context in which the constraint is evaluatedfalse
if value
does not pass the constraintCopyright © 2021 JBoss by Red Hat. All rights reserved.