| com.alibaba.dubbo.common.URL.getBooleanParameter(String)
Replace to getParameter(String, boolean)
|
| com.alibaba.dubbo.common.URL.getBooleanParameter(String, boolean)
Replace to getParameter(String, boolean)
|
| com.alibaba.dubbo.common.URL.getIntParameter(String)
Replace to getParameter(String, int)
|
| com.alibaba.dubbo.common.URL.getIntParameter(String, int)
Replace to getParameter(String, int)
|
| com.alibaba.dubbo.common.URL.getMethodBooleanParameter(String, String)
Replace to getMethodParameter(String, String, boolean)
|
| com.alibaba.dubbo.common.URL.getMethodBooleanParameter(String, String, boolean)
Replace to getMethodParameter(String, String, boolean)
|
| com.alibaba.dubbo.common.URL.getMethodIntParameter(String, String)
Replace to getMethodParameter(String, String, int)
|
| com.alibaba.dubbo.common.URL.getMethodIntParameter(String, String, int)
Replace to getMethodParameter(String, String, int)
|
| com.alibaba.dubbo.common.URL.getMethodPositiveIntParameter(String, String, int)
Replace to getMethodPositiveParameter(String, String, int)
|
| com.alibaba.dubbo.common.URL.getPositiveIntParameter(String, int)
Replace to getPositiveParameter(String, int)
|
| com.alibaba.dubbo.common.URL.getServiceName() |
| com.alibaba.dubbo.common.extension.ExtensionLoader.replaceExtension(String, Class>)
not recommended any longer, and use only when test
|