public class ObjectMapperProvider
extends Object
implements com.google.inject.Provider<com.fasterxml.jackson.databind.ObjectMapper>
ObjectMapper is used in several classes. For instance in the
BodyParser for Json and the Json rendering engines for both
Json and JsonP.
This provider makes it simple to configure the ObjectMapper in one place
for all places where it is used.