Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jOOQ/jOOQ
/ types
Method
types
jOOQ/src/main/java/org/jooq/impl/FieldsImpl.java:485–488 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
483
}
484
485
@Override
486
public
final
Class<?>[] types() {
487
return
Tools.map(fields, f -> f.getType(), Class[]::
new
);
488
}
489
490
@Override
491
public
final
Class<?> type(
int
fieldIndex) {
Callers
nothing calls this directly
Calls
2
map
Method · 0.95
getType
Method · 0.65
Tested by
no test coverage detected