Package org.camunda.bpm.client.spi
Interface DataFormatConfigurator<T extends DataFormat>
public interface DataFormatConfigurator<T extends DataFormat>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Applies configuration to the desired format.
-
Method Details
-
getDataFormatClass
- Returns:
- the dataformat class this configurator can configure (including subclasses)
-
configure
Applies configuration to the desired format. This method is invoked with all dataformats of the required type.
-