I have a the code as below
public void getList(List l){ List newList=new ArrayList(); l.forEach(x-{ Object o=new Object[]{x.getId();} newList.add(o); }); sen