Class JsonPlugin

java.lang.Object
org.jdbi.v3.core.spi.JdbiPlugin.Singleton
org.jdbi.v3.json.JsonPlugin
All Implemented Interfaces:
org.jdbi.v3.core.spi.JdbiPlugin

public class JsonPlugin extends org.jdbi.v3.core.spi.JdbiPlugin.Singleton
  • 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
     
  • Method Summary

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

    Methods inherited from class org.jdbi.v3.core.spi.JdbiPlugin.Singleton

    equals, hashCode

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.jdbi.v3.core.spi.JdbiPlugin

    customizeConnection, customizeHandle
  • Constructor Details

    • JsonPlugin

      public JsonPlugin()
  • Method Details

    • customizeJdbi

      public void customizeJdbi(org.jdbi.v3.core.Jdbi jdbi)