MCPcopy
hub / github.com/apache/dubbo / getParameters

Method getParameters

dubbo-common/src/main/java/org/apache/dubbo/common/URL.java:561–563  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

559 }
560
561 public Map<String, String> getParameters() {
562 return urlParam.getParameters();
563 }
564
565 public Map<String, String> getAllParameters() {
566 return this.getParameters();

Callers 15

test_ignore_pondMethod · 0.95
test_valueOf_noHostMethod · 0.95
test_set_methodsMethod · 0.95
test_removeParametersMethod · 0.95
test_addParameterMethod · 0.95
test_addParametersMethod · 0.95
testIpV6AddressMethod · 0.95

Calls 5

testMethod · 0.65
putMethod · 0.65
getValueMethod · 0.65
entrySetMethod · 0.45
getKeyMethod · 0.45

Tested by 15

test_ignore_pondMethod · 0.76
test_valueOf_noHostMethod · 0.76
test_set_methodsMethod · 0.76
test_removeParametersMethod · 0.76
test_addParameterMethod · 0.76
test_addParametersMethod · 0.76
testIpV6AddressMethod · 0.76