Package org.apache.dubbo.common.convert
Interface StringConverter<T>
- All Superinterfaces:
Comparable<Prioritized>,Converter<String,,T> Prioritized
- All Known Implementing Classes:
StringToBooleanConverter,StringToByteConverter,StringToCharacterConverter,StringToCharArrayConverter,StringToDoubleConverter,StringToDurationConverter,StringToFloatConverter,StringToIntegerConverter,StringToLongConverter,StringToOptionalConverter,StringToShortConverter,StringToStringConverter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A class to covert
String to the target-typed value- Since:
- 2.7.6
- See Also:
-
Field Summary
Fields inherited from interface org.apache.dubbo.common.lang.Prioritized
COMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY -
Method Summary
Methods inherited from interface org.apache.dubbo.common.convert.Converter
accept, convert, getSourceType, getTargetTypeMethods inherited from interface org.apache.dubbo.common.lang.Prioritized
compareTo, getPriority