| Package | Description |
|---|---|
| org.apache.dubbo.common.convert |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StringConverter<T>
A class to covert
String to the target-typed value |
| Modifier and Type | Class and Description |
|---|---|
class |
StringToBooleanConverter
|
class |
StringToCharacterConverter
|
class |
StringToCharArrayConverter
The class to convert
String to char[] |
class |
StringToDoubleConverter
|
class |
StringToFloatConverter
|
class |
StringToIntegerConverter
|
class |
StringToLongConverter
|
class |
StringToOptionalConverter
|
class |
StringToShortConverter
|
class |
StringToStringConverter
|
| Modifier and Type | Method and Description |
|---|---|
static Converter<?,?> |
Converter.getConverter(Class<?> sourceType,
Class<?> targetType)
Get the Converter instance from
ExtensionLoader with the specified source and target type |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.