Class ObjectMapperFactory


  • public class ObjectMapperFactory
    extends Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.fasterxml.jackson.databind.ObjectMapper create​(com.fasterxml.jackson.core.JsonFactory jsonFactory, boolean includePathDeserializer, boolean includeResponseDeserializer)  
      static com.fasterxml.jackson.databind.ObjectMapper createJson()  
      static com.fasterxml.jackson.databind.ObjectMapper createJson​(boolean includePathDeserializer, boolean includeResponseDeserializer)  
      static com.fasterxml.jackson.databind.ObjectMapper createJson​(com.fasterxml.jackson.core.JsonFactory jsonFactory)  
      static com.fasterxml.jackson.databind.ObjectMapper createYaml()  
      static com.fasterxml.jackson.databind.ObjectMapper createYaml​(boolean includePathDeserializer, boolean includeResponseDeserializer)  
      static com.fasterxml.jackson.databind.ObjectMapper createYaml​(com.fasterxml.jackson.dataformat.yaml.YAMLFactory yamlFactory)  
    • Constructor Detail

      • ObjectMapperFactory

        public ObjectMapperFactory()
    • Method Detail

      • createJson

        public static com.fasterxml.jackson.databind.ObjectMapper createJson​(com.fasterxml.jackson.core.JsonFactory jsonFactory)
      • createJson

        public static com.fasterxml.jackson.databind.ObjectMapper createJson()
      • createJson

        public static com.fasterxml.jackson.databind.ObjectMapper createJson​(boolean includePathDeserializer,
                                                                             boolean includeResponseDeserializer)
      • createYaml

        public static com.fasterxml.jackson.databind.ObjectMapper createYaml​(com.fasterxml.jackson.dataformat.yaml.YAMLFactory yamlFactory)
      • createYaml

        public static com.fasterxml.jackson.databind.ObjectMapper createYaml()
      • createYaml

        public static com.fasterxml.jackson.databind.ObjectMapper createYaml​(boolean includePathDeserializer,
                                                                             boolean includeResponseDeserializer)
      • create

        public static com.fasterxml.jackson.databind.ObjectMapper create​(com.fasterxml.jackson.core.JsonFactory jsonFactory,
                                                                         boolean includePathDeserializer,
                                                                         boolean includeResponseDeserializer)