Package org.hibernate.validator.internal.constraintvalidators.bv.size
Implementations of the Bean Validation
Size constraint.-
Class Summary Class Description SizeValidatorForArray Check that the length of an array is between min and maxSizeValidatorForArraysOfBoolean SizeValidatorForArraysOfByte SizeValidatorForArraysOfChar SizeValidatorForArraysOfDouble SizeValidatorForArraysOfFloat SizeValidatorForArraysOfInt SizeValidatorForArraysOfLong SizeValidatorForArraysOfPrimitives Check that the length of an array is between min and maxSizeValidatorForArraysOfShort SizeValidatorForCharSequence Check that the length of a character sequence is between min and max.SizeValidatorForCollection Check that a collection's size is between min and max.SizeValidatorForMap Check that a map's size is between min and max.