Class ConfigurationBeanBindingsRegister

java.lang.Object
io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingsRegister
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.EnvironmentAware

public class ConfigurationBeanBindingsRegister extends Object implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.EnvironmentAware
The Registrar class for EnableConfigurationBeanBindings
Since:
1.0.0
  • Constructor Details

    • ConfigurationBeanBindingsRegister

      public ConfigurationBeanBindingsRegister()
  • Method Details

    • registerBeanDefinitions

      public void registerBeanDefinitions(org.springframework.core.type.AnnotationMetadata metadata, org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
      Specified by:
      registerBeanDefinitions in interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar
    • setEnvironment

      public void setEnvironment(org.springframework.core.env.Environment environment)
      Specified by:
      setEnvironment in interface org.springframework.context.EnvironmentAware