MCPcopy
hub / github.com/jOOQ/jOOQ / convert

Method convert

jOOQ/src/main/java/org/jooq/impl/AbstractField.java:210–213  ·  view source on GitHub ↗
(Binding<T, U> binding)

Source from the content-addressed store, hash-verified

208 // ------------------------------------------------------------------------
209
210 @Override
211 public final <U> Field<U> convert(Binding<T, U> binding) {
212 return coerce(getDataType().asConvertedDataType(binding));
213 }
214
215 @Override
216 public final <U> Field<U> convert(Converter<T, U> converter) {

Callers

nothing calls this directly

Calls 3

coerceMethod · 0.95
asConvertedDataTypeMethod · 0.65
getDataTypeMethod · 0.65

Tested by

no test coverage detected