org.mockserver.matchers
Class BinaryMatcher
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.matchers.NotMatcher<MatchedType>
org.mockserver.matchers.BodyMatcher<byte[]>
org.mockserver.matchers.BinaryMatcher
- All Implemented Interfaces:
- Matcher<byte[]>
public class BinaryMatcher
- extends BodyMatcher<byte[]>
- Author:
- jamesdbloom
| Methods inherited from class org.mockserver.matchers.NotMatcher |
not |
BinaryMatcher
public BinaryMatcher(byte[] matcher)
matches
public boolean matches(byte[] matched)
fieldsExcludedFromEqualsAndHashCode
public String[] fieldsExcludedFromEqualsAndHashCode()
- Overrides:
fieldsExcludedFromEqualsAndHashCode in class ObjectWithReflectiveEqualsHashCodeToString
Copyright © 2017. All rights reserved.