Static Methodvapor 4.114.1Vapor
integer(_:)
ValidationKey.swift:6This declaration has been renamed to BasicCodingKey.index(_:).
This declaration is deprecated.
static func integer(_ i: Int) -> BasicCodingKey
This declaration has been renamed to BasicCodingKey.index(_:).
This declaration is deprecated.
static func integer(_ i: Int) -> BasicCodingKey
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
enum BasicCodingKey
A basic CodingKey
implementation.
case index(Int)
@frozen struct Int
A signed integer value type.
init(_ codingKey: CodingKey)
init(_ codingKeyRepresentable: Vapor.CodingKeyRepresentable)
init?(intValue: Int)
See CodingKey
.
init(integerLiteral: Int)
init(stringLiteral: String)
init?(stringValue: String)
See CodingKey
.
var debugDescription: String { get }
var description: String { get }
var intValue: Int? { get }
See CodingKey
.
var stringValue: String { get }
See CodingKey
.
static func string(_ s: String) -> BasicCodingKey