-
- All Implemented Interfaces:
-
org.springframework.beans.factory.Aware,org.springframework.context.EnvironmentAware,org.springframework.context.ResourceLoaderAware,org.springframework.context.annotation.ImportBeanDefinitionRegistrar
public class EnodeBootstrapRegistrar implements ImportBeanDefinitionRegistrar, ResourceLoaderAware, EnvironmentAwareAn ImportBeanDefinitionRegistrar class that registers a bean capable of processing Spring's @Command and @Event annotation.
This configuration class is automatically imported when using the @EnableEnode annotation. See EnableEnode Javadoc for complete usage.
-
-
Field Summary
Fields Modifier and Type Field Description private ResourceLoaderresourceLoaderprivate Environmentenvironment
-
Method Summary
Modifier and Type Method Description voidsetResourceLoader(ResourceLoader resourceLoader)voidsetEnvironment(Environment environment)voidregisterBeanDefinitions(AnnotationMetadata metadata, BeanDefinitionRegistry registry)-
Methods inherited from class org.springframework.context.annotation.ImportBeanDefinitionRegistrar
registerBeanDefinitions -
Methods inherited from class org.springframework.context.ResourceLoaderAware
setResourceLoader -
Methods inherited from class org.springframework.context.EnvironmentAware
setEnvironment -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
setResourceLoader
void setResourceLoader(ResourceLoader resourceLoader)
-
setEnvironment
void setEnvironment(Environment environment)
-
registerBeanDefinitions
void registerBeanDefinitions(AnnotationMetadata metadata, BeanDefinitionRegistry registry)
-
-
-
-