Interface ExcelBodyConfigurationSource

All Known Implementing Classes:
AnnotationExcelBodyConfigurationSource

public interface ExcelBodyConfigurationSource
  • Method Summary

    Modifier and Type Method Description
    java.util.stream.Stream<java.lang.String> getBasePackages()  
    java.lang.Object getSource()  
  • Method Details