(int fieldIndex)
| 109 | // ------------------------------------------------------------------------- |
| 110 | |
| 111 | @Override |
| 112 | public final RecordMapper<R, ?> mapper(int fieldIndex) { |
| 113 | return r -> r.get(fieldIndex); |
| 114 | } |
| 115 | |
| 116 | @Override |
| 117 | public final <U> RecordMapper<R, U> mapper(int fieldIndex, Configuration configuration, Class<? extends U> type) { |
nothing calls this directly
no test coverage detected