Interface ExtensionsRegistry

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      <T> java.util.List<T> getExtensions​(java.lang.Class<T> extensionType)
      Returns a list of extension objects for a specific extension type.
    • Method Detail

      • getExtensions

        <T> java.util.List<T> getExtensions​(java.lang.Class<T> extensionType)
        Returns a list of extension objects for a specific extension type.
        Type Parameters:
        T - generic extension type
        Parameters:
        extensionType - the extension type
        Returns:
        a list of extension objects