Package | Description |
---|---|
org.wso2.carbon.dataservices.core.engine | |
org.wso2.carbon.dataservices.core.validation | |
org.wso2.carbon.dataservices.core.validation.standard |
Modifier and Type | Method and Description |
---|---|
List<Validator> |
QueryParam.getValidators() |
Constructor and Description |
---|
QueryParam(String name,
String sqlType,
String type,
String paramType,
int ordinal,
ParamValue defaultValue,
String structType,
List<Validator> validators,
boolean forceDefault,
boolean optional) |
Modifier and Type | Interface and Description |
---|---|
interface |
ValidatorExt
This interface represents a custom validator with property support for data services fields.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayTypeValidator
Represents a validator to check if the given value is an array.
|
class |
DoubleRangeValidator
Represents a validator which check a double value range.
|
class |
GenericValidator
Abstract validator class implementation which contains the mostly used validator functionality.
|
class |
LengthValidator
Represents a validator which checks for the length of a given value.
|
class |
LongRangeValidator
Represents a validator which check a long value range.
|
class |
PatternValidator
Represents a validator which checks if the parameters satisfy the given regular expression.
|
class |
ScalarTypeValidator
Represents a validator to check if the given value is a scalar value.
|
Copyright © 2019 WSO2. All rights reserved.