Spring / Spring Interview questions II
Explain the role of ConverterFactory in spring validation.
When there is a need to centralize the conversion logic for an entire class hierarchy, for example, when converting from String to java.lang.Enum objects, implement ConverterFactory.
More Related questions...