Generic Instance Method 総称体インスタンスメソッド

container(keyedBy:)

Returns the data stored in this decoder as represented in a container keyed by the given key type. このデコーダの中に格納されるデータを、与えられたキー型によってキー付けされるコンテナの中に表現された通りに返します。

Declaration 宣言

func container<Key>(keyedBy type: Key.Type) throws -> KeyedDecodingContainer<Key> where Key : CodingKey

Parameters パラメータ

type

The key type to use for the container. コンテナに対して使うためのキー型。

Return Value 戻り値

A keyed decoding container view into this decoder. このデコーダへのキー付きデコーディングコンテナビュー。