| Class | Description |
|---|---|
| BlankStringValidator |
A
AbstractValidator which verifies that a given BlankStringValidator.value is an empty String. |
| BooleanValidator | |
| ElapsedValidator |
An
AbstractValidator which verifies that a time has elapsed after a given point. |
| EmailValidator |
An
AbstractValidator which verifies that a EmailValidator.email address is valid |
| EmptyCollectionValidator |
A
AbstractValidator which verifies that a given EmptyCollectionValidator.value is empty. |
| IpFilterValidator |
A validator for IP address lists and ranges.
|
| IpValidator |
A
AbstractValidator which checks that a given IpValidator.ip is valid. |
| MatchesRegexValidator |
An
AbstractValidator which tests that a MatchesRegexValidator.value matches a given MatchesRegexValidator.regex |
| NotBlankStringValidator |
Validates that
NotBlankStringValidator.value is not a blank String. |
| NotElapsedValidator |
An
AbstractValidator which verifies that a time has not elapsed after a given point. |
| NotEmptyCollectionValidator |
Validates that
NotEmptyCollectionValidator.value is not an empty collection. |
| NotNullValidator | |
| NullValidator | |
| NumberValidator |
A validator which tets that a given
String NumberValidator.value can be parsed into a Number per the rules of a
NumberType, and that the resulting number is between two inclusive NumberValidator.minValue and NumberValidator.maxValue boundaries. |
| SizeValidator |
An
AbstractValidator which verifies that SizeValidator.value has a size between certain inclusive boundaries. |
| TimeValidator |
An
AbstractValidator which verifies that a TimeValidator.time represented as a String can be parsed using a given
TimeValidator.locale and TimeValidator.pattern |
| UrlValidator |
An
AbstractValidator which verifies that an instance of URL can be created from a given UrlValidator.url. |
Copyright © 2018 MuleSoft, Inc.. All rights reserved.