| Interface | Description |
|---|---|
| MultiValueConverter<S> |
An interface to convert the source-typed value to multiple value, e.g , Java array,
Collection or
sub-interfaces |
| StringToMultiValueConverter |
The class to convert
String to multiple value object |
| Class | Description |
|---|---|
| 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 | |
| StringToIterableConverter<T extends Iterable> | |
| StringToListConverter | |
| StringToNavigableSetConverter | |
| StringToQueueConverter | |
| StringToSetConverter | |
| StringToSortedSetConverter | |
| StringToTransferQueueConverter |
The class to convert
String to TransferQueue-based value |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.