Interface BeanRegistry

All Known Implementing Classes:
AnnotationBringBeanRegistry, BringApplicationContext

public interface BeanRegistry
Interface for registering beans with their associated definitions in a bean registry.
Since:
1.0
Author:
Blyzhnytsia Team
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    registerBean(String beanName, BeanDefinition beanDefinition)
    Registers a bean with its associated BeanDefinition in the registry.
  • Method Details

    • registerBean

      void registerBean(String beanName, BeanDefinition beanDefinition)
      Registers a bean with its associated BeanDefinition in the registry.
      Parameters:
      beanName - The name of the bean to be registered.
      beanDefinition - The definition of the bean being registered.