| StringToArrayConverter |
The class to convert String to array-type object
|
| StringToBlockingDequeConverter |
The class to convert String to BlockingDeque-based value
|
| StringToBlockingQueueConverter |
The class to convert String to BlockingDeque-based value
|
| StringToCollectionConverter |
The class to convert String to Collection-based value
|
| StringToDequeConverter |
The class to convert String to Deque-based value
|
| StringToIterableConverter<T extends java.lang.Iterable> |
The class to convert String to Iterable-based value
|
| StringToListConverter |
The class to convert String to List-based value
|
| StringToNavigableSetConverter |
The class to convert String to SortedSet-based value
|
| StringToQueueConverter |
The class to convert String to Deque-based value
|
| StringToSetConverter |
The class to convert String to Set-based value
|
| StringToSortedSetConverter |
The class to convert String to SortedSet-based value
|
| StringToTransferQueueConverter |
The class to convert String to TransferQueue-based value
|