public interface StepRenderer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
render(Step step,
T data,
int index)
Renders the data to the specified Step.
|
void render(Step step, T data, int index) throws Exception
step - the Step to render the result.data - that is used to render the Stepindex - the index of the data that is currently being rendered.
Notice the index is the order of the siblings (i.e., data that belongs to the same parent).ExceptionCopyright © 2026. All rights reserved.