Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_pond
Method · 0.95
test_valueOf_noProtocolAndHost
Method · 0.95
test_valueOf_noProtocol
Method · 0.95
test_valueOf_noHost
Method · 0.95
test_valueOf_WithProtocolHost
Method · 0.95
test_set_methods
Method · 0.95
test_removeParameters
Method · 0.95
test_addParameter
Method · 0.95
test_addParameters
Method · 0.95
test_addParameterIfAbsent
Method · 0.95
testUserNamePasswordContainsAt
Method · 0.95
testIpV6Address
Method · 0.95
Calls
5
test
Method · 0.65
put
Method · 0.65
getValue
Method · 0.65
entrySet
Method · 0.45
getKey
Method · 0.45
Tested by
15
test_ignore_pond
Method · 0.76
test_valueOf_noProtocolAndHost
Method · 0.76
test_valueOf_noProtocol
Method · 0.76
test_valueOf_noHost
Method · 0.76
test_valueOf_WithProtocolHost
Method · 0.76
test_set_methods
Method · 0.76
test_removeParameters
Method · 0.76
test_addParameter
Method · 0.76
test_addParameters
Method · 0.76
test_addParameterIfAbsent
Method · 0.76
testUserNamePasswordContainsAt
Method · 0.76
testIpV6Address
Method · 0.76