Mapping of specific field from source to target which is inside a List Object

后端 未结 0 1932
情深已故
情深已故 2021-02-06 04:32

Suppose I have the below scenario:

class A{
     List objB;
     Person objPerson;
} 

Class B{
    String name;
    String countryCode;
}

Now I want to         


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