NotEmpty constraint.See: Description
| 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.
|
NotEmpty constraint.Copyright © 2019 JBoss by Red Hat. All rights reserved.