接口的使用
org.apache.dubbo.common.convert.Converter
-
使用Converter的程序包 程序包 说明 org.apache.dubbo.common.convert -
-
org.apache.dubbo.common.convert中Converter的使用
org.apache.dubbo.common.convert中Converter的子接口 修饰符和类型 接口 说明 interfaceStringConverter<T>A class to covertStringto the target-typed value实现Converter的org.apache.dubbo.common.convert中的类 修饰符和类型 类 说明 classStringToBooleanConverterclassStringToCharacterConverterclassStringToCharArrayConverterThe class to convertStringtochar[]classStringToDoubleConverterclassStringToFloatConverterclassStringToIntegerConverterclassStringToLongConverterclassStringToOptionalConverterclassStringToShortConverterclassStringToStringConverter返回Converter的org.apache.dubbo.common.convert中的方法 修饰符和类型 方法 说明 static Converter<?,?>Converter. getConverter(Class<?> sourceType, Class<?> targetType)Get the Converter instance fromExtensionLoaderwith the specified source and target type
-