程序包com.gitee.starblues.bootstrap的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • com.gitee.starblues.bootstrap.AutowiredTypeDefinerConfig
    • com.gitee.starblues.bootstrap.ConfigurePluginEnvironment
    • com.gitee.starblues.bootstrap.DefaultAutowiredTypeResolver (implements com.gitee.starblues.bootstrap.AutowiredTypeResolver)
    • org.springframework.core.io.DefaultResourceLoader (implements org.springframework.core.io.ResourceLoader)
      • org.springframework.context.support.AbstractApplicationContext (implements org.springframework.context.ConfigurableApplicationContext)
        • org.springframework.context.support.GenericApplicationContext (implements org.springframework.beans.factory.support.BeanDefinitionRegistry)
          • org.springframework.context.annotation.AnnotationConfigApplicationContext (implements org.springframework.context.annotation.AnnotationConfigRegistry)
    • com.gitee.starblues.bootstrap.DefaultSpringPluginHook (implements com.gitee.starblues.spring.SpringPluginHook)
    • com.gitee.starblues.bootstrap.EmptyMainApplicationContext (implements com.gitee.starblues.spring.MainApplicationContext)
    • com.gitee.starblues.bootstrap.EmptySpringBeanFactory (implements com.gitee.starblues.spring.SpringBeanFactory)
    • com.gitee.starblues.bootstrap.PluginContextHolder
    • com.gitee.starblues.bootstrap.PluginDisableAutoConfiguration (implements org.springframework.boot.autoconfigure.AutoConfigurationImportFilter)
    • com.gitee.starblues.bootstrap.PluginOneselfInteractive (implements com.gitee.starblues.core.launcher.plugin.PluginInteractive)
    • com.gitee.starblues.bootstrap.PluginWebApplicationContext.PluginSimulationWebServer (implements org.springframework.boot.web.server.WebServer)
    • com.gitee.starblues.bootstrap.ResolveHttpMessageConvertersConfiguration
    • org.springframework.core.SimpleAliasRegistry (implements org.springframework.core.AliasRegistry)
      • org.springframework.beans.factory.support.DefaultSingletonBeanRegistry (implements org.springframework.beans.factory.config.SingletonBeanRegistry)
        • org.springframework.beans.factory.support.FactoryBeanRegistrySupport
          • org.springframework.beans.factory.support.AbstractBeanFactory (implements org.springframework.beans.factory.config.ConfigurableBeanFactory)
            • org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory (implements org.springframework.beans.factory.config.AutowireCapableBeanFactory)
              • org.springframework.beans.factory.support.DefaultListableBeanFactory (implements org.springframework.beans.factory.support.BeanDefinitionRegistry, org.springframework.beans.factory.config.ConfigurableListableBeanFactory, java.io.Serializable)
    • org.springframework.boot.SpringApplication
    • com.gitee.starblues.bootstrap.SpringPluginBootstrap
    • com.gitee.starblues.bootstrap.SpringPluginBootstrapBinder
    • java.lang.Throwable (implements java.io.Serializable)

接口分层结构