Uses of Class
com.univocity.parsers.common.processor.OutputValueSwitch.Switch
-
Packages that use OutputValueSwitch.Switch Package Description com.univocity.parsers.common.processor -
-
Uses of OutputValueSwitch.Switch in com.univocity.parsers.common.processor
Fields in com.univocity.parsers.common.processor declared as OutputValueSwitch.Switch Modifier and Type Field Description private OutputValueSwitch.Switch
OutputValueSwitch. defaultSwitch
private OutputValueSwitch.Switch
OutputValueSwitch. selectedSwitch
private OutputValueSwitch.Switch[]
OutputValueSwitch. switches
Methods in com.univocity.parsers.common.processor that return OutputValueSwitch.Switch Modifier and Type Method Description private OutputValueSwitch.Switch
OutputValueSwitch. getSwitch(java.lang.Object value)
Methods in com.univocity.parsers.common.processor with parameters of type OutputValueSwitch.Switch Modifier and Type Method Description private void
OutputValueSwitch. addSwitch(OutputValueSwitch.Switch newSwitch)
-