Uses of Class
net.jadler.KeyValues
-
Packages that use KeyValues Package Description net.jadler net.jadler.stubbing -
-
Uses of KeyValues in net.jadler
Fields in net.jadler declared as KeyValues Modifier and Type Field Description static KeyValuesKeyValues. EMPTYAn empty instance.Methods in net.jadler that return KeyValues Modifier and Type Method Description KeyValuesKeyValues. add(String key, String value)Adds new key-value pair.KeyValuesKeyValues. addAll(KeyValues keyValues)Adds all values from the given instance.KeyValuesRequest. getHeaders()KeyValuesRequest. getParameters()Methods in net.jadler with parameters of type KeyValues Modifier and Type Method Description KeyValuesKeyValues. addAll(KeyValues keyValues)Adds all values from the given instance.Request.BuilderRequest.Builder. headers(KeyValues headers)Sets the request headers (all previously defined headers will be lost). -
Uses of KeyValues in net.jadler.stubbing
Methods in net.jadler.stubbing that return KeyValues Modifier and Type Method Description KeyValuesStubResponse. getHeaders()Methods in net.jadler.stubbing with parameters of type KeyValues Modifier and Type Method Description StubResponse.BuilderStubResponse.Builder. headers(KeyValues headers)Sets new stub response headers (all previously set headers are discarded).
-