com.alibaba.excel.metadata
类 AbstractHolder
- java.lang.Object
-
- com.alibaba.excel.metadata.AbstractHolder
-
- 所有已实现的接口:
- ConfigurationHolder, Holder
- 直接已知子类:
- AbstractReadHolder, AbstractWriteHolder
public abstract class AbstractHolder extends Object implements ConfigurationHolder
Write/read holder- 作者:
- Jiaju Zhuang
-
构造器概要
构造器 构造器和说明 AbstractHolder(BasicParameter basicParameter, AbstractHolder prentAbstractHolder)
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 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从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 com.alibaba.excel.metadata.Holder
holderType
-
构造器详细资料
AbstractHolder
public AbstractHolder(BasicParameter basicParameter, AbstractHolder prentAbstractHolder)
方法详细资料
converterMap
public Map<ConverterKeyBuild.ConverterKey,Converter<?>> converterMap()
从接口复制的说明:ConfigurationHolder
What converter does the currently operated cell need to execute- 指定者:
-
converterMap
在接口中ConfigurationHolder
- 返回:
- Converter
globalConfiguration
public GlobalConfiguration globalConfiguration()
从接口复制的说明:ConfigurationHolder
Some global variables- 指定者:
-
globalConfiguration
在接口中ConfigurationHolder
- 返回:
- Global configuration
isNew
public boolean isNew()
从接口复制的说明:ConfigurationHolder
Record whether it's new or from cache- 指定者:
-
isNew
在接口中ConfigurationHolder
- 返回:
- Record whether it's new or from cache
Copyright © 2018–2021 Alibaba Group. All rights reserved.