Package org.jdbi.v3.moshi
Class MoshiPlugin
java.lang.Object
org.jdbi.v3.core.spi.JdbiPlugin.Singleton
org.jdbi.v3.moshi.MoshiPlugin
- All Implemented Interfaces:
- JdbiPlugin
Moshi integration plugin.
 Adds support for 
@Json qualifying annotation via Moshi.- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.jdbi.v3.core.spi.JdbiPluginJdbiPlugin.Singleton
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcustomizeJdbi(Jdbi jdbi) Configure customizations global to any object managed by this Jdbi.Methods inherited from class org.jdbi.v3.core.spi.JdbiPlugin.Singletonequals, hashCodeMethods inherited from class java.lang.ObjectgetClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jdbi.v3.core.spi.JdbiPlugincustomizeConnection, customizeHandle
- 
Constructor Details- 
MoshiPluginpublic MoshiPlugin()
 
- 
- 
Method Details- 
customizeJdbiDescription copied from interface:JdbiPluginConfigure customizations global to any object managed by this Jdbi. This method is invoked immediately when the plugin is installed.- Parameters:
- jdbi- the jdbi to customize
 
 
-