JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.github.tomakehurst.wiremock.matching
Interface ValueMatcher<T>
All Known Subinterfaces:
NamedValueMatcher
<T>
All Known Implementing Classes:
AbsentPattern
,
AbstractRegexPattern
,
AnythingPattern
,
BinaryEqualToPattern
,
ContainsPattern
,
ContentPattern
,
CustomMatcherWrapper
,
EqualToJsonPattern
,
EqualToPattern
,
EqualToXmlPattern
,
MatchesJsonPathPattern
,
MatchesXPathPattern
,
MultipartValuePattern
,
MultiValuePattern
,
NegativeRegexPattern
,
PathPattern
,
RegexPattern
,
RequestMatcher
,
RequestMatcherExtension
,
RequestMethod
,
RequestPattern
,
ResponseDefinitionBodyMatcher
,
StringValuePattern
,
UrlPathPattern
,
UrlPattern
public interface
ValueMatcher<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
MatchResult
match
(
T
value)
Method Detail
match
MatchResult
match(
T
value)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method