getRegistrations

public abstract List<RegisteredServiceProvider<? extends Object>> getRegistrations(Plugin plugin)

Get registrations of providers for getClassById plugin.

Return

provider registration or null

Parameters

plugin

The plugin


Get registrations of providers for getClassById service. The returned list is unmodifiable.

Return

list of registrations

Parameters

<T>

The service interface

service

The service interface