Class ComparisonMatcher

  • All Implemented Interfaces:
    Matcher

    public class ComparisonMatcher
    extends java.lang.Object
    implements Matcher
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean match​(java.lang.Object object)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ComparisonMatcher

        public ComparisonMatcher​(java.lang.String attribute,
                                 java.lang.Object rightSideValue,
                                 ComparisonOperator operator)
    • Method Detail

      • match

        public boolean match​(java.lang.Object object)
        Specified by:
        match in interface Matcher