JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description |
Related Packages
|
Classes and Interfaces
SEARCH
Package org.apache.dubbo.common.convert
package
org.apache.dubbo.common.convert
Related Packages
Package
Description
org.apache.dubbo.common
org.apache.dubbo.common.convert.multiple
All Classes and Interfaces
Interfaces
Classes
Class
Description
Converter
<S,
T>
A class to convert the source-typed value to the target-typed value
ConverterUtil
StringConverter
<T>
A class to covert
String
to the target-typed value
StringToBooleanConverter
The class to convert
String
to
Boolean
StringToByteConverter
The class to convert
String
to
Byte
StringToCharacterConverter
The class to convert
String
to
Character
StringToCharArrayConverter
The class to convert
String
to
char[]
StringToDoubleConverter
The class to convert
String
to
Double
StringToDurationConverter
StringToFloatConverter
The class to convert
String
to
Float
StringToIntegerConverter
The class to convert
String
to
Integer
StringToLongConverter
The class to convert
String
to
Long
StringToOptionalConverter
The class to convert
String
to
Optional
StringToShortConverter
The class to convert
String
to
Short
StringToStringConverter
A class to covert
String
to
String
value, just no-op