Interface CustomMatcher
-
public interface CustomMatcherInterface used byInputValueSwitchto allow users to to provide custom matching rules against input values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(java.lang.String value)Matches a parsed value against a user provided rule (implementation provided by the user)
-