程序包 org.apache.dubbo.common.convert
-
接口概要 接口 说明 Converter<S,T> A class to convert the source-typed value to the target-typed valueStringConverter<T> A class to covertStringto the target-typed value
| 接口 | 说明 |
|---|---|
| Converter<S,T> |
A class to convert the source-typed value to the target-typed value
|
| StringConverter<T> |
A class to covert
String to the target-typed value |