RequestValidator

A set of validation rules for incoming Method requests.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String?

The identifier of this RequestValidator.

Link copied to clipboard
val name: String?

The name of this RequestValidator

Link copied to clipboard

A Boolean flag to indicate whether to validate a request body according to the configured Model schema.

Link copied to clipboard

A Boolean flag to indicate whether to validate request parameters (true) or not (false).

Functions

Link copied to clipboard
inline fun copy(block: RequestValidator.Builder.() -> Unit = {}): RequestValidator
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String