Uses of Interface
org.jooq.ConverterProvider
Packages that use ConverterProvider
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
JDBC tooling.
-
Uses of ConverterProvider in org.jooq
Methods in org.jooq that return ConverterProviderModifier and TypeMethodDescription@NotNull ConverterProvider
Configuration.converterProvider()
Get the configuredConverterProvider
from this configuration.Methods in org.jooq with parameters of type ConverterProviderModifier and TypeMethodDescription@NotNull Configuration
Configuration.derive
(ConverterProvider newConverterProvider) Create a derived configuration from this one, with new converter provider.@NotNull Configuration
Configuration.set
(ConverterProvider newConverterProvider) Change this configuration to hold a new converter provider. -
Uses of ConverterProvider in org.jooq.impl
Classes in org.jooq.impl that implement ConverterProviderModifier and TypeClassDescriptionfinal class
A default converter provider offering the functionality ofConvert
.Methods in org.jooq.impl that return ConverterProviderModifier and TypeMethodDescriptionfinal ConverterProvider
DefaultConfiguration.converterProvider()
Methods in org.jooq.impl with parameters of type ConverterProviderModifier and TypeMethodDescriptionfinal Configuration
DefaultConfiguration.derive
(ConverterProvider newConverterProvider) final Configuration
DefaultConfiguration.set
(ConverterProvider newConverterProvider) -
Uses of ConverterProvider in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return ConverterProviderMethods in org.jooq.tools.jdbc with parameters of type ConverterProviderModifier and TypeMethodDescriptionMockConfiguration.derive
(ConverterProvider newConverterProvider) MockConfiguration.set
(ConverterProvider newConverterProvider)