public class SpringCloudContractRequestMatcher
extends com.github.tomakehurst.wiremock.matching.RequestMatcherExtension
Modifier and Type | Field and Description |
---|---|
static String |
NAME
Name of the transformer inside the stub.
|
Constructor and Description |
---|
SpringCloudContractRequestMatcher() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
com.github.tomakehurst.wiremock.matching.MatchResult |
match(com.github.tomakehurst.wiremock.http.Request request,
com.github.tomakehurst.wiremock.extension.Parameters parameters) |
public static final String NAME
public com.github.tomakehurst.wiremock.matching.MatchResult match(com.github.tomakehurst.wiremock.http.Request request, com.github.tomakehurst.wiremock.extension.Parameters parameters)
match
in class com.github.tomakehurst.wiremock.matching.RequestMatcherExtension
public String getName()
getName
in interface com.github.tomakehurst.wiremock.extension.Extension
getName
in interface com.github.tomakehurst.wiremock.matching.NamedValueMatcher<com.github.tomakehurst.wiremock.http.Request>
getName
in class com.github.tomakehurst.wiremock.matching.RequestMatcherExtension
Copyright © 2016–2021 Spring. All rights reserved.