Skip to content

OpenAPI_ComponentKey

mattpolzin edited this page May 23, 2020 · 5 revisions

OpenAPI.ComponentKey

public struct ComponentKey: RawRepresentable, ExpressibleByStringLiteral, Codable, Equatable, Hashable, StringConvertibleHintProvider

Inheritance

Codable, Equatable, ExpressibleByStringLiteral, Hashable, RawRepresentable, StringConvertibleHintProvider

Initializers

init(stringLiteral:)

public init(stringLiteral value: StringLiteralType)

init?(rawValue:)

public init?(rawValue: String)

init(from:)

public init(from decoder: Decoder) throws

Properties

rawValue

let rawValue: String

Methods

problem(with:)

public static func problem(with proposedString: String) -> String?

encode(to:)

public func encode(to encoder: Encoder) throws
Types
Protocols
Global Functions
Extensions
Clone this wiki locally