Package org.hibernate.validator.internal.constraintvalidators.bv.notempty
Implementations of the Bean Validation
NotEmpty constraint.-
Class Summary Class Description NotEmptyValidatorForArray Check that the array is not null and not empty.NotEmptyValidatorForArraysOfBoolean NotEmptyValidatorForArraysOfByte NotEmptyValidatorForArraysOfChar NotEmptyValidatorForArraysOfDouble NotEmptyValidatorForArraysOfFloat NotEmptyValidatorForArraysOfInt NotEmptyValidatorForArraysOfLong NotEmptyValidatorForArraysOfShort NotEmptyValidatorForCharSequence Check that the character sequence is not null and its length is strictly superior to 0.NotEmptyValidatorForCollection Check that the collection is not null and not empty.NotEmptyValidatorForMap Check that the map is not null and not empty.