public class NotEmptyValidatorForArraysOfChar extends Object implements ConstraintValidator<NotEmpty,char[]>
Constructor and Description |
---|
NotEmptyValidatorForArraysOfChar() |
Modifier and Type | Method and Description |
---|---|
boolean |
isValid(char[] array,
ConstraintValidatorContext constraintValidatorContext)
Checks the array is not
null and not empty. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initialize
public boolean isValid(char[] array, ConstraintValidatorContext constraintValidatorContext)
null
and not empty.isValid
in interface ConstraintValidator<NotEmpty,char[]>
array
- the array to validateconstraintValidatorContext
- context in which the constraint is evaluatedtrue
if the array is not null
and the array is not emptyCopyright © 2021 JBoss by Red Hat. All rights reserved.