Uses of Interface
org.apache.dubbo.common.convert.Converter
Packages that use Converter
-
Uses of Converter in org.apache.dubbo.common.convert
Subinterfaces of Converter in org.apache.dubbo.common.convertModifier and TypeInterfaceDescriptioninterfaceA class to covertStringto the target-typed valueClasses in org.apache.dubbo.common.convert that implement ConverterModifier and TypeClassDescriptionclassclassclassclassThe class to convertStringtochar[]classclassclassclassclassclassclassclassMethods in org.apache.dubbo.common.convert that return ConverterModifier and TypeMethodDescriptionConverter<?, ?> ConverterUtil.getConverter(Class<?> sourceType, Class<?> targetType) Get the Converter instance fromExtensionLoaderwith the specified source and target type