Interface DataFormatProvider

All Known Implementing Classes:
DomXmlDataFormatProvider, JacksonJsonDataFormatProvider, SerializableDataFormatProvider

public interface DataFormatProvider
  • 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