Interface ServiceProvider

    • Method Detail

      • getService

        <T> T getService​(Class<T> serviceClass)
        Returns the service or null if none is available.
        Type Parameters:
        T - The service type
        Parameters:
        serviceClass - The type of the service
        Returns:
        The service or null