Module org.jooq
Package org.jooq

Interface UnwrapperProvider

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface UnwrapperProvider
    A provider for the Unwrapper SPI which is used to override the default behaviour when unwrapping JDBC types through Wrapper.unwrap(Class).
    Author:
    Lukas Eder
    • Method Detail

      • provide

        @NotNull
        @NotNull Unwrapper provide()
        Provide an unwrapper for JDBC types.