Package-level declarations

Types

Link copied to clipboard

SimbotApplicationProcessor 的默认实现, 默认行为中会进行如下内容:

Link copied to clipboard
@Configuration(proxyBeanMethods = false)
open class SimbotApplicationConfiguration
Link copied to clipboard

DefaultSimbotApplicationProcessor 中被加载并对 SpringApplication 进行配置的配置接口, 使用 SimbotApplicationPreConfigurerSimbotApplicationPostConfigurer 分别代表在进行默认行为之前或之后进行的配置逻辑。

Link copied to clipboard

SimbotApplicationLauncherFactory默认 情况下, 会加载 SimbotApplicationLauncherPreConfigurerSimbotApplicationLauncherPostConfigurer 分别在默认加载行为之前和之后插入可自定义的配置逻辑。

Link copied to clipboard

在 simbot 的 starter 中对 Spring 进行实际配置处理并得到 SpringApplicationLauncher 的处理器。 只能存在一个,当用户自定义时会覆盖全部的默认行为。

Link copied to clipboard

SimbotApplicationLauncherFactory默认 情况下, 会在默认加载行为之后插入可自定义的配置逻辑。

Link copied to clipboard

SimbotApplicationLauncherFactory默认 情况下, 会加载 SimbotApplicationLauncherPreConfigurerSimbotApplicationLauncherPostConfigurer 会在默认加载行为之前插入可自定义的配置逻辑。

Link copied to clipboard

DefaultSimbotApplicationProcessor 进行默认行为之后进行的配置逻辑。

Link copied to clipboard

DefaultSimbotApplicationProcessor 进行默认行为之前进行的配置逻辑。

Link copied to clipboard

用于在 SpringApplicationLauncher 启动完成得到 SpringApplication 后进行处理的处理器。

Link copied to clipboard