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>
    • Field Summary

      • Fields inherited from interface io.vavr.CheckedFunction1

        serialVersionUID
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object apply​(java.lang.Integer tupleIndex)  
      • Methods inherited from interface io.vavr.CheckedFunction1

        andThen, arity, compose, curried, isMemoized, memoized, recover, reversed, tupled, unchecked
    • Method Detail

      • apply

        java.lang.Object apply​(java.lang.Integer tupleIndex)
                        throws java.sql.SQLException
        Specified by:
        apply in interface io.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