Class ObjectMapperFactory


  • public class ObjectMapperFactory
    extends Object
    Factor method used to create ObjectMapper instance. All object mapper in JDBC should be created by this method.
    • Constructor Detail

      • ObjectMapperFactory

        public ObjectMapperFactory()
    • Method Detail

      • getObjectMapper

        public static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()