I am doing type conversion about config file to class.When I deal with a configuration item,I first look for a defined converter(e.g string to integer converter).When I did not find the defined converter,There are two possibilities, one is a java bean, and the other is that the user has not implemented the relevant converter.So I need to judge whether a class is a java bean.
Asked
Active
Viewed 35 times