Package com.embabel.agent.filter
Class PropertyFilter.Like
-
- All Implemented Interfaces:
-
com.embabel.agent.filter.PropertyFilter
public final class PropertyFilter.Like implements PropertyFilter
Regex pattern match: propertieskey.toString().matches(Regex(pattern))
Uses Java/Kotlin regex syntax. For case-insensitive matching, use the (?i) flag at the start of the pattern.
-
-
Constructor Summary
Constructors Constructor Description PropertyFilter.Like(String key, String pattern)
-
Method Summary
Modifier and Type Method Description final StringgetKey()final StringgetPattern()
-