I have projects that are using the ResteasyJackson2Provider (which extends 
JacksonJaxbJsonProvider).

I would like to add Afterburner:  
https://github.com/FasterXML/jackson-module-afterburner

According to the Registering module instructions, it says that one simply needs 
to register it with the ObjectMapper instance:

    ObjectMapper mapper = new ObjectMapper();
    mapper.registerModule(new AfterburnerModule());

Alas, how does one get the underlying ObjectMapper instance so that I can 
register a module?


Thank you,

Anthony

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users

Reply via email to