Uses of Class
org.csveed.token.SymbolMapping
Packages that use 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
Methods in org.csveed.row that return SymbolMappingModifier and TypeMethodDescriptionRowInstructionsImpl.getSymbolMapping()
Gets the symbol mapping. -
Uses of SymbolMapping in org.csveed.token
Methods in org.csveed.token that return SymbolMappingMethods in org.csveed.token with parameters of type SymbolMappingModifier and TypeMethodDescriptionvoid
ParseStateMachine.setSymbolMapping
(SymbolMapping symbolMapping) Sets the symbol mapping.