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.
JPAのようなフレームワークで、サーブレットリクエストパラメータをオブジェクトに自動マッピングしますか?
元 :
class Object1 { String name; int count; Set<Object2> oset; } class Object2 { String name; int num; } Object1 o = Xframework.doBind(request, Object1.class);