Backend/Java (Spring)
[JAVA] List를 Json으로 변환하기
Spring Rest Docs API 문서 자동화를 위해 작업하는 중이었다. responseFields를 생성하기 위해 컨트롤러단에서 리스트를 Json으로 변환해야 하는 상황. List corp = corpService.getCorpList(); Gson gson = new GsonBuilder().create(); return gson.toJson(corp);
2021. 6. 1. 08:54
최근댓글