public final class YamlCellPreProcessor extends CellPreProcessor
| Modifier and Type | Class and Description |
|---|---|
static class |
YamlCellPreProcessor.CommentConsumer |
static class |
YamlCellPreProcessor.YamlCellConsumer |
| Constructor and Description |
|---|
YamlCellPreProcessor(boolean ignoreLeadingSpace) |
| Modifier and Type | Method and 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.