| パッケージ | 説明 |
|---|---|
| org.springframework.boot.builder | SpringApplication を構築するための流れるような「ビルダー」スタイルの API。 |
| org.springframework.boot.cloud | Cloud デプロイの低レベルのサポート。 |
| org.springframework.boot.context.config | Spring Boot アプリケーション内で "application.properties" をロードして使用できる外部構成サポート。 |
| org.springframework.boot.context.event | Spring Boot によってトリガーされる ApplicationEvents。 |
| org.springframework.boot.devtools.env | Spring Framework の Environment に関連する DevTools クラス。 |
| org.springframework.boot.env | Spring Environment サポート。 |
| org.springframework.boot.reactor | Reactor 統合のサポートクラス。 |
| org.springframework.boot.test.context | テスト用の Spring の ApplicationContext の構成に関連するクラスとアノテーション。 |
| org.springframework.boot.web.servlet.support | サーブレットベースの Web サーバーのサポートクラス。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
SpringApplication | SpringApplicationBuilder.application() 現在のアプリケーションのアクセサー。 |
SpringApplication | SpringApplicationBuilder.build() 実行準備が完了した完全に構成された SpringApplication を返します。 |
SpringApplication | SpringApplicationBuilder.build(StringSE... args) 実行準備が完了した完全に構成された SpringApplication を返します。 |
protected SpringApplication | SpringApplicationBuilder.createSpringApplication(ClassSE<?>... sources) 指定されたソースから新しい SpringApplication インスタンスを作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | CloudFoundryVcapEnvironmentPostProcessor.postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, SpringApplication application) |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | ConfigFileApplicationListener.postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, SpringApplication application) |
| 修飾子と型 | メソッドと説明 |
|---|---|
SpringApplication | SpringApplicationEvent.getSpringApplication() |
| コンストラクターと説明 |
|---|
ApplicationContextInitializedEvent(SpringApplication application, StringSE[] args, org.springframework.context.ConfigurableApplicationContext context) 新しい ApplicationContextInitializedEvent インスタンスを作成します。 |
ApplicationEnvironmentPreparedEvent(SpringApplication application, StringSE[] args, org.springframework.core.env.ConfigurableEnvironment environment) 新しい ApplicationEnvironmentPreparedEvent インスタンスを作成します。 |
ApplicationFailedEvent(SpringApplication application, StringSE[] args, org.springframework.context.ConfigurableApplicationContext context, ThrowableSE exception) 新しい ApplicationFailedEvent インスタンスを作成します。 |
ApplicationPreparedEvent(SpringApplication application, StringSE[] args, org.springframework.context.ConfigurableApplicationContext context) 新しい ApplicationPreparedEvent インスタンスを作成します。 |
ApplicationReadyEvent(SpringApplication application, StringSE[] args, org.springframework.context.ConfigurableApplicationContext context) 新しい ApplicationReadyEvent インスタンスを作成します。 |
ApplicationStartedEvent(SpringApplication application, StringSE[] args, org.springframework.context.ConfigurableApplicationContext context) 新しい ApplicationStartedEvent インスタンスを作成します。 |
ApplicationStartingEvent(SpringApplication application, StringSE[] args) 新しい ApplicationStartingEvent インスタンスを作成します。 |
EventPublishingRunListener(SpringApplication application, StringSE[] args) |
SpringApplicationEvent(SpringApplication application, StringSE[] args) |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | DevToolsPropertyDefaultsPostProcessor.postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, SpringApplication application) |
void | DevToolsHomePropertiesPostProcessor.postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, SpringApplication application) |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | SystemEnvironmentPropertySourceEnvironmentPostProcessor.postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, SpringApplication application) |
void | EnvironmentPostProcessor.postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, SpringApplication application) 指定された environment を後処理します。 |
void | SpringApplicationJsonEnvironmentPostProcessor.postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, SpringApplication application) |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | DebugAgentEnvironmentPostProcessor.postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, SpringApplication application) |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected SpringApplication | SpringBootContextLoader.getSpringApplication() 新しい SpringApplication インスタンスを作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected ListSE<org.springframework.context.ApplicationContextInitializer<?>> | SpringBootContextLoader.getInitializers(org.springframework.test.context.MergedContextConfiguration config, SpringApplication application) コンテキストに適用される initializers を返します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected org.springframework.web.context.WebApplicationContext | SpringBootServletInitializer.run(SpringApplication application) 完全に構成された SpringApplication を実行するために呼び出されます。 |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.