MCPcopy Create free account
hub / github.com/jOOQ/jOOQ / mapper

Method mapper

jOOQ/src/main/java/org/jooq/impl/FieldsImpl.java:111–114  ·  view source on GitHub ↗
(int fieldIndex)

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls 15

safeIndexMethod · 0.95
fieldsMethod · 0.95
fieldMethod · 0.95
row0Method · 0.95
copyValueMethod · 0.95
converterOrFailMethod · 0.80
operateMethod · 0.80
getMethod · 0.65
getTypeMethod · 0.65
newRecordMethod · 0.65
configurationMethod · 0.65
intoMethod · 0.65

Tested by

no test coverage detected