You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by maomaode <ma...@gmail.com> on 2007/09/19 13:43:04 UTC

[BeanUtils] Get a list of getter/setter

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: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org