public class WireMockPactGeneratorUserOptions extends Object
| Constructor and Description |
|---|
WireMockPactGeneratorUserOptions(String consumerName,
String providerName,
List<String> requestPathIncludeList,
List<String> requestPathExcludeList,
boolean strictApplicationJson,
List<String> requestHeaderIncludeList,
List<String> responseHeaderIncludeList,
boolean includeNotConfiguredResponses) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConsumerName() |
ContentFilter |
getContentFilter() |
InteractionFilter |
getInteractionFilter() |
String |
getProviderName() |
boolean |
isStrictApplicationJson() |
public WireMockPactGeneratorUserOptions(String consumerName, String providerName, List<String> requestPathIncludeList, List<String> requestPathExcludeList, boolean strictApplicationJson, List<String> requestHeaderIncludeList, List<String> responseHeaderIncludeList, boolean includeNotConfiguredResponses)
public String getConsumerName()
public String getProviderName()
public InteractionFilter getInteractionFilter()
public boolean isStrictApplicationJson()
public ContentFilter getContentFilter()
Copyright © 2017–2022 Atlassian. All rights reserved.