Class JsonConfig

java.lang.Object
org.jdbi.v3.json.JsonConfig
All Implemented Interfaces:
org.jdbi.v3.core.config.JdbiConfig<JsonConfig>

public class JsonConfig extends Object implements org.jdbi.v3.core.config.JdbiConfig<JsonConfig>
  • Constructor Details

    • JsonConfig

      public JsonConfig()
  • Method Details

    • setJsonMapper

      public JsonConfig setJsonMapper(JsonMapper jsonMapper)
    • getJsonMapper

      public JsonMapper getJsonMapper()
    • createCopy

      public JsonConfig createCopy()
      Specified by:
      createCopy in interface org.jdbi.v3.core.config.JdbiConfig<JsonConfig>