getByType<BeanT extends Object> abstract method

List<Object> getByType<BeanT extends Object>()

Retrieves a list of keys associated with objects of a specific type BeanT`.

This method allows you to obtain all keys (qualifier names) that have been used to register objects of the specified type BeanT.

Implementation

List<Object> getByType<BeanT extends Object>();