@Immutable @IsSPIImplementation public final class CollectionTypeConverterRegistrar extends Object implements ITypeConverterRegistrarSPI
| Constructor and Description |
|---|
CollectionTypeConverterRegistrar() |
| Modifier and Type | Method and Description |
|---|---|
void |
registerTypeConverter(ITypeConverterRegistry aRegistry)
Register type converters for the collection types:
ArrayList Vector LinkedList CopyOnWriteArrayList List HashSet TreeSet LinkedHashSet CopyOnWriteArraySet Set |
public void registerTypeConverter(@Nonnull ITypeConverterRegistry aRegistry)
registerTypeConverter in interface ITypeConverterRegistrarSPIaRegistry - The destination registry. Never null.Copyright © 2006–2014 phloc systems. All rights reserved.