I have this code where I read the input from a request input stream and use a JacksonMapper to convert into a POJO. Its running in a jetty 7 container with guice support.
Systematic approach is:
HttpServletRequest->getInputStream()
is called. HttpServletRequest->getInputStream()
method, now you are in some ...Impl class. getInputStream()
implemmentation, or even in its read()
method.