Class YamlCellPreProcessor
java.lang.Object
org.simpleflatmapper.lightningcsv.parser.CellPreProcessor
org.simpleflatmapper.lightningcsv.parser.YamlCellPreProcessor
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static final class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CellConsumer
commentConsumerToCellConsumer
(org.simpleflatmapper.util.CheckedConsumer<String> commentConsumer) boolean
void
newCell
(char[] chars, int start, int end, CellConsumer cellConsumer, int state)
-
Constructor Details
-
YamlCellPreProcessor
public YamlCellPreProcessor(boolean ignoreLeadingSpace)
-
-
Method Details
-
newCell
- Specified by:
newCell
in classCellPreProcessor
-
ignoreLeadingSpace
public boolean ignoreLeadingSpace()- Specified by:
ignoreLeadingSpace
in classCellPreProcessor
-
commentConsumerToCellConsumer
public static CellConsumer commentConsumerToCellConsumer(org.simpleflatmapper.util.CheckedConsumer<String> commentConsumer)
-