Class Interfaces
java.lang.Object
dk.cloudcreate.essentials.shared.reflection.Interfaces
Utility class for working with
Interfaces's-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninterfaces(Class<?> type) Returns a set of all interfaces implemented by type supplied
-
Constructor Details
-
Interfaces
public Interfaces()
-
-
Method Details
-
interfaces
Returns a set of all interfaces implemented by type supplied- Parameters:
type- find all interfaces this type implements/extends- Returns:
- all interfaces implemented by the
type
-