Class StringToCollectionConverter

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

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

    • StringToCollectionConverter

      public StringToCollectionConverter(FrameworkModel frameworkModel)