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.
Jackson を使用して JSON オブジェクトを解析しています。それは完全に機能しますが、Bean クラスではメンバー変数の 1 つが動的です。これは、json 属性が文字列の配列を返すこともあれば、同じ属性を返すこともあることを意味しますreturn map<String,Object>。
return map<String,Object>
この属性の Beans で Setter & Getter メソッドを定義するにはどうすればよいですか?