public class NottableStringMultiMap extends ObjectWithReflectiveEqualsHashCodeToString
Constructor and Description |
---|
NottableStringMultiMap(MockServerLogger mockServerLogger,
boolean controlPlaneMatcher,
KeyMatchStyle keyMatchStyle,
List<? extends KeyToMultiValue> entries) |
NottableStringMultiMap(MockServerLogger mockServerLogger,
boolean controlPlaneMatcher,
KeyMatchStyle keyMatchStyle,
NottableString[]... keyAndValues) |
Modifier and Type | Method and Description |
---|---|
boolean |
allKeysNotted() |
boolean |
allKeysOptional() |
boolean |
containsAll(MockServerLogger mockServerLogger,
MatchDifference context,
NottableStringMultiMap subset) |
KeyMatchStyle |
getKeyMatchStyle() |
boolean |
isEmpty() |
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
public NottableStringMultiMap(MockServerLogger mockServerLogger, boolean controlPlaneMatcher, KeyMatchStyle keyMatchStyle, List<? extends KeyToMultiValue> entries)
public NottableStringMultiMap(MockServerLogger mockServerLogger, boolean controlPlaneMatcher, KeyMatchStyle keyMatchStyle, NottableString[]... keyAndValues)
public KeyMatchStyle getKeyMatchStyle()
public boolean containsAll(MockServerLogger mockServerLogger, MatchDifference context, NottableStringMultiMap subset)
public boolean allKeysNotted()
public boolean allKeysOptional()
public boolean isEmpty()
Copyright © 2022. All rights reserved.