Static Methodvapor 4.106.2Vapor
string(_:)
ValidationKey.swift:9This declaration has been renamed to BasicCodingKey.key(_:).
This declaration is deprecated.
static func string(_ s: String) -> BasicCodingKey
Other members in extension
Type members
init(CodingKey
) init(Vapor.CodingKeyRepresentable
) init?(intValue: Int
) See
CodingKey
.init(integerLiteral: Int
) init(stringLiteral: String
) init?(stringValue: String
) See
CodingKey
.
Show obsolete interfaces (1)
Hide obsolete interfaces
Instance members
var debugDescription: String
var description: String
var intValue: Int?
See
CodingKey
.var stringValue: String
See
CodingKey
.