Hi,
Short:
Is there a way to get a reference to the jackson ObjectMapper?
Long:
I'v built a REST web service based on Jersey. I'm using jackson to generate JSON. The jackson ObjectMapper has been configured to produce the required JSON output.
Now I want to use rest-assured as a client for integration testing. To get this working I need to configure the jackson ObjectMapper the same way as is done on the server.
But I can't find a way to access the ObjectMapper.
tx
Hans