Interface ComponentAdapter<T>

    • Method Detail

      • getComponentKey

        Object getComponentKey()
        Deprecated.
        Retrieve the key associated with the component.
        Returns:
        the component's key. Should either be a class type (normally an interface) or an identifier that is unique (within the scope of the current Container).
      • getComponentImplementation

        Class<? extends T> getComponentImplementation()
        Deprecated.
        Retrieve the class of the component.
        Returns:
        the component's implementation class. Should normally be a concrete class (ie, a class that can be instantiated).