Uses of Class
org.csveed.token.SymbolMapping
Package
Description
The package responsible for converting a group of tokens into Header and Rows.
The package responsible for reading a CSV line from a
Reader
and converting this to tokens.-
Uses of SymbolMapping in org.csveed.row
Modifier and TypeMethodDescriptionRowInstructionsImpl.getSymbolMapping()
Gets the symbol mapping. -
Uses of SymbolMapping in org.csveed.token
Modifier and TypeMethodDescriptionvoid
ParseStateMachine.setSymbolMapping
(SymbolMapping symbolMapping) Sets the symbol mapping.