Interface DataFormatConfigurator<T extends DataFormat>


  • public interface DataFormatConfigurator<T extends DataFormat>
    • Method Detail

      • getDataFormatClass

        java.lang.Class<T> getDataFormatClass()
        Returns:
        the dataformat class this configurator can configure (including subclasses)
      • configure

        void configure​(T dataFormat)
        Applies configuration to the desired format. This method is invoked with all dataformats of the required type.