Tags
- 우수한 프런트 개발자
- Android/iOS Developer
- emplace_back
- Front-end developer
- postman html parse
- postman excel
- MFC
- 좋은 개발자
- oracle
- Java
- postman collection
- Android
- LSL_Script
- postman csv
- postman session
- 프런트엔드
- postman
- web developer
- postman pre-request
- 다빈치 리졸브
- Unity
- C++
- c#
- Interaction developer
- postman automations
- postman collection variables
- Intellij
- postman tests
- UI/UX Engineer
- solidity
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Archives
- Today
- Total
목록HttpResponse to dto (1)
david's daily developer note
[BE] java "json to DTO" collection
java 개발중에 json string에서 DTO를 만들거나, 여러 자료형으로 변환하는 경우가 종종 있는데, 할때마다 찾아보기 귀찮아서 이 글에다가 모아두기! 참고로 IntelliJ IDE를 사용하는 경우라면 json string으로 부터 자동으로 DTO Class를 생성해주는 plug-in이 존재한다. plug-in : IntelliJ ▶ (Ctrl+Alt+S) or File -> Settings ▶DTO generator Reference : https://dev-nomad.com/98 1. HttpResponse ▶ dto [], dto Array HttpClient client = HttpClientBuilder.create().build(); HttpGet request = new HttpGet..
[Develop] Web/Back-end
2022. 8. 1. 15:10