Class ExcelConfigurationDelegate

java.lang.Object
com.github.cla9.excel.reader.config.ExcelConfigurationDelegate

public class ExcelConfigurationDelegate
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    ExcelConfigurationDelegate​(org.springframework.beans.factory.support.BeanDefinitionRegistry registry, org.springframework.beans.factory.BeanFactory beanFactory, ExcelBodyConfigurationSource configurationSource, org.springframework.core.io.ResourceLoader resourceLoader, org.springframework.core.env.Environment environment)  
  • Method Summary

    Modifier and Type Method Description
    void createExtension()  
    void registerExcelEntitiesIn()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExcelConfigurationDelegate

      public ExcelConfigurationDelegate​(org.springframework.beans.factory.support.BeanDefinitionRegistry registry, org.springframework.beans.factory.BeanFactory beanFactory, ExcelBodyConfigurationSource configurationSource, org.springframework.core.io.ResourceLoader resourceLoader, org.springframework.core.env.Environment environment)
  • Method Details