类 PathEncoderManager
java.lang.Object
com.alibaba.nacos.common.pathencoder.PathEncoderManager
To expose interface from
PathEncoder.- 作者:
- daydreamer-ia
-
方法概要
-
方法详细资料
-
encode
encode path if necessary.- 参数:
path- origin pathcharset- charset of origin path- 返回:
- encoded path
-
encode
encode path if necessary.- 参数:
path- origin path- 返回:
- encoded path
-
decode
decode path.- 参数:
path- encoded pathcharset- charset of encoded path- 返回:
- origin path
-
decode
decode path.- 参数:
path- encoded path- 返回:
- origin path
-
getInstance
get singleton.- 返回:
- singleton.
-