Package | Description |
---|---|
org.springframework.core.convert.converter |
SPI to implement Converters for the type conversion system.
|
org.springframework.core.convert.support |
Default implementation of the type conversion system.
|
Modifier and Type | Method and Description |
---|---|
void |
ConverterRegistry.addConverterFactory(ConverterFactory<?,?> converterFactory)
Add a ranged converter factory to this registry.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericConversionService.addConverterFactory(ConverterFactory<?,?> converterFactory) |
Copyright © 2015. All rights reserved.