get<T extends Object> abstract method

T get<T extends Object>()

Retrieves the registered instance of the specified Object type from the DI container.

Implementation

T get<T extends Object>();