Package 

Class EnodeBootstrapRegistrar

  • 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, EnvironmentAware
                        

    An 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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private ResourceLoader resourceLoader
      private Environment environment
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void setResourceLoader(ResourceLoader resourceLoader)
      void setEnvironment(Environment environment)
      void registerBeanDefinitions(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