public class ConfigurationBeanBindingRegistrar extends Object implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.EnvironmentAware
ImportBeanDefinitionRegistrar implementation for @EnableConfigurationBinding| 构造器和说明 |
|---|
ConfigurationBeanBindingRegistrar() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
registerBeanDefinitions(org.springframework.core.type.AnnotationMetadata metadata,
org.springframework.beans.factory.support.BeanDefinitionRegistry registry) |
protected void |
registerConfigurationBeanDefinitions(org.springframework.core.annotation.AnnotationAttributes attributes,
org.springframework.beans.factory.support.BeanDefinitionRegistry registry) |
void |
setEnvironment(org.springframework.core.env.Environment environment) |
public void registerBeanDefinitions(org.springframework.core.type.AnnotationMetadata metadata,
org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
registerBeanDefinitions 在接口中 org.springframework.context.annotation.ImportBeanDefinitionRegistrarprotected void registerConfigurationBeanDefinitions(org.springframework.core.annotation.AnnotationAttributes attributes,
org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
public void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment 在接口中 org.springframework.context.EnvironmentAwareCopyright © 2019. All rights reserved.