DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19857>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19857

Methods ConvertUtilsBean.convert could check for converters registered with base 
classes





------- Additional Comments From [EMAIL PROTECTED]  2003-06-16 14:55 -------
I don't think I made myself clear.  From what I understand, you would like to 
have one Converter that converts a String to the given Enum sub-class.  The sub-
class is provided to the converter as the Class parameter.  I imagine that your 
code uses reflection or has a large if-else construct to correctly construct 
the requested type.  If all your code does is call either a constructor or a 
getInstance method (possibly using the fly-weight pattern to only have one per 
value per JVM), then my patch will work for you. Hope that helps...

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to