Class Interfaces


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

      • Interfaces

        public Interfaces()
    • Method Detail

      • 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