java.lang.Object
de.digitalcollections.cudami.server.backend.impl.jdbi.plugins.JsonbJdbiPlugin
All Implemented Interfaces:
org.jdbi.v3.core.spi.JdbiPlugin

public class JsonbJdbiPlugin
extends java.lang.Object
implements 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 
    Constructor Description
    JsonbJdbiPlugin​(com.fasterxml.jackson.databind.ObjectMapper objectMapper)  
  • Method Summary

    Modifier and Type Method Description
    void customizeJdbi​(org.jdbi.v3.core.Jdbi db)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      customizeJdbi in interface org.jdbi.v3.core.spi.JdbiPlugin