Pages

Google ads Horizontal

Sunday, January 17, 2021

java object to JSON

@Autowired

ObjectMapper objectMapper;

objectMapper.writeValue(new File("./test.json"),listServiceRequestDTO);

No comments:

Post a Comment