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