[SJN-18] NumberConverter needs to know what type was desired | |
| Status: | Closed |
| Project: | Simple-JNDI |
| Component/s: | |
| Affects Version/s: | 0.5 |
| Fix Version/s: | 0.11 |
| Type: | Improvement | Priority: | Major |
| Reporter: | Henri Yandell | Assignee: | Henri Yandell |
| Resolution: | Won't Fix | ||
| Environment: | |||
| Description |
| The NumberConverter links to java.lang.Number. If it knew exactly what type was wanted, it could try harder. To this end, Converters need to be told what type they are dealing with. That way a DateConverter could also handle java.sql.Date etc. |
| Comment by bayard [ Mon, 22 Aug 2005 21:59:13 -0700 (PDT) ] |
| New system no longer contains a NumberConverter, but more importantly it does have the desired type in the API. |