Module org.jooq
Package org.jooq

Interface FormattingProvider

All Known Implementing Classes:
CallbackFormattingProvider, DefaultFormattingProvider

public interface FormattingProvider
An SPI that allows for overriding certain formatting defaults.

For convenience, consider extending DefaultFormattingProvider instead of implementing this interface. This will prevent compilation errors in future versions of jOOQ, when this interface might get new methods.

Author:
Lukas Eder