次の JSON blob があるとします。
[
{
type: "audio",
title: "Audio example title",
},
{
type: "video",
title: "Video example title",
},
{
type: "audio",
title: "Another audio example title",
},
]
および 2 つの JSONModel モデル クラス (AudioModel、VideoModel)。JSONModel がtype
JSON をモデルにマップするときに、プロパティに基づいてこれらのモデル クラスのいずれかを自動的に作成することは可能ですか?