Interface BeanFactoryAdapter

All Known Implementing Classes:
SpringBeanFactoryAdapter

public interface BeanFactoryAdapter
  • Method Summary

    Modifier and Type
    Method
    Description
    getBean(String componentName)
    Supports the notion of bean factories.
  • Method Details

    • getBean

      Object getBean(String componentName)
      Supports the notion of bean factories.
      Parameters:
      componentName - the component to look for in the bean factory.
      Returns: