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
public abstract class ContentPattern<T> extends java.lang.Object implements NamedValueMatcher<T>
-
-
Field Summary
Fields Modifier and Type Field Description protected TexpectedValue
-
Constructor Summary
Constructors Constructor Description ContentPattern(T expectedValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetValue()protected booleanisNullValuePermitted()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.tomakehurst.wiremock.matching.NamedValueMatcher
getExpected, getName
-
Methods inherited from interface com.github.tomakehurst.wiremock.matching.ValueMatcher
match
-
-