com.alibaba.excel.metadata
接口 ConfigurationHolder
-
- 所有超级接口:
- Holder
- 所有已知子接口:
- ReadHolder, WriteHolder
- 所有已知实现类:
- AbstractHolder, AbstractReadHolder, AbstractWriteHolder, CsvReadSheetHolder, CsvReadWorkbookHolder, ReadSheetHolder, ReadWorkbookHolder, WriteSheetHolder, WriteTableHolder, WriteWorkbookHolder, XlsReadSheetHolder, XlsReadWorkbookHolder, XlsxReadSheetHolder, XlsxReadWorkbookHolder
public interface ConfigurationHolder extends Holder
Get the corresponding holder- 作者:
- Jiaju Zhuang
-
方法概要
所有方法 实例方法 抽象方法 限定符和类型 方法和说明 Map<ConverterKeyBuild.ConverterKey,Converter<?>>
converterMap()
What converter does the currently operated cell need to executeGlobalConfiguration
globalConfiguration()
Some global variablesboolean
isNew()
Record whether it's new or from cache从接口继承的方法 com.alibaba.excel.metadata.Holder
holderType
-
方法详细资料
isNew
boolean isNew()
Record whether it's new or from cache- 返回:
- Record whether it's new or from cache
globalConfiguration
GlobalConfiguration globalConfiguration()
Some global variables- 返回:
- Global configuration
converterMap
Map<ConverterKeyBuild.ConverterKey,Converter<?>> converterMap()
What converter does the currently operated cell need to execute- 返回:
- Converter
Copyright © 2018–2021 Alibaba Group. All rights reserved.