类 ConfigurationBeanBindingsRegister
- java.lang.Object
-
- io.microsphere.spring.beans.factory.annotation.ConfigurationBeanBindingsRegister
-
- 所有已实现的接口:
org.springframework.beans.factory.Aware
,org.springframework.context.annotation.ImportBeanDefinitionRegistrar
,org.springframework.context.EnvironmentAware
public class ConfigurationBeanBindingsRegister extends java.lang.Object implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.EnvironmentAware
TheRegistrar class
forEnableConfigurationBeanBindings
- 从以下版本开始:
- 1.0.0
-
-
构造器概要
构造器 构造器 说明 ConfigurationBeanBindingsRegister()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 void
registerBeanDefinitions(org.springframework.core.type.AnnotationMetadata metadata, org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
void
setEnvironment(org.springframework.core.env.Environment environment)
-
-
-
方法详细资料
-
registerBeanDefinitions
public void registerBeanDefinitions(org.springframework.core.type.AnnotationMetadata metadata, org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
- 指定者:
registerBeanDefinitions
在接口中org.springframework.context.annotation.ImportBeanDefinitionRegistrar
-
setEnvironment
public void setEnvironment(org.springframework.core.env.Environment environment)
- 指定者:
setEnvironment
在接口中org.springframework.context.EnvironmentAware
-
-