| Package | Description |
|---|---|
| org.bongiorno.validation.validator.internal.upload |
| Class and Description |
|---|
| ContentType
The MultipartFile must match a ContentType.
|
| Image
The MultipartFile must be an image.
|
| NotEmptyBlob
The
Blob must not be empty. |
| NotEmptyUpload
The MultipartFile must not be empty.
|
| UploadSize
Deprecated.
Use @
Size annotation. See SizeValidatorForMultipartFile
for how to activate that functionality. |
Copyright © 2016. All rights reserved.