Class BinaryMatcher

java.lang.Object
software.xdev.mockserver.matchers.NotMatcher<MatchedType>
software.xdev.mockserver.matchers.BodyMatcher<byte[]>
software.xdev.mockserver.matchers.BinaryMatcher
All Implemented Interfaces:
Matcher<byte[]>

public class BinaryMatcher extends BodyMatcher<byte[]>
  • Method Details

    • matches

      public boolean matches(MatchDifference context, byte[] matched)
    • isBlank

      public boolean isBlank()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class NotMatcher<byte[]>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class NotMatcher<byte[]>