Class ExcelUtilsAutoConfiguration
java.lang.Object
cn.creekmoon.excel.support.spring.ExcelUtilsAutoConfiguration
- All Implemented Interfaces:
org.springframework.context.annotation.ImportSelector
@Configuration
public class ExcelUtilsAutoConfiguration
extends Object
implements org.springframework.context.annotation.ImportSelector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]selectImports(org.springframework.core.type.AnnotationMetadata importingClassMetadata) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.annotation.ImportSelector
getExclusionFilter
-
Constructor Details
-
ExcelUtilsAutoConfiguration
public ExcelUtilsAutoConfiguration()
-
-
Method Details
-
selectImports
public String[] selectImports(org.springframework.core.type.AnnotationMetadata importingClassMetadata) - Specified by:
selectImportsin interfaceorg.springframework.context.annotation.ImportSelector
-