Class JsonbJdbiPlugin
java.lang.Object
de.digitalcollections.cudami.server.backend.impl.jdbi.plugins.JsonbJdbiPlugin
- All Implemented Interfaces:
org.jdbi.v3.core.spi.JdbiPlugin
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jdbi.v3.core.spi.JdbiPlugin
org.jdbi.v3.core.spi.JdbiPlugin.Singleton -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jdbi.v3.core.spi.JdbiPlugin
customizeConnection, customizeHandle
-
Constructor Details
-
JsonbJdbiPlugin
public JsonbJdbiPlugin(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
customizeJdbi
public void customizeJdbi(org.jdbi.v3.core.Jdbi db) - Specified by:
customizeJdbiin interfaceorg.jdbi.v3.core.spi.JdbiPlugin
-