Java getter / setter methods for a field of the same name are not included in DClass. For example, methods getFoo / setFoo which get / set a field foo are not included in the functions property on ...
A tool that analyzes a java class and generates setters/getters for all the class level properties, and a default constructor in which default value is setted for all properties. By using this tool ...