mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 12:19:16 +00:00
added todos left
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@896 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
+4
@@ -40,6 +40,10 @@ import org.springframework.util.Assert;
|
||||
/**
|
||||
* Base implementation of a conversion service. Initially empty, e.g. no converters are registered by default.
|
||||
*
|
||||
* TODO - custom converters
|
||||
* TODO - object to collection/map converters
|
||||
* TODO - allow registration of converters to apply on presence of annotation values on setter or field e.g. String-to-@Mask String to apply a mask
|
||||
*
|
||||
* @author Keith Donald
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
|
||||
Reference in New Issue
Block a user