public interface CustomMatcher
InputValueSwitch to allow users to to provide custom matching rules against input values.| Modifier and Type | Method | Description |
|---|---|---|
boolean |
matches(java.lang.String value) |
Matches a parsed value against a user provided rule (implementation provided by the user)
|