Uses of Class
org.mockserver.model.KeyToMultiValue
-
Packages that use KeyToMultiValue Package Description org.mockserver.model org.mockserver.serialization.model org.mockserver.serialization.serializers.collections -
-
Uses of KeyToMultiValue in org.mockserver.model
Classes in org.mockserver.model with type parameters of type KeyToMultiValue Modifier and Type Class Description class
KeysToMultiValues<T extends KeyToMultiValue,K extends KeysToMultiValues>
Subclasses of KeyToMultiValue in org.mockserver.model Modifier and Type Class Description class
Header
class
Parameter
Methods in org.mockserver.model with parameters of type KeyToMultiValue Modifier and Type Method Description K
KeysToMultiValues. withEntries(T... entries)
-
Uses of KeyToMultiValue in org.mockserver.serialization.model
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 class
KeysToMultiValuesSerializer<T extends KeysToMultiValues<? extends KeyToMultiValue,T>>
-