Class ExcelTemplateConfigureRegistrar
java.lang.Object
com.github.cla9.excel.reader.config.AbstractExcelConfigurationSourceSupport
com.github.cla9.excel.reader.config.ExcelTemplateConfigureRegistrar
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.context.annotation.ImportBeanDefinitionRegistrar,org.springframework.context.EnvironmentAware,org.springframework.context.ResourceLoaderAware
public class ExcelTemplateConfigureRegistrar extends AbstractExcelConfigurationSourceSupport
-
Constructor Summary
Constructors Constructor Description ExcelTemplateConfigureRegistrar() -
Method Summary
Modifier and Type Method Description protected java.lang.Class<? extends java.lang.annotation.Annotation>getAnnotation()protected java.lang.Class<?>getConfiguration()Methods inherited from class com.github.cla9.excel.reader.config.AbstractExcelConfigurationSourceSupport
getBasePackages, registerBeanDefinitions, setBeanFactory, setEnvironment, setResourceLoader
-
Constructor Details
-
ExcelTemplateConfigureRegistrar
public ExcelTemplateConfigureRegistrar()
-
-
Method Details
-
getAnnotation
protected java.lang.Class<? extends java.lang.annotation.Annotation> getAnnotation()- Specified by:
getAnnotationin classAbstractExcelConfigurationSourceSupport
-
getConfiguration
protected java.lang.Class<?> getConfiguration()- Specified by:
getConfigurationin classAbstractExcelConfigurationSourceSupport
-