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:
parent
3b34058e55
commit
5e859beea3
|
|
@ -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.
|
* 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
|
* @author Keith Donald
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue