public final class YamlCellPreProcessor extends CellPreProcessor
| Modifier and Type | Class | Description |
|---|---|---|
static class |
YamlCellPreProcessor.CommentConsumer |
|
static class |
YamlCellPreProcessor.YamlCellConsumer |
| Constructor | Description |
|---|---|
YamlCellPreProcessor(boolean ignoreLeadingSpace) |
| Modifier and Type | Method | Description |
|---|---|---|
static CellConsumer |
commentConsumerToCellConsumer(org.simpleflatmapper.util.CheckedConsumer<String> commentConsumer) |
|
boolean |
ignoreLeadingSpace() |
|
void |
newCell(char[] chars,
int start,
int end,
CellConsumer cellConsumer,
int state) |
public void newCell(char[] chars,
int start,
int end,
CellConsumer cellConsumer,
int state)
newCell in class CellPreProcessorpublic boolean ignoreLeadingSpace()
ignoreLeadingSpace in class CellPreProcessorpublic static CellConsumer commentConsumerToCellConsumer(org.simpleflatmapper.util.CheckedConsumer<String> commentConsumer)
Copyright © 2018. All rights reserved.