public static class YamlContract.BodyStubMatcher extends Object
Modifier and Type | Field and Description |
---|---|
Integer |
maxOccurrence |
Integer |
minOccurrence |
String |
path |
YamlContract.PredefinedRegex |
predefined |
YamlContract.RegexType |
regexType |
YamlContract.StubMatcherType |
type |
String |
value |
Constructor and Description |
---|
BodyStubMatcher() |
public String path
public YamlContract.StubMatcherType type
public String value
public YamlContract.PredefinedRegex predefined
public Integer minOccurrence
public Integer maxOccurrence
public YamlContract.RegexType regexType
Copyright © 2016–2021 Spring. All rights reserved.