Interface ExportTypeConverter<I,O>

All Known Implementing Classes:
DateExportConverter

public interface ExportTypeConverter<I,O>
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(I data)
     
    boolean
    isSupport(Class<?> dataType)
     
  • Method Details

    • convert

      O convert(I data)
    • isSupport

      boolean isSupport(Class<?> dataType)