public interface DataFormatConfigurator<T extends DataFormat<?>>
Can be used to configure data formats of a certain type.
An implementation will be supplied with all discovered data formats
of the specified class. DataFormat.getName() may be used to further
restrict configuration to data formats with a specific name.
| Modifier and Type | Method and Description |
|---|---|
void |
configure(T dataFormat)
Applies configuration to the desired format.
|
Class<T> |
getDataFormatClass() |
Copyright © 2014–2020 Camunda Services GmbH. All rights reserved.