Uses of Class
org.mockserver.model.KeyMatchStyle
-
Packages that use KeyMatchStyle Package Description org.mockserver.collections org.mockserver.model -
-
Uses of KeyMatchStyle in org.mockserver.collections
Methods in org.mockserver.collections that return KeyMatchStyle Modifier and Type Method Description KeyMatchStyleNottableStringMultiMap. getKeyMatchStyle()Constructors in org.mockserver.collections with parameters of type KeyMatchStyle Constructor Description NottableStringMultiMap(MockServerLogger mockServerLogger, boolean controlPlaneMatcher, KeyMatchStyle keyMatchStyle, List<? extends KeyToMultiValue> entries)NottableStringMultiMap(MockServerLogger mockServerLogger, boolean controlPlaneMatcher, KeyMatchStyle keyMatchStyle, NottableString[]... keyAndValues) -
Uses of KeyMatchStyle in org.mockserver.model
Fields in org.mockserver.model declared as KeyMatchStyle Modifier and Type Field Description static KeyMatchStyleKeyMatchStyle. defaultValueMethods in org.mockserver.model that return KeyMatchStyle Modifier and Type Method Description KeyMatchStyleKeysToMultiValues. getKeyMatchStyle()static KeyMatchStyleKeyMatchStyle. 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.Methods in org.mockserver.model with parameters of type KeyMatchStyle Modifier and Type Method Description HeadersHeaders. withKeyMatchStyle(KeyMatchStyle keyMatchStyle)KeysToMultiValues<T,K>KeysToMultiValues. withKeyMatchStyle(KeyMatchStyle keyMatchStyle)ParametersParameters. withKeyMatchStyle(KeyMatchStyle keyMatchStyle)
-