| Class | Description |
|---|---|
| Encoder |
Reference implementation of the Encoder interface.
|
| FileValidator |
Reference implementation of the FileValidator.
|
| SafeFile |
Extension to java.io.File to prevent against null byte injections and other unforeseen problems resulting from unprintable characters causing problems in path lookups.
|
| StringValidationRule |
A validator performs syntax and possibly semantic validation of a single piece of data from an untrusted source.
|
| Exception | Description |
|---|---|
| ValidationException |
A ValidationException should be thrown to indicate that the data provided by the user or from some other external source does not match the validation rules that have been specified for that data.
|
Copyright © 2017. All rights reserved.