MCPcopy
hub / github.com/jOOQ/jOOQ / asConvertedDataType

Method asConvertedDataType

jOOQ/src/main/java/org/jooq/DataType.java:300–300  ·  view source on GitHub ↗

Retrieve the data type for a given converter.

(Converter<? super T, U> converter)

Source from the content-addressed store, hash-verified

298 * Retrieve the data type for a given converter.
299 */
300 @NotNull
301 <U> DataType<U> asConvertedDataType(Converter<? super T, U> converter);
302
303 /**

Callers 14

constructMethod · 0.65
getArrayDataTypeMethod · 0.65
asConvertedDataTypeMethod · 0.65
AbstractRoutineMethod · 0.65
createFieldMethod · 0.65
asConvertedDataTypeMethod · 0.65
AbstractFieldMethod · 0.65
convertMethod · 0.65
createUDTPathFieldMethod · 0.65
createDomainMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected