Pages

Google ads Horizontal

Sunday, January 17, 2021

JSON to java object

@Autowired

ModelMapper modelMapper;


Map<String, Object> metaRequest = dto.getMeta();

MetaSort sort = null;

if (null != metaRequest.get("sort")){

sort = modelMapper.map(metaRequest.get("sort"), MetaSort.class);

}

No comments:

Post a Comment