The key type to use for the container. コンテナに対して使うためのキー型。
Generic Instance Method
総称体インスタンスメソッド
container(keyed
container(keyedBy:)
Returns the data stored in this decoder as represented in a container keyed by the given key type.
このデコーダの中に格納されるデータを、与えられたキー型によってキー付けされるコンテナの中に表現された通りに返します。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 9.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
func container<Key>(keyedBy type: Key.Type) throws -> KeyedDecodingContainer
<Key> where Key : CodingKey
Parameters パラメータ
type
Return Value 戻り値
A keyed decoding container view into this decoder. このデコーダへのキー付きデコーディングコンテナビュー。