Package org.camunda.bpm.client.spi
Interface DataFormatProvider
-
- All Known Implementing Classes:
DomXmlDataFormatProvider
,JacksonJsonDataFormatProvider
,SerializableDataFormatProvider
public interface DataFormatProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataFormat
createInstance()
String
getDataFormatName()
-
-
-
Method Detail
-
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
-
-