Created
April 2, 2009 14:58
-
-
Save arockwell/89234 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Map propertyMap = BeanUtils.describe(bean); | |
| try { | |
| for (Object key: propertyMap.keySet()) { | |
| propertyMap.get(key).toString(); | |
| } | |
| } catch (Exception e) { | |
| throw new RuntimeException e; | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment