Uses of Class
org.mockserver.model.KeysAndValues
Packages that use KeysAndValues
Package
Description
-
Uses of KeysAndValues in org.mockserver.collections
Methods in org.mockserver.collections with parameters of type KeysAndValuesModifier and TypeMethodDescriptionstatic NottableStringHashMapNottableStringHashMap.hashMap(MockServerLogger mockServerLogger, boolean controlPlaneMatcher, KeysAndValues<? extends KeyAndValue, ? extends KeysAndValues> matched) Returns aNottableStringHashMapview of the given request-side collection, reusing a memoized instance held on the collection when one is available for thiscontrolPlaneMatcher.Method parameters in org.mockserver.collections with type arguments of type KeysAndValuesModifier and TypeMethodDescriptionstatic NottableStringHashMapNottableStringHashMap.hashMap(MockServerLogger mockServerLogger, boolean controlPlaneMatcher, KeysAndValues<? extends KeyAndValue, ? extends KeysAndValues> matched) Returns aNottableStringHashMapview of the given request-side collection, reusing a memoized instance held on the collection when one is available for thiscontrolPlaneMatcher. -
Uses of KeysAndValues in org.mockserver.matchers
Methods in org.mockserver.matchers with parameters of type KeysAndValuesModifier and TypeMethodDescriptionbooleanHashMapMatcher.matches(MatchDifference context, KeysAndValues<? extends KeyAndValue, ? extends KeysAndValues> matched) Method parameters in org.mockserver.matchers with type arguments of type KeysAndValuesModifier and TypeMethodDescriptionbooleanHashMapMatcher.matches(MatchDifference context, KeysAndValues<? extends KeyAndValue, ? extends KeysAndValues> matched) -
Uses of KeysAndValues in org.mockserver.model
Classes in org.mockserver.model with type parameters of type KeysAndValuesModifier and TypeClassDescriptionclassKeysAndValues<T extends KeyAndValue,K extends KeysAndValues> classKeysAndValuesModifier<T extends KeysAndValues<I,T>, K extends KeysAndValuesModifier<T, K, I>, I extends KeyAndValue> Subclasses of KeysAndValues in org.mockserver.model -
Uses of KeysAndValues in org.mockserver.serialization.model
Classes in org.mockserver.serialization.model with type parameters of type KeysAndValuesModifier and TypeClassDescriptionclassKeysAndValuesModifierDTO<T extends KeysAndValues<I,T>, K extends KeysAndValuesModifier<T, K, I>, I extends KeyAndValue, D extends DTO<K>>