Allow Simpleflatmapper to ignore constructor and use only setters

后端 未结 0 440
我在风中等你
我在风中等你 2020-12-16 18:45

The following mapper configuration works fine (MyPojo has no other constructor)

class MyPojo {
    private Long id;
    private String name;

    // No constr         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题