Class JsonConfig

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

public class JsonConfig extends Object implements JdbiConfig<JsonConfig>
  • Constructor Details

    • JsonConfig

      public JsonConfig()
  • Method Details

    • setJsonMapper

      public JsonConfig setJsonMapper(JsonMapper jsonMapper)
    • 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.