Java Reflection Utility

Posted by DD on Stack Overflow See other posts from Stack Overflow or by DD
Published on 2010-03-30T14:45:22Z Indexed on 2010/03/30 14:53 UTC
Read the original article Hit count: 320

Filed under:
|

Is there a utility to get a property which isnt prefixed by get from an object using reflection similar to BeanUtils? e.g. if I specify "hashcode" and I want to get the object.hashcode() value.

Thanks.

© Stack Overflow or respective owner

Related posts about java

Related posts about reflection