@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:
CommonsList CommonsVector LinkedList CopyOnWriteArrayList List CommonsHashSet CommonsTreeSet CommonsLinkedHashSet CopyOnWriteArraySet Set |
public void registerTypeConverter(@Nonnull ITypeConverterRegistry aRegistry)
registerTypeConverter in interface ITypeConverterRegistrarSPIaRegistry - The destination registry. Never null.Copyright © 2014–2020 Philip Helger. All rights reserved.