Heiko Erhardt wrote:
> 
> Is there a feature to define generic setter/getter methods for a bean?
> I. e. for a property named test, the
> void setTest (Type value)
> Type getTest ()
> methods would be called.

This already is the default behavior.

> 
> If no such methods exist, it would be a great feature to have methods called like
> void setValue (String name, Object value)
> Object getValue (String name)
> 

We don't have support for this.

Thanks,

--Keith

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to