Uses of Class
org.mockserver.model.KeyToMultiValue
Packages that use KeyToMultiValue
Package
Description
-
Uses of KeyToMultiValue in org.mockserver.collections
Constructor parameters in org.mockserver.collections with type arguments of type KeyToMultiValueModifierConstructorDescriptionNottableStringMultiMap(MockServerLogger mockServerLogger, boolean controlPlaneMatcher, KeyMatchStyle keyMatchStyle, List<? extends KeyToMultiValue> entries) -
Uses of KeyToMultiValue in org.mockserver.matchers
Method parameters in org.mockserver.matchers with type arguments of type KeyToMultiValueModifier and TypeMethodDescriptionbooleanMultiValueMapMatcher.matches(MatchDifference context, KeysToMultiValues<? extends KeyToMultiValue, ? extends KeysToMultiValues> matched) -
Uses of KeyToMultiValue in org.mockserver.model
Classes in org.mockserver.model with type parameters of type KeyToMultiValueModifier and TypeClassDescriptionclassKeysToMultiValues<T extends KeyToMultiValue,K extends KeysToMultiValues> classKeysToMultiValuesModifier<T extends KeysToMultiValues<I,T>, K extends KeysToMultiValuesModifier<T, K, I>, I extends KeyToMultiValue> Subclasses of KeyToMultiValue in org.mockserver.modelMethods in org.mockserver.model with parameters of type KeyToMultiValue -
Uses of KeyToMultiValue in org.mockserver.serialization.model
Classes in org.mockserver.serialization.model with type parameters of type KeyToMultiValueModifier and TypeClassDescriptionclassKeysToMultiValuesModifierDTO<T extends KeysToMultiValues<I,T>, K extends KeysToMultiValuesModifier<T, K, I>, I extends KeyToMultiValue, D extends DTO<K>> Constructors in org.mockserver.serialization.model with parameters of type KeyToMultiValue -
Uses of KeyToMultiValue in org.mockserver.serialization.serializers.collections
Classes in org.mockserver.serialization.serializers.collections with type parameters of type KeyToMultiValueModifier and TypeClassDescriptionclassKeysToMultiValuesSerializer<T extends KeysToMultiValues<? extends KeyToMultiValue,T>>