Package org.jdbi.v3.vavr
Class VavrPlugin
java.lang.Object
org.jdbi.v3.core.spi.JdbiPlugin.Singleton
org.jdbi.v3.vavr.VavrPlugin
- All Implemented Interfaces:
JdbiPlugin
JDBI-Plugin for vavr.io library
- supports single-value arguments (
Option, ...) - supports vavr collections via
ResultBearing.collectInto(java.lang.reflect.Type)call - supports key-value mappings of a tuple result (implicitly used by map collectors)
- supports tuple projection
- supports column mapping for
Option
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jdbi.v3.core.spi.JdbiPlugin
JdbiPlugin.Singleton -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jdbi.v3.core.spi.JdbiPlugin.Singleton
equals, hashCodeMethods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jdbi.v3.core.spi.JdbiPlugin
customizeConnection, customizeHandle
-
Constructor Details
-
VavrPlugin
public VavrPlugin()
-
-
Method Details
-
customizeJdbi
-