@FunctionalInterface public interface DataFormatCustomizer<T extends DataFormat>
| Modifier and Type | Method and Description |
|---|---|
void |
customize(T dataformat)
Customize the specified
DataFormat |
void customize(T dataformat)
DataFormatdataformat - the dataformat to customizeApache Camel