Class ObjectMapperFactory


  • public final class ObjectMapperFactory
    extends Object
    Factory for ObjectMapper instances. Keeps track of configuration.
    Author:
    Nils Sommer, Hylke van der Schaaf, Michael Jacoby
    • Method Detail

      • get

        public static com.fasterxml.jackson.databind.ObjectMapper get()
        Get a preconfigured, long living instance of ObjectMapper with all custom modules needed.
        Returns:
        the object mapper