| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ConverterRegistry.addConverterFactory(ConverterFactory<?,?> factory)
Add a ranged converter factory to this registry.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
GenericConversionService.addConverterFactory(ConverterFactory<?,?> factory) |