public class ValuesMatcher implements MatchingRule
Matcher for values in a map, ignoring the keys
| Modifier and Type | Field and Description |
|---|---|
static ValuesMatcher |
INSTANCE
Matcher for values in a map, ignoring the keys
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
toMap() |
java.util.Map<java.lang.String,java.lang.String> |
toMap(PactSpecVersion spec) |
toMap, toMappublic static ValuesMatcher INSTANCE
Matcher for values in a map, ignoring the keys
public java.util.Map<java.lang.String,java.lang.String> toMap()
public java.util.Map<java.lang.String,java.lang.String> toMap(PactSpecVersion spec)