is it possible to use Java Reflection to print out the attributes of a parent class.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Yes, you could do something like this:
|
|||
|
|
|
Given an appropriately permissive security policy, it is possible to print out any class/instance's attributes using reflection. See How to limit setAccessible to only "legitimate" uses? for some interesting discussion. |
|||
|
|