Class PropertyFilter.EqIgnoreCase

  • All Implemented Interfaces:
    com.embabel.agent.filter.PropertyFilter

    
    public final class PropertyFilter.EqIgnoreCase
     implements PropertyFilter
                        

    Equals (case-insensitive): propertieskey.toString().lowercase() == value.lowercase()

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String key
      private final String value
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getKey()
      final String getValue()
      • 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