Join Slack
Communities
Powered by
Is it possible to get the containing class, if any...
# announcements
f
F0X
04/18/2021, 5:20 PM
Is it possible to get the containing class, if any, using reflections? so basically the opposite direction of
nestedClasses
✅ 1
n
nanodeath
04/18/2021, 5:37 PM
Copy code
javaClass.enclosingClass
?
nanodeath
04/18/2021, 5:39 PM
it's not reflection, but you can also say
this@OuterClass
from within a nested inner class
f
F0X
04/18/2021, 5:49 PM
oh cool the enclosing class is what i needed, thx
👍 1
3
Views
Open in Slack
Previous
Next