Class ContentPattern<T>
java.lang.Object
com.github.tomakehurst.wiremock.matching.ContentPattern<T>
- All Implemented Interfaces:
NamedValueMatcher<T>,ValueMatcher<T>
- Direct Known Subclasses:
BinaryEqualToPattern,StringValuePattern
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.tomakehurst.wiremock.matching.NamedValueMatcher
getExpected, getNameMethods inherited from interface com.github.tomakehurst.wiremock.matching.ValueMatcher
match