Package org.jdbi.v3.vavr
Interface VavrTupleRowMapperFactory.MapperValueResolver
- All Superinterfaces:
io.vavr.CheckedFunction1<Integer,,Object> Serializable
- Enclosing class:
- VavrTupleRowMapperFactory
-
Field Summary
Fields inherited from interface io.vavr.CheckedFunction1
serialVersionUID -
Method Summary
Methods inherited from interface io.vavr.CheckedFunction1
andThen, arity, compose, curried, isMemoized, memoized, recover, reversed, tupled, unchecked
-
Method Details
-
apply
- Specified by:
applyin interfaceio.vavr.CheckedFunction1<Integer,Object> - Parameters:
tupleIndex- the 1-based tuple index- Returns:
- the value that should be resolvable via tuple._tupleIndex
- Throws:
SQLException- if the underlying mapper cannot resolve the value
-