Package org.jdbi.v3.vavr
Interface VavrTupleRowMapperFactory.MapperValueResolver
-
- All Superinterfaces:
io.vavr.CheckedFunction1<java.lang.Integer,java.lang.Object>,java.io.Serializable
- Enclosing class:
- VavrTupleRowMapperFactory
private static interface VavrTupleRowMapperFactory.MapperValueResolver extends io.vavr.CheckedFunction1<java.lang.Integer,java.lang.Object>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectapply(java.lang.Integer tupleIndex)
-
-
-
Method Detail
-
apply
java.lang.Object apply(java.lang.Integer tupleIndex) throws java.sql.SQLException- Specified by:
applyin interfaceio.vavr.CheckedFunction1<java.lang.Integer,java.lang.Object>- Parameters:
tupleIndex- the 1-based tuple index- Returns:
- the value that should be resolvable via tuple._tupleIndex
- Throws:
java.sql.SQLException- if the underlying mapper cannot resolve the value
-
-