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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getKey()
      final String getPattern()
      • Methods inherited from class com.embabel.agent.filter.PropertyFilter

        and, not, or
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait