Class ObjectMapperManager


  • public final class ObjectMapperManager
    extends Object
    Manages and customizes the Jackson ObjectMapper instance for this project, containing just the configuration needed to handle messages.
    • Method Detail

      • getObjectMapper

        public static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
        Returns the thread-safe, singleton instance of ObjectMapper for this project.
        Returns:
        object mapper