I have two beans one is list object and other one object. Can i merge both these datasources and pass to execute method
Program:-
ApiResponse<Template> response = new ApiResponse<>();
Template template = dao.getLatest…...where two maps are used as a single datasource: Map<String, String>...put("first", "first data"); Map<String, String> secondDataSource...