Enumeration Case 列挙ケース

JSONDecoder.DateDecodingStrategy.custom(_:)

The strategy that formats custom dates by calling a user-defined function. ユーザ定義関数を呼び出すことによってあつらえの日付を書式設定する戦略。

Declaration 宣言

case custom((_ decoder: Decoder) throws -> Date)

See Also 参照

Custom Formats あつらえの書式設定