インデックス

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式

A

AbandonedRunException() - Constructor for exception class org.springframework.boot.SpringApplication.AbandonedRunException
新しい SpringApplication.AbandonedRunException インスタンスを作成します。
AbandonedRunException(ConfigurableApplicationContext) - Constructor for exception class org.springframework.boot.SpringApplication.AbandonedRunException
指定されたアプリケーションコンテキストで新しい SpringApplication.AbandonedRunException インスタンスを作成します。
ABORT - Enum constant in enum class org.springframework.boot.devtools.restart.FailureHandler.Outcome
再起動を中止します。
ABSENT - Enum constant in enum class org.springframework.boot.context.properties.source.ConfigurationPropertyState
ConfigurationPropertySource に一致する ConfigurationProperties がありません。
AbstractApplicationContextRunner<SELF,C,A> - org.springframework.boot.test.context.runner のクラス
ApplicationContext を実行し、AssertJ スタイルのアサーションを提供するユーティリティ設計。
AbstractApplicationContextRunner(Function, Supplier, Class...) - クラス org.springframework.boot.test.context.runner. AbstractApplicationContextRunner のコンストラクター
新しい AbstractApplicationContextRunner インスタンスを作成します。
AbstractApplicationContextRunner(AbstractApplicationContextRunner.RunnerConfiguration, Function) - クラス org.springframework.boot.test.context.runner. AbstractApplicationContextRunner のコンストラクター
新しい AbstractApplicationContextRunner インスタンスを作成します。
AbstractApplicationContextRunner.BeanRegistration<T> - org.springframework.boot.test.context.runner のクラス
コンテキストのロード時に適用される Bean 登録。
AbstractApplicationContextRunner.RunnerConfiguration<C> - org.springframework.boot.test.context.runner のクラス
AbstractAuditListener - org.springframework.boot.actuate.audit.listener のクラス
AuditApplicationEvent を処理するために ApplicationListener を抽象化します。
AbstractAuditListener() - クラス org.springframework.boot.actuate.audit.listener. AbstractAuditListener のコンストラクター
AbstractAuthenticationAuditListener - org.springframework.boot.actuate.security のクラス
ApplicationListener を抽象化して、Spring Security authentication eventsAuditEvent として公開します。
AbstractAuthenticationAuditListener() - クラス org.springframework.boot.actuate.security. AbstractAuthenticationAuditListener のコンストラクター
AbstractAuthorizationAuditListener - org.springframework.boot.actuate.security のクラス
ApplicationListener を抽象化して、Spring Security authorization denied および authorization granted イベントを AuditEvent として公開します。
AbstractAuthorizationAuditListener() - クラス org.springframework.boot.actuate.security. AbstractAuthorizationAuditListener のコンストラクター
AbstractBeansOfTypeDatabaseInitializerDetector - org.springframework.boot.sql.init.dependency のクラス
データベース初期化 Bean を型別に検出する DatabaseInitializerDetectors の基本クラス。
AbstractBeansOfTypeDatabaseInitializerDetector() - クラス org.springframework.boot.sql.init.dependency. AbstractBeansOfTypeDatabaseInitializerDetector のコンストラクター
AbstractBeansOfTypeDependsOnDatabaseInitializationDetector - org.springframework.boot.sql.init.dependency のクラス
データベースの初期化に依存する Bean を型で検出する DependsOnDatabaseInitializationDetectors の基本クラス。
AbstractBeansOfTypeDependsOnDatabaseInitializationDetector() - クラス org.springframework.boot.sql.init.dependency. AbstractBeansOfTypeDependsOnDatabaseInitializationDetector のコンストラクター
AbstractBindHandler - org.springframework.boot.context.properties.bind のクラス
BindHandler 実装の抽象基本クラス。
AbstractBindHandler() - クラス org.springframework.boot.context.properties.bind. AbstractBindHandler のコンストラクター
新しいバインディングハンドラーインスタンスを作成します。
AbstractBindHandler(BindHandler) - クラス org.springframework.boot.context.properties.bind. AbstractBindHandler のコンストラクター
特定の親を持つ新しいバインディングハンドラーインスタンスを作成します。
AbstractBuildLog - Class in org.springframework.boot.buildpack.platform.build
BuildLog 実装の基本クラス。
AbstractBuildLog() - Constructor for class org.springframework.boot.buildpack.platform.build.AbstractBuildLog
AbstractConfigurableWebServerFactory - org.springframework.boot.web.server のクラス
ConfigurableWebServerFactory 実装の抽象基本クラス。
AbstractConfigurableWebServerFactory() - クラス org.springframework.boot.web.server. AbstractConfigurableWebServerFactory のコンストラクター
新しい AbstractConfigurableWebServerFactory インスタンスを作成します。
AbstractConfigurableWebServerFactory(int) - クラス org.springframework.boot.web.server. AbstractConfigurableWebServerFactory のコンストラクター
指定されたポートで新しい AbstractConfigurableWebServerFactory インスタンスを作成します。
AbstractConnectionFactoryConfigurer<T> - org.springframework.boot.amqp.autoconfigure のクラス
AbstractConnectionFactory のサブクラスを構成する基本クラス。
AbstractConnectionFactoryConfigurer(RabbitProperties) - クラス org.springframework.boot.amqp.autoconfigure. AbstractConnectionFactoryConfigurer のコンストラクター
指定された properties を使用して接続ファクトリを構成する新しいコンフィギュラーを作成します。
AbstractConnectionFactoryConfigurer(RabbitProperties, RabbitConnectionDetails) - クラス org.springframework.boot.amqp.autoconfigure. AbstractConnectionFactoryConfigurer のコンストラクター
指定された properties および connectionDetails を使用して接続ファクトリを構成する新しいコンフィギュラーを作成します。後者が優先されます。
AbstractDataSourcePoolMetadata<T> - org.springframework.boot.jdbc.metadata のクラス
基本 DataSourcePoolMetadata 実装。
AbstractDataSourcePoolMetadata(T) - クラス org.springframework.boot.jdbc.metadata. AbstractDataSourcePoolMetadata のコンストラクター
使用するデータソースでインスタンスを作成します。
AbstractDependsOnBeanFactoryPostProcessor - org.springframework.boot.autoconfigure のクラス
特定の型のすべての Bean が名前または型で識別される他の特定の Bean に依存する必要があることを動的に宣言するために使用できる BeanFactoryPostProcessor の抽象基本クラス。
AbstractDependsOnBeanFactoryPostProcessor(Class, Class, Class...) - クラス org.springframework.boot.autoconfigure. AbstractDependsOnBeanFactoryPostProcessor のコンストラクター
ターゲット Bean、ファクトリ Bean クラス、依存関係型を持つインスタンスを作成します。
AbstractDependsOnBeanFactoryPostProcessor(Class, Class, String...) - クラス org.springframework.boot.autoconfigure. AbstractDependsOnBeanFactoryPostProcessor のコンストラクター
ターゲット Bean、ファクトリ Bean クラス、依存関係名を持つインスタンスを作成します。
AbstractDependsOnBeanFactoryPostProcessor(Class, Class...) - クラス org.springframework.boot.autoconfigure. AbstractDependsOnBeanFactoryPostProcessor のコンストラクター
ターゲット Bean クラスと依存関係型のインスタンスを作成します。
AbstractDependsOnBeanFactoryPostProcessor(Class, String...) - クラス org.springframework.boot.autoconfigure. AbstractDependsOnBeanFactoryPostProcessor のコンストラクター
ターゲット Bean クラスと依存関係の名前でインスタンスを作成します。
AbstractDiscoveredEndpoint<O> - org.springframework.boot.actuate.endpoint.annotation のクラス
EndpointDiscoverer によって検出された endpoints の抽象基本クラス。
AbstractDiscoveredEndpoint(EndpointDiscoverer, Object, EndpointId, Access, Collection) - クラス org.springframework.boot.actuate.endpoint.annotation. AbstractDiscoveredEndpoint のコンストラクター
新しい AbstractDiscoveredEndpoint インスタンスを作成します。
AbstractDiscoveredOperation - org.springframework.boot.actuate.endpoint.annotation のクラス
EndpointDiscoverer によって検出された endpoints operations の抽象基本クラス。
AbstractDiscoveredOperation(DiscoveredOperationMethod, OperationInvoker) - クラス org.springframework.boot.actuate.endpoint.annotation. AbstractDiscoveredOperation のコンストラクター
新しい AbstractDiscoveredOperation インスタンスを作成します。
AbstractErrorController - org.springframework.boot.webmvc.autoconfigure.error のクラス
エラー @Controller 実装の抽象基本クラス。
AbstractErrorController(ErrorAttributes) - クラス org.springframework.boot.webmvc.autoconfigure.error. AbstractErrorController のコンストラクター
AbstractErrorController(ErrorAttributes, List) - クラス org.springframework.boot.webmvc.autoconfigure.error. AbstractErrorController のコンストラクター
AbstractErrorWebExceptionHandler - org.springframework.boot.webflux.autoconfigure.error のクラス
ErrorWebExceptionHandler 実装の抽象基本クラス。
AbstractErrorWebExceptionHandler(ErrorAttributes, WebProperties.Resources, ApplicationContext) - クラス org.springframework.boot.webflux.autoconfigure.error. AbstractErrorWebExceptionHandler のコンストラクター
新しい AbstractErrorWebExceptionHandler を作成します。
AbstractExposableEndpoint<O> - org.springframework.boot.actuate.endpoint のクラス
ExposableEndpoint 実装の抽象基本クラス。
AbstractExposableEndpoint(EndpointId, Access, Collection) - クラス org.springframework.boot.actuate.endpoint. AbstractExposableEndpoint のコンストラクター
新しい AbstractExposableEndpoint インスタンスを作成します。
AbstractFailureAnalyzer<T> - org.springframework.boot.diagnostics のクラス
ほとんどの FailureAnalyzer 実装の抽象基本クラス。
AbstractFailureAnalyzer() - クラス org.springframework.boot.diagnostics. AbstractFailureAnalyzer のコンストラクター
AbstractFilterRegistrationBean<T> - org.springframework.boot.web.servlet のクラス
ベース ServletContextInitializer を抽象化して、FilterEE を Servlet 3.0+ コンテナーに登録します。
AbstractHealthIndicator - org.springframework.boot.health.contributor のクラス
Health インスタンスの作成とエラー処理をカプセル化するベース HealthIndicator 実装。
AbstractHealthIndicator() - クラス org.springframework.boot.health.contributor. AbstractHealthIndicator のコンストラクター
デフォルトの healthCheckFailedMessage で新しい AbstractHealthIndicator インスタンスを作成します。
AbstractHealthIndicator(String) - クラス org.springframework.boot.health.contributor. AbstractHealthIndicator のコンストラクター
ヘルスチェックが失敗したときにログに記録する特定のメッセージを使用して、新しい AbstractHealthIndicator インスタンスを作成します。
AbstractHealthIndicator(Function) - クラス org.springframework.boot.health.contributor. AbstractHealthIndicator のコンストラクター
ヘルスチェックが失敗したときにログに記録する特定のメッセージを使用して、新しい AbstractHealthIndicator インスタンスを作成します。
AbstractInjectionFailureAnalyzer<T> - org.springframework.boot.diagnostics.analyzer のクラス
ある種の注入の失敗を処理する FailureAnalyzer の抽象基本クラス。
AbstractInjectionFailureAnalyzer() - クラス org.springframework.boot.diagnostics.analyzer. AbstractInjectionFailureAnalyzer のコンストラクター
AbstractJarWriter - org.springframework.boot.loader.tools のクラス
JAR ライターの抽象基本クラス。
AbstractJarWriter() - クラス org.springframework.boot.loader.tools. AbstractJarWriter のコンストラクター
AbstractJettyMetricsBinder - org.springframework.boot.jetty.metrics のクラス
ApplicationStartedEvent にレスポンスして Jetty メトリクスをバインドするための基本クラス。
AbstractJettyMetricsBinder() - クラス org.springframework.boot.jetty.metrics. AbstractJettyMetricsBinder のコンストラクター
AbstractJsonMarshalTester<T> - org.springframework.boot.test.json のクラス
AssertJ ベースの JSON マーシャルテスターの基本クラス。
AbstractJsonMarshalTester() - クラス org.springframework.boot.test.json. AbstractJsonMarshalTester のコンストラクター
初期化されていない新しい AbstractJsonMarshalTester インスタンスを作成します。
AbstractJsonMarshalTester(Class, ResolvableType) - クラス org.springframework.boot.test.json. AbstractJsonMarshalTester のコンストラクター
新しい AbstractJsonMarshalTester インスタンスを作成します。
AbstractJsonMarshalTester.FieldInitializer<M> - org.springframework.boot.test.json のクラス
フィールドの初期化をサポートするために使用されるユーティリティクラス。
AbstractJsonParser - org.springframework.boot.json のクラス
このパッケージにラップまたは実装されたパーサーの基本クラス。
AbstractJsonParser() - クラス org.springframework.boot.json. AbstractJsonParser のコンストラクター
AbstractLoggingSystem - org.springframework.boot.logging のクラス
LoggingSystem 実装の抽象基本クラス。
AbstractLoggingSystem(ClassLoader) - クラス org.springframework.boot.logging. AbstractLoggingSystem のコンストラクター
AbstractLoggingSystem.LogLevels<T> - org.springframework.boot.logging のクラス
ネイティブレベルと LogLevel 間のマッピングを維持します。
AbstractNestedCondition - org.springframework.boot.autoconfigure.condition のクラス
ネストされた条件の抽象基本クラス。
AbstractNestedCondition.MemberMatchOutcomes - org.springframework.boot.autoconfigure.condition のクラス
AbstractRabbitListenerContainerFactoryConfigurer<T> - org.springframework.boot.amqp.autoconfigure のクラス
AbstractRabbitListenerContainerFactory のサブクラスを構成する基本クラス。
AbstractRabbitListenerContainerFactoryConfigurer(RabbitProperties) - クラス org.springframework.boot.amqp.autoconfigure. AbstractRabbitListenerContainerFactoryConfigurer のコンストラクター
指定された rabbitProperties を使用する新しいコンフィギュレーターを作成します。
AbstractReactiveHealthIndicator - org.springframework.boot.health.contributor のクラス
Health インスタンスの作成とエラー処理をカプセル化するベース ReactiveHealthIndicator 実装。
AbstractReactiveHealthIndicator() - クラス org.springframework.boot.health.contributor. AbstractReactiveHealthIndicator のコンストラクター
デフォルトの healthCheckFailedMessage で新しい AbstractReactiveHealthIndicator インスタンスを作成します。
AbstractReactiveHealthIndicator(String) - クラス org.springframework.boot.health.contributor. AbstractReactiveHealthIndicator のコンストラクター
ヘルスチェックが失敗したときにログに記録する特定のメッセージを使用して、新しい AbstractReactiveHealthIndicator インスタンスを作成します。
AbstractReactiveHealthIndicator(Function) - クラス org.springframework.boot.health.contributor. AbstractReactiveHealthIndicator のコンストラクター
ヘルスチェックが失敗したときにログに記録する特定のメッセージを使用して、新しい AbstractReactiveHealthIndicator インスタンスを作成します。
AbstractReactiveWebServerFactory - org.springframework.boot.web.server.reactive のクラス
ReactiveWebServerFactory 実装の抽象基本クラス。
AbstractReactiveWebServerFactory() - クラス org.springframework.boot.web.server.reactive. AbstractReactiveWebServerFactory のコンストラクター
AbstractReactiveWebServerFactory(int) - クラス org.springframework.boot.web.server.reactive. AbstractReactiveWebServerFactory のコンストラクター
AbstractRepositoryConfigurationSourceSupport - org.springframework.boot.autoconfigure.data のクラス
Spring Data リポジトリの自動構成に使用されるベース ImportBeanDefinitionRegistrar
AbstractRepositoryConfigurationSourceSupport() - クラス org.springframework.boot.autoconfigure.data. AbstractRepositoryConfigurationSourceSupport のコンストラクター
AbstractScriptDatabaseInitializer - org.springframework.boot.sql.init のクラス
スキーマ(DDL)およびデータ(DML)スクリプトを使用して SQL データベースの初期化を実行する InitializingBean の基本クラス。
AbstractScriptDatabaseInitializer(DatabaseInitializationSettings) - クラス org.springframework.boot.sql.init. AbstractScriptDatabaseInitializer のコンストラクター
指定された設定を使用してデータベースを初期化する新しい AbstractScriptDatabaseInitializer を作成します。
AbstractScriptDatabaseInitializer.Scripts - org.springframework.boot.sql.init のクラス
データベースの初期化に使用するスクリプト。
AbstractWebFluxEndpointHandlerMapping - org.springframework.boot.webflux.actuate.endpoint.web のクラス
Spring WebFlux を使用して HTTP 経由で Web エンドポイントを利用可能にするカスタム HandlerMapping
AbstractWebFluxEndpointHandlerMapping(EndpointMapping, Collection, EndpointMediaTypes, CorsConfiguration, boolean) - クラス org.springframework.boot.webflux.actuate.endpoint.web. AbstractWebFluxEndpointHandlerMapping のコンストラクター
指定された webEndpoints の操作のマッピングを提供する新しい AbstractWebFluxEndpointHandlerMapping を作成します。
AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker - org.springframework.boot.webflux.actuate.endpoint.web のクラス
Reactor の bounded elastic scheduler を使用して、別のスレッドでブロッキング操作の呼び出しを実行する OperationInvoker
AbstractWebFluxEndpointHandlerMapping.ExceptionCapturingInvoker - org.springframework.boot.webflux.actuate.endpoint.web のクラス
AbstractWebFluxEndpointHandlerMapping.LinksHandler - org.springframework.boot.webflux.actuate.endpoint.web のインターフェース
ルートエンドポイントにアクチュエーターリンクを提供するリアクティブハンドラー。
AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation - org.springframework.boot.webflux.actuate.endpoint.web のインターフェース
WebFlux で処理できるリアクティブ Web 操作。
AbstractWebMvcEndpointHandlerMapping - org.springframework.boot.webmvc.actuate.endpoint.web のクラス
Spring MVC を使用して HTTP 経由で web endpoints を使用できるようにするカスタム HandlerMapping
AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection, EndpointMediaTypes, boolean) - クラス org.springframework.boot.webmvc.actuate.endpoint.web. AbstractWebMvcEndpointHandlerMapping のコンストラクター
指定された webEndpoints の操作のマッピングを提供する新しい WebEndpointHandlerMapping を作成します。
AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection, EndpointMediaTypes, CorsConfiguration, boolean) - クラス org.springframework.boot.webmvc.actuate.endpoint.web. AbstractWebMvcEndpointHandlerMapping のコンストラクター
指定されたエンドポイントの操作のマッピングを提供する新しい AbstractWebMvcEndpointHandlerMapping を作成します。
AbstractWebMvcEndpointHandlerMapping.LinksHandler - org.springframework.boot.webmvc.actuate.endpoint.web のインターフェース
ルートエンドポイントでアクチュエーターリンクを提供するハンドラー。
AbstractWebMvcEndpointHandlerMapping.ServletWebOperation - org.springframework.boot.webmvc.actuate.endpoint.web のインターフェース
Spring MVC で処理できるサーブレット Web 操作。
accept(C) - インターフェース org.springframework.boot.test.context.runner のメソッド。ContextConsumer
提供された context でこの操作を実行します。
accept(Meter.Id) - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.PropertiesMeterFilter
accept(Meter.Id) - Method in class org.springframework.boot.micrometer.metrics.MaximumAllowableTagsMeterFilter
accept(File) - クラス org.springframework.boot.devtools.autoconfigure のメソッド。TriggerFileFilter
accept(TotalProgressEvent) - Method in class org.springframework.boot.buildpack.platform.docker.TotalProgressBar
accept(T) - Method in interface org.springframework.boot.buildpack.platform.io.IOConsumer
指定された引数に対してこの操作を実行します。
accept(T, U) - Method in interface org.springframework.boot.buildpack.platform.io.IOBiConsumer
指定された引数に対してこの操作を実行します。
ACCEPT_HEADER - Enum constant in enum class org.springframework.boot.autoconfigure.web.WebProperties.LocaleResolver
ヘッダーが設定されていない場合は、"Accept-Language" ヘッダーまたは構成されたロケールを使用します。
ACCEPTING_TRAFFIC - Enum constant in enum class org.springframework.boot.availability.ReadinessState
アプリケーションはトラフィックを受信する準備ができています。
accepts(String, Class, Class) - クラス org.springframework.boot.testcontainers.service.connection のメソッド。ContainerConnectionSource
このソースが指定された接続を受け入れるかどうかを返します。
accepts(String) - インターフェース org.springframework.boot.loader.jarmode のメソッド。JarMode
これが受け入れられ、指定されたモードを実行できるかどうかを返します。
acceptsTextHtml() - クラス org.springframework.boot.webflux.autoconfigure.error のメソッド。DefaultErrorWebExceptionHandler
現在のリクエストが "text/html" メディア型を明示的にサポートしているかどうかをチェックする述語。
acceptTasksAfterContextClose(boolean) - クラス org.springframework.boot.task のメソッド。ThreadPoolTaskExecutorBuilder
アプリケーションコンテキストクローズフェーズが開始された後に、さらなるタスクを受け入れるかどうかを設定します。
Access - Enum Class in org.springframework.boot.actuate.endpoint
エンドポイントとその操作への許可されたアクセスレベル。
ACCESS_DENIED - Enum constant in enum class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException.Reason
アクセスが拒否されました。
accessFor(EndpointId, Access) - クラス org.springframework.boot.actuate.autoconfigure.endpoint のメソッド。PropertiesEndpointAccessResolver
accessFor(EndpointId, Access) - インターフェース org.springframework.boot.actuate.endpoint のメソッド。EndpointAccessResolver
指定された endpointId および defaultAccess を使用して、エンドポイントの許可されたアクセスレベルを解決します。
AccessLevel - Enum Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint
エンドポイントを呼び出しているクラウドファウンドリユーザーに付与された特定のアクセスレベル。
Accesslog() - クラス org.springframework.boot.jetty.autoconfigure.actuate.web.server のコンストラクター。JettyManagementServerProperties.Accesslog
Accesslog() - クラス org.springframework.boot.jetty.autoconfigure のコンストラクター。JettyServerProperties.Accesslog
Accesslog() - クラス org.springframework.boot.tomcat.autoconfigure.actuate.web.server のコンストラクター。TomcatManagementServerProperties.Accesslog
Accesslog() - クラス org.springframework.boot.tomcat.autoconfigure のコンストラクター。TomcatServerProperties.Accesslog
AccessLogCustomizer<T> - org.springframework.boot.actuate.autoconfigure.web.server のクラス
Web サーバーのアクセスログをカスタマイズする WebServerFactoryCustomizer の基本クラス。
AccessLogCustomizer(String) - クラス org.springframework.boot.actuate.autoconfigure.web.server. AccessLogCustomizer のコンストラクター
AccessManager - Interface in org.springframework.boot.devtools.remote.server
Dispatcher のアクセス制御を提供します。
accountId() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.newrelic.NewRelicPropertiesConfigAdapter
AcknowledgeMode - org.springframework.boot.jms.autoconfigure のクラス
JMS セッションの確認モード。
Acs() - クラス org.springframework.boot.security.saml2.autoconfigure のコンストラクター。Saml2RelyingPartyProperties.Registration.Acs
ActiveMQAutoConfiguration - Class in org.springframework.boot.activemq.autoconfigure
Auto-configuration は ActiveMQ ブローカーと統合します。
ActiveMQAutoConfiguration() - Constructor for class org.springframework.boot.activemq.autoconfigure.ActiveMQAutoConfiguration
ActiveMQConnectionDetails - Interface in org.springframework.boot.activemq.autoconfigure
ActiveMQ サービスへの接続を確立するために必要な詳細。
ActiveMQConnectionFactoryCustomizer - Interface in org.springframework.boot.activemq.autoconfigure
ActiveMQConnectionFactory をカスタマイズして自動構成を微調整したい Bean によって実装できるコールバックインターフェース。
ActiveMQProperties - Class in org.springframework.boot.activemq.autoconfigure
ActiveMQ の構成プロパティ。
ActiveMQProperties() - Constructor for class org.springframework.boot.activemq.autoconfigure.ActiveMQProperties
ActiveMQProperties.Embedded - Class in org.springframework.boot.activemq.autoconfigure
組み込み ActiveMQ ブローカーの構成。
ActiveMQProperties.Packages - org.springframework.boot.activemq.autoconfigure のクラス
adapt(T) - インターフェース org.springframework.boot.context.properties のメソッド。PropertyMapper.Source.Always.Adapter
指定された値を調整します。
adapt(CharSequence, char) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
指定されたソースを調整して ConfigurationPropertyName を作成します。
adapt(HealthContributor) - Static method in interface org.springframework.boot.health.contributor.ReactiveHealthContributor
Schedulers.boundedElastic() へのブロッキング呼び出しをスケジュールすることにより、指定された HealthContributorReactiveHealthContributor に適合させます。
adapt(HealthContributors) - Static method in interface org.springframework.boot.health.contributor.ReactiveHealthContributors
Schedulers.boundedElastic() へのブロッキング呼び出しをスケジュールすることにより、指定された HealthContributorsReactiveHealthContributors に適合させます。
adapt(T) - インターフェース org.springframework.boot.context.properties のメソッド。PropertyMapper.Source.Adapter
指定された値を調整します。
add() - クラス org.springframework.boot.json のメソッド。JsonWriter.Members
書き込まれるインスタンスへのアクセス権を持つ新しいメンバーを追加します。
add(S, Status) - インターフェース org.springframework.boot.health.application のメソッド。AvailabilityStateHealthIndicator.StatusMappings
新しいステータスマッピングを追加します。
add(Class, Object) - インターフェース org.springframework.boot.util のメソッド。Instantiator.AvailableParameters
インスタンス値を持つパラメーターを追加します。
add(Class, Function) - インターフェース org.springframework.boot.util のメソッド。Instantiator.AvailableParameters
インスタンスファクトリでパラメーターを追加します。
add(Runnable) - Method in interface org.springframework.boot.SpringApplicationShutdownHandlers
JVM の終了時に実行されるハンドラーにアクションを追加します。
add(String) - クラス org.springframework.boot.json のメソッド。JsonWriter.Members
書き込まれるインスタンスへのアクセス権を持つ新しいメンバーを追加します。
add(String, V) - クラス org.springframework.boot.json のメソッド。JsonWriter.Members
静的な値を持つ新しいメンバーを追加します。
add(String, String) - クラス org.springframework.boot.web.server のメソッド。MimeMappings
新しい MIME マッピングを追加します。
add(String, Supplier) - クラス org.springframework.boot.json のメソッド。JsonWriter.Members
指定された値で新しいメンバーを追加します。
add(String, ClassLoaderFile) - クラス org.springframework.boot.devtools.restart.classloader のメソッド。ClassLoaderFiles.SourceDirectory
add(String, JsonWriter.Extractor) - クラス org.springframework.boot.json のメソッド。JsonWriter.Members
抽出された値を持つ新しいメンバーを追加します。
add(BiConsumer) - クラス org.springframework.boot.logging.structured のメソッド。ContextPairs.Pairs
指定されたコールバックを使用してペアを追加します。
add(Function, Function, Function) - クラス org.springframework.boot.logging.structured のメソッド。ContextPairs.Pairs
反復可能オブジェクトからペアを追加します。
add(Function, JsonWriter.PairExtractor) - クラス org.springframework.boot.logging.structured のメソッド。ContextPairs.Pairs
反復可能オブジェクトからペアを追加します。
add(AuditEvent) - インターフェース org.springframework.boot.actuate.audit のメソッド。AuditEventRepository
イベントをログに記録します。
add(AuditEvent) - クラス org.springframework.boot.actuate.audit のメソッド。InMemoryAuditEventRepository
add(HttpExchange) - インターフェース org.springframework.boot.actuate.web.exchanges のメソッド。HttpExchangeRepository
リポジトリに HttpExchange インスタンスを追加します。
add(HttpExchange) - クラス org.springframework.boot.actuate.web.exchanges のメソッド。InMemoryHttpExchangeRepository
add(Layer, String) - クラス org.springframework.boot.loader.tools のメソッド。LayersIndex
インデックスにアイテムを追加します。
add(CommonStructuredLogFormat, StructuredLogFormatterFactory.CommonFormatterFactory) - クラス org.springframework.boot.logging.structured のメソッド。StructuredLogFormatterFactory.CommonFormatters
指定された CommonStructuredLogFormat に使用するファクトリを追加します。
add(Condition, ConditionOutcome) - クラス org.springframework.boot.autoconfigure.condition のメソッド。ConditionEvaluationReport.ConditionAndOutcomes
ADD - Enum constant in enum class org.springframework.boot.devtools.filewatch.ChangedFile.Type
新しいファイルが追加されました。
addAdaptableBeans(ListableBeanFactory) - クラス org.springframework.boot.web.servlet のメソッド。ServletContextInitializerBeans
addAdditionalConnectors(Connector...) - クラス org.springframework.boot.tomcat のメソッド。TomcatWebServerFactory
デフォルトのコネクターに加えて Connector を追加します。
addAliases(String, String...) - クラス org.springframework.boot.context.properties.source のメソッド。ConfigurationPropertyNameAliases
addAliases(ConfigurationPropertyName, ConfigurationPropertyName...) - クラス org.springframework.boot.context.properties.source のメソッド。ConfigurationPropertyNameAliases
addAll(ClassLoaderFiles) - クラス org.springframework.boot.devtools.restart.classloader のメソッド。ClassLoaderFiles
指定した ClassLoaderFiles のすべての要素アイテムをこのインスタンスに追加します。
addApplicationConverters(ConverterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
ほとんどの Spring Boot アプリケーションに役立つコンバーターを追加します。
addApplicationFormatters(FormatterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
ほとんどの Spring Boot アプリケーションに役立つフォーマッターを追加します。
addAsRegistrationBean(ListableBeanFactory, Class, ServletContextInitializerBeans.RegistrationBeanAdapter) - クラス org.springframework.boot.web.servlet のメソッド。ServletContextInitializerBeans
addBeans(FormatterRegistry, ListableBeanFactory) - Static method in class org.springframework.boot.convert.ApplicationConversionService
指定された Bean ファクトリから PrinterParserFormatterConverterConverterFactoryGenericConverter、Bean を追加します。
addBeans(FormatterRegistry, ListableBeanFactory, String) - Static method in class org.springframework.boot.convert.ApplicationConversionService
指定された Bean ファクトリから PrinterParserFormatterConverterConverterFactoryGenericConverter、Bean を追加します。
addBootstrapRegistryInitializer(BootstrapRegistryInitializer) - クラス org.springframework.boot.builder のメソッド。SpringApplicationBuilder
BootstrapRegistry の初期化に使用できる BootstrapRegistryInitializer インスタンスを追加します。
addBootstrapRegistryInitializer(BootstrapRegistryInitializer) - Method in class org.springframework.boot.SpringApplication
BootstrapRegistry の初期化に使用できる BootstrapRegistryInitializer インスタンスを追加します。
addBundleRegisterHandler(BiConsumer) - クラス org.springframework.boot.ssl のメソッド。DefaultSslBundleRegistry
addBundleRegisterHandler(BiConsumer) - インターフェース org.springframework.boot.ssl のメソッド。SslBundles
バンドルが登録されるたびに呼び出されるハンドラーを追加します。
addBundleUpdateHandler(String, Consumer) - クラス org.springframework.boot.ssl のメソッド。DefaultSslBundleRegistry
addBundleUpdateHandler(String, Consumer) - インターフェース org.springframework.boot.ssl のメソッド。SslBundles
名前付きバンドルが更新されるたびに呼び出されるハンドラーを追加します。
addClassLoaderFiles(ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.Restarter
次の再起動に含める ClassLoaderFiles を追加します。
addCloseListener(ApplicationListener) - インターフェース org.springframework.boot.bootstrap のメソッド。BootstrapRegistry
BootstrapContext が閉じられ、ApplicationContext が準備されたときに、BootstrapContextClosedEvent で呼び出される ApplicationListener を追加します。
addCloseListener(ApplicationListener) - クラス org.springframework.boot.bootstrap のメソッド。DefaultBootstrapContext
addCommandLineProperties(boolean) - クラス org.springframework.boot.builder のメソッド。SpringApplicationBuilder
コマンドライン引数を環境に追加する必要があることを示すフラグ。
addConfigurations(Configuration...) - クラス org.springframework.boot.jetty のメソッド。JettyWebServerFactory
サーバーが起動する前に WebAppContext に適用される Configuration を追加します。
addConnectorCustomizers(TomcatConnectorCustomizer...) - インターフェース org.springframework.boot.tomcat のメソッド。ConfigurableTomcatWebServerFactory
Tomcat Connector に追加する必要がある TomcatConnectorCustomizer を追加します。
addConnectorCustomizers(TomcatConnectorCustomizer...) - クラス org.springframework.boot.tomcat のメソッド。TomcatWebServerFactory
addContextCustomizers(TomcatContextCustomizer...) - インターフェース org.springframework.boot.tomcat のメソッド。ConfigurableTomcatWebServerFactory
Tomcat Context に追加する必要がある TomcatContextCustomizer を追加します。
addContextCustomizers(TomcatContextCustomizer...) - クラス org.springframework.boot.tomcat のメソッド。TomcatWebServerFactory
addContextLifecycleListeners(LifecycleListener...) - クラス org.springframework.boot.tomcat のメソッド。TomcatWebServerFactory
Tomcat Context に追加する必要がある LifecycleListener を追加します。
addContextValves(Valve...) - クラス org.springframework.boot.tomcat のメソッド。TomcatWebServerFactory
Tomcat Context に適用する必要がある Valve を追加します。
addConverter(Class, Class, Converter) - クラス org.springframework.boot.convert のメソッド。ApplicationConversionService
addConverter(Converter) - クラス org.springframework.boot.convert のメソッド。ApplicationConversionService
addConverter(GenericConverter) - クラス org.springframework.boot.convert のメソッド。ApplicationConversionService
addConverterFactory(ConverterFactory) - クラス org.springframework.boot.convert のメソッド。ApplicationConversionService
addCookieSameSiteSuppliers(CookieSameSiteSupplier...) - インターフェース org.springframework.boot.web.server.servlet のメソッド。ConfigurableServletWebServerFactory
追加された Cookie の Cookie.SameSite 属性を取得するために使用する必要があるものに CookieSameSiteSuppliers を追加します。
addCookieSameSiteSuppliers(CookieSameSiteSupplier...) - クラス org.springframework.boot.web.server.servlet のメソッド。ServletWebServerSettings
addDefaultServlet(WebAppContext) - クラス org.springframework.boot.jetty.servlet のメソッド。JettyServletWebServerFactory
Jetty の DefaultServlet を指定された WebAppContext に追加します。
addDefaultStatus(Status) - インターフェース org.springframework.boot.health.application のメソッド。AvailabilityStateHealthIndicator.StatusMappings
明示的なマッピングが定義されていない場合に使用する必要があるステータスを追加します。
addDelimitedStringConverters(ConverterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
区切り文字列をサポートするコンバーターを追加します。
ADDED - Enum constant in enum class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
元の JAR が作成されてから、ファイルが追加されています。
addEngineValves(Valve...) - インターフェース org.springframework.boot.tomcat のメソッド。ConfigurableTomcatWebServerFactory
Tomcat Engine に適用する必要がある Valve を追加します。
addEngineValves(Valve...) - クラス org.springframework.boot.tomcat のメソッド。TomcatWebServerFactory
addErrorPages(ErrorPage...) - インターフェース org.springframework.boot.web.error のメソッド。ErrorPageRegistry
例外を処理するときに使用されるエラーページを追加します。
addErrorPages(ErrorPage...) - クラス org.springframework.boot.web.server のメソッド。AbstractConfigurableWebServerFactory
addErrorPages(ErrorPage...) - クラス org.springframework.boot.web.servlet.support のメソッド。ErrorPageFilter
addFile(String, String, ClassLoaderFile) - クラス org.springframework.boot.devtools.restart.classloader のメソッド。ClassLoaderFiles
単一の ClassLoaderFile をコレクションに追加します。
addFile(String, ClassLoaderFile) - クラス org.springframework.boot.devtools.restart.classloader のメソッド。ClassLoaderFiles
単一の ClassLoaderFile をコレクションに追加します。
addFilter(Predicate) - クラス org.springframework.boot.context.metrics.buffering のメソッド。BufferingApplicationStartup
既存の述語フィルターのリストに述語フィルターを追加します。
addFilters() - Element in annotation interface org.springframework.boot.webmvc.test.autoconfigure.AutoConfigureMockMvc
アプリケーションコンテキストからのフィルターを MockMVC に登録する必要がある場合。
addFormatter(Formatter) - クラス org.springframework.boot.convert のメソッド。ApplicationConversionService
addFormatterForFieldAnnotation(AnnotationFormatterFactory) - クラス org.springframework.boot.convert のメソッド。ApplicationConversionService
addFormatterForFieldType(Class, Formatter) - クラス org.springframework.boot.convert のメソッド。ApplicationConversionService
addFormatterForFieldType(Class, Printer, Parser) - クラス org.springframework.boot.convert のメソッド。ApplicationConversionService
addHandlerWrappers(Handler) - クラス org.springframework.boot.jetty のメソッド。JettyWebServerFactory
addHandlerWrappers(Handler) - クラス org.springframework.boot.jetty.servlet のメソッド。JettyServletWebServerFactory
addInitializers(ServletContextInitializer...) - インターフェース org.springframework.boot.web.server.servlet のメソッド。ConfigurableServletWebServerFactory
ServletWebServerFactory.getWebServer(ServletContextInitializer...) パラメーターに加えて、適用する必要があるものに ServletContextInitializer を追加します。
addInitializers(ServletContextInitializer...) - クラス org.springframework.boot.web.server.servlet のメソッド。ServletWebServerSettings
addInitializers(ApplicationContextInitializer...) - Method in class org.springframework.boot.SpringApplication
Spring ApplicationContext に適用される ApplicationContextInitializer を追加します。
addInitParameter(String, String) - クラス org.springframework.boot.web.servlet のメソッド。DynamicRegistrationBean
単一の init-parameter を追加し、既存のパラメーターを同じ名前で置き換えます。
additionalCustomizers(Iterable) - クラス org.springframework.boot.task のメソッド。SimpleAsyncTaskExecutorBuilder
SimpleAsyncTaskExecutor に適用する必要がある customizers を追加します。
additionalCustomizers(Iterable) - クラス org.springframework.boot.task のメソッド。SimpleAsyncTaskSchedulerBuilder
SimpleAsyncTaskScheduler に適用する必要がある customizers を追加します。
additionalCustomizers(Iterable) - クラス org.springframework.boot.task のメソッド。ThreadPoolTaskExecutorBuilder
ThreadPoolTaskExecutor に適用する必要がある ThreadPoolTaskExecutorCustomizers を追加します。
additionalCustomizers(Iterable) - クラス org.springframework.boot.task のメソッド。ThreadPoolTaskSchedulerBuilder
ThreadPoolTaskScheduler に適用する必要がある threadPoolTaskSchedulerCustomizers を追加します。
additionalCustomizers(Collection) - クラス org.springframework.boot.restclient のメソッド。RestTemplateBuilder
RestTemplate に適用する必要がある RestTemplateCustomizers を追加します。
additionalCustomizers(Collection) - クラス org.springframework.boot.webservices.client のメソッド。WebServiceTemplateBuilder
WebServiceTemplate に適用する必要がある WebServiceTemplateCustomizers を追加します。
additionalCustomizers(RestTemplateCustomizer...) - クラス org.springframework.boot.restclient のメソッド。RestTemplateBuilder
RestTemplate に適用する必要がある RestTemplateCustomizers を追加します。
additionalCustomizers(SimpleAsyncTaskExecutorCustomizer...) - クラス org.springframework.boot.task のメソッド。SimpleAsyncTaskExecutorBuilder
SimpleAsyncTaskExecutor に適用する必要がある customizers を追加します。
additionalCustomizers(SimpleAsyncTaskSchedulerCustomizer...) - クラス org.springframework.boot.task のメソッド。SimpleAsyncTaskSchedulerBuilder
SimpleAsyncTaskScheduler に適用する必要がある customizers を追加します。
additionalCustomizers(ThreadPoolTaskExecutorCustomizer...) - クラス org.springframework.boot.task のメソッド。ThreadPoolTaskExecutorBuilder
ThreadPoolTaskExecutor に適用する必要がある ThreadPoolTaskExecutorCustomizers を追加します。
additionalCustomizers(ThreadPoolTaskSchedulerCustomizer...) - クラス org.springframework.boot.task のメソッド。ThreadPoolTaskSchedulerBuilder
ThreadPoolTaskScheduler に適用する必要がある threadPoolTaskSchedulerCustomizers を追加します。
additionalCustomizers(WebServiceTemplateCustomizer...) - クラス org.springframework.boot.webservices.client のメソッド。WebServiceTemplateBuilder
WebServiceTemplate に適用する必要がある WebServiceTemplateCustomizers を追加します。
AdditionalHealthEndpointPath - org.springframework.boot.health.actuate.endpoint のクラス
HealthEndpointGroup の追加パスを表す値オブジェクト。
AdditionalHealthEndpointPathsWebFluxHandlerMapping - org.springframework.boot.webflux.actuate.endpoint.web のクラス
ヘルスグループを追加のパスにマップできるようにするカスタム HandlerMapping
AdditionalHealthEndpointPathsWebFluxHandlerMapping(EndpointMapping, ExposableWebEndpoint, Set) - クラス org.springframework.boot.webflux.actuate.endpoint.web. AdditionalHealthEndpointPathsWebFluxHandlerMapping のコンストラクター
AdditionalHealthEndpointPathsWebMvcHandlerMapping - org.springframework.boot.webmvc.actuate.endpoint.web のクラス
ヘルスグループを追加のパスにマップできるようにするカスタム HandlerMapping
AdditionalHealthEndpointPathsWebMvcHandlerMapping(ExposableWebEndpoint, Set) - クラス org.springframework.boot.webmvc.actuate.endpoint.web. AdditionalHealthEndpointPathsWebMvcHandlerMapping のコンストラクター
additionalInterceptors(Collection) - クラス org.springframework.boot.restclient のメソッド。RestTemplateBuilder
RestTemplate で使用する必要がある ClientHttpRequestInterceptors を追加します。
additionalInterceptors(Collection) - クラス org.springframework.boot.webservices.client のメソッド。WebServiceTemplateBuilder
WebServiceTemplate で使用する必要がある追加の ClientInterceptors を追加します。
additionalInterceptors(ClientHttpRequestInterceptor...) - クラス org.springframework.boot.restclient のメソッド。RestTemplateBuilder
RestTemplate で使用する必要がある ClientHttpRequestInterceptors を追加します。
additionalInterceptors(ClientInterceptor...) - クラス org.springframework.boot.webservices.client のメソッド。WebServiceTemplateBuilder
WebServiceTemplate で使用する必要がある追加の ClientInterceptors を追加します。
additionalMessageConverters(Collection) - クラス org.springframework.boot.restclient のメソッド。RestTemplateBuilder
RestTemplate で使用する必要がある HttpMessageConverters を追加します。
additionalMessageConverters(HttpMessageConverter...) - クラス org.springframework.boot.restclient のメソッド。RestTemplateBuilder
RestTemplate で使用する必要がある HttpMessageConverters を追加します。
additionalMessageSenders(Collection) - クラス org.springframework.boot.webservices.client のメソッド。WebServiceTemplateBuilder
WebServiceTemplate で使用する必要がある追加の WebServiceMessageSenders を追加します。
additionalMessageSenders(WebServiceMessageSender...) - クラス org.springframework.boot.webservices.client のメソッド。WebServiceTemplateBuilder
WebServiceTemplate で使用する必要がある追加の WebServiceMessageSenders を追加します。
AdditionalPathsMapper - Interface in org.springframework.boot.actuate.endpoint.web
エンドポイント ID とそれが公開される追加パス間のマッピングを提供するために使用される戦略インターフェース。
additionalRequestCustomizers(Collection) - クラス org.springframework.boot.restclient のメソッド。RestTemplateBuilder
ClientHttpRequest に適用する RestTemplateRequestCustomizers を追加します。
additionalRequestCustomizers(RestTemplateRequestCustomizer...) - クラス org.springframework.boot.restclient のメソッド。RestTemplateBuilder
ClientHttpRequest に適用する RestTemplateRequestCustomizers を追加します。
addJspServlet(WebAppContext) - クラス org.springframework.boot.jetty.servlet のメソッド。JettyServletWebServerFactory
Jetty の JspServlet を指定された WebAppContext に追加します。
addListener(FileChangeListener) - クラス org.springframework.boot.devtools.filewatch のメソッド。FileSystemWatcher
ファイル変更イベントのリスナーを追加します。
addListeners(ApplicationListener...) - Method in class org.springframework.boot.SpringApplication
ApplicationListener を追加して、SpringApplication に適用し、ApplicationContext に登録します。
addMainClassTimeoutWarningListener(Packager.MainClassTimeoutWarningListener) - Method in class org.springframework.boot.loader.tools.Packager
メインクラスの検索に時間がかかりすぎる場合に警告を表示するためにトリガーされるリスナーを追加します。
addMapEntries(Function) - クラス org.springframework.boot.logging.structured のメソッド。ContextPairs.Pairs
マップエントリからペアを追加します。
addMapEntries(JsonWriter.Extractor) - クラス org.springframework.boot.json のメソッド。JsonWriter.Members
指定された MapSE からのすべてのエントリを JSON に追加します。
addMimeMappings(MimeMappings) - インターフェース org.springframework.boot.web.server.servlet のメソッド。ConfigurableServletWebServerFactory
MIME 型 マッピングを追加します。
addMimeMappings(MimeMappings) - クラス org.springframework.boot.web.server.servlet のメソッド。ServletWebServerSettings
addOrMerge(Map, MutablePropertySources) - Static method in class org.springframework.boot.env.DefaultPropertiesPropertySource
新しい DefaultPropertiesPropertySource を追加するか、既存の DefaultPropertiesPropertySource とマージします。
addParser(Parser) - クラス org.springframework.boot.convert のメソッド。ApplicationConversionService
addPrimarySources(Collection) - Method in class org.springframework.boot.SpringApplication
SpringApplication.run(String...) が呼び出されたときに ApplicationContext に追加されるプライマリソースに追加のアイテムを追加します。
addPrinter(Printer) - クラス org.springframework.boot.convert のメソッド。ApplicationConversionService
addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer...) - インターフェース org.springframework.boot.tomcat のメソッド。ConfigurableTomcatWebServerFactory
Tomcat Connector に追加する必要がある TomcatProtocolHandlerCustomizer を追加します。
addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer...) - クラス org.springframework.boot.tomcat のメソッド。TomcatWebServerFactory
addRegistration(String, ServletContext) - クラス org.springframework.boot.web.servlet のメソッド。AbstractFilterRegistrationBean
addRegistration(String, ServletContext) - クラス org.springframework.boot.web.servlet のメソッド。DynamicRegistrationBean
addRegistration(String, ServletContext) - クラス org.springframework.boot.web.servlet のメソッド。ServletRegistrationBean
address() - レコードクラス org.springframework.boot.buildpack.platform.docker.configuration のメソッド。DockerConnectionConfiguration.Host
address レコードコンポーネントの値を返します。
address() - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServer
address() - Method in interface org.springframework.boot.rsocket.server.RSocketServer
このサーバーがリッスンしているアドレスを返します。
Address(String, int) - レコードクラス org.springframework.boot.amqp.autoconfigure.RabbitConnectionDetails.Address のコンストラクター
Address レコードクラスのインスタンスを作成します。
addRouteProviders(NettyRouteProvider...) - クラス org.springframework.boot.reactor.netty のメソッド。NettyReactiveWebServerFactory
Spring アプリケーションのハンドラーの前に、適用する必要がある NettyRouteProvider を順番に追加します。
addRSocketServerCustomizers(RSocketServerCustomizer...) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
RSocketServer を構成するために呼び出す RSocketServerCustomizer を追加します。
addServerCustomizers(JettyServerCustomizer...) - インターフェース org.springframework.boot.jetty のメソッド。ConfigurableJettyWebServerFactory
起動する前に Server に適用される JettyServerCustomizer を追加します。
addServerCustomizers(JettyServerCustomizer...) - クラス org.springframework.boot.jetty のメソッド。JettyWebServerFactory
addServerCustomizers(NettyServerCustomizer...) - クラス org.springframework.boot.reactor.netty のメソッド。NettyReactiveWebServerFactory
サーバーの構築中に適用する必要がある NettyServerCustomizer を追加します。
addServletNames(String...) - クラス org.springframework.boot.web.servlet のメソッド。AbstractFilterRegistrationBean
フィルターのサーブレット名を追加します。
addServletRegistrationBeans(ServletRegistrationBean...) - クラス org.springframework.boot.web.servlet のメソッド。AbstractFilterRegistrationBean
フィルターに ServletRegistrationBean を追加します。
addSourceDirectories(Iterable) - クラス org.springframework.boot.devtools.filewatch のメソッド。FileSystemWatcher
監視するソースディレクトリを追加します。
addSourceDirectory(File) - クラス org.springframework.boot.devtools.filewatch のメソッド。FileSystemWatcher
監視するソースディレクトリを追加します。
addTldSkipPatterns(String...) - クラス org.springframework.boot.tomcat.servlet のメソッド。TomcatServletWebServerFactory
jar に一致するパターンを追加して、TLD スキャンで無視します。
addTo(Map) - クラス org.springframework.boot.test.util のメソッド。TestPropertyValues.Pair
addTo(AttributeAccessor) - Method in record class org.springframework.boot.autoconfigure.container.ContainerImageMetadata
このコンテナーイメージのメタデータを指定された属性に追加します。
addToEnvironment(ConfigurableEnvironment) - Static method in class org.springframework.boot.env.RandomValuePropertySource
指定された EnvironmentRandomValuePropertySource を追加します。
addToEnvironment(ConfigurableEnvironment, Log) - Static method in class org.springframework.boot.env.RandomValuePropertySource
指定された EnvironmentRandomValuePropertySource を追加します。
addURL(URL) - クラス org.springframework.boot.tomcat のメソッド。TomcatEmbeddedWebappClassLoader
addUrlMappings(String...) - クラス org.springframework.boot.web.servlet のメソッド。ServletRegistrationBean
サーブレット仕様に定義されているように、サーブレットの URL マッピングを追加します。
addUrlMappings(String...) - クラス org.springframework.boot.webmvc.autoconfigure のメソッド。DispatcherServletRegistrationBean
addUrlPatterns(String...) - クラス org.springframework.boot.web.servlet のメソッド。AbstractFilterRegistrationBean
サーブレット仕様で定義されているように、フィルターが登録される URL パターンを追加します。
addUrls(Collection) - Method in class org.springframework.boot.devtools.restart.Restarter
次の再起動に含める URL を追加します。
addWebListenerClassNames(String...) - クラス org.springframework.boot.web.server.servlet のメソッド。ServletWebServerSettings
addWebListeners(String...) - インターフェース org.springframework.boot.web.server.servlet のメソッド。ConfigurableServletWebServerFactory
addWebListeners(String...) - インターフェース org.springframework.boot.web.server.servlet のメソッド。WebListenerRegistry
サーブレット Web サーバーに登録される Web リスナーを追加します。
addWrapper() - Static method in class org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.OpenTelemetryEventPublisherBeansApplicationListener
Add は ContextStorage ラッパーを使用して、EventPublishers が正しく伝播されるようにします。
Admin() - クラス org.springframework.boot.kafka.autoconfigure のコンストラクター。KafkaProperties.Admin
Admin() - クラス org.springframework.boot.pulsar.autoconfigure のコンストラクター。PulsarProperties.Admin
ADVANCED - Enum constant in enum class org.springframework.boot.netty.autoconfigure.NettyProperties.LeakDetection
バッファの 1% のリークを検出し、それらがアクセスされた場所を追跡します。
after() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfiguration
すでに適用されているはずの自動構成クラス。
afterAll(ExtensionContext) - クラス org.springframework.boot.test.system のメソッド。OutputCaptureExtension
afterEach(ExtensionContext) - クラス org.springframework.boot.test.system のメソッド。OutputCaptureExtension
afterInvocation(RepositoryMethodInvocationListener.RepositoryMethodInvocation) - クラス org.springframework.boot.data.metrics のメソッド。MetricsRepositoryMethodInvocationListener
afterName() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfiguration
すでに適用されているはずの自動構成クラスの名前。
afterPropertiesSet() - クラス org.springframework.boot.actuate.endpoint.jmx のメソッド。JmxEndpointExporter
afterPropertiesSet() - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
afterPropertiesSet() - クラス org.springframework.boot.batch.autoconfigure のメソッド。JobLauncherApplicationRunner
afterPropertiesSet() - クラス org.springframework.boot.context.properties のメソッド。ConfigurationPropertiesBindingPostProcessor
afterPropertiesSet() - クラス org.springframework.boot.devtools.autoconfigure のメソッド。OptionalLiveReloadServer
afterPropertiesSet() - クラス org.springframework.boot.devtools.classpath のメソッド。ClassPathFileSystemWatcher
afterPropertiesSet() - クラス org.springframework.boot.devtools.remote.client のメソッド。RemoteClientConfiguration
afterPropertiesSet() - Method in class org.springframework.boot.flyway.autoconfigure.FlywayMigrationInitializer
afterPropertiesSet() - クラス org.springframework.boot.jackson のメソッド。JacksonComponentModule
afterPropertiesSet() - クラス org.springframework.boot.jackson2 のメソッド。JsonComponentModule
使用すべきではありません。
afterPropertiesSet() - クラス org.springframework.boot.jdbc.autoconfigure のメソッド。DataSourceProperties
afterPropertiesSet() - クラス org.springframework.boot.jdbc.autoconfigure.health のメソッド。DataSourceHealthContributorAutoConfiguration
afterPropertiesSet() - クラス org.springframework.boot.jdbc.health のメソッド。DataSourceHealthIndicator
afterPropertiesSet() - Method in class org.springframework.boot.liquibase.autoconfigure.DataSourceClosingSpringLiquibase
afterPropertiesSet() - クラス org.springframework.boot.restdocs.test.autoconfigure のメソッド。RestDocsMockMvcBuilderCustomizer
afterPropertiesSet() - クラス org.springframework.boot.security.oauth2.client.autoconfigure のメソッド。OAuth2ClientProperties
afterPropertiesSet() - クラス org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet のメソッド。OAuth2AuthorizationServerProperties
afterPropertiesSet() - クラス org.springframework.boot.sql.init のメソッド。AbstractScriptDatabaseInitializer
afterPropertiesSet() - クラス org.springframework.boot.testcontainers.service.connection のメソッド。ContainerConnectionDetailsFactory.ContainerConnectionDetails
afterPropertiesSet() - クラス org.springframework.boot.validation.autoconfigure のメソッド。ValidatorAdapter
afterPropertiesSet() - クラス org.springframework.boot.validation.beanvalidation のメソッド。FilteredMethodValidationPostProcessor
afterPropertiesSet() - クラス org.springframework.boot.webflux.autoconfigure.error のメソッド。AbstractErrorWebExceptionHandler
afterPropertiesSet() - クラス org.springframework.boot.webmvc.actuate.endpoint.web のメソッド。AbstractWebMvcEndpointHandlerMapping
afterRefresh(ConfigurableApplicationContext, ApplicationArguments) - Method in class org.springframework.boot.SpringApplication
コンテキストがリフレッシュされた後に呼び出されます。
afterSingletonsInstantiated() - クラス org.springframework.boot.hibernate.autoconfigure.metrics のメソッド。HibernateMetricsAutoConfiguration
afterTestMethod(TestContext) - クラス org.springframework.boot.restdocs.test.autoconfigure のメソッド。RestDocsTestExecutionListener
afterTestMethod(TestContext) - クラス org.springframework.boot.webmvc.test.autoconfigure のメソッド。WebDriverTestExecutionListener
afterTestMethod(TestContext) - クラス org.springframework.boot.webservices.test.autoconfigure.client のメソッド。MockWebServiceServerTestExecutionListener
AgentReloader - org.springframework.boot.devtools.restart のクラス
Java エージェントベースのリローダーかどうかを判断するユーティリティ(例:
aggregateDescriptors(ApiVersion, Map, StatusAggregator, boolean, Set) - クラス org.springframework.boot.health.actuate.endpoint のメソッド。HealthEndpoint
aggregateDescriptors(ApiVersion, Map, StatusAggregator, boolean, Set) - クラス org.springframework.boot.health.actuate.endpoint のメソッド。HealthEndpointWebExtension
aggregateDescriptors(ApiVersion, Map, StatusAggregator, boolean, Set) - クラス org.springframework.boot.health.actuate.endpoint のメソッド。ReactiveHealthEndpointWebExtension
alias() - インターフェース org.springframework.boot.ssl.pem のメソッド。PemSslStore
KeyStoreSE にエントリを設定するときに使用されるエイリアス。
alias() - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
alias レコードコンポーネントの値を返します。
ALL - Enum constant in enum class org.springframework.boot.autoconfigure.condition.SearchStrategy
階層全体を検索します。
ALL - Enum constant in enum class org.springframework.boot.liquibase.autoconfigure.LiquibaseProperties.ShowSummaryOutput
概要をログに記録し、コンソールに出力します。
ALL_ENTRIES - Static variable in interface org.springframework.boot.loader.launch.Archive
すべてのエントリを受け入れる述語。
ALL_REMAINING - Enum constant in enum class org.springframework.boot.actuate.endpoint.annotation.Selector.Match
残りの時間をすべてキャプチャーします。
AllNestedConditions - org.springframework.boot.autoconfigure.condition のクラス
ネストされたすべてのクラス条件が一致したときに一致する Condition
AllNestedConditions(ConfigurationCondition.ConfigurationPhase) - クラス org.springframework.boot.autoconfigure.condition. AllNestedConditions のコンストラクター
allowAll() - インターフェース org.springframework.boot.util.LambdaSafe.Filter の静的メソッド
すべてのコールバックを呼び出せる LambdaSafe.Filter を返します。
allowCircularReferences(boolean) - クラス org.springframework.boot.builder のメソッド。SpringApplicationBuilder
Bean 間の循環参照を許可し、自動的に解決しようとするかどうか。
allowCoreThreadTimeOut(boolean) - クラス org.springframework.boot.task のメソッド。ThreadPoolTaskExecutorBuilder
コアスレッドのタイムアウトを許可するかどうかを設定します。
always() - クラス org.springframework.boot.context.properties のメソッド。PropertyMapper.Source
値が null であっても、常にマッピングを完了するために使用できるこのソースのバージョンを返します。
always(ConfigData.Option...) - インターフェース org.springframework.boot.context.config.ConfigData.PropertySourceOptions の静的メソッド
プロパティソースに関係なく常に同じオプションを返す新しい ConfigData.PropertySourceOptions インスタンスを作成します。
always(ConfigData.Options) - インターフェース org.springframework.boot.context.config.ConfigData.PropertySourceOptions の静的メソッド
プロパティソースに関係なく常に同じオプションを返す新しい ConfigData.PropertySourceOptions インスタンスを作成します。
ALWAYS - Enum constant in enum class org.springframework.boot.actuate.endpoint.Show
レスポンスで常にアイテムを表示します。
ALWAYS - Enum constant in enum class org.springframework.boot.ansi.AnsiOutput.Enabled
ANSI 色の出力を有効にします。
ALWAYS - Enum constant in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeAttribute
常にエラー属性を追加してください。
ALWAYS - Enum constant in enum class org.springframework.boot.buildpack.platform.build.PullPolicy
常にレジストリからイメージをプルします。
ALWAYS - Enum constant in enum class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Readiness.Wait
準備状況チェックを常に実行してください。
ALWAYS - Enum constant in enum class org.springframework.boot.sql.init.DatabaseInitializationMode
常にデータベースを初期化してください。
ALWAYS - Enum constant in enum class org.springframework.boot.test.context.SpringBootTest.UseMainMethod
常に main メソッドを使用してください。
ALWAYS - Enum constant in enum class org.springframework.boot.tomcat.autoconfigure.TomcatServerProperties.UseApr
常に APR を使用し、利用できない場合は失敗します。
ALWAYS_NONE - Static variable in interface org.springframework.boot.context.config.ConfigData.PropertySourceOptions
常に ConfigData.Options.NONE を返す ConfigData.PropertySourceOptions インスタンス。
ALWAYS_READ - Enum constant in enum class org.springframework.boot.env.ConfigTreePropertySource.Option
プロパティ値にアクセスするときは、常にファイルの値を読み取ってください。
alwaysApplying(PropertyMapper.SourceOperator) - クラス org.springframework.boot.context.properties のメソッド。PropertyMapper
指定された PropertyMapper.SourceOperator をすべてのソースに適用する新しい PropertyMapper インスタンスを返します。
AmqpContainer() - クラス org.springframework.boot.amqp.autoconfigure のコンストラクター。RabbitProperties.AmqpContainer
analyze(Throwable) - クラス org.springframework.boot.diagnostics のメソッド。AbstractFailureAnalyzer
analyze(Throwable) - インターフェース org.springframework.boot.diagnostics のメソッド。FailureAnalyzer
指定された failure の分析、または分析が不可能な場合は null の分析を返します。
analyze(Throwable, BeanNotOfRequiredTypeException) - クラス org.springframework.boot.diagnostics.analyzer のメソッド。BeanNotOfRequiredTypeFailureAnalyzer
analyze(Throwable, T) - クラス org.springframework.boot.diagnostics のメソッド。AbstractFailureAnalyzer
指定された rootFailure の分析、または分析が不可能な場合は null の分析を返します。
analyze(Throwable, T) - クラス org.springframework.boot.diagnostics.analyzer のメソッド。AbstractInjectionFailureAnalyzer
analyze(Throwable, T, String) - クラス org.springframework.boot.diagnostics.analyzer のメソッド。AbstractInjectionFailureAnalyzer
指定された rootFailure の分析、または分析が不可能な場合は null の分析を返します。
ANCESTORS - Enum constant in enum class org.springframework.boot.autoconfigure.condition.SearchStrategy
すべての祖先を検索しますが、現在のコンテキストは検索しません。
and(Iterable) - クラス org.springframework.boot.test.util のメソッド。TestPropertyValues
追加のエントリを含む新しい TestPropertyValues インスタンスを返します。
and(Class, Class) - クラス org.springframework.boot.jackson のメソッド。JacksonMixinModuleEntries.Builder
指定されたクラスのマッピングを追加します。
and(Class, Class) - クラス org.springframework.boot.jackson2 のメソッド。JsonMixinModuleEntries.Builder
使用すべきではありません。
指定されたクラスのマッピングを追加します。
and(String...) - クラス org.springframework.boot.test.util のメソッド。TestPropertyValues
追加のエントリを含む新しい TestPropertyValues インスタンスを返します。
and(String, String) - クラス org.springframework.boot.jackson のメソッド。JacksonMixinModuleEntries.Builder
指定されたクラス名のマッピングを追加します。
and(String, String) - クラス org.springframework.boot.jackson2 のメソッド。JsonMixinModuleEntries.Builder
使用すべきではありません。
指定されたクラス名のマッピングを追加します。
and(Map) - クラス org.springframework.boot.test.util のメソッド。TestPropertyValues
追加のエントリを含む新しい TestPropertyValues インスタンスを返します。
and(Stream) - クラス org.springframework.boot.test.util のメソッド。TestPropertyValues
追加のエントリを含む新しい TestPropertyValues インスタンスを返します。
and(Stream, Function) - クラス org.springframework.boot.test.util のメソッド。TestPropertyValues
追加のエントリを含む新しい TestPropertyValues インスタンスを返します。
andCondition(Class, Object...) - クラス org.springframework.boot.autoconfigure.condition のメソッド。ConditionMessage
新しいビルダーを返し、インスタンスと新しい条件の結果に基づいて新しい ConditionMessage を構築します。
andCondition(String, Object...) - クラス org.springframework.boot.autoconfigure.condition のメソッド。ConditionMessage
新しいビルダーを返し、インスタンスと新しい条件の結果に基づいて新しい ConditionMessage を構築します。
andThen(ContextConsumer) - インターフェース org.springframework.boot.test.context.runner のメソッド。ContextConsumer
この操作に続いて after 操作を順番に実行する合成 ContextConsumer を返します。
AnnotatedClassFinder - org.springframework.boot.test.context のクラス
階層内の特定のアノテーションが付けられたクラスを見つけるためのユーティリティクラス。
AnnotatedClassFinder(Class) - クラス org.springframework.boot.test.context. AnnotatedClassFinder のコンストラクター
検索する annotationType を使用して新しいインスタンスを作成します。
annotation() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBean
チェックする必要のある Bean を修飾するアノテーション型。
annotation() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
チェックする必要のある Bean を修飾するアノテーション型。
AnnotationConfigReactiveWebApplicationContext - org.springframework.boot.web.context.reactive のクラス
アノテーション付きクラスを入力として受け入れる ConfigurableReactiveWebApplicationContext - 特に @Configuration アノテーション付きクラスだけでなく、プレーンな @Component クラスと javax.inject アノテーションを使用する JSR-330 準拠クラスも受け入れます。
AnnotationConfigReactiveWebApplicationContext() - クラス org.springframework.boot.web.context.reactive. AnnotationConfigReactiveWebApplicationContext のコンストラクター
新しい AnnotationConfigReactiveWebApplicationContext を作成します。この AnnotationConfigReactiveWebApplicationContext は、AnnotationConfigApplicationContext.register(Class...) 呼び出しを通じて設定し、手動でリフレッシュする必要があります。
AnnotationConfigReactiveWebApplicationContext(Class...) - クラス org.springframework.boot.web.context.reactive. AnnotationConfigReactiveWebApplicationContext のコンストラクター
新しい AnnotationConfigApplicationContext を作成し、指定されたアノテーション付きクラスから Bean 定義を派生させ、コンテキストを自動的にリフレッシュします。
AnnotationConfigReactiveWebApplicationContext(String...) - クラス org.springframework.boot.web.context.reactive. AnnotationConfigReactiveWebApplicationContext のコンストラクター
新しい AnnotationConfigApplicationContext を作成し、指定されたパッケージの Bean 定義をスキャンして、コンテキストを自動的にリフレッシュします。
AnnotationConfigReactiveWebApplicationContext(DefaultListableBeanFactory) - クラス org.springframework.boot.web.context.reactive. AnnotationConfigReactiveWebApplicationContext のコンストラクター
指定された DefaultListableBeanFactory で新しい AnnotationConfigApplicationContext を作成します。
AnnotationConfigReactiveWebServerApplicationContext - org.springframework.boot.web.server.reactive.context のクラス
アノテーション付きクラスを入力として受け入れる ReactiveWebServerApplicationContext - 特に @Configuration アノテーション付きクラスだけでなく、プレーンな @Component クラスと javax.inject アノテーションを使用する JSR-330 準拠クラスも受け入れます。
AnnotationConfigReactiveWebServerApplicationContext() - クラス org.springframework.boot.web.server.reactive.context. AnnotationConfigReactiveWebServerApplicationContext のコンストラクター
AnnotationConfigReactiveWebServerApplicationContext.register(Class...) 呼び出しを介してデータを取り込み、手動でリフレッシュする必要がある新しい AnnotationConfigReactiveWebServerApplicationContext を作成します。
AnnotationConfigReactiveWebServerApplicationContext(Class...) - クラス org.springframework.boot.web.server.reactive.context. AnnotationConfigReactiveWebServerApplicationContext のコンストラクター
新しい AnnotationConfigReactiveWebServerApplicationContext を作成し、指定されたアノテーション付きクラスから Bean 定義を取得し、コンテキストを自動的にリフレッシュします。
AnnotationConfigReactiveWebServerApplicationContext(String...) - クラス org.springframework.boot.web.server.reactive.context. AnnotationConfigReactiveWebServerApplicationContext のコンストラクター
新しい AnnotationConfigReactiveWebServerApplicationContext を作成し、指定されたパッケージの Bean 定義をスキャンし、コンテキストを自動的にリフレッシュします。
AnnotationConfigReactiveWebServerApplicationContext(DefaultListableBeanFactory) - クラス org.springframework.boot.web.server.reactive.context. AnnotationConfigReactiveWebServerApplicationContext のコンストラクター
指定された DefaultListableBeanFactory で新しい AnnotationConfigReactiveWebServerApplicationContext を作成します。
AnnotationConfigServletWebApplicationContext - org.springframework.boot.web.context.servlet のクラス
アノテーション付きクラスを入力として受け入れる GenericWebApplicationContext - 特に @Configuration アノテーション付きクラスだけでなく、プレーンな @Component クラスと javax.inject アノテーションを使用する JSR-330 準拠クラスも受け入れます。
AnnotationConfigServletWebApplicationContext() - クラス org.springframework.boot.web.context.servlet. AnnotationConfigServletWebApplicationContext のコンストラクター
AnnotationConfigServletWebApplicationContext.register(Class...) 呼び出しを介して入力し、手動でリフレッシュする必要がある新しい AnnotationConfigServletWebApplicationContext を作成します。
AnnotationConfigServletWebApplicationContext(Class...) - クラス org.springframework.boot.web.context.servlet. AnnotationConfigServletWebApplicationContext のコンストラクター
新しい AnnotationConfigServletWebApplicationContext を作成し、指定されたアノテーション付きクラスから Bean 定義を取得し、コンテキストを自動的にリフレッシュします。
AnnotationConfigServletWebApplicationContext(String...) - クラス org.springframework.boot.web.context.servlet. AnnotationConfigServletWebApplicationContext のコンストラクター
新しい AnnotationConfigServletWebApplicationContext を作成し、指定されたパッケージの Bean 定義をスキャンし、コンテキストを自動的にリフレッシュします。
AnnotationConfigServletWebApplicationContext(DefaultListableBeanFactory) - クラス org.springframework.boot.web.context.servlet. AnnotationConfigServletWebApplicationContext のコンストラクター
指定された DefaultListableBeanFactory で新しい AnnotationConfigServletWebApplicationContext を作成します。
AnnotationConfigServletWebServerApplicationContext - org.springframework.boot.web.server.servlet.context のクラス
アノテーション付きクラスを入力として受け入れる ServletWebServerApplicationContext - 特に @Configuration アノテーション付きクラスだけでなく、プレーンな @Component クラスと javax.inject アノテーションを使用する JSR-330 準拠クラスも受け入れます。
AnnotationConfigServletWebServerApplicationContext() - クラス org.springframework.boot.web.server.servlet.context. AnnotationConfigServletWebServerApplicationContext のコンストラクター
AnnotationConfigServletWebServerApplicationContext.register(Class...) 呼び出しを介してデータを取り込み、手動でリフレッシュする必要がある新しい AnnotationConfigServletWebServerApplicationContext を作成します。
AnnotationConfigServletWebServerApplicationContext(Class...) - クラス org.springframework.boot.web.server.servlet.context. AnnotationConfigServletWebServerApplicationContext のコンストラクター
新しい AnnotationConfigServletWebServerApplicationContext を作成し、指定されたアノテーション付きクラスから Bean 定義を取得し、コンテキストを自動的にリフレッシュします。
AnnotationConfigServletWebServerApplicationContext(String...) - クラス org.springframework.boot.web.server.servlet.context. AnnotationConfigServletWebServerApplicationContext のコンストラクター
新しい AnnotationConfigServletWebServerApplicationContext を作成し、指定されたパッケージの Bean 定義をスキャンし、コンテキストを自動的にリフレッシュします。
AnnotationConfigServletWebServerApplicationContext(DefaultListableBeanFactory) - クラス org.springframework.boot.web.server.servlet.context. AnnotationConfigServletWebServerApplicationContext のコンストラクター
指定された DefaultListableBeanFactory で新しい AnnotationConfigServletWebServerApplicationContext を作成します。
AnnotationCustomizableTypeExcludeFilter - org.springframework.boot.test.context.filter.annotation のクラス
アノテーションを使用してカスタマイズできる TypeExcludeFilter の抽象基本クラス。
AnnotationCustomizableTypeExcludeFilter() - クラス org.springframework.boot.test.context.filter.annotation. AnnotationCustomizableTypeExcludeFilter のコンストラクター
AnnotationCustomizableTypeExcludeFilter.FilterType - org.springframework.boot.test.context.filter.annotation の Enum クラス
Ansi8BitColor - org.springframework.boot.ansi のクラス
ANSI 8 ビットフォアグラウンドまたはバックグラウンドカラーコードの AnsiElement 実装。
AnsiBackground - Enum Class in org.springframework.boot.ansi
Ansi の背景色。
AnsiColor - Enum Class in org.springframework.boot.ansi
Ansi 色。
AnsiElement - Interface in org.springframework.boot.ansi
ANSI エンコード可能な要素。
AnsiOutput - org.springframework.boot.ansi のクラス
ANSI エンコード出力を生成し、ターミナルが ANSI をサポートしているかどうかを自動的に検出しようとします。
AnsiOutput() - クラス org.springframework.boot.ansi. AnsiOutput のコンストラクター
AnsiOutput.Enabled - Enum Class in org.springframework.boot.ansi
AnsiOutputApplicationListener - org.springframework.boot.support のクラス
プロパティ spring.output.ansi.enabled の値に応じて AnsiOutput を構成する ApplicationListener
AnsiOutputApplicationListener() - クラス org.springframework.boot.support. AnsiOutputApplicationListener のコンストラクター
AnsiPropertySource - org.springframework.boot.ansi のクラス
AnsiStyleAnsiColorAnsiBackgroundAnsi8BitColor エレメントの場合は PropertyResolver
AnsiPropertySource(String, boolean) - クラス org.springframework.boot.ansi. AnsiPropertySource のコンストラクター
新しい AnsiPropertySource インスタンスを作成します。
AnsiStyle - Enum Class in org.springframework.boot.ansi
Ansi スタイル。
ANT_PATH_MATCHER - Enum constant in enum class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.MatchingStrategy
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
4.0.0 以降、4.2.0 で削除され WebMvcProperties.MatchingStrategy.PATH_PATTERN_PARSER を推奨
ANY - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.web.ManagementContextType
管理コンテキストは、メインアプリケーションコンテキストと同じにすることも、メインアプリケーションコンテキストの子にすることもできます。
ANY - Enum constant in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
すべての Web アプリケーションが一致します。
ANY - Enum constant in enum class org.springframework.boot.jdbc.test.autoconfigure.AutoConfigureTestDatabase.Replace
自動構成されたか手動で定義されたかにかかわらず、DataSource Bean を交換してください。
ANY_CONNECTION_NAME - Static variable in class org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory
任意の接続名が受け入れられるときにコンストラクターに渡される定数。
anyMatches(ConditionContext, AnnotatedTypeMetadata, Condition...) - クラス org.springframework.boot.autoconfigure.condition のメソッド。SpringBootCondition
指定された条件のいずれかが一致する場合、true を返します。
AnyNestedCondition - org.springframework.boot.autoconfigure.condition のクラス
ネストされたクラス条件が一致する場合に一致する Condition
AnyNestedCondition(ConfigurationCondition.ConfigurationPhase) - クラス org.springframework.boot.autoconfigure.condition. AnyNestedCondition のコンストラクター
AopAutoConfiguration - org.springframework.boot.autoconfigure.aop のクラス
Spring の AOP サポート用の Auto-configuration
AopAutoConfiguration() - クラス org.springframework.boot.autoconfigure.aop. AopAutoConfiguration のコンストラクター
AotInitializerNotFoundException - org.springframework.boot の例外クラス
AOT 初期化子が見つからなかった場合にスローされる例外。
AotInitializerNotFoundException(Class, String) - Constructor for exception class org.springframework.boot.AotInitializerNotFoundException
apiKey() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.newrelic.NewRelicPropertiesConfigAdapter
Apiversion() - クラス org.springframework.boot.webflux.autoconfigure のコンストラクター。WebFluxProperties.Apiversion
Apiversion() - クラス org.springframework.boot.webmvc.autoconfigure のコンストラクター。WebMvcProperties.Apiversion
ApiVersion - Class in org.springframework.boot.buildpack.platform.docker
メジャー値とマイナー値で構成される API バージョン番号。
ApiVersion - Enum Class in org.springframework.boot.actuate.endpoint
アクチュエーター API でサポートされている API バージョン。
ApiversionProperties - org.springframework.boot.http.client.autoconfigure のクラス
リアクティブ型および命令型 HTTP クライアントの両方の API バージョンプロパティ。
ApiversionProperties() - クラス org.springframework.boot.http.client.autoconfigure. ApiversionProperties のコンストラクター
ApiversionProperties.Insert - org.springframework.boot.http.client.autoconfigure のクラス
append(String) - クラス org.springframework.boot.autoconfigure.condition のメソッド。ConditionMessage
インスタンスと追加されたメッセージに基づいて新しい ConditionMessage を返します。
append(String) - クラス org.springframework.boot.context.properties.source のメソッド。ConfigurationPropertyName
指定されたサフィックスを追加して、新しい ConfigurationPropertyName を作成します。
append(ConfigurationPropertyName) - クラス org.springframework.boot.context.properties.source のメソッド。ConfigurationPropertyName
指定されたサフィックスを追加して、新しい ConfigurationPropertyName を作成します。
appendAnsiString(StringBuilder, String, AnsiElement) - クラス org.springframework.boot.logging.log4j2 のメソッド。ColorConverter
appendDetails(Map) - クラス org.springframework.boot.quartz.actuate.endpoint のメソッド。QuartzEndpoint.CalendarIntervalTriggerDescriptor
appendDetails(Map) - クラス org.springframework.boot.quartz.actuate.endpoint のメソッド。QuartzEndpoint.CronTriggerDescriptor
appendDetails(Map) - クラス org.springframework.boot.quartz.actuate.endpoint のメソッド。QuartzEndpoint.CustomTriggerDescriptor
appendDetails(Map) - クラス org.springframework.boot.quartz.actuate.endpoint のメソッド。QuartzEndpoint.DailyTimeIntervalTriggerDescriptor
appendDetails(Map) - クラス org.springframework.boot.quartz.actuate.endpoint のメソッド。QuartzEndpoint.SimpleTriggerDescriptor
appendDetails(Map) - クラス org.springframework.boot.quartz.actuate.endpoint のメソッド。QuartzEndpoint.TriggerDescriptor
指定された content にトリガー実装固有の詳細を追加します。
appendFields(ToStringCreator) - クラス org.springframework.boot.actuate.endpoint.annotation のメソッド。AbstractDiscoveredEndpoint
appendFields(ToStringCreator) - クラス org.springframework.boot.actuate.endpoint.annotation のメソッド。AbstractDiscoveredOperation
appendSummary(Map) - クラス org.springframework.boot.quartz.actuate.endpoint のメソッド。QuartzEndpoint.CalendarIntervalTriggerDescriptor
appendSummary(Map) - クラス org.springframework.boot.quartz.actuate.endpoint のメソッド。QuartzEndpoint.CronTriggerDescriptor
appendSummary(Map) - クラス org.springframework.boot.quartz.actuate.endpoint のメソッド。QuartzEndpoint.CustomTriggerDescriptor
appendSummary(Map) - クラス org.springframework.boot.quartz.actuate.endpoint のメソッド。QuartzEndpoint.DailyTimeIntervalTriggerDescriptor
appendSummary(Map) - クラス org.springframework.boot.quartz.actuate.endpoint のメソッド。QuartzEndpoint.SimpleTriggerDescriptor
appendSummary(Map) - クラス org.springframework.boot.quartz.actuate.endpoint のメソッド。QuartzEndpoint.TriggerDescriptor
指定された content にトリガー実装固有の要約項目を追加します。
application() - クラス org.springframework.boot.builder のメソッド。SpringApplicationBuilder
現在のアプリケーションのアクセサー。
APPLICATION - Static variable in class org.springframework.boot.loader.tools.StandardLayers
アプリケーション層。
APPLICATION_GROUP - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
ログに記録する必要があるアプリケーショングループのログシステムプロパティ。
APPLICATION_NAME - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
ログに記録する必要があるアプリケーション名のログシステムプロパティ。
APPLICATION_READY_TIME_METRIC_NAME - Static variable in class org.springframework.boot.micrometer.metrics.startup.StartupTimeMetricsListener
アプリケーションの準備完了時間メトリクスに使用するデフォルトの名前。
APPLICATION_STARTED_TIME_METRIC_NAME - Static variable in class org.springframework.boot.micrometer.metrics.startup.StartupTimeMetricsListener
アプリケーションの開始時間メトリクスに使用するデフォルトの名前。
APPLICATION_TASK_EXECUTOR_BEAN_NAME - Static variable in class org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration
アプリケーション TaskExecutor の Bean 名。
ApplicationArguments - org.springframework.boot のインターフェース
SpringApplication の実行に使用された引数へのアクセスを提供します。
ApplicationAvailability - Interface in org.springframework.boot.availability
アプリケーションの availability state 情報を提供します。
ApplicationAvailabilityAutoConfiguration - org.springframework.boot.autoconfigure.availability のクラス
ApplicationAvailabilityAutoConfiguration() - クラス org.springframework.boot.autoconfigure.availability. ApplicationAvailabilityAutoConfiguration のコンストラクター
ApplicationAvailabilityBean - org.springframework.boot.availability のクラス
change events をリッスンして ApplicationAvailability 実装を提供する Bean。
ApplicationAvailabilityBean() - クラス org.springframework.boot.availability. ApplicationAvailabilityBean のコンストラクター
ApplicationContentFilter - org.springframework.boot.loader.tools.layer のクラス
Ant スタイルのパスパターンに基づいてアプリケーションアイテムに一致する ContentFilter
ApplicationContentFilter(String) - クラス org.springframework.boot.loader.tools.layer. ApplicationContentFilter のコンストラクター
ApplicationContextAssert<C> - org.springframework.boot.test.context.assertj のクラス
ApplicationContext に適用できる AssertJ assertions
ApplicationContextAssert.Scope - org.springframework.boot.test.context.assertj の Enum クラス
アサーションの範囲。
ApplicationContextAssertProvider<C> - org.springframework.boot.test.context.assertj のインターフェース
AssertJ スタイルのアサーションを追加でサポートする ApplicationContext
ApplicationContextFactory - org.springframework.boot のインターフェース
SpringApplication で使用される ConfigurableApplicationContext を作成するための戦略インターフェース。
ApplicationContextFilterConfiguration() - クラス org.springframework.boot.servlet.autoconfigure.actuate.web のコンストラクター。ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration
ApplicationContextHeaderFilter - org.springframework.boot.servlet.filter のクラス
OncePerRequestFilter は、ApplicationContext ID を含む X-Application-Context ヘッダーを追加します。
ApplicationContextHeaderFilter(ApplicationContext) - クラス org.springframework.boot.servlet.filter. ApplicationContextHeaderFilter のコンストラクター
ApplicationContextInitializedEvent - org.springframework.boot.context.event のクラス
SpringApplication が始動し、ApplicationContext が準備され、ApplicationContextInitializers が呼び出されましたが、Bean 定義がロードされる前に発行されたイベント。
ApplicationContextInitializedEvent(SpringApplication, String[], ConfigurableApplicationContext) - クラス org.springframework.boot.context.event. ApplicationContextInitializedEvent のコンストラクター
新しい ApplicationContextInitializedEvent インスタンスを作成します。
ApplicationContextRequestMatcher<C> - org.springframework.boot.security.web.servlet のクラス
ApplicationContext バックアップ RequestMatcher
ApplicationContextRequestMatcher(Class) - クラス org.springframework.boot.security.web.servlet. ApplicationContextRequestMatcher のコンストラクター
ApplicationContextRunner - org.springframework.boot.test.context.runner のクラス
ApplicationContextRunner() - クラス org.springframework.boot.test.context.runner. ApplicationContextRunner のコンストラクター
基になるソースとして AnnotationConfigApplicationContext を使用して、新しい ApplicationContextRunner インスタンスを作成します。
ApplicationContextRunner(Supplier) - クラス org.springframework.boot.test.context.runner. ApplicationContextRunner のコンストラクター
指定された contextFactory を基になるソースとして使用して、新しい ApplicationContextRunner インスタンスを作成します。
ApplicationContextRunner(Supplier, Class...) - クラス org.springframework.boot.test.context.runner. ApplicationContextRunner のコンストラクター
指定された contextFactory を基になるソースとして使用して、新しい ApplicationContextRunner インスタンスを作成します。
ApplicationContextServerWebExchangeMatcher<C> - org.springframework.boot.security.web.reactive のクラス
ApplicationContextServerWebExchangeMatcher(Class) - クラス org.springframework.boot.security.web.reactive. ApplicationContextServerWebExchangeMatcher のコンストラクター
ApplicationContextTestUtils - org.springframework.boot.test.util のクラス
アプリケーションコンテキスト関連のテストユーティリティ。
ApplicationContextTestUtils() - クラス org.springframework.boot.test.util. ApplicationContextTestUtils のコンストラクター
ApplicationConversionService - org.springframework.boot.convert のクラス
ほとんどの Spring Boot アプリケーションに適したコンバーターとフォーマッターでデフォルトで構成された FormattingConversionService の特殊化。
ApplicationConversionService() - クラス org.springframework.boot.convert. ApplicationConversionService のコンストラクター
ApplicationConversionService(StringValueResolver) - クラス org.springframework.boot.convert. ApplicationConversionService のコンストラクター
ApplicationDataSourceScriptDatabaseInitializer - org.springframework.boot.jdbc.autoconfigure のクラス
プライマリ SQL データベースの DataSourceScriptDatabaseInitializer
ApplicationDataSourceScriptDatabaseInitializer(DataSource, SqlInitializationProperties) - クラス org.springframework.boot.jdbc.autoconfigure. ApplicationDataSourceScriptDatabaseInitializer のコンストラクター
新しい ApplicationDataSourceScriptDatabaseInitializer インスタンスを作成します。
ApplicationDataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - クラス org.springframework.boot.jdbc.autoconfigure. ApplicationDataSourceScriptDatabaseInitializer のコンストラクター
新しい ApplicationDataSourceScriptDatabaseInitializer インスタンスを作成します。
ApplicationEnvironmentPreparedEvent - org.springframework.boot.context.event のクラス
SpringApplication が起動し、Environment がインスペクションおよび変更に最初に利用可能になったときに公開されたイベント。
ApplicationEnvironmentPreparedEvent(ConfigurableBootstrapContext, SpringApplication, String[], ConfigurableEnvironment) - クラス org.springframework.boot.context.event. ApplicationEnvironmentPreparedEvent のコンストラクター
新しい ApplicationEnvironmentPreparedEvent インスタンスを作成します。
ApplicationFailedEvent - org.springframework.boot.context.event のクラス
開始に失敗したときに SpringApplication によって発行されるイベント。
ApplicationFailedEvent(SpringApplication, String[], ConfigurableApplicationContext, Throwable) - クラス org.springframework.boot.context.event. ApplicationFailedEvent のコンストラクター
新しい ApplicationFailedEvent インスタンスを作成します。
ApplicationHome - org.springframework.boot.system のクラス
アプリケーションのホームディレクトリへのアクセスを提供します。
ApplicationHome() - クラス org.springframework.boot.system. ApplicationHome のコンストラクター
新しい ApplicationHome インスタンスを作成します。
ApplicationHome(Class) - クラス org.springframework.boot.system. ApplicationHome のコンストラクター
指定されたソースクラスの新しい ApplicationHome インスタンスを作成します。
ApplicationPid - org.springframework.boot.system のクラス
アプリケーションプロセス ID。
ApplicationPid() - クラス org.springframework.boot.system. ApplicationPid のコンストラクター
ApplicationPid(Long) - クラス org.springframework.boot.system. ApplicationPid のコンストラクター
ApplicationPidFileWriter - org.springframework.boot.context のクラス
アプリケーションの PID をファイルに保存する ApplicationListener
ApplicationPidFileWriter() - クラス org.springframework.boot.context. ApplicationPidFileWriter のコンストラクター
ファイル名 "application.pid" を使用して、新しい ApplicationPidFileWriter インスタンスを作成します。
ApplicationPidFileWriter(File) - クラス org.springframework.boot.context. ApplicationPidFileWriter のコンストラクター
指定されたファイルで新しい ApplicationPidFileWriter インスタンスを作成します。
ApplicationPidFileWriter(String) - クラス org.springframework.boot.context. ApplicationPidFileWriter のコンストラクター
指定したファイル名で新しい ApplicationPidFileWriter インスタンスを作成します。
ApplicationPreparedEvent - org.springframework.boot.context.event のクラス
SpringApplication が起動し、ApplicationContext が完全に準備されているが、リフレッシュされていないときに公開されたイベント。
ApplicationPreparedEvent(SpringApplication, String[], ConfigurableApplicationContext) - クラス org.springframework.boot.context.event. ApplicationPreparedEvent のコンストラクター
新しい ApplicationPreparedEvent インスタンスを作成します。
ApplicationR2dbcScriptDatabaseInitializer - org.springframework.boot.r2dbc.autoconfigure のクラス
プライマリ SQL データベースの R2dbcScriptDatabaseInitializer
ApplicationR2dbcScriptDatabaseInitializer(ConnectionFactory, SqlInitializationProperties) - クラス org.springframework.boot.r2dbc.autoconfigure のコンストラクター。ApplicationR2dbcScriptDatabaseInitializer
新しい ApplicationR2dbcScriptDatabaseInitializer インスタンスを作成します。
ApplicationR2dbcScriptDatabaseInitializer(ConnectionFactory, DatabaseInitializationSettings) - クラス org.springframework.boot.r2dbc.autoconfigure のコンストラクター。ApplicationR2dbcScriptDatabaseInitializer
新しい ApplicationR2dbcScriptDatabaseInitializer インスタンスを作成します。
ApplicationReadyEvent - org.springframework.boot.context.event のクラス
アプリケーションがリクエストを処理する準備ができていることを示すために、可能な限り遅く発行されたイベント。
ApplicationReadyEvent(SpringApplication, String[], ConfigurableApplicationContext, Duration) - クラス org.springframework.boot.context.event. ApplicationReadyEvent のコンストラクター
新しい ApplicationReadyEvent インスタンスを作成します。
ApplicationResourceLoader - org.springframework.boot.io のクラス
クラスは、spring.factories に登録された追加の ProtocolResolvers をサポートする ResourceLoaders を取得するために使用できます。
ApplicationResourceLoader() - クラス org.springframework.boot.io. ApplicationResourceLoader のコンストラクター
ApplicationResourceLoader.FilePathResolver - org.springframework.boot.io のインターフェース
spring.factories に登録され、FileSystemResource としても表すことができる場合に、ロードされたリソースのファイルパスを決定するために ApplicationResourceLoader によって使用される戦略インターフェース。
ApplicationRunner - org.springframework.boot のインターフェース
Bean が SpringApplication に含まれている場合、Bean を実行する必要があることを示すために使用されるインターフェース。
ApplicationScriptDatabaseInitializer - Interface in org.springframework.boot.sql.autoconfigure.init
アプリケーションのデータベースを初期化するスクリプトベースのデータベース初期化子のマーカーインターフェース。
ApplicationServletEnvironment - org.springframework.boot.web.context.servlet のクラス
典型的な SpringApplication での典型的な使用のための StandardServletEnvironment
ApplicationServletEnvironment() - クラス org.springframework.boot.web.context.servlet. ApplicationServletEnvironment のコンストラクター
ApplicationStartedEvent - org.springframework.boot.context.event のクラス
アプリケーションコンテキストがリフレッシュされた後、application および command line ランナーが呼び出される前に発行されたイベント。
ApplicationStartedEvent(SpringApplication, String[], ConfigurableApplicationContext, Duration) - クラス org.springframework.boot.context.event. ApplicationStartedEvent のコンストラクター
新しい ApplicationStartedEvent インスタンスを作成します。
ApplicationStartingEvent - org.springframework.boot.context.event のクラス
SpringApplication が開始されるとすぐに、つまり Environment または ApplicationContext が使用可能になる前、ただし ApplicationListener が登録された後、できるだけ早くイベントが公開されます。
ApplicationStartingEvent(ConfigurableBootstrapContext, SpringApplication, String[]) - クラス org.springframework.boot.context.event. ApplicationStartingEvent のコンストラクター
新しい ApplicationStartingEvent インスタンスを作成します。
applicationStartup(ApplicationStartup) - クラス org.springframework.boot.builder のメソッド。SpringApplicationBuilder
スタートアップメトリクスを収集するために ApplicationContext とともに使用されるように ApplicationStartup を構成します。
ApplicationTemp - org.springframework.boot.system のクラス
アプリケーション固有の一時ディレクトリへのアクセスを提供します。
ApplicationTemp() - クラス org.springframework.boot.system. ApplicationTemp のコンストラクター
新しい ApplicationTemp インスタンスを作成します。
ApplicationTemp(Class) - クラス org.springframework.boot.system. ApplicationTemp のコンストラクター
指定されたソースクラスの新しい ApplicationTemp インスタンスを作成します。
apply() - クラス org.springframework.boot.logging のメソッド。LoggingSystemProperties
apply(Timer.Builder) - クラス org.springframework.boot.data.autoconfigure.metrics のメソッド。PropertiesAutoTimer
apply(Timer.Builder) - インターフェース org.springframework.boot.data.metrics のメソッド。AutoTimer
指定された Timer.Builder に自動タイマー設定を適用するために呼び出されます。
apply(Statement, Description) - クラス org.springframework.boot.test.system のメソッド。OutputCaptureRule
使用すべきではありません。
apply(EndpointId, OperationType, OperationParameters, OperationInvoker) - インターフェース org.springframework.boot.actuate.endpoint.invoke のメソッド。OperationInvokerAdvisor
指定された呼び出し元に追加機能を適用します。
apply(EndpointId, OperationType, OperationParameters, OperationInvoker) - クラス org.springframework.boot.actuate.endpoint.invoker.cache のメソッド。CachingOperationInvokerAdvisor
apply(SanitizableData) - インターフェース org.springframework.boot.actuate.endpoint のメソッド。SanitizingFunction
指定されたデータにサニタイズ機能を適用します。
apply(BindHandler) - インターフェース org.springframework.boot.context.properties のメソッド。ConfigurationPropertiesBindHandlerAdvisor
ソースバインドハンドラーに追加機能を適用します。
apply(PropertyMapper.Source) - インターフェース org.springframework.boot.context.properties のメソッド。PropertyMapper.SourceOperator
指定されたソースに操作を適用します。
apply(ConfigurationPropertySource) - クラス org.springframework.boot.context.properties.source のメソッド。UnboundElementsSourceFilter
apply(AutoTimer, String, Set, Consumer) - Static method in interface org.springframework.boot.data.metrics.AutoTimer
apply(LogFile) - クラス org.springframework.boot.logging のメソッド。LoggingSystemProperties
apply(LogFile, PropertyResolver) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
apply(LogFile, PropertyResolver) - クラス org.springframework.boot.logging のメソッド。LoggingSystemProperties
apply(ConfigurableApplicationContext) - クラス org.springframework.boot.test.context.runner のメソッド。AbstractApplicationContextRunner.BeanRegistration
apply(HttpServer) - クラス org.springframework.boot.reactor.netty のメソッド。SslServerCustomizer
applyingNameProcessor(JsonWriter.NameProcessor) - クラス org.springframework.boot.json のメソッド。JsonWriter.Members
JSON を書き込むときに適用される JsonWriter.NameProcessor を追加します。
applyingPathFilter(Predicate) - クラス org.springframework.boot.json のメソッド。JsonWriter.Members
JSON に書き込まれるメンバーを制限するために使用するフィルターを追加します。
applyingValueProcessor(JsonWriter.ValueProcessor) - クラス org.springframework.boot.json のメソッド。JsonWriter.Members
JSON を書き込むときに適用される JsonWriter.ValueProcessor を追加します。
applyInitializers(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
リフレッシュする前に、ApplicationContextInitializer をコンテキストに適用します。
applySuffix(String) - 列挙クラス org.springframework.boot.test.util.TestPropertyValues.Type のメソッド
applySystemProperties(Environment, LogFile) - クラス org.springframework.boot.logging のメソッド。AbstractLoggingSystem
applyTo(Collection) - 列挙クラス org.springframework.boot.autoconfigure.condition.ConditionMessage.Style のメソッド
applyTo(BiConsumer) - クラス org.springframework.boot.opentelemetry.autoconfigure のメソッド。OpenTelemetryResourceAttributes
環境変数とユーザー定義のリソース属性を組み合わせた後、提供された BiConsumerSE にリソース属性を適用します。
applyTo(Properties) - クラス org.springframework.boot.logging のメソッド。LogFile
LOG_PATH および LOG_FILE マップエントリにログファイルの詳細を適用します。
applyTo(ConfigurableApplicationContext) - クラス org.springframework.boot.test.util のメソッド。TestPropertyValues
基になるマップから ApplicationContext が所有する環境にプロパティを追加します。
applyTo(ConfigurableEnvironment) - Static method in class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
ConfigData 後処理を既存の Environment に適用します。
applyTo(ConfigurableEnvironment) - クラス org.springframework.boot.test.util のメソッド。TestPropertyValues
基になるマップから環境にプロパティを追加します。
applyTo(ConfigurableEnvironment, TestPropertyValues.Type) - クラス org.springframework.boot.test.util のメソッド。TestPropertyValues
指定されたプロパティソース型を使用して、基礎となるマップから環境にプロパティを追加します。
applyTo(ConfigurableEnvironment, TestPropertyValues.Type, String) - クラス org.springframework.boot.test.util のメソッド。TestPropertyValues
指定されたプロパティソース型と名前を使用して、基礎となるマップから環境にプロパティを追加します。
applyTo(ConfigurableEnvironment, ResourceLoader, ConfigurableBootstrapContext, Collection) - Static method in class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
ConfigData 後処理を既存の Environment に適用します。
applyTo(ConfigurableEnvironment, ResourceLoader, ConfigurableBootstrapContext, Collection, ConfigDataEnvironmentUpdateListener) - Static method in class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
ConfigData 後処理を既存の Environment に適用します。
applyTo(ConfigurableEnvironment, ResourceLoader, ConfigurableBootstrapContext, String...) - Static method in class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
ConfigData 後処理を既存の Environment に適用します。
applyTo(RepositoryRestConfiguration) - クラス org.springframework.boot.data.rest.autoconfigure のメソッド。DataRestProperties
applyToItem(Object) - 列挙クラス org.springframework.boot.autoconfigure.condition.ConditionMessage.Style のメソッド
applyToMvcViewResolver(Object) - クラス org.springframework.boot.freemarker.autoconfigure のメソッド。FreeMarkerProperties
指定されたプロパティを AbstractTemplateViewResolver に適用します。
applyToMvcViewResolver(Object) - Method in class org.springframework.boot.groovy.template.autoconfigure.GroovyTemplateProperties
指定されたプロパティを AbstractTemplateViewResolver に適用します。
applyToSystemProperties() - クラス org.springframework.boot.logging のメソッド。LogFile
LOG_PATH および LOG_FILE システムプロパティにログファイルの詳細を適用します。
applyToSystemProperties(Runnable) - クラス org.springframework.boot.test.util のメソッド。TestPropertyValues
action の間、プロパティを system properties に追加し、完了時に以前の値を復元します。
applyToSystemProperties(Callable) - クラス org.springframework.boot.test.util のメソッド。TestPropertyValues
call の間、プロパティを system properties に追加し、完了時に以前の値を復元します。
applyUnlessFiltered(SanitizableData) - インターフェース org.springframework.boot.actuate.endpoint のメソッド。SanitizingFunction
フィルターを通過するかフィルターがない場合は、除菌機能を適用します。
applyWrapper(Handler, Handler.Wrapper) - クラス org.springframework.boot.jetty のメソッド。JettyWebServerFactory
AppOpticsMetricsExportAutoConfiguration - Class in org.springframework.boot.micrometer.metrics.autoconfigure.export.appoptics
AppOptics にメトリクスをエクスポートするための Auto-configuration
AppOpticsProperties - Class in org.springframework.boot.micrometer.metrics.autoconfigure.export.appoptics
AppOptics メトリクスのエクスポートを構成するための @ConfigurationProperties
AppOpticsProperties() - Constructor for class org.springframework.boot.micrometer.metrics.autoconfigure.export.appoptics.AppOpticsProperties
Archive - Interface in org.springframework.boot.loader.launch
Launcher によって起動できるアーカイブ。
Archive.Entry - org.springframework.boot.loader.launch のインターフェース
アーカイブ内の単一のエントリを表します。
args() - Element in annotation interface org.springframework.boot.test.context.SpringBootTest
テスト対象のアプリケーションに渡す必要のあるアプリケーション引数。
ARGS - Static variable in class org.springframework.boot.loader.launch.PropertiesLauncher
デフォルトのコマンドライン引数のプロパティキー。
ArtemisAutoConfiguration - org.springframework.boot.artemis.autoconfigure のクラス
Auto-configuration は Artemis ブローカーと統合します。
ArtemisAutoConfiguration() - クラス org.springframework.boot.artemis.autoconfigure. ArtemisAutoConfiguration のコンストラクター
ArtemisConfigurationCustomizer - Interface in org.springframework.boot.artemis.autoconfigure
自動構成された EmbeddedActiveMQ インスタンスで使用される前に、Artemis JMS サーバー Configuration をカスタマイズしてその自動構成を微調整したい Bean によって実装できるコールバックインターフェース。
ArtemisConnectionDetails - Interface in org.springframework.boot.artemis.autoconfigure
Artemis サービスへの接続を確立するために必要な詳細。
ArtemisMode - Enum Class in org.springframework.boot.artemis.autoconfigure
Artemis が動作できるモードを定義します。
ArtemisNoOpBindingRegistry - org.springframework.boot.artemis.autoconfigure のクラス
BindingRegistry の何もしない実装。
ArtemisNoOpBindingRegistry() - クラス org.springframework.boot.artemis.autoconfigure. ArtemisNoOpBindingRegistry のコンストラクター
ArtemisProperties - org.springframework.boot.artemis.autoconfigure のクラス
Artemis の構成プロパティ。
ArtemisProperties() - クラス org.springframework.boot.artemis.autoconfigure. ArtemisProperties のコンストラクター
ArtemisProperties.Embedded - Class in org.springframework.boot.artemis.autoconfigure
組み込み Artemis サーバーの構成。
as(BiFunction) - クラス org.springframework.boot.loader.zip のメソッド。ZipContent.Entry
生のエントリを ZipEntrySE または ZipEntrySE サブクラスに適合させます。
as(Function) - クラス org.springframework.boot.loader.zip のメソッド。ZipContent.Entry
生のエントリを ZipEntrySE または ZipEntrySE サブクラスに適合させます。
as(PropertyMapper.Source.Adapter) - クラス org.springframework.boot.context.properties のメソッド。PropertyMapper.Source
指定されたアダプター関数によって変更されたソースの適合バージョンを返します。
as(PropertyMapper.Source.Always.Adapter) - クラス org.springframework.boot.context.properties のメソッド。PropertyMapper.Source.Always
指定されたアダプター関数によって変更されたソースの適合バージョンを返します。
as(JsonWriter.Extractor) - クラス org.springframework.boot.json のメソッド。JsonWriter.Member
指定された FunctionSE を適用して値を調整します。
asArray() - クラス org.springframework.boot.test.json のメソッド。ObjectContentAssert
この呼び出しからの配列固有のアサーションのチェーンを許可するために、実際の値が配列であることを確認し、配列アサーションを返します。
asBindTarget() - クラス org.springframework.boot.context.properties のメソッド。ConfigurationPropertiesBean
Binder のターゲットとして使用できる Bindable インスタンスを返します。
asClientRegistrations() - クラス org.springframework.boot.security.oauth2.client.autoconfigure のメソッド。OAuth2ClientPropertiesMapper
プロパティを ClientRegistrations にマップします。
asHealthContributor() - インターフェース org.springframework.boot.health.contributor のメソッド。CompositeReactiveHealthContributor
asHealthContributor() - インターフェース org.springframework.boot.health.contributor のメソッド。ReactiveHealthContributor
このリアクティブコントリビューターを標準ブロッキング HealthContributor として返します。
asHealthContributor() - インターフェース org.springframework.boot.health.contributor のメソッド。ReactiveHealthIndicator
asHealthContributors() - インターフェース org.springframework.boot.health.contributor のメソッド。ReactiveHealthContributors
これらのリアクティブコントリビュート因子を標準ブロッキング HealthContributors として返します。
asInputStream() - インターフェース org.springframework.boot.loader.zip のメソッド。DataBlock
この DataBlockInputStreamSE として返します。
asInt(PropertyMapper.Source.Adapter) - クラス org.springframework.boot.context.properties のメソッド。PropertyMapper.Source
IntegerSE 型のソースの適応バージョンを返します。
asList(AnnotationAttributes, String) - クラス org.springframework.boot.autoconfigure のメソッド。AutoConfigurationImportSelector
asMap() - クラス org.springframework.boot.test.json のメソッド。ObjectContentAssert
この呼び出しからのマップ固有のアサーションのチェーンを許可するために、実際の値がマップであることを確認し、マップアサーションを返します。
asPercentage() - クラス org.springframework.boot.buildpack.platform.docker のメソッド。ProgressUpdateEvent.ProgressDetail
進捗状況をパーセンテージで返します。
AssertableApplicationContext - Interface in org.springframework.boot.test.context.assertj
AssertJ スタイルのアサーションを追加でサポートする ApplicationContext
AssertableReactiveWebApplicationContext - Interface in org.springframework.boot.test.context.assertj
AssertJ スタイルのアサーションをさらにサポートする ReactiveWebApplicationContext
AssertableWebApplicationContext - Interface in org.springframework.boot.test.context.assertj
AssertJ スタイルのアサーションをさらにサポートする WebApplicationContext
assertContainsAlias(KeyStore) - インターフェース org.springframework.boot.ssl のメソッド。SslBundleKey
エイリアスが指定されたキーストアに含まれていることをアサートします。
AssertingParty() - クラス org.springframework.boot.security.saml2.autoconfigure のコンストラクター。Saml2RelyingPartyProperties.AssertingParty
assertThat() - インターフェース org.springframework.boot.test.context.assertj のメソッド。ApplicationContextAssertProvider
使用すべきではありません。
誤って使用しないようにしてください。代わりに、標準の AssertJ assertThat(context)... 呼び出しを優先してください。
assertThat() - クラス org.springframework.boot.test.json のメソッド。JsonContent
使用すべきではありません。
誤って使用しないようにしてください。代わりに、標準の AssertJ assertThat(context)... 呼び出しを優先してください。
assertThat() - クラス org.springframework.boot.test.json のメソッド。ObjectContent
assertUrlIsNotMalformed(String) - Static method in class org.springframework.boot.loader.net.protocol.nested.Handler
指定された URL が有効な「ネストされた」 URL であることを確認します。
asSet(String[]) - Static method in interface org.springframework.boot.ssl.SslOptions
クライアントライブラリが使用できるように String[] を CollectionSE に変換する null セーフな方法を提供するヘルパーメソッド。
Async() - クラス org.springframework.boot.webmvc.autoconfigure のコンストラクター。WebMvcProperties.Async
ASYNC - Enum constant in enum class org.springframework.boot.web.servlet.DispatcherType
AsyncContext からディスパッチされた呼び出しでフィルターを適用します。
asyncSupported() - Element in annotation interface org.springframework.boot.web.servlet.FilterRegistration
この登録で非同期操作がサポートされているかどうか。
asyncSupported() - Element in annotation interface org.springframework.boot.web.servlet.ServletRegistration
この登録で非同期操作がサポートされているかどうか。
at(Set) - クラス org.springframework.boot.security.autoconfigure.web.reactive のメソッド。StaticResourceRequest
指定された Locations を含むマッチャーを返します。
at(Set) - クラス org.springframework.boot.security.autoconfigure.web.servlet のメソッド。StaticResourceRequest
指定された Locations を含むマッチャーを返します。
at(StaticResourceLocation, StaticResourceLocation...) - クラス org.springframework.boot.security.autoconfigure.web.reactive のメソッド。StaticResourceRequest
指定された Locations を含むマッチャーを返します。
at(StaticResourceLocation, StaticResourceLocation...) - クラス org.springframework.boot.security.autoconfigure.web.servlet のメソッド。StaticResourceRequest
指定された Locations を含むマッチャーを返します。
atAll() - クラス org.springframework.boot.autoconfigure.condition のメソッド。ConditionMessage.ItemsBuilder
利用可能なアイテムがない場合に使用されます。
atCommonLocations() - クラス org.springframework.boot.security.autoconfigure.web.reactive のメソッド。StaticResourceRequest
一般的に使用されるすべての Locations を含むマッチャーを返します。
atCommonLocations() - クラス org.springframework.boot.security.autoconfigure.web.servlet のメソッド。StaticResourceRequest
一般的に使用されるすべての Locations を含むマッチャーを返します。
AtlasMetricsExportAutoConfiguration - Class in org.springframework.boot.micrometer.metrics.autoconfigure.export.atlas
Atlas にメトリクスをエクスポートするための Auto-configuration
AtlasMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.micrometer.metrics.autoconfigure.export.atlas.AtlasMetricsExportAutoConfiguration
AtlasProperties - Class in org.springframework.boot.micrometer.metrics.autoconfigure.export.atlas
Atlas メトリクスのエクスポートを構成するための @ConfigurationProperties
AtlasProperties() - Constructor for class org.springframework.boot.micrometer.metrics.autoconfigure.export.atlas.AtlasProperties
attach(Environment) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
指定された EnvironmentConfigurationPropertySource サポートをアタッチします。
attachSignalHandler(Runnable) - Static method in class org.springframework.boot.loader.tools.SignalUtils
指定された RunnableSE を呼び出して INT シグナルを処理します。
attributeValue() - 列挙クラス org.springframework.boot.web.server.Cookie.SameSite のメソッド
AuditApplicationEvent - org.springframework.boot.actuate.audit.listener のクラス
AuditEvent をカプセル化する Spring ApplicationEvent
AuditApplicationEvent(String, String, String...) - クラス org.springframework.boot.actuate.audit.listener. AuditApplicationEvent のコンストラクター
新しく作成された AuditEvent をラップする新しい AuditApplicationEvent を作成します。
AuditApplicationEvent(String, String, Map) - クラス org.springframework.boot.actuate.audit.listener. AuditApplicationEvent のコンストラクター
新しく作成された AuditEvent をラップする新しい AuditApplicationEvent を作成します。
AuditApplicationEvent(Instant, String, String, Map) - クラス org.springframework.boot.actuate.audit.listener. AuditApplicationEvent のコンストラクター
新しく作成された AuditEvent をラップする新しい AuditApplicationEvent を作成します。
AuditApplicationEvent(AuditEvent) - クラス org.springframework.boot.actuate.audit.listener. AuditApplicationEvent のコンストラクター
指定された AuditEvent をラップする新しい AuditApplicationEvent を作成します。
AuditAutoConfiguration - org.springframework.boot.actuate.autoconfigure.audit のクラス
AuditAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.audit. AuditAutoConfiguration のコンストラクター
AuditEvent - org.springframework.boot.actuate.audit のクラス
監査イベントを表す値オブジェクト。特定の時間に、特定のユーザーまたはエージェントが特定の型のアクションを実行しました。
AuditEvent(String, String, String...) - クラス org.springframework.boot.actuate.audit. AuditEvent のコンストラクター
名前と値のペアとして提供されたデータから、現在の時間の新しい監査イベントを作成します。
AuditEvent(String, String, Map) - クラス org.springframework.boot.actuate.audit. AuditEvent のコンストラクター
現在の時間の新しい監査イベントを作成します。
AuditEvent(Instant, String, String, Map) - クラス org.springframework.boot.actuate.audit. AuditEvent のコンストラクター
新しい監査イベントを作成します。
AuditEventRepository - Interface in org.springframework.boot.actuate.audit
AuditEvent のリポジトリ。
AuditEventsEndpoint - org.springframework.boot.actuate.audit のクラス
監査イベントを公開する @Endpoint
AuditEventsEndpoint(AuditEventRepository) - クラス org.springframework.boot.actuate.audit. AuditEventsEndpoint のコンストラクター
AuditEventsEndpoint.AuditEventsDescriptor - org.springframework.boot.actuate.audit のクラス
アプリケーションの audit events の説明。
AuditEventsEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.audit のクラス
AuditEventsEndpointAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.audit. AuditEventsEndpointAutoConfiguration のコンストラクター
AuditListener - org.springframework.boot.actuate.audit.listener のクラス
デフォルトの AbstractAuditListener 実装。
AuditListener(AuditEventRepository) - クラス org.springframework.boot.actuate.audit.listener. AuditListener のコンストラクター
Authentication() - クラス org.springframework.boot.couchbase.autoconfigure のコンストラクター。CouchbaseProperties.Authentication
Authentication() - クラス org.springframework.boot.neo4j.autoconfigure のコンストラクター。Neo4jProperties.Authentication
Authentication() - クラス org.springframework.boot.pulsar.autoconfigure のコンストラクター。PulsarProperties.Authentication
AUTHENTICATION_FAILURE - Static variable in class org.springframework.boot.actuate.security.AuthenticationAuditListener
認証失敗イベント型。
AUTHENTICATION_SUCCESS - Static variable in class org.springframework.boot.actuate.security.AuthenticationAuditListener
認証成功イベント型。
AUTHENTICATION_SWITCH - Static variable in class org.springframework.boot.actuate.security.AuthenticationAuditListener
認証切り替えイベント型。
AuthenticationAuditListener - org.springframework.boot.actuate.security のクラス
AbstractAuthenticationAuditListener のデフォルト実装。
AuthenticationAuditListener() - クラス org.springframework.boot.actuate.security. AuthenticationAuditListener のコンストラクター
AUTHORIZATION_FAILURE - Static variable in class org.springframework.boot.actuate.security.AuthorizationAuditListener
認可失敗イベント型。
AUTHORIZATION_HEADER - Enum constant in enum class org.springframework.boot.actuate.web.exchanges.Include
認可ヘッダーを含めます(存在する場合)。
AuthorizationAuditListener - org.springframework.boot.actuate.security のクラス
AbstractAuthorizationAuditListener のデフォルト実装。
AuthorizationAuditListener() - クラス org.springframework.boot.actuate.security. AuthorizationAuditListener のコンストラクター
AUTO - Enum constant in enum class org.springframework.boot.autoconfigure.data.RepositoryType
可用性に基づいて、すべてのリポジトリ型を自動的に有効にします。
AUTO - Enum constant in enum class org.springframework.boot.autoconfigure.task.TaskExecutionProperties.Mode
ユーザー定義のエグゼキュータが存在しない場合は、タスクエグゼキュータを作成します。
AUTO - Enum constant in enum class org.springframework.boot.reactor.autoconfigure.ReactorProperties.ContextPropagationMode
コンテキスト伝播はすべての Reactor オペレーターに適用されます。
AUTO - Static variable in class org.springframework.boot.jms.autoconfigure.AcknowledgeMode
セッションから送受信されたメッセージは自動的に確認されます。
AUTO_CONFIGURED - Enum constant in enum class org.springframework.boot.jdbc.test.autoconfigure.AutoConfigureTestDatabase.Replace
自動構成されている場合にのみ、DataSource を交換してください。
AUTO_TRIM_TRAILING_NEW_LINE - Enum constant in enum class org.springframework.boot.env.ConfigTreePropertySource.Option
末尾の改行文字のトリムを自動的に試行します。
AutoConfiguration - Annotation Interface in org.springframework.boot.autoconfigure
クラスが Spring Boot によって自動的に適用できる構成を提供することを示します。
AutoConfigurationExcludeFilter - org.springframework.boot.autoconfigure のクラス
登録済みの自動構成クラスに一致する TypeFilter 実装。
AutoConfigurationExcludeFilter() - クラス org.springframework.boot.autoconfigure. AutoConfigurationExcludeFilter のコンストラクター
AutoConfigurationImportEvent - org.springframework.boot.autoconfigure のクラス
自動構成クラスがインポートされるときに発生するイベント。
AutoConfigurationImportEvent(Object, List, Set) - クラス org.springframework.boot.autoconfigure. AutoConfigurationImportEvent のコンストラクター
AutoConfigurationImportFilter - Interface in org.springframework.boot.autoconfigure
考慮される自動構成クラスを制限するために spring.factories に登録できるフィルター。
AutoConfigurationImportListener - Interface in org.springframework.boot.autoconfigure
インポートされた自動構成の詳細を受信するために spring.factories に登録できるリスナー。
AutoConfigurationImportSelector - org.springframework.boot.autoconfigure のクラス
AutoConfigurationImportSelector() - クラス org.springframework.boot.autoconfigure. AutoConfigurationImportSelector のコンストラクター
AutoConfigurationImportSelector.AutoConfigurationEntry - org.springframework.boot.autoconfigure のクラス
AutoConfigurationMetadata - Interface in org.springframework.boot.autoconfigure
自動構成アノテーションプロセッサーによって書き込まれたメタデータへのアクセスを提供します。
AutoConfigurationPackage - Annotation Interface in org.springframework.boot.autoconfigure
AutoConfigurationPackages にパッケージを登録します。
AutoConfigurationPackages - org.springframework.boot.autoconfigure のクラス
後で参照できるように自動構成パッケージを格納するクラス(例:
AutoConfigurationPackages() - クラス org.springframework.boot.autoconfigure. AutoConfigurationPackages のコンストラクター
AutoConfigurations - org.springframework.boot.autoconfigure のクラス
自動構成 @Configuration クラスを表す Configurations
AutoConfigurations(Collection) - クラス org.springframework.boot.autoconfigure. AutoConfigurations のコンストラクター
AutoConfigureAfter - Annotation Interface in org.springframework.boot.autoconfigure
auto-configuration は、他の指定された自動構成クラスの後に適用する必要があるというヒント。
AutoConfigureAnnotationProcessor - org.springframework.boot.autoconfigureprocessor のクラス
自動構成クラスからの特定のアノテーションをプロパティファイルに保管するためのアノテーションプロセッサー。
AutoConfigureAnnotationProcessor() - クラス org.springframework.boot.autoconfigureprocessor. AutoConfigureAnnotationProcessor のコンストラクター
AutoConfigureBefore - Annotation Interface in org.springframework.boot.autoconfigure
auto-configuration は、他の指定された自動構成クラスの前に適用する必要があるというヒント。
AutoConfigureCache - Annotation Interface in org.springframework.boot.cache.test.autoconfigure
何も定義されていない場合にテスト CacheManager を構成するためにテストクラスに適用できるアノテーション。
AutoConfigureDataCassandra - Annotation Interface in org.springframework.boot.data.cassandra.test.autoconfigure
典型的な Data Cassandra テスト用の Auto-configuration imports
AutoConfigureDataCouchbase - Annotation Interface in org.springframework.boot.data.couchbase.test.autoconfigure
典型的なデータ Couchbase テスト用の Auto-configuration imports
AutoConfigureDataElasticsearch - Annotation Interface in org.springframework.boot.data.elasticsearch.test.autoconfigure
典型的なデータ Elasticsearch テスト用の Auto-configuration imports
AutoConfigureDataJdbc - Annotation Interface in org.springframework.boot.data.jdbc.test.autoconfigure
典型的な Data JDBC テストの Auto-configuration imports
AutoConfigureDataJpa - Annotation Interface in org.springframework.boot.data.jpa.test.autoconfigure
典型的な Data JPA テスト用の Auto-configuration imports
AutoConfigureDataLdap - Annotation Interface in org.springframework.boot.data.ldap.test.autoconfigure
典型的な Data LDAP テスト用の Auto-configuration imports
AutoConfigureDataMongo - Annotation Interface in org.springframework.boot.data.mongodb.test.autoconfigure
典型的な Data MongoDB テスト用の Auto-configuration imports
AutoConfigureDataNeo4j - org.springframework.boot.data.neo4j.test.autoconfigure のアノテーションインターフェース
典型的な Data Neo4j テスト用の Auto-configuration imports
AutoConfigureDataR2dbc - org.springframework.boot.data.r2dbc.test.autoconfigure のアノテーションインターフェース
典型的なデータ R2DBC テスト用の Auto-configuration imports
AutoConfigureDataRedis - Annotation Interface in org.springframework.boot.data.redis.test.autoconfigure
典型的な Data redis テスト用の Auto-configuration imports
AutoConfigureDataSourceInitialization - Annotation Interface in org.springframework.boot.test.autoconfigure.jdbc
DataSource の初期化を有効にするためにテストクラスに適用できるアノテーション。
AutoConfigureGraphQl - Annotation Interface in org.springframework.boot.graphql.test.autoconfigure
典型的な Spring GraphQL テスト用の Auto-configuration imports
AutoConfigureGraphQlTester - Annotation Interface in org.springframework.boot.graphql.test.autoconfigure.tester
GraphQlTester を有効にするためにテストクラスに適用できるアノテーション。
AutoConfigureHttpGraphQlTester - Annotation Interface in org.springframework.boot.graphql.test.autoconfigure.tester
HttpGraphQlTester を有効にするためにテストクラスに適用できるアノテーション。
AutoConfigureJdbc - Annotation Interface in org.springframework.boot.jdbc.test.autoconfigure
一般的な JDBC テストの場合は Auto-configuration imports です。
AutoConfigureJooq - Annotation Interface in org.springframework.boot.jooq.test.autoconfigure
典型的な jOOQ テストの Auto-configuration imports
AutoConfigureJson - Annotation Interface in org.springframework.boot.test.autoconfigure.json
典型的な JSON テストの Auto-configuration imports
AutoConfigureJsonTesters - Annotation Interface in org.springframework.boot.test.autoconfigure.json
JSON テスターの自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。
AutoConfigureMetrics - Annotation Interface in org.springframework.boot.micrometer.metrics.test.autoconfigure
メトリクスの自動構成を有効にするためにテストクラスに適用できるアノテーション。
AutoConfigureMockMvc - Annotation Interface in org.springframework.boot.webmvc.test.autoconfigure
MockMvc の自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。
AutoConfigureMockMvc.HtmlUnit - org.springframework.boot.webmvc.test.autoconfigure のアノテーションインターフェース
HtmlUnit の設定。
AutoConfigureMockRestServiceServer - Annotation Interface in org.springframework.boot.restclient.test.autoconfigure
単一の MockRestServiceServer の自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。
AutoConfigureMockWebServiceClient - Annotation Interface in org.springframework.boot.webservices.test.autoconfigure.server
MockWebServiceClient の自動構成を有効にするためにテストクラスに適用できるアノテーション。
AutoConfigureMockWebServiceServer - Annotation Interface in org.springframework.boot.webservices.test.autoconfigure.client
単一の MockWebServiceServer の自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。
AutoConfigureOrder - Annotation Interface in org.springframework.boot.autoconfigure
Spring Framework の @Order アノテーションの自動構成固有のバリアント。
AutoConfigureRestClient - Annotation Interface in org.springframework.boot.restclient.test.autoconfigure
RestClient.Builder および RestTemplateBuilder の自動構成を有効にするためにテストクラスに適用できるアノテーション。
AutoConfigureRestDocs - Annotation Interface in org.springframework.boot.restdocs.test.autoconfigure
Spring REST Docs の自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。
AutoConfigureRestTestClient - Annotation Interface in org.springframework.boot.resttestclient.autoconfigure
RestTestClient を有効にするためにテストクラスに適用できるアノテーション。
AutoConfigureTestDatabase - Annotation Interface in org.springframework.boot.jdbc.test.autoconfigure
アプリケーション定義または自動構成の DataSourceSE の代わりに使用するテストデータベースを構成するために、テストクラスに適用できるアノテーション。
AutoConfigureTestDatabase.Replace - org.springframework.boot.jdbc.test.autoconfigure の Enum クラス
テストデータベースで置き換えることができるもの。
AutoConfigureTestEntityManager - Annotation Interface in org.springframework.boot.jpa.test.autoconfigure
TestEntityManager の自動構成を有効にするためにテストクラスに適用できるアノテーション。
AutoConfigureTestRestTemplate - Annotation Interface in org.springframework.boot.resttestclient.autoconfigure
TestRestTemplate の自動構成を有効にするためにテストクラスに適用できるアノテーション。
AutoConfigureTracing - Annotation Interface in org.springframework.boot.micrometer.tracing.test.autoconfigure
トレースの自動構成を有効にするためにテストクラスに適用できるアノテーション。
AutoConfigureWebClient - Annotation Interface in org.springframework.boot.webclient.test.autoconfigure
WebClient.Builder の自動構成を有効にするためにテストクラスに適用できるアノテーション。
AutoConfigureWebFlux - Annotation Interface in org.springframework.boot.webflux.test.autoconfigure
典型的な Spring WebFlux テスト用の Auto-configuration imports
AutoConfigureWebMvc - Annotation Interface in org.springframework.boot.webmvc.test.autoconfigure
典型的な Spring MVC テスト用の Auto-configuration imports
AutoConfigureWebServiceClient - Annotation Interface in org.springframework.boot.webservices.test.autoconfigure.client
Web サービスクライアントの自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。
AutoConfigureWebServiceServer - Annotation Interface in org.springframework.boot.webservices.test.autoconfigure.server
Web サービスサーバーエンドポイントの自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。
AutoConfigureWebTestClient - Annotation Interface in org.springframework.boot.webtestclient.autoconfigure
WebTestClient を有効にするためにテストクラスに適用できるアノテーション。
autoCreateMetricDescriptors() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.stackdriver.StackdriverPropertiesConfigAdapter
Autotime() - クラス org.springframework.boot.data.autoconfigure.metrics のコンストラクター。DataMetricsProperties.Repository.Autotime
AutoTimer - Interface in org.springframework.boot.data.metrics
@Timed を使用する代わりに Timers を自動的に適用するために使用できる戦略。
AvailabilityChangeEvent<S> - org.springframework.boot.availability のクラス
アプリケーションの AvailabilityState が変更されたときに送信される ApplicationEvent
AvailabilityChangeEvent(Object, S) - クラス org.springframework.boot.availability. AvailabilityChangeEvent のコンストラクター
新しい AvailabilityChangeEvent インスタンスを作成します。
AvailabilityHealthContributorAutoConfiguration - org.springframework.boot.health.autoconfigure.application のクラス
AvailabilityHealthContributorAutoConfiguration() - クラス org.springframework.boot.health.autoconfigure.application. AvailabilityHealthContributorAutoConfiguration のコンストラクター
AvailabilityProbesAutoConfiguration - org.springframework.boot.health.autoconfigure.actuate.endpoint のクラス
可用性プローブ用の Auto-configuration
AvailabilityProbesAutoConfiguration() - クラス org.springframework.boot.health.autoconfigure.actuate.endpoint. AvailabilityProbesAutoConfiguration のコンストラクター
AvailabilityState - Interface in org.springframework.boot.availability
ApplicationAvailability 状態で使用されるタグ付けインターフェース。
AvailabilityStateHealthIndicator - org.springframework.boot.health.application のクラス
アプリケーションの特定の AvailabilityState をチェックする HealthIndicator
AvailabilityStateHealthIndicator(ApplicationAvailability, Class, Consumer) - クラス org.springframework.boot.health.application. AvailabilityStateHealthIndicator のコンストラクター
新しい AvailabilityStateHealthIndicator インスタンスを作成します。
AvailabilityStateHealthIndicator.StatusMappings<S> - org.springframework.boot.health.application のインターフェース
ステータスマッピングを追加するために使用されるコールバック。
available(String) - クラス org.springframework.boot.autoconfigure.condition のメソッド。ConditionMessage.Builder
何かが利用可能であることを示します。
awaitTermination(boolean) - クラス org.springframework.boot.task のメソッド。ThreadPoolTaskExecutorBuilder
executor が、実行中のタスクを中断したり、キュー内のすべてのタスクを実行したりせずに、シャットダウン時にスケジュールされたタスクが完了するのを待つかどうかを設定します。
awaitTermination(boolean) - クラス org.springframework.boot.task のメソッド。ThreadPoolTaskSchedulerBuilder
executor が、実行中のタスクを中断したり、キュー内のすべてのタスクを実行したりせずに、シャットダウン時にスケジュールされたタスクが完了するのを待つかどうかを設定します。
awaitTerminationPeriod(Duration) - クラス org.springframework.boot.task のメソッド。ThreadPoolTaskExecutorBuilder
シャットダウン時に executor がブロックする最大時間を設定します。
awaitTerminationPeriod(Duration) - クラス org.springframework.boot.task のメソッド。ThreadPoolTaskSchedulerBuilder
シャットダウン時に executor がブロックする最大時間を設定します。
AWS_ECS - Enum constant in enum class org.springframework.boot.cloud.CloudPlatform
Amazon Web Services (AWS) Elastic Container Service (ECS) プラットフォーム。
AWS_WRAPPER - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
AWS アドバンスド JDBC ラッパー。
AZURE_APP_SERVICE - Enum constant in enum class org.springframework.boot.cloud.CloudPlatform
Azure アプリサービスプラットフォーム。
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式