Package 

Class KotlinMapper

  • All Implemented Interfaces:
    org.jdbi.v3.core.mapper.RowMapper

    
    public final class KotlinMapper
     implements RowMapper<Any>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final KClass<?> kClass
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final KClass<?> getKClass()
      Object map(ResultSet rs, StatementContext ctx)
      RowMapper<Object> specialize(ResultSet rs, StatementContext ctx)
      String toString()
      • Methods inherited from class org.jdbi.v3.core.mapper.RowMapper

        init
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait