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