| Package | Description |
|---|---|
| org.mockserver.collections | |
| org.mockserver.model |
| 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 | Field and Description |
|---|---|
static KeyMatchStyle |
KeyMatchStyle.defaultValue |
| Modifier and Type | Method and Description |
|---|---|
KeyMatchStyle |
KeysToMultiValues.getKeyMatchStyle() |
static KeyMatchStyle |
KeyMatchStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyMatchStyle[] |
KeyMatchStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Headers |
Headers.withKeyMatchStyle(KeyMatchStyle keyMatchStyle) |
KeysToMultiValues<T,K> |
KeysToMultiValues.withKeyMatchStyle(KeyMatchStyle keyMatchStyle) |
Parameters |
Parameters.withKeyMatchStyle(KeyMatchStyle keyMatchStyle) |
Copyright © 2020. All rights reserved.