public interface CustomMatcher
InputValueSwitch to allow users to to provide custom matching rules against input values.| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(String value)
Matches a parsed value against a user provided rule (implementation provided by the user)
|
boolean matches(String value)
value - the value to be matchedtrue if the given value matches the user provided rule, otherwise falseCopyright © 2021 Univocity Software Pty Ltd. All rights reserved.