Class ObjectMapperManager
- java.lang.Object
-
- org.technologybrewery.fermenter.stout.util.ObjectMapperManager
-
public final class ObjectMapperManager extends Object
Manages and customizes the JacksonObjectMapperinstance for this project, containing just the configuration needed to handle messages.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.fasterxml.jackson.databind.ObjectMappergetObjectMapper()Returns the thread-safe, singleton instance ofObjectMapperfor this project.
-