Package org.hibernate.validator.internal.constraintvalidators.bv.size
package org.hibernate.validator.internal.constraintvalidators.bv.size
Implementations of the Bean Validation
Size
constraint.-
ClassesClassDescriptionCheck that the length of an array is between min and maxCheck that the length of an array is between min and maxCheck that the length of a character sequence is between min and max.Check that a collection's size is between min and max.Check that a map's size is between min and max.