public class IntrospectionUtils extends Object
Constructor and Description |
---|
IntrospectionUtils() |
Modifier and Type | Method and Description |
---|---|
static Class |
getChildInterface(Class classe,
Class baseclass)
Return the deeper interface that inherits from the base interface
|
static List<Class> |
getSuperInterfaces(Class classe)
Return the list of all the interfaces (recursively) the given class implements
|
Copyright © 2005–2020. All rights reserved.