Package org.jdbi.v3.core.mapper
Class JoinRow
java.lang.Object
org.jdbi.v3.core.mapper.JoinRow
Holder for a single joined row.
- 
Method Summary
 
- 
Method Details
- 
get
Return the value mapped for a given class.- Type Parameters:
 T- the type to map- Parameters:
 klass- the type that was mapped- Returns:
 - the value for that type
 
 - 
get
Return the value mapped for a given type.- Parameters:
 type- the type that was mapped- Returns:
 - the value for that type
 
 
 -