Class StringMatcher
java.lang.Object
io.higson.runtime.engine.matchers.StringMatcher
- All Implemented Interfaces:
Matcher
Basic equality matcher to compare two strings. It is possible to toggle
on case sensitivity.
- Author:
- Przemek Hertel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends ValueHolder>
booleanCheck if value matches the pattern.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.higson.runtime.engine.core.matcher.Matcher
isReverse, setReverse
-
Constructor Details
-
StringMatcher
public StringMatcher(boolean caseSensitive)
-
-
Method Details