Interface IComponentProvider

    • Method Detail

      • getComponent

        <T> T getComponent​(Class clazz)
        Returns the component class instance from the given class and null otherwise.
        Parameters:
        clazz - class of the component.
        Returns:
        the component class instance from the given class and null otherwise.