Class | Description |
---|---|
ArrayTypeValidator |
Represents a validator to check if the given value is an array.
|
DoubleRangeValidator |
Represents a validator which check a double value range.
|
GenericValidator |
Abstract validator class implementation which contains the mostly used validator functionality.
|
LengthValidator |
Represents a validator which checks for the length of a given value.
|
LongRangeValidator |
Represents a validator which check a long value range.
|
PatternValidator |
Represents a validator which checks if the parameters satisfy the given regular expression.
|
ScalarTypeValidator |
Represents a validator to check if the given value is a scalar value.
|
Copyright © 2019 WSO2. All rights reserved.