org.mockserver.matchers
Class BodyMatcher<MatchedType>

java.lang.Object
  extended by org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
      extended by org.mockserver.matchers.NotMatcher<MatchedType>
          extended by org.mockserver.matchers.BodyMatcher<MatchedType>
All Implemented Interfaces:
Matcher<MatchedType>
Direct Known Subclasses:
BinaryMatcher, ExactStringMatcher, JsonSchemaMatcher, JsonStringMatcher, ParameterStringMatcher, RegexStringMatcher, XmlStringMatcher, XPathStringMatcher

public abstract class BodyMatcher<MatchedType>
extends NotMatcher<MatchedType>

Author:
jamesdbloom

Field Summary
 
Fields inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
logger
 
Constructor Summary
BodyMatcher()
           
 
Method Summary
 
Methods inherited from class org.mockserver.matchers.NotMatcher
not
 
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
addFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.mockserver.matchers.Matcher
matches
 

Constructor Detail

BodyMatcher

public BodyMatcher()


Copyright © 2016. All rights reserved.