com.alibaba.excel.write.handler.chain
类 RowHandlerExecutionChain
- java.lang.Object
-
- com.alibaba.excel.write.handler.chain.RowHandlerExecutionChain
public class RowHandlerExecutionChain extends Object
Execute the row handler chain- 作者:
- Jiaju Zhuang
-
构造器概要
构造器 构造器和说明 RowHandlerExecutionChain(RowWriteHandler handler)
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 void
addLast(RowWriteHandler handler)
void
afterRowCreate(RowWriteHandlerContext context)
void
afterRowDispose(RowWriteHandlerContext context)
void
beforeRowCreate(RowWriteHandlerContext context)
-
构造器详细资料
RowHandlerExecutionChain
public RowHandlerExecutionChain(RowWriteHandler handler)
方法详细资料
beforeRowCreate
public void beforeRowCreate(RowWriteHandlerContext context)
afterRowCreate
public void afterRowCreate(RowWriteHandlerContext context)
afterRowDispose
public void afterRowDispose(RowWriteHandlerContext context)
addLast
public void addLast(RowWriteHandler handler)
Copyright © 2018–2021 Alibaba Group. All rights reserved.