@Submodule(prefix="0535")
Interface | Description |
---|---|
Validator |
Interface of validator.
|
Class | Description |
---|---|
BaseValidator |
Implementation of validator interface which should be used as super class for
other validators rather than direct implemening of validator interface.
|
GroupValidator |
Implementation of validator interface used to provide API for validating
multiple validators at once.
|
NumberValidator |
This class provides number validations.
|
RegexValidator |
Validator used to check value using regular expression.
|
RequiredValidator |
Validator used to check null value of input.
|
TextInputValidator |
Validator used to check various conditions of plain text input.
|
Enum | Description |
---|---|
ValidationRTException.E05206 |
Error codes of ValidationRTException.
|
Exception | Description |
---|---|
ValidationRTException |
ValidationRTException.
|