Uses of Class
org.mockserver.model.KeyToMultiValue
-
Packages that use KeyToMultiValue Package Description org.mockserver.collections org.mockserver.matchers org.mockserver.model org.mockserver.serialization.model org.mockserver.serialization.serializers.collections -
-
Uses of KeyToMultiValue in org.mockserver.collections
Constructor parameters in org.mockserver.collections with type arguments of type KeyToMultiValue Constructor Description NottableStringMultiMap(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 KeyToMultiValue Modifier and Type Method Description booleanMultiValueMapMatcher. 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 KeyToMultiValue 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 KeyToMultiValue in org.mockserver.model Modifier and Type Class Description classHeaderclassParameterMethods in org.mockserver.model with parameters of type KeyToMultiValue Modifier and Type Method Description KKeysToMultiValuesModifier. add(I... add)KKeysToMultiValuesModifier. replace(I... replace)KKeysToMultiValues. withEntries(T... entries) -
Uses of KeyToMultiValue in org.mockserver.serialization.model
Classes in org.mockserver.serialization.model with type parameters of type KeyToMultiValue Modifier and Type Class Description classKeysToMultiValuesModifierDTO<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 Constructor Description KeyToMultiValueDTO(KeyToMultiValue keyToMultiValue) -
Uses of KeyToMultiValue in org.mockserver.serialization.serializers.collections
Classes in org.mockserver.serialization.serializers.collections with type parameters of type KeyToMultiValue Modifier and Type Class Description classKeysToMultiValuesSerializer<T extends KeysToMultiValues<? extends KeyToMultiValue,T>>
-