Class AbsentPattern
java.lang.Object
com.github.tomakehurst.wiremock.matching.ContentPattern<String>
com.github.tomakehurst.wiremock.matching.StringValuePattern
com.github.tomakehurst.wiremock.matching.AbsentPattern
- All Implemented Interfaces:
NamedValueMatcher<String>,ValueMatcher<String>
-
Field Summary
FieldsFields inherited from class com.github.tomakehurst.wiremock.matching.ContentPattern
expectedValue -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanMethods inherited from class com.github.tomakehurst.wiremock.matching.StringValuePattern
and, equals, getName, hashCode, isAbsent, isPresent, or, toStringMethods inherited from class com.github.tomakehurst.wiremock.matching.ContentPattern
getValue
-
Field Details
-
ABSENT
-
-
Constructor Details
-
AbsentPattern
-
-
Method Details
-
nullSafeIsAbsent
public boolean nullSafeIsAbsent()- Overrides:
nullSafeIsAbsentin classStringValuePattern
-
match
-
getExpected
- Specified by:
getExpectedin interfaceNamedValueMatcher<String>- Overrides:
getExpectedin classStringValuePattern
-
isNullValuePermitted
protected boolean isNullValuePermitted()- Overrides:
isNullValuePermittedin classContentPattern<String>
-