I want to find out via reflection if a field is an instance of some type T.
T
Lets say I have an object o. Now I want to know if it has any
o
You have to use isAssignableFrom.