Package-level declarations
Types
SimbotApplicationProcessor 的默认实现, 默认行为中会进行如下内容:
在 DefaultSimbotApplicationProcessor 中被加载并对 SpringApplication 进行配置的配置接口, 使用 SimbotApplicationPreConfigurer 和 SimbotApplicationPostConfigurer 分别代表在进行默认行为之前或之后进行的配置逻辑。
在 SimbotApplicationLauncherFactory 的 默认 情况下, 会加载 SimbotApplicationLauncherPreConfigurer 和 SimbotApplicationLauncherPostConfigurer 分别在默认加载行为之前和之后插入可自定义的配置逻辑。
在 simbot 的 starter 中对 Spring 进行实际配置处理并得到 SpringApplicationLauncher 的处理器。 只能存在一个,当用户自定义时会覆盖全部的默认行为。
对 SimbotApplicationLauncherFactory 的处理器, 通过 SimbotApplicationLauncherFactory 得到一个 预备启动器 SpringApplicationLauncher。
在 SimbotApplicationLauncherFactory 的 默认 情况下, 会在默认加载行为之后插入可自定义的配置逻辑。
在 SimbotApplicationLauncherFactory 的 默认 情况下, 会加载 SimbotApplicationLauncherPreConfigurer 和 SimbotApplicationLauncherPostConfigurer 会在默认加载行为之前插入可自定义的配置逻辑。
在 DefaultSimbotApplicationProcessor 进行默认行为之后进行的配置逻辑。
在 DefaultSimbotApplicationProcessor 进行默认行为之前进行的配置逻辑。
用于在 SpringApplicationLauncher 启动完成得到 SpringApplication 后进行处理的处理器。