public static final class YamlCellPreProcessor.YamlCellConsumer extends Object implements CellConsumer
| Modifier and Type | Field and Description |
|---|---|
org.simpleflatmapper.util.CheckedConsumer<String> |
commentConsumer |
CellPreProcessor |
rowCellPreProcessor |
CellConsumer |
rowDelegate |
| Constructor and Description |
|---|
YamlCellConsumer(CellConsumer rowDelegate,
org.simpleflatmapper.util.CheckedConsumer<String> commentConsumer,
CellPreProcessor rowCellPreProcessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
end() |
boolean |
endOfRow() |
void |
newCell(char[] chars,
int offset,
int length) |
void |
newCell(char[] chars,
int start,
int end,
int state) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofpublic final CellConsumer rowDelegate
public final org.simpleflatmapper.util.CheckedConsumer<String> commentConsumer
public final CellPreProcessor rowCellPreProcessor
public YamlCellConsumer(CellConsumer rowDelegate, org.simpleflatmapper.util.CheckedConsumer<String> commentConsumer, CellPreProcessor rowCellPreProcessor)
public void newCell(char[] chars,
int offset,
int length)
newCell in interface CellConsumerpublic void newCell(char[] chars,
int start,
int end,
int state)
public boolean endOfRow()
endOfRow in interface CellConsumerpublic void end()
end in interface CellConsumerCopyright © 2016. All rights reserved.