Mega Code Archive

 
Categories / Java Book / 008 Reflection
 

0422 Get interface

Type[] getGenericInterfaces() Returns the Types representing the interfaces directly implemented by the class or interface represented by this object. Class<?>[] getInterfaces() Determines the interfaces implemented by the class or interface represented by this object