users@jersey.java.net

[Jersey] Jackson + StreamingOutput

From: Eric Stein <steine_at_locustec.com>
Date: Wed, 23 Apr 2014 19:14:20 +0000

I have Jackson configured to run in my Jersey 2.7 API using JacksonFeature and JacksonConfigurator. Now I have a very large text response that needs to be sent via StreamingOutput back to the client. What is the proper way to get an ObjectMapper reference into my StreamingOutput implementation?

Thanks,
Eric