Uses of Enum Class
org.mockserver.model.KeyMatchStyle
Packages that use KeyMatchStyle
-
Uses of KeyMatchStyle in org.mockserver.collections
Methods in org.mockserver.collections that return KeyMatchStyleConstructors in org.mockserver.collections with parameters of type KeyMatchStyleModifierConstructorDescriptionNottableStringMultiMap(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 KeyMatchStyleMethods in org.mockserver.model that return KeyMatchStyleModifier and TypeMethodDescriptionKeysToMultiValues.getKeyMatchStyle()static KeyMatchStyleReturns the enum constant of this class with the specified name.static KeyMatchStyle[]KeyMatchStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mockserver.model with parameters of type KeyMatchStyleModifier and TypeMethodDescriptionHeaders.withKeyMatchStyle(KeyMatchStyle keyMatchStyle) KeysToMultiValues.withKeyMatchStyle(KeyMatchStyle keyMatchStyle) Parameters.withKeyMatchStyle(KeyMatchStyle keyMatchStyle)