org.hibernate.validator.constraints.impl
Class SizeValidatorForArraysOfPrimitives
java.lang.Object
org.hibernate.validator.constraints.impl.SizeValidatorForArraysOfPrimitives
- Direct Known Subclasses:
- SizeValidatorForArraysOfBoolean, SizeValidatorForArraysOfByte, SizeValidatorForArraysOfChar, SizeValidatorForArraysOfDouble, SizeValidatorForArraysOfFloat, SizeValidatorForArraysOfInt, SizeValidatorForArraysOfLong, SizeValidatorForArraysOfShort
public abstract class SizeValidatorForArraysOfPrimitives
- extends Object
Check that the length of an array is between min and max
- Author:
- Hardy Ferentschik
Field Summary |
protected int |
max
|
protected int |
min
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
min
protected int min
max
protected int max
SizeValidatorForArraysOfPrimitives
public SizeValidatorForArraysOfPrimitives()
initialize
public void initialize(Size parameters)
Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved