Registering Spring Converters via Extending Its Interface

This article is a step-by-step guide aimed at demonstrating an interface-based approach to using Spring's type conversion system.

Spring 3 introduced a core.convert package that provides a general type conversion system. The system defines an SPI to implement type conversion logic and an API to perform type conversions at runtime.

CategoriesUncategorized