Package io.microsphere.convert.multiple
Class StringToTransferQueueConverter
- java.lang.Object
-
- io.microsphere.convert.multiple.StringToIterableConverter<java.util.concurrent.TransferQueue>
-
- io.microsphere.convert.multiple.StringToTransferQueueConverter
-
- All Implemented Interfaces:
MultiValueConverter<java.lang.String>
,StringToMultiValueConverter
,Prioritized
,java.lang.Comparable<Prioritized>
public class StringToTransferQueueConverter extends StringToIterableConverter<java.util.concurrent.TransferQueue>
The class to convertString
toTransferQueue
-based value- Since:
- 1.0.0
-
-
Field Summary
-
Fields inherited from interface io.microsphere.lang.Prioritized
COMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description StringToTransferQueueConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.concurrent.TransferQueue
createMultiValue(int size, java.lang.Class<?> multiValueType)
-
Methods inherited from class io.microsphere.convert.multiple.StringToIterableConverter
accept, convert, getPriority, getStringConverter, getSupportedType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.microsphere.convert.multiple.MultiValueConverter
getSourceType
-
Methods inherited from interface io.microsphere.lang.Prioritized
compareTo
-
Methods inherited from interface io.microsphere.convert.multiple.StringToMultiValueConverter
convert
-
-
-
-
Method Detail
-
createMultiValue
protected java.util.concurrent.TransferQueue createMultiValue(int size, java.lang.Class<?> multiValueType)
- Specified by:
createMultiValue
in classStringToIterableConverter<java.util.concurrent.TransferQueue>
-
-