Uses of Interface
com.univocity.parsers.common.processor.CustomMatcher
Packages that use CustomMatcher
-
Uses of CustomMatcher in com.univocity.parsers.common.processor.core
Fields in com.univocity.parsers.common.processor.core declared as CustomMatcherModifier and TypeFieldDescription(package private) final CustomMatcher
AbstractInputValueSwitch.Switch.matcher
Methods in com.univocity.parsers.common.processor.core with parameters of type CustomMatcherModifier and TypeMethodDescriptionvoid
AbstractInputValueSwitch.addSwitchForValue
(CustomMatcher matcher, Processor<T> processor) Associates aProcessor
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 aProcessor
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, String... headersToUse) Associates aProcessor
implementation 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