public class SizeValidatorForArraysOfByte extends SizeValidatorForArraysOfPrimitives implements ConstraintValidator<Size,byte[]>
max, min
Constructor and Description |
---|
SizeValidatorForArraysOfByte() |
Modifier and Type | Method and Description |
---|---|
boolean |
isValid(byte[] array,
ConstraintValidatorContext constraintValidatorContext)
Checks the number of entries in an array.
|
initialize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initialize
public boolean isValid(byte[] array, ConstraintValidatorContext constraintValidatorContext)
isValid
in interface ConstraintValidator<Size,byte[]>
array
- The array to validate.constraintValidatorContext
- context in which the constraint is evaluated.true
if the array is null
or the number of entries in
array
is between the specified min
and max
values (inclusive),
false
otherwise.Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved