Uses of Class
org.mockserver.model.KeysToMultiValues
-
-
Uses of KeysToMultiValues in org.mockserver.matchers
Methods in org.mockserver.matchers with parameters of type KeysToMultiValues Modifier and Type Method Description booleanMultiValueMapMatcher. matches(MatchDifference context, KeysToMultiValues<? extends KeyToMultiValue,? extends KeysToMultiValues> matched)Method parameters in org.mockserver.matchers with type arguments of type KeysToMultiValues Modifier and Type Method Description booleanMultiValueMapMatcher. matches(MatchDifference context, KeysToMultiValues<? extends KeyToMultiValue,? extends KeysToMultiValues> matched) -
Uses of KeysToMultiValues in org.mockserver.model
Classes in org.mockserver.model with type parameters of type KeysToMultiValues Modifier and Type Class Description classKeysToMultiValues<T extends KeyToMultiValue,K extends KeysToMultiValues>classKeysToMultiValuesModifier<T extends KeysToMultiValues<I,T>,K extends KeysToMultiValuesModifier<T,K,I>,I extends KeyToMultiValue>Subclasses of KeysToMultiValues in org.mockserver.model Modifier and Type Class Description classHeadersclassParametersMethods in org.mockserver.model that return KeysToMultiValues Modifier and Type Method Description KeysToMultiValues<T,K>KeysToMultiValues. withKeyMatchStyle(KeyMatchStyle keyMatchStyle) -
Uses of KeysToMultiValues in org.mockserver.serialization.deserializers.collections
Classes in org.mockserver.serialization.deserializers.collections with type parameters of type KeysToMultiValues Modifier and Type Class Description classKeysToMultiValuesDeserializer<T extends KeysToMultiValues<?,?>> -
Uses of KeysToMultiValues in org.mockserver.serialization.model
Classes in org.mockserver.serialization.model with type parameters of type KeysToMultiValues Modifier and Type Class Description classKeysToMultiValuesModifierDTO<T extends KeysToMultiValues<I,T>,K extends KeysToMultiValuesModifier<T,K,I>,I extends KeyToMultiValue,D extends DTO<K>> -
Uses of KeysToMultiValues in org.mockserver.serialization.serializers.collections
Classes in org.mockserver.serialization.serializers.collections with type parameters of type KeysToMultiValues Modifier and Type Class Description classKeysToMultiValuesSerializer<T extends KeysToMultiValues<? extends KeyToMultiValue,T>>
-