Package org.apache.dubbo.common.convert
Class StringToStringConverter
java.lang.Object
org.apache.dubbo.common.convert.StringToStringConverter
- All Implemented Interfaces:
Comparable<Prioritized>,Converter<String,,String> StringConverter<String>,Prioritized
- Since:
- 2.7.6
-
Field Summary
Fields inherited from interface org.apache.dubbo.common.lang.Prioritized
COMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.dubbo.common.convert.Converter
accept, getSourceType, getTargetTypeMethods inherited from interface org.apache.dubbo.common.lang.Prioritized
compareTo, getPriority
-
Constructor Details
-
StringToStringConverter
public StringToStringConverter()
-
-
Method Details