Class | Description |
---|---|
CommonValidationOperations |
Defines the operations of
ValidationExtension
which executes the Validator s that the extension
provides out of the box |
CustomValidatorOperation |
Defines a stateful operation of
ValidationExtension which
is capable of executing custom validators provided by a
third party. |
DefaultExceptionFactory |
Default implementation of
ExceptionFactory . |
ExceptionFactorySource |
A
ObjectSource for instance of ExceptionFactory . |
I18NConfig |
A simple object to configure internationalization.
|
ImmutableMultipleValidationResult |
A immutable implementation of
MultipleValidationResult . |
ImmutableValidationResult |
An immutable implementation of
ValidationResult . |
NumberValidationOperation |
Defines operations to validate numbers
|
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. |
ValidationContext |
A context object to gather different components that are
necessary for performing a validation
|
ValidationExtension |
An extension which provides validation capabilities by exposing a series of
Validator s as Extension Operation s
This class not only defines the extension but also acts as the only available Configuration
for it. |
ValidationExtensionDescriber |
A
Describer wich publishes the ValidationExtension |
ValidationMessages |
A
MessageFactory that provides the feedback messages
for the Validator s that are provided out of the box. |
ValidationOptions |
A class which groups parameters which configure a
Validator but are not the subject of the validation |
ValidationStrategies |
A class containing operations which performs
validations according to different strategies
|
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.