类 StringToCollectionConverter
- java.lang.Object
-
- io.microsphere.convert.multiple.StringToIterableConverter<java.util.Collection>
-
- io.microsphere.convert.multiple.StringToCollectionConverter
-
- 所有已实现的接口:
MultiValueConverter<java.lang.String>
,StringToMultiValueConverter
,Prioritized
,java.lang.Comparable<Prioritized>
public class StringToCollectionConverter extends StringToIterableConverter<java.util.Collection>
The class to convertString
toCollection
-based value- 从以下版本开始:
- 1.0.0
-
-
字段概要
-
从接口继承的字段 io.microsphere.lang.Prioritized
COMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY
-
-
构造器概要
构造器 构造器 说明 StringToCollectionConverter()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected java.util.Collection
createMultiValue(int size, java.lang.Class<?> multiValueType)
-
从类继承的方法 io.microsphere.convert.multiple.StringToIterableConverter
accept, convert, getPriority, getStringConverter, getSupportedType
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 io.microsphere.convert.multiple.MultiValueConverter
getSourceType
-
从接口继承的方法 io.microsphere.lang.Prioritized
compareTo
-
从接口继承的方法 io.microsphere.convert.multiple.StringToMultiValueConverter
convert
-
-
-
-
方法详细资料
-
createMultiValue
protected java.util.Collection createMultiValue(int size, java.lang.Class<?> multiValueType)
- 指定者:
createMultiValue
在类中StringToIterableConverter<java.util.Collection>
-
-