Class Interfaces
- java.lang.Object
-
- dk.cloudcreate.essentials.shared.reflection.Interfaces
-
public final class Interfaces extends Object
Utility class for working withInterfaces's
-
-
Constructor Summary
Constructors Constructor Description Interfaces()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<Class<?>>interfaces(Class<?> type)Returns a set of all interfaces implemented by type supplied
-