Package org.jdbi.v3.jackson2
Class Jackson2Plugin
- java.lang.Object
-
- org.jdbi.v3.core.spi.JdbiPlugin.Singleton
-
- org.jdbi.v3.jackson2.Jackson2Plugin
-
- All Implemented Interfaces:
JdbiPlugin
public class Jackson2Plugin extends JdbiPlugin.Singleton
Jackson 2 integration plugin. Adds support for@Jsonqualifying annotation viaObjectMapper.- See Also:
Json
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jdbi.v3.core.spi.JdbiPlugin
JdbiPlugin.Singleton
-
-
Constructor Summary
Constructors Constructor Description Jackson2Plugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcustomizeJdbi(Jdbi jdbi)-
Methods inherited from class org.jdbi.v3.core.spi.JdbiPlugin.Singleton
equals, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jdbi.v3.core.spi.JdbiPlugin
customizeConnection, customizeHandle
-
-
-
-
Method Detail
-
customizeJdbi
public void customizeJdbi(Jdbi jdbi)
-
-