Class JacksonObjectMapper

    • Constructor Detail

      • JacksonObjectMapper

        public JacksonObjectMapper()
      • JacksonObjectMapper

        public JacksonObjectMapper​(Consumer<com.fasterxml.jackson.databind.ObjectMapper> configurations)
        Pass in any additional ObjectMapper configurations you want
        Parameters:
        configurations - consumer of confiruations to perform on the com.fasterxml.jackson.databind.ObjectMapper
      • JacksonObjectMapper

        public JacksonObjectMapper​(com.fasterxml.jackson.databind.ObjectMapper om)