getInterfaces<I> abstract method

List<Class<I>> getInterfaces<I>()

Gets implemented interfaces of specific type.

Type Parameters:

  • I: The interface type to filter for

Returns:

  • List of matching interfaces
  • Empty list if none found

Implementation

List<Class<I>> getInterfaces<I>();