Class AbstractComponentAdapter<T>

    • Constructor Detail

      • AbstractComponentAdapter

        protected AbstractComponentAdapter​(Object componentKey,
                                           Class<T> componentImplementation)
                                    throws ContainerException
        Constructs a new ComponentAdapter for the given key and implementation.
        Parameters:
        componentKey - the search key for this implementation
        componentImplementation - the concrete implementation
        Throws:
        ContainerException - if the key is a type and the implementation cannot be assigned to.