Hi,

I'm looking for an API, from which i can get a list of getter/setter methods based on the type class (e.g String.class),
Something like

List<Mehthod> getGetters(Object bean, Class cls);
List<Mehthod> getSetters(Object bean, Class cls);

is it possible to do that in BeanUtils?



Thanks,
James

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

Reply via email to