Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
List<Map<String, Object>>値では、データベースから値を取得しています。データベース側では、defaultMapper を使用して値をマップしました。今、値を取得しているとき、フィールドの 1 つの日付型だけが上記の値に正しい結果を与えていません。日付は json で次の形式で送信されます: "update_date": 1319529055000
List<Map<String, Object>>
defaultMapperを使用してこの日付フィールドを正しくマップする方法を教えてもらえますか?