类 SpringPluginBootstrap


  • public abstract class SpringPluginBootstrap
    extends Object
    插件引导抽象类。插件入口需集成本抽象类
    从以下版本开始:
    3.0.0
    版本:
    3.0.3
    作者:
    starBlues
    • 构造器详细资料

      • SpringPluginBootstrap

        public SpringPluginBootstrap()
    • 方法详细资料

      • run

        public final com.gitee.starblues.spring.SpringPluginHook run​(String[] args)
      • run

        public final com.gitee.starblues.spring.SpringPluginHook run​(Class<?> primarySources,
                                                                     String[] args)
      • run

        public final com.gitee.starblues.spring.SpringPluginHook run​(Class<?>[] primarySources,
                                                                     String[] args)
      • setPluginInteractive

        public final SpringPluginBootstrap setPluginInteractive​(com.gitee.starblues.core.launcher.plugin.PluginInteractive pluginInteractive)
      • createPluginInteractive

        protected final void createPluginInteractive()
      • createPluginInteractiveOfOneself

        protected final void createPluginInteractiveOfOneself()
      • addCustomSpringPluginProcessor

        protected void addCustomSpringPluginProcessor()
        子类自定义插件 SpringPluginProcessor
      • autowiredTypeDefiner

        protected AutowiredTypeDefiner autowiredTypeDefiner()
        设置 AutowiredTypeDefiner
        返回:
        AutowiredTypeDefiner
        从以下版本开始:
        3.0.3
      • configCoexistAllowAutoConfiguration

        protected void configCoexistAllowAutoConfiguration​(CoexistAllowAutoConfiguration configuration)
        在 Coexist 模式下手动配置 spring-boot-auto-configuration 类
        参数:
        configuration - 配置的类