-
API Long 반환 > RestDocs > requestFields ClassCastException카테고리 없음 2022. 7. 29. 11:39
API 에서 save 처리 후 Long 타입 ID 만 반환하게 했더니 restdoc 테스트에서 계속 Class Cast 에러가 발생했다.
Long 대신 객체를 반환하는 것으로 변경
ava.lang.ClassCastException: class java.lang.Integer cannot be cast to class java.util.List (java.lang.Integer and java.util.List are in module java.base of loader 'bootstrap')https://lannstark.tistory.com/10
responseField 를
org.springframework.restdocs.payload.PayloadHandlingException: Cannot handle application/json;charset=UTF-8 content as it could not be parsed as JSON or XMLhttps://jolly-sally.tistory.com/17
반응형