Class StringToSortedSetConverter

java.lang.Object
org.apache.dubbo.common.convert.multiple.StringToIterableConverter<SortedSet>
org.apache.dubbo.common.convert.multiple.StringToSortedSetConverter
All Implemented Interfaces:
Comparable<Prioritized>, MultiValueConverter<String>, StringToMultiValueConverter, Prioritized

public class StringToSortedSetConverter extends StringToIterableConverter<SortedSet>
The class to convert String to SortedSet-based value
Since:
2.7.6
  • Constructor Details

    • StringToSortedSetConverter

      public StringToSortedSetConverter(FrameworkModel frameworkModel)