I have a class and I want to find all of its public fields (not methods). How can I do this?
Thanks!
https://docs.oracle.com/javase/tutorial/reflect/class/classMembers.html also has charts for locating methods and constructors.