com.univocity.parsers.common.processor
Interface CustomMatcher


public interface CustomMatcher

Interface used by InputValueSwitch to allow users to to provide custom matching rules against input values.


Method Summary
 boolean matches(String value)
          Matches a parsed value against a user provided rule (implementation provided by the user)
 

Method Detail

matches

boolean matches(String value)
Matches a parsed value against a user provided rule (implementation provided by the user)

Parameters:
value - the value to be matched
Returns:
true if the given value matches the user provided rule, otherwise false


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