[][src]Module validators::traits

Traits

CollectionLength

For types which should have the a len method.

ValidateBoolean

Validate and deserialize booleans.

ValidateBytes

Validate and deserialize bytes.

ValidateChar

Validate and deserialize characters.

ValidateLength

Validate the length of collections.

ValidateNumber

Validate and deserialize (floating) numbers.

ValidateSignedInteger

Validate and deserialize signed integers.

ValidateString

Validate and deserialize strings.

ValidateUnsignedInteger

Validate and deserialize unsigned integers.