Package org.jdbi.v3.json
Class JsonConfig
java.lang.Object
org.jdbi.v3.json.JsonConfig
- All Implemented Interfaces:
 JdbiConfig<JsonConfig>
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturns a copy of this configuration object.setJsonMapper(JsonMapper jsonMapper) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jdbi.v3.core.config.JdbiConfig
setRegistry 
- 
Constructor Details
- 
JsonConfig
public JsonConfig() 
 - 
 - 
Method Details
- 
setJsonMapper
 - 
getJsonMapper
 - 
createCopy
Description copied from interface:JdbiConfigReturns a copy of this configuration object. Changes to the copy should not modify the original, and vice-versa.- Specified by:
 createCopyin interfaceJdbiConfig<JsonConfig>- Returns:
 - a copy of this configuration object.
 
 
 -