현상

Json String을 Java VO로 jackson mapper를 통해 파싱 시도시 이너클래스 관련하여 아래와 같은 에러가 발생하였다.

no suitable constructor found, can not deserialize from Object value (missing default constructor or creator, or perhaps need to add/enable type information

해결방안

이너클래스를 static으로 선언해주면 해결이 된다.

참고자료