11.3.4 HandlerInterceptorAdapter를 사용한 로그 기록
HandlerInterceptorAdapter 클래스는 HandlerInterceptor 인터페이스를 구현하기 편리하도록 작성된 어댑터 클래스입니다. HandlerInterceptor 인터페이스는 반드시 preHandle(), postHandle(), afterCompletion() 세 메서드를 모두 구현해야 한다는 점에서 번거로웠습니다. 하지만 HandlerInterceptorAdapter 클래스는 모든 메서드를 구현할 필요가 없습니다.