Class JsonConfig

    • Constructor Detail

      • JsonConfig

        public JsonConfig()
      • JsonConfig

        private JsonConfig​(JsonConfig other)
    • Method Detail

      • getJsonMapper

        public JsonMapper getJsonMapper()
      • createCopy

        public JsonConfig createCopy()
        Description copied from interface: JdbiConfig
        Returns a copy of this configuration object. Changes to the copy should not modify the original, and vice-versa.
        Specified by:
        createCopy in interface JdbiConfig<JsonConfig>
        Returns:
        a copy of this configuration object.