Uses of Interface
com.univocity.parsers.common.processor.CustomMatcher

Packages that use CustomMatcher
com.univocity.parsers.common.processor.core   
 

Uses of CustomMatcher in com.univocity.parsers.common.processor.core
 

Methods in com.univocity.parsers.common.processor.core with parameters of type CustomMatcher
 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, String... headersToUse)
          Associates a Processor implementation with a custom matching algorithm to be executed in the column provided in the constructor of this class.
 



Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.