Interface DecodingFormatFactory<I>

    • Method Detail

      • createDecodingFormat

        DecodingFormat<I> createDecodingFormat​(DynamicTableFactory.Context context,
                                               ReadableConfig formatOptions)
        Creates a format from the given context and format options.

        The format options have been projected to top-level options (e.g. from format.ignore-errors to ignore-errors).