Class FilterParamsSchema
java.lang.Object
org.pipservices3.commons.validate.Schema
org.pipservices3.commons.validate.MapSchema
org.pipservices3.commons.validate.FilterParamsSchema
Schema to validate
FilterParams
.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.pipservices3.commons.validate.MapSchema
getKeyType, getValueType, performValidation, setKeyType, setValueType
Methods inherited from class org.pipservices3.commons.validate.Schema
getRules, isRequired, makeOptional, makeRequired, performTypeValidation, setRequired, setRules, validate, validateAndThrowException, validateAndThrowException, withRule
-
Constructor Details
-
FilterParamsSchema
public FilterParamsSchema()Creates a new instance of validation schema.
-