Package org.camunda.bpm.client.spi
Interface DataFormatProvider
- All Known Implementing Classes:
DomXmlDataFormatProvider
,JacksonJsonDataFormatProvider
,SerializableDataFormatProvider
public interface DataFormatProvider
-
Method Summary
-
Method Details
-
getDataFormatName
String getDataFormatName()- Returns:
- the name of the data format provided by the implementation
-
createInstance
DataFormat createInstance()- Returns:
- an instance of the data format provided by this implementation
-