| Modifier and Type | Method and Description |
|---|---|
static RowWriteHandlerContext |
WriteHandlerUtils.createRowWriteHandlerContext(WriteContext writeContext,
Integer rowIndex,
Integer relativeRowIndex,
Boolean isHead) |
| Modifier and Type | Method and Description |
|---|---|
static void |
WriteHandlerUtils.afterRowCreate(RowWriteHandlerContext context) |
static void |
WriteHandlerUtils.afterRowDispose(RowWriteHandlerContext context) |
static void |
WriteHandlerUtils.beforeRowCreate(RowWriteHandlerContext context) |
| Modifier and Type | Method and Description |
|---|---|
default void |
RowWriteHandler.afterRowCreate(RowWriteHandlerContext context)
Called after the row is created
|
default void |
RowWriteHandler.afterRowDispose(RowWriteHandlerContext context)
Called after all operations on the row have been completed.
|
default void |
RowWriteHandler.beforeRowCreate(RowWriteHandlerContext context)
Called before create the row
|
| Modifier and Type | Method and Description |
|---|---|
void |
RowHandlerExecutionChain.afterRowCreate(RowWriteHandlerContext context) |
void |
RowHandlerExecutionChain.afterRowDispose(RowWriteHandlerContext context) |
void |
RowHandlerExecutionChain.beforeRowCreate(RowWriteHandlerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRowWriteHandler.afterRowDispose(RowWriteHandlerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoopMergeStrategy.afterRowDispose(RowWriteHandlerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRowHeightStyleStrategy.afterRowDispose(RowWriteHandlerContext context) |
Copyright © 2018–2024 Alibaba Group. All rights reserved.