Index

C G O S T V 
All Classes and Interfaces|All Packages

C

createCopy() - Method in class org.jdbi.v3.vavr.TupleMappers
 
customizeJdbi(Jdbi) - Method in class org.jdbi.v3.vavr.VavrPlugin
 

G

getColumn(int) - Method in class org.jdbi.v3.vavr.TupleMappers
Returns the name for a column.
getKeyColumn() - Method in class org.jdbi.v3.vavr.TupleMappers
 
getValueColumn() - Method in class org.jdbi.v3.vavr.TupleMappers
 

O

org.jdbi.v3.vavr - package org.jdbi.v3.vavr
vavr is a functional programming library for the JVM.

S

setColumn(int, String) - Method in class org.jdbi.v3.vavr.TupleMappers
Names a specific column in the mapper.
setKeyColumn(String) - Method in class org.jdbi.v3.vavr.TupleMappers
 
setRegistry(ConfigRegistry) - Method in class org.jdbi.v3.vavr.TupleMappers
 
setValueColumn(String) - Method in class org.jdbi.v3.vavr.TupleMappers
 

T

toOption() - Static method in class org.jdbi.v3.vavr.VavrCollectors
Returns a Collector that accumulates 0 or 1 input elements into an Option<T>.
TupleMappers - Class in org.jdbi.v3.vavr
Mappers similar to MapEntryMappers but map entries in vavr are in fact of type Tuple2.
TupleMappers() - Constructor for class org.jdbi.v3.vavr.TupleMappers
 

V

VavrCollectors - Class in org.jdbi.v3.vavr
 
VavrPlugin - Class in org.jdbi.v3.vavr
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
VavrPlugin() - Constructor for class org.jdbi.v3.vavr.VavrPlugin
 
C G O S T V 
All Classes and Interfaces|All Packages