java.lang.Object
dk.cloudcreate.essentials.shared.reflection.Interfaces

public final class Interfaces extends Object
Utility class for working with Interfaces's
  • Constructor Details

    • Interfaces

      public Interfaces()
  • Method Details

    • interfaces

      public static Set<Class<?>> interfaces(Class<?> type)
      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