Interface DataFormatProvider

All Known Implementing Classes:
DomXmlDataFormatProvider, JacksonJsonDataFormatProvider

public interface DataFormatProvider
Author:
Daniel Meyer
  • 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
    • createInstance

      default DataFormat<?> createInstance(Map<String,Object> configurationProperties)
      Returns:
      an instance of the data format provided by this implementation configured using the passed configuration properties.