Class URLPlainParam
java.lang.Object
org.apache.dubbo.common.url.component.URLParam
org.apache.dubbo.common.url.component.URLPlainParam
- All Implemented Interfaces:
Serializable
Act like URLParam, will not use DynamicParamTable to compress parameters,
which can support serializer serialization and deserialization.
DynamicParamTable is environment hard related.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.dubbo.common.url.component.URLParam
URLParam.URLParamMap -
Method Summary
Methods inherited from class org.apache.dubbo.common.url.component.URLParam
addParameter, addParameterIfAbsent, addParameters, addParametersIfAbsent, clearParameters, equals, getAnyMethodParameter, getMethodParameter, getMethodParameterStrict, getParameter, getParameters, getRawParam, getTimestamp, hashCode, hasMethodParameter, hasParameter, initMethodParameters, parse, parse, parse, parse, removeParameters, setTimestamp, toString
-
Method Details
-
toURLPlainParam
-