Package org.mockserver.collections
Class NottableStringMultiMap
- java.lang.Object
-
- org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
-
- org.mockserver.collections.NottableStringMultiMap
-
public class NottableStringMultiMap extends ObjectWithReflectiveEqualsHashCodeToString
- Author:
- jamesdbloom
-
-
Constructor Summary
Constructors Constructor Description NottableStringMultiMap(MockServerLogger mockServerLogger, boolean controlPlaneMatcher, KeyMatchStyle keyMatchStyle, List<? extends KeyToMultiValue> entries)NottableStringMultiMap(MockServerLogger mockServerLogger, boolean controlPlaneMatcher, KeyMatchStyle keyMatchStyle, NottableString[]... keyAndValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallKeysNotted()booleanallKeysOptional()booleancontainsAll(MockServerLogger mockServerLogger, MatchDifference context, NottableStringMultiMap subset)KeyMatchStylegetKeyMatchStyle()booleanisEmpty()-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
-
-
-
-
Constructor Detail
-
NottableStringMultiMap
public NottableStringMultiMap(MockServerLogger mockServerLogger, boolean controlPlaneMatcher, KeyMatchStyle keyMatchStyle, List<? extends KeyToMultiValue> entries)
-
NottableStringMultiMap
public NottableStringMultiMap(MockServerLogger mockServerLogger, boolean controlPlaneMatcher, KeyMatchStyle keyMatchStyle, NottableString[]... keyAndValues)
-
-
Method Detail
-
getKeyMatchStyle
public KeyMatchStyle getKeyMatchStyle()
-
containsAll
public boolean containsAll(MockServerLogger mockServerLogger, MatchDifference context, NottableStringMultiMap subset)
-
allKeysNotted
public boolean allKeysNotted()
-
allKeysOptional
public boolean allKeysOptional()
-
isEmpty
public boolean isEmpty()
-
-