Class InversionRegistrar

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.EnvironmentAware

    public class InversionRegistrar
    extends java.lang.Object
    implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.EnvironmentAware, org.springframework.beans.factory.BeanFactoryAware
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static io.inversion.Api[] apis  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void registerBeanDefinitions​(org.springframework.core.type.AnnotationMetadata importingClassMetadata, org.springframework.beans.factory.support.BeanDefinitionRegistry registry)  
      void setBeanFactory​(org.springframework.beans.factory.BeanFactory beanFactory)  
      void setEnvironment​(org.springframework.core.env.Environment environment)  
      protected void setEnvironmentDefault​(org.springframework.core.env.Environment env, java.lang.String prop, java.lang.String value)  
      protected void setEnvironmentDefaults​(org.springframework.core.env.Environment env)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.context.annotation.ImportBeanDefinitionRegistrar

        registerBeanDefinitions
    • Field Detail

      • apis

        public static io.inversion.Api[] apis
    • Constructor Detail

      • InversionRegistrar

        public InversionRegistrar()
    • Method Detail

      • setBeanFactory

        public void setBeanFactory​(org.springframework.beans.factory.BeanFactory beanFactory)
                            throws org.springframework.beans.BeansException
        Specified by:
        setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
        Throws:
        org.springframework.beans.BeansException
      • registerBeanDefinitions

        public void registerBeanDefinitions​(org.springframework.core.type.AnnotationMetadata importingClassMetadata,
                                            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
      • setEnvironmentDefaults

        protected void setEnvironmentDefaults​(org.springframework.core.env.Environment env)
      • setEnvironmentDefault

        protected void setEnvironmentDefault​(org.springframework.core.env.Environment env,
                                             java.lang.String prop,
                                             java.lang.String value)