public final class CsvMapperCellConsumer<T> extends Object implements CellConsumer
| Modifier and Type | Field and Description |
|---|---|
protected BreakDetector |
breakDetector |
protected int |
cellIndex |
protected CsvMapperCellConsumer[] |
children |
protected RowHandler<? super T> |
handler |
protected RowHandlerErrorHandler |
rowHandlerErrorHandlers |
| Constructor and Description |
|---|
CsvMapperCellConsumer(CsvMapperCellHandler<T> csvMapperCellHandler,
RowHandlerErrorHandler rowHandlerErrorHandlers,
RowHandler<? super T> handler,
BreakDetector breakDetector,
Collection<CsvMapperCellConsumer<?>> children) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterEnd() |
protected void |
afterNewCell(int index) |
protected void |
callHandler() |
void |
end() |
void |
endOfRow() |
BreakDetector |
getBreakDetector() |
T |
getCurrentInstance() |
protected boolean |
hasData() |
void |
newCell(char[] chars,
int offset,
int length) |
void |
newCell(char[] chars,
int offset,
int length,
int cellIndex) |
protected final RowHandlerErrorHandler rowHandlerErrorHandlers
protected final BreakDetector breakDetector
protected final RowHandler<? super T> handler
protected final CsvMapperCellConsumer[] children
protected int cellIndex
public CsvMapperCellConsumer(CsvMapperCellHandler<T> csvMapperCellHandler, RowHandlerErrorHandler rowHandlerErrorHandlers, RowHandler<? super T> handler, BreakDetector breakDetector, Collection<CsvMapperCellConsumer<?>> children)
public final void endOfRow()
endOfRow in interface CellConsumerpublic final T getCurrentInstance()
protected final boolean hasData()
protected final void callHandler()
public final void end()
end in interface CellConsumerpublic final void newCell(char[] chars,
int offset,
int length)
newCell in interface CellConsumerpublic final void newCell(char[] chars,
int offset,
int length,
int cellIndex)
public final BreakDetector getBreakDetector()
protected void afterEnd()
protected void afterNewCell(int index)
Copyright © 2015. All rights reserved.