Package | Description |
---|---|
com.univocity.parsers.common.processor.core |
Modifier and Type | Field and Description |
---|---|
(package private) CustomMatcher |
AbstractInputValueSwitch.Switch.matcher |
Modifier and Type | Method and Description |
---|---|
void |
AbstractInputValueSwitch.addSwitchForValue(CustomMatcher matcher,
Processor<T> processor)
Associates a
Processor implementation with a custom matching algorithm to be executed in the column provided in the constructor of this class. |
void |
AbstractInputValueSwitch.addSwitchForValue(CustomMatcher matcher,
Processor<T> processor,
int... indexesToUse)
Associates a
Processor implementation with a custom matching algorithm to be executed in the column provided in the constructor of this class. |
void |
AbstractInputValueSwitch.addSwitchForValue(CustomMatcher matcher,
Processor<T> processor,
java.lang.String... headersToUse)
Associates a
Processor implementation with a custom matching algorithm to be executed in the column provided in the constructor of this class. |
Constructor and Description |
---|
Switch(Processor<T> processor,
java.lang.String[] headers,
int[] indexes,
java.lang.String value,
CustomMatcher matcher) |