@Immutable @IsSPIImplementation public final class BaseTypeConverterRegistrar extends Object implements ITypeConverterRegistrarSPI
| Constructor and Description |
|---|
BaseTypeConverterRegistrar() |
| Modifier and Type | Method and Description |
|---|---|
void |
registerTypeConverter(ITypeConverterRegistry aRegistry)
Register all type converters for the 15 base types:
Boolean Byte Character Double Float Integer Long Short String BigDecimal BigInteger AtomicBoolean AtomicInteger AtomicLong StringBuffer StringBuilder |
public void registerTypeConverter(@Nonnull ITypeConverterRegistry aRegistry)
registerTypeConverter in interface ITypeConverterRegistrarSPIaRegistry - The destination registry. Never null.Copyright © 2014–2017 Philip Helger. All rights reserved.