Package | Description |
---|---|
org.mockserver.collections | |
org.mockserver.model |
Modifier and Type | Method and Description |
---|---|
static CaseInsensitiveRegexMultiMap |
CaseInsensitiveRegexMultiMap.multiMap(boolean controlPlaneMatcher,
KeyMatchStyle keyMatchStyle,
NottableString[]... keyAndValues) |
static CaseInsensitiveRegexMultiMap |
CaseInsensitiveRegexMultiMap.multiMap(boolean controlPlaneMatcher,
KeyMatchStyle keyMatchStyle,
String[]... keyAndValues) |
Constructor and Description |
---|
CaseInsensitiveRegexMultiMap(MockServerLogger mockServerLogger,
boolean controlPlaneMatcher,
KeyMatchStyle keyMatchStyle) |
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.