Interface ServiceRegistry

    • Method Detail

      • getService

        static <T> T getService​(Class<T> cls)
      • get

        <T> T get​(Class<T> cls)
      • getAll

        <T> List<T> getAll​(Class<T> cls)
      • isSupported

        static boolean isSupported​(Class<?> clazz)