Uses of Interface
com.univocity.parsers.common.processor.CustomMatcher
-
Packages that use CustomMatcher Package Description com.univocity.parsers.common.processor.core -
-
Uses of CustomMatcher in com.univocity.parsers.common.processor.core
Fields in com.univocity.parsers.common.processor.core declared as CustomMatcher Modifier and Type Field Description (package private) CustomMatcherAbstractInputValueSwitch.Switch. matcherMethods in com.univocity.parsers.common.processor.core with parameters of type CustomMatcher Modifier and Type Method Description voidAbstractInputValueSwitch. addSwitchForValue(CustomMatcher matcher, Processor<T> processor)Associates aProcessorimplementation with a custom matching algorithm to be executed in the column provided in the constructor of this class.voidAbstractInputValueSwitch. addSwitchForValue(CustomMatcher matcher, Processor<T> processor, int... indexesToUse)Associates aProcessorimplementation with a custom matching algorithm to be executed in the column provided in the constructor of this class.voidAbstractInputValueSwitch. addSwitchForValue(CustomMatcher matcher, Processor<T> processor, java.lang.String... headersToUse)Associates aProcessorimplementation with a custom matching algorithm to be executed in the column provided in the constructor of this class.Constructors in com.univocity.parsers.common.processor.core with parameters of type CustomMatcher Constructor Description Switch(Processor<T> processor, java.lang.String[] headers, int[] indexes, java.lang.String value, CustomMatcher matcher)
-