Module org.jooq
Package org.jooq

Interface ConverterContext

All Superinterfaces:
Scope

public interface ConverterContext extends Scope
A Scope that models the life cycle of a data type conversion call to Converter.from(Object) or Converter.to(Object).

Implementations