| Interface | Description |
|---|---|
| ValidationResult |
The result of a validation
|
| Validator |
A component which performs a validation and expresses its result through a
ValidationResult object. |
| Class | Description |
|---|---|
| I18NConfig |
A simple object to configure internationalization.
|
| IpFilterList |
List of IPs for filter configuration.
|
| ValidationExtension |
A module which allows to perform data validations.
|
| ValidationOptions |
A class which groups parameters which configure a
Validator but are not the subject of the validation |
| Enum | Description |
|---|---|
| NumberType |
Defines types of
Numbers against which validations can be performed |
| ValidationErrorType |
List of
ErrorTypeDefinition that throws the ValidationExtension |
| Exception | Description |
|---|---|
| MultipleValidationException |
A specialization of
ValidationResult which takes a MultipleValidationResult as a result. |
| ValidationException |
The exception to be thrown by default when a validation fails.
|
Copyright © 2020 MuleSoft, Inc.. All rights reserved.