| Interface | Description |
|---|---|
| ExceptionFactory |
A factory for
Exceptions which represents a validations which failed. |
| MultipleValidationResult |
A specialization of
ValidationResult which represents a group of validations that were executed together. |
| ValidationResult |
The result of a validation
|
| Validator |
A component which performs a validation and expresses its result through a
ValidationResult object. |
| Class | Description |
|---|---|
| ExceptionFactorySource |
A
ObjectSource for instance of ExceptionFactory. |
| I18NConfig |
A simple object to configure internationalization.
|
| ObjectSource<T> |
A factory object for providing instances by either referencing their classname (through the
ObjectSource.type attribute, or a
MuleRegistry reference (through the ObjectSource.ref one. |
| ValidationExtension |
An extension which provides validation capabilities by exposing a series of
Validators as ExtensionModel
OperationModels
This class not only defines the extension but also acts as the only available ConfigurationModel for it. |
| 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 |
| 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 © 2003–2016 MuleSoft, Inc.. All rights reserved.