pip_services3_commons
pip_services3_commons
FilterParamsSchema
setKeyType method
setKeyType
pip_services3_commons
pip_services3_commons
FilterParamsSchema
setKeyType method
FilterParamsSchema class
Constructors
FilterParamsSchema
Properties
hashCode
runtimeType
Methods
getKeyType
getRules
getValueType
isRequired
makeOptional
makeRequired
noSuchMethod
performTypeValidation
performValidation
setKeyType
setRequired
setRules
setValueType
toString
validate
validateAndReturnException
validateAndThrowException
withRule
Operators
operator ==
setKeyType
method
void
setKeyType
(
dynamic
value
)
inherited
Sets the type of map keys. Null means that keys may have any type.
value
a type of map keys.