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<?,?> factory)
Add a ranged converter factory to this registry.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericConversionService.addConverterFactory(ConverterFactory<?,?> factory) |