Module org.jooq
Package org.jooq

Interface CharsetProvider

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 CharsetProvider
A provider of a default Charset to be used when converting between String data and byte[] data.
Author:
Lukas Eder
  • Method Summary

    Modifier and Type
    Method
    Description
    Provide a charset for string to binary conversion.
  • Method Details

    • provide

      Charset provide()
      Provide a charset for string to binary conversion.