Instance Methodvapor 4.114.1Vapor

add(_:as:is:required:customFailureDescription:)

Validations.swift:10
mutating func add<T>(_ key: ValidationKey, as type: T.Type = T.self, is validator: Validator<T> = .valid, required: Bool = true, customFailureDescription: String? = nil) where T : Decodable, T : Sendable