> Whereas I am confused why the signature is not public <T> T 
>convertFromString(Map context, String[] values, Class<T> toClass).  Is this in 
>scope of the effort someone described recently to Java5-ify the code base?

What is the best way to organize such an effort?

jb
/



________________________________
From: Dale Newfield <[email protected]>
To: Struts Users Mailing List <[email protected]>
Sent: Wed, July 6, 2011 10:59:27 AM
Subject: Re: About StrutsTypeConverter

On Jul 4, 2011, at 12:27 AM, Vincent Lin <[email protected]> wrote:
> I am confused that why the signature of convertFromString is public Object 
>convertFromString(Map context, String[] values, Class toClass) instead of 
>public 
>Object convertFromString(Map context, String value, Class toClass).

Whereas I am confused why the signature is not public <T> T 
convertFromString(Map context, String[] values, Class<T> toClass).  Is this in 
scope of the effort someone described recently to Java5-ify the code base?

-Dale
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to