Package-level declarations
Types
Link copied to clipboard
class RequestValidationConfig
A config for RequestValidation plugin
Link copied to clipboard
class RequestValidationException(val value: Any, val reasons: List<String>) : IllegalArgumentException
Thrown when validation fails.
Link copied to clipboard
A result of validation.
Link copied to clipboard
interface Validator
A validator that should be registered with RequestValidation plugin
Properties
Link copied to clipboard
A plugin that checks a request body using Validator. Example: