インデックス
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 直列化された形式
A
- AbandonedRunException() - Constructor for exception org.springframework.boot.SpringApplication.AbandonedRunException
- 新しい
SpringApplication.AbandonedRunException
インスタンスを作成します。 - AbandonedRunException(ConfigurableApplicationContext) - Constructor for exception 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 extends AbstractApplicationContextRunner<SELF,
C , A >, C extends ConfigurableApplicationContext, A extends ApplicationContextAssertProvider< C >> - Class in org.springframework.boot.test.context.runner ApplicationContext
を実行し、AssertJ スタイルのアサーションを提供するユーティリティ設計。- AbstractApplicationContextRunner(Function<AbstractApplicationContextRunner.RunnerConfiguration<C>, SELF>, Supplier<C>, Class<?>...) - クラス org.springframework.boot.test.context.runner. AbstractApplicationContextRunner のコンストラクター
- 新しい
AbstractApplicationContextRunner
インスタンスを作成します。 - AbstractApplicationContextRunner(Supplier<C>, Function<AbstractApplicationContextRunner.RunnerConfiguration<C>, SELF>) - クラス org.springframework.boot.test.context.runner. AbstractApplicationContextRunner のコンストラクター
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
- AbstractApplicationContextRunner(AbstractApplicationContextRunner.RunnerConfiguration<C>, Function<AbstractApplicationContextRunner.RunnerConfiguration<C>, SELF>) - クラス org.springframework.boot.test.context.runner. AbstractApplicationContextRunner のコンストラクター
- 新しい
AbstractApplicationContextRunner
インスタンスを作成します。 - AbstractApplicationContextRunner.BeanRegistration <T> - org.springframework.boot.test.context.runner のクラス
- コンテキストのロード時に適用される Bean 登録。
- AbstractApplicationContextRunner.RunnerConfiguration< C extends ConfigurableApplicationContext> - 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 のクラス
- AbstractAuthenticationAuditListener() - クラス org.springframework.boot.actuate.security. AbstractAuthenticationAuditListener のコンストラクター
- AbstractAuthorizationAuditListener - org.springframework.boot.actuate.security のクラス
ApplicationListener
を抽象化して、Spring Securityauthorization 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
- AbstractCompositeHealthContributorConfiguration< C ,
I extends C , B > - Class in org.springframework.boot.actuate.autoconfigure.health - ソース Bean を複合に結合できるヘルスコントリビューター構成の基本クラス。
- AbstractCompositeHealthContributorConfiguration(Function<B, I>) - クラス org.springframework.boot.actuate.autoconfigure.health. AbstractCompositeHealthContributorConfiguration のコンストラクター
- 指定された
indicatorFactory
を使用してヘルスインジケーターインスタンスを作成するAbstractCompositeHealthContributorConfiguration
を作成します。 - 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 extends org.springframework.amqp.rabbit.connection.AbstractConnectionFactory> - Class in org.springframework.boot.autoconfigure.amqp
Rabbit ConnectionFactory
を適切なデフォルトで構成します。- AbstractConnectionFactoryConfigurer(RabbitProperties) - クラス org.springframework.boot.autoconfigure.amqp. AbstractConnectionFactoryConfigurer のコンストラクター
- 指定された
properties
を使用して接続ファクトリを構成する新しいコンフィギュラーを作成します。 - AbstractConnectionFactoryConfigurer(RabbitProperties, RabbitConnectionDetails) - クラス org.springframework.boot.autoconfigure.amqp. AbstractConnectionFactoryConfigurer のコンストラクター
- 指定された
properties
およびconnectionDetails
を使用して接続ファクトリを構成する新しいコンフィギュラーを作成します。後者が優先されます。 - AbstractDataSourcePoolMetadata< T extends DataSourceSE> - Class in 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<?>...) - クラス org.springframework.boot.autoconfigure. AbstractDependsOnBeanFactoryPostProcessor のコンストラクター
- ターゲット Bean クラスと依存関係型のインスタンスを作成します。
- AbstractDependsOnBeanFactoryPostProcessor(Class<?>, Class<? extends FactoryBean<?>>, Class<?>...) - クラス org.springframework.boot.autoconfigure. AbstractDependsOnBeanFactoryPostProcessor のコンストラクター
- ターゲット Bean、ファクトリ Bean クラス、依存関係型を持つインスタンスを作成します。
- AbstractDependsOnBeanFactoryPostProcessor(Class<?>, Class<? extends FactoryBean<?>>, String...) - クラス org.springframework.boot.autoconfigure. AbstractDependsOnBeanFactoryPostProcessor のコンストラクター
- ターゲット Bean、ファクトリ Bean クラス、依存関係名を持つインスタンスを作成します。
- AbstractDependsOnBeanFactoryPostProcessor(Class<?>, String...) - クラス org.springframework.boot.autoconfigure. AbstractDependsOnBeanFactoryPostProcessor のコンストラクター
- ターゲット Bean クラスと依存関係の名前でインスタンスを作成します。
- AbstractDiscoveredEndpoint< O extends Operation> - Class in org.springframework.boot.actuate.endpoint.annotation
EndpointDiscoverer
によって検出されたendpoints
の抽象基本クラス。- AbstractDiscoveredEndpoint(EndpointDiscoverer<?, ?>, Object, EndpointId, boolean, Collection<? extends O>) - クラス org.springframework.boot.actuate.endpoint.annotation. AbstractDiscoveredEndpoint のコンストラクター
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。3.4.0 以降、4.0.0 で削除され
AbstractDiscoveredEndpoint(EndpointDiscoverer, Object, EndpointId, Access, Collection)
を推奨 - AbstractDiscoveredEndpoint(EndpointDiscoverer<?, ?>, Object, EndpointId, Access, Collection<? extends O>) - クラス 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.autoconfigure.web.servlet.error のクラス
- エラー
@Controller
実装の抽象基本クラス。 - AbstractErrorController(ErrorAttributes) - クラス org.springframework.boot.autoconfigure.web.servlet.error. AbstractErrorController のコンストラクター
- AbstractErrorController(ErrorAttributes, List<ErrorViewResolver>) - クラス org.springframework.boot.autoconfigure.web.servlet.error. AbstractErrorController のコンストラクター
- AbstractErrorWebExceptionHandler - org.springframework.boot.autoconfigure.web.reactive.error のクラス
ErrorWebExceptionHandler
実装の抽象基本クラス。- AbstractErrorWebExceptionHandler(ErrorAttributes, WebProperties.Resources, ApplicationContext) - クラス org.springframework.boot.autoconfigure.web.reactive.error. AbstractErrorWebExceptionHandler のコンストラクター
- 新しい
AbstractErrorWebExceptionHandler
を作成します。 - AbstractExposableEndpoint< O extends Operation> - Class in org.springframework.boot.actuate.endpoint
ExposableEndpoint
実装の抽象基本クラス。- AbstractExposableEndpoint(EndpointId, boolean, Collection<? extends O>) - クラス org.springframework.boot.actuate.endpoint. AbstractExposableEndpoint のコンストラクター
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。3.4.0 以降、4.0.0 で削除され
AbstractExposableEndpoint(EndpointId, Access, Collection)
を推奨 - AbstractExposableEndpoint(EndpointId, Access, Collection<? extends O>) - クラス org.springframework.boot.actuate.endpoint. AbstractExposableEndpoint のコンストラクター
- 新しい
AbstractExposableEndpoint
インスタンスを作成します。 - AbstractFailureAnalyzer< T extends ThrowableSE> - Class in org.springframework.boot.diagnostics
- ほとんどの
FailureAnalyzer
実装の抽象基本クラス。 - AbstractFailureAnalyzer() - クラス org.springframework.boot.diagnostics. AbstractFailureAnalyzer のコンストラクター
- AbstractFilterRegistrationBean< T extends FilterEE> - Class in org.springframework.boot.web.servlet
- ベース
ServletContextInitializer
を抽象化して、Filter
EE を Servlet 3.0+ コンテナーに登録します。 - AbstractHealthIndicator - org.springframework.boot.actuate.health のクラス
Health
インスタンスの作成とエラー処理をカプセル化するベースHealthIndicator
実装。- AbstractHealthIndicator() - クラス org.springframework.boot.actuate.health. AbstractHealthIndicator のコンストラクター
- デフォルトの
healthCheckFailedMessage
で新しいAbstractHealthIndicator
インスタンスを作成します。 - AbstractHealthIndicator(String) - クラス org.springframework.boot.actuate.health. AbstractHealthIndicator のコンストラクター
- ヘルスチェックが失敗したときにログに記録する特定のメッセージを使用して、新しい
AbstractHealthIndicator
インスタンスを作成します。 - AbstractHealthIndicator(Function<Exception, String>) - クラス org.springframework.boot.actuate.health. AbstractHealthIndicator のコンストラクター
- ヘルスチェックが失敗したときにログに記録する特定のメッセージを使用して、新しい
AbstractHealthIndicator
インスタンスを作成します。 - AbstractInjectionFailureAnalyzer< T extends ThrowableSE> - Class in 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.actuate.metrics.web.jetty のクラス
ApplicationStartedEvent
にレスポンスして Jetty メトリクスをバインドするための基本クラス。- AbstractJettyMetricsBinder() - クラス org.springframework.boot.actuate.metrics.web.jetty. AbstractJettyMetricsBinder のコンストラクター
- AbstractJsonMarshalTester< T > - Class in 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 extends org.springframework.amqp.rabbit.config.AbstractRabbitListenerContainerFactory<?>> - Class in org.springframework.boot.autoconfigure.amqp
RabbitListenerContainerFactory
を適切なデフォルトで設定します。- AbstractRabbitListenerContainerFactoryConfigurer(RabbitProperties) - クラス org.springframework.boot.autoconfigure.amqp. AbstractRabbitListenerContainerFactoryConfigurer のコンストラクター
- 指定された
rabbitProperties
を使用する新しいコンフィギュレーターを作成します。 - AbstractReactiveHealthIndicator - org.springframework.boot.actuate.health のクラス
Health
インスタンスの作成とエラー処理をカプセル化するベースReactiveHealthIndicator
実装。- AbstractReactiveHealthIndicator() - クラス org.springframework.boot.actuate.health. AbstractReactiveHealthIndicator のコンストラクター
- デフォルトの
healthCheckFailedMessage
で新しいAbstractReactiveHealthIndicator
インスタンスを作成します。 - AbstractReactiveHealthIndicator(String) - クラス org.springframework.boot.actuate.health. AbstractReactiveHealthIndicator のコンストラクター
- ヘルスチェックが失敗したときにログに記録する特定のメッセージを使用して、新しい
AbstractReactiveHealthIndicator
インスタンスを作成します。 - AbstractReactiveHealthIndicator(Function<Throwable, String>) - クラス org.springframework.boot.actuate.health. AbstractReactiveHealthIndicator のコンストラクター
- ヘルスチェックが失敗したときにログに記録する特定のメッセージを使用して、新しい
AbstractReactiveHealthIndicator
インスタンスを作成します。 - AbstractReactiveWebServerFactory - org.springframework.boot.web.reactive.server のクラス
ReactiveWebServerFactory
実装の抽象基本クラス。- AbstractReactiveWebServerFactory() - クラス org.springframework.boot.web.reactive.server. AbstractReactiveWebServerFactory のコンストラクター
- AbstractReactiveWebServerFactory(int) - クラス org.springframework.boot.web.reactive.server. 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 のクラス
- データベースの初期化に使用するスクリプト。
- AbstractServletWebServerFactory - org.springframework.boot.web.servlet.server のクラス
ConfigurableServletWebServerFactory
実装の抽象基本クラス。- AbstractServletWebServerFactory() - クラス org.springframework.boot.web.servlet.server. AbstractServletWebServerFactory のコンストラクター
- 新しい
AbstractServletWebServerFactory
インスタンスを作成します。 - AbstractServletWebServerFactory(int) - クラス org.springframework.boot.web.servlet.server. AbstractServletWebServerFactory のコンストラクター
- 指定されたポートで新しい
AbstractServletWebServerFactory
インスタンスを作成します。 - AbstractServletWebServerFactory(String, int) - クラス org.springframework.boot.web.servlet.server. AbstractServletWebServerFactory のコンストラクター
- 指定したコンテキストパスとポートを使用して、新しい
AbstractServletWebServerFactory
インスタンスを作成します。 - AbstractTemplateViewResolverProperties - org.springframework.boot.autoconfigure.template のクラス
- AbstractTemplateViewResolverProperties(String, String) - クラス org.springframework.boot.autoconfigure.template. AbstractTemplateViewResolverProperties のコンストラクター
- AbstractViewResolverProperties - org.springframework.boot.autoconfigure.template のクラス
ViewResolver
の@ConfigurationProperties
の基本クラス。- AbstractViewResolverProperties() - クラス org.springframework.boot.autoconfigure.template. AbstractViewResolverProperties のコンストラクター
- AbstractWebFluxEndpointHandlerMapping - org.springframework.boot.actuate.endpoint.web.reactive のクラス
- Spring WebFlux を使用して HTTP 経由で Web エンドポイントを利用可能にするカスタム
HandlerMapping
。 - AbstractWebFluxEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, boolean) - クラス org.springframework.boot.actuate.endpoint.web.reactive. AbstractWebFluxEndpointHandlerMapping のコンストラクター
- 指定された
webEndpoints
の操作のマッピングを提供する新しいAbstractWebFluxEndpointHandlerMapping
を作成します。 - AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker - org.springframework.boot.actuate.endpoint.web.reactive のクラス
- Reactor の
bounded elastic scheduler
を使用して、別のスレッドでブロッキング操作の呼び出しを実行するOperationInvoker
。 - AbstractWebFluxEndpointHandlerMapping.ExceptionCapturingInvoker - org.springframework.boot.actuate.endpoint.web.reactive のクラス
- AbstractWebFluxEndpointHandlerMapping.LinksHandler - org.springframework.boot.actuate.endpoint.web.reactive のインターフェース
- ルートエンドポイントにアクチュエーターリンクを提供するリアクティブハンドラー。
- AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation - org.springframework.boot.actuate.endpoint.web.reactive のインターフェース
- WebFlux で処理できるリアクティブ Web 操作。
- AbstractWebMvcEndpointHandlerMapping - org.springframework.boot.actuate.endpoint.web.servlet のクラス
- Spring MVC を使用して HTTP 経由で
web endpoints
を使用できるようにするカスタムHandlerMapping
。 - AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, boolean) - クラス org.springframework.boot.actuate.endpoint.web.servlet. AbstractWebMvcEndpointHandlerMapping のコンストラクター
- 指定された
webEndpoints
の操作のマッピングを提供する新しいWebEndpointHandlerMapping
を作成します。 - AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, boolean) - クラス org.springframework.boot.actuate.endpoint.web.servlet. AbstractWebMvcEndpointHandlerMapping のコンストラクター
- 指定されたエンドポイントの操作のマッピングを提供する新しい
AbstractWebMvcEndpointHandlerMapping
を作成します。 - AbstractWebMvcEndpointHandlerMapping.LinksHandler - org.springframework.boot.actuate.endpoint.web.servlet のインターフェース
- ルートエンドポイントでアクチュエーターリンクを提供するハンドラー。
- AbstractWebMvcEndpointHandlerMapping.ServletWebOperation - org.springframework.boot.actuate.endpoint.web.servlet のインターフェース
- Spring MVC で処理できるサーブレット Web 操作。
- accept(C) - インターフェース org.springframework.boot.test.context.runner のメソッド。ContextConsumer
- 提供された
context
でこの操作を実行します。 - accept(Meter.Id) - クラス org.springframework.boot.actuate.autoconfigure.metrics のメソッド。OnlyOnceLoggingDenyMeterFilter
- accept(Meter.Id) - クラス org.springframework.boot.actuate.autoconfigure.metrics のメソッド。PropertiesMeterFilter
- 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) - インターフェース org.springframework.boot.loader.jarmode のメソッド。JarMode
- これが受け入れられ、指定されたモードを実行できるかどうかを返します。
- accepts(String, Class<?>, Class<?>) - クラス org.springframework.boot.testcontainers.service.connection のメソッド。ContainerConnectionSource
- このソースが指定された接続を受け入れるかどうかを返します。
- acceptsTextHtml() - クラス org.springframework.boot.autoconfigure.web.reactive.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.actuate.autoconfigure.cloudfoundry.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.actuate.autoconfigure.cloudfoundry
- エンドポイントを呼び出しているクラウドファウンドリユーザーに付与された特定のアクセスレベル。
- Accesslog() - クラス org.springframework.boot.autoconfigure.web のコンストラクター。ServerProperties.Jetty.Accesslog
- Accesslog() - クラス org.springframework.boot.autoconfigure.web のコンストラクター。ServerProperties.Tomcat.Accesslog
- Accesslog() - クラス org.springframework.boot.autoconfigure.web のコンストラクター。ServerProperties.Undertow.Accesslog
- AccessManager - Interface in org.springframework.boot.devtools.remote.server
Dispatcher
のアクセス制御を提供します。- accessToken() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx のメソッド。SignalFxPropertiesConfigAdapter
- accountId() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic のメソッド。NewRelicPropertiesConfigAdapter
- AcknowledgeMode - org.springframework.boot.autoconfigure.jms のクラス
- JMS セッションの確認モード。
- Acs() - クラス org.springframework.boot.autoconfigure.security.saml2 のコンストラクター。Saml2RelyingPartyProperties.Registration.Acs
- ActiveMQAutoConfiguration - Class in org.springframework.boot.autoconfigure.jms.activemq
Auto-configuration
は ActiveMQ ブローカーと統合します。- ActiveMQAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQAutoConfiguration
- ActiveMQConnectionDetails - Interface in org.springframework.boot.autoconfigure.jms.activemq
- ActiveMQ サービスへの接続を確立するために必要な詳細。
- ActiveMQConnectionFactoryCustomizer - Interface in org.springframework.boot.autoconfigure.jms.activemq
- デフォルトの自動構成を維持しながら、
ActiveMQConnectionFactory
をカスタマイズしたい Bean によって実装できるコールバックインターフェース。 - ActiveMQProperties - Class in org.springframework.boot.autoconfigure.jms.activemq
- ActiveMQ の構成プロパティ。
- ActiveMQProperties() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
- ActiveMQProperties.Embedded - Class in org.springframework.boot.autoconfigure.jms.activemq
- 組み込み ActiveMQ ブローカーの構成。
- ActiveMQProperties.Packages - org.springframework.boot.autoconfigure.jms.activemq のクラス
- adapt(CharSequence, char) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 指定されたソースを調整して
ConfigurationPropertyName
を作成します。 - adapt(HealthContributor) - Static method in interface org.springframework.boot.actuate.health.ReactiveHealthContributor
- add() - クラス org.springframework.boot.json のメソッド。JsonWriter.Members
- 書き込まれるインスタンスへのアクセス権を持つ新しいメンバーを追加します。
- add(Class<?>, Object) - インターフェース org.springframework.boot.util のメソッド。Instantiator.AvailableParameters
- インスタンス値を持つパラメーターを追加します。
- add(Class<?>, Function<Class<?>, Object>) - インターフェース 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, String) - クラス org.springframework.boot.web.server のメソッド。MimeMappings
- 新しい MIME マッピングを追加します。
- add(String, Function<T, V>) - クラス org.springframework.boot.json のメソッド。JsonWriter.Members
- 抽出された値を持つ新しいメンバーを追加します。
- add(String, Supplier<V>) - クラス org.springframework.boot.json のメソッド。JsonWriter.Members
- 指定された値で新しいメンバーを追加します。
- add(String, ClassLoaderFile) - クラス org.springframework.boot.devtools.restart.classloader のメソッド。ClassLoaderFiles.SourceDirectory
- add(String, V) - クラス org.springframework.boot.json のメソッド。JsonWriter.Members
- 静的な値を持つ新しいメンバーを追加します。
- 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<E>) - クラス org.springframework.boot.logging.structured のメソッド。StructuredLogFormatterFactory.CommonFormatters
- 指定された
CommonStructuredLogFormat
に使用するファクトリを追加します。 - add(Condition, ConditionOutcome) - クラス org.springframework.boot.autoconfigure.condition のメソッド。ConditionEvaluationReport.ConditionAndOutcomes
- add(S, Status) - インターフェース org.springframework.boot.actuate.availability のメソッド。AvailabilityStateHealthIndicator.StatusMappings
- 新しいステータスマッピングを追加します。
- ADD - Enum constant in enum class org.springframework.boot.devtools.filewatch.ChangedFile.Type
- 新しいファイルが追加されました。
- addAdaptableBeans(ListableBeanFactory) - クラス org.springframework.boot.web.servlet のメソッド。ServletContextInitializerBeans
- addAdditionalTomcatConnectors(Connector...) - クラス org.springframework.boot.web.embedded.tomcat のメソッド。TomcatReactiveWebServerFactory
- デフォルトのコネクターに加えて
Connector
を追加します。 - addAdditionalTomcatConnectors(Connector...) - クラス org.springframework.boot.web.embedded.tomcat のメソッド。TomcatServletWebServerFactory
- デフォルトのコネクターに加えて
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<T>, ServletContextInitializerBeans.RegistrationBeanAdapter<T>) - クラス org.springframework.boot.web.servlet のメソッド。ServletContextInitializerBeans
- addBeans(FormatterRegistry, ListableBeanFactory) - Static method in class org.springframework.boot.convert.ApplicationConversionService
- addBootstrapRegistryInitializer(BootstrapRegistryInitializer) - クラス org.springframework.boot.builder のメソッド。SpringApplicationBuilder
BootstrapRegistry
の初期化に使用できるBootstrapRegistryInitializer
インスタンスを追加します。- addBootstrapRegistryInitializer(BootstrapRegistryInitializer) - Method in class org.springframework.boot.SpringApplication
BootstrapRegistry
の初期化に使用できるBootstrapRegistryInitializer
インスタンスを追加します。- addBuilderCustomizers(UndertowBuilderCustomizer...) - インターフェース org.springframework.boot.web.embedded.undertow のメソッド。ConfigurableUndertowWebServerFactory
- Undertow
Undertow.Builder
をカスタマイズするために使用する必要があるUndertowBuilderCustomizer
を追加します。 - addBuilderCustomizers(UndertowBuilderCustomizer...) - クラス org.springframework.boot.web.embedded.undertow のメソッド。UndertowReactiveWebServerFactory
- addBuilderCustomizers(UndertowBuilderCustomizer...) - クラス org.springframework.boot.web.embedded.undertow のメソッド。UndertowServletWebServerFactory
- addBundleUpdateHandler(String, Consumer<SslBundle>) - クラス org.springframework.boot.ssl のメソッド。DefaultSslBundleRegistry
- addBundleUpdateHandler(String, Consumer<SslBundle>) - インターフェース org.springframework.boot.ssl のメソッド。SslBundles
- 名前付きバンドルが更新されるたびに呼び出されるハンドラーを追加します。
- addClassLoaderFiles(ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.Restarter
- 次の再起動に含める
ClassLoaderFiles
を追加します。 - addCloseListener(ApplicationListener<BootstrapContextClosedEvent>) - Method in interface org.springframework.boot.BootstrapRegistry
BootstrapContext
が閉じられ、ApplicationContext
が準備されたときに、BootstrapContextClosedEvent
で呼び出されるApplicationListener
を追加します。- addCloseListener(ApplicationListener<BootstrapContextClosedEvent>) - Method in class org.springframework.boot.DefaultBootstrapContext
- addCommandLineProperties(boolean) - クラス org.springframework.boot.builder のメソッド。SpringApplicationBuilder
- コマンドライン引数を環境に追加する必要があることを示すフラグ。
- addConfigurations(Configuration...) - クラス org.springframework.boot.web.embedded.jetty のメソッド。JettyServletWebServerFactory
- サーバーが起動する前に
WebAppContext
に適用されるConfiguration
を追加します。 - addConnectorCustomizers(TomcatConnectorCustomizer...) - インターフェース org.springframework.boot.web.embedded.tomcat のメソッド。ConfigurableTomcatWebServerFactory
- Tomcat
Connector
に追加する必要があるTomcatConnectorCustomizer
を追加します。 - addConnectorCustomizers(TomcatConnectorCustomizer...) - クラス org.springframework.boot.web.embedded.tomcat のメソッド。TomcatReactiveWebServerFactory
- Tomcat
Connector
に追加する必要があるTomcatConnectorCustomizer
を追加します。 - addConnectorCustomizers(TomcatConnectorCustomizer...) - クラス org.springframework.boot.web.embedded.tomcat のメソッド。TomcatServletWebServerFactory
- addContextCustomizers(TomcatContextCustomizer...) - インターフェース org.springframework.boot.web.embedded.tomcat のメソッド。ConfigurableTomcatWebServerFactory
- Tomcat
Context
に追加する必要があるTomcatContextCustomizer
を追加します。 - addContextCustomizers(TomcatContextCustomizer...) - クラス org.springframework.boot.web.embedded.tomcat のメソッド。TomcatReactiveWebServerFactory
- Tomcat
Context
に追加する必要があるTomcatContextCustomizer
を追加します。 - addContextCustomizers(TomcatContextCustomizer...) - クラス org.springframework.boot.web.embedded.tomcat のメソッド。TomcatServletWebServerFactory
- addContextLifecycleListeners(LifecycleListener...) - クラス org.springframework.boot.web.embedded.tomcat のメソッド。TomcatReactiveWebServerFactory
- Tomcat
Context
に追加する必要があるLifecycleListener
を追加します。 - addContextLifecycleListeners(LifecycleListener...) - クラス org.springframework.boot.web.embedded.tomcat のメソッド。TomcatServletWebServerFactory
- Tomcat
Context
に追加する必要があるLifecycleListener
を追加します。 - addContextValves(Valve...) - クラス org.springframework.boot.web.embedded.tomcat のメソッド。TomcatServletWebServerFactory
- addConverter(Class<S>, Class<T>, Converter<? super S, ? extends T>) - クラス 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.servlet.server のメソッド。AbstractServletWebServerFactory
- addCookieSameSiteSuppliers(CookieSameSiteSupplier...) - インターフェース org.springframework.boot.web.servlet.server のメソッド。ConfigurableServletWebServerFactory
- 追加された Cookie の
Cookie.SameSite
属性を取得するために使用する必要があるものにCookieSameSiteSuppliers
を追加します。 - addCorsMappings(CorsRegistry) - クラス org.springframework.boot.autoconfigure.graphql.reactive のメソッド。GraphQlWebFluxAutoConfiguration.GraphQlEndpointCorsConfiguration
- addCorsMappings(CorsRegistry) - クラス org.springframework.boot.autoconfigure.graphql.servlet のメソッド。GraphQlWebMvcAutoConfiguration.GraphQlEndpointCorsConfiguration
- addDefaultServlet(WebAppContext) - クラス org.springframework.boot.web.embedded.jetty のメソッド。JettyServletWebServerFactory
- Jetty の
DefaultServlet
を指定されたWebAppContext
に追加します。 - addDefaultStatus(Status) - インターフェース org.springframework.boot.actuate.availability のメソッド。AvailabilityStateHealthIndicator.StatusMappings
- 明示的なマッピングが定義されていない場合に使用する必要があるステータスを追加します。
- addDelimitedStringConverters(ConverterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
- 区切り文字列をサポートするコンバーターを追加します。
- addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...) - クラス org.springframework.boot.web.embedded.undertow のメソッド。UndertowServletWebServerFactory
- Undertow
DeploymentInfo
をカスタマイズするために使用する必要があるUndertowDeploymentInfoCustomizer
を追加します。 - ADDED - Enum constant in enum class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
- 元の JAR が作成されてから、ファイルが追加されています。
- addEngineValves(Valve...) - インターフェース org.springframework.boot.web.embedded.tomcat のメソッド。ConfigurableTomcatWebServerFactory
- addEngineValves(Valve...) - クラス org.springframework.boot.web.embedded.tomcat のメソッド。TomcatReactiveWebServerFactory
- addEngineValves(Valve...) - クラス org.springframework.boot.web.embedded.tomcat のメソッド。TomcatServletWebServerFactory
- addErrorPages(ErrorPage...) - クラス org.springframework.boot.web.server のメソッド。AbstractConfigurableWebServerFactory
- addErrorPages(ErrorPage...) - インターフェース org.springframework.boot.web.server のメソッド。ErrorPageRegistry
- 例外を処理するときに使用されるエラーページを追加します。
- 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<StartupStep>) - クラス org.springframework.boot.context.metrics.buffering のメソッド。BufferingApplicationStartup
- 既存の述語フィルターのリストに述語フィルターを追加します。
- addFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc
- アプリケーションコンテキストからのフィルターを MockMVC に登録する必要がある場合。
- addFormatter(Formatter<?>) - クラス org.springframework.boot.convert のメソッド。ApplicationConversionService
- addFormatterForFieldAnnotation(AnnotationFormatterFactory<? extends Annotation>) - クラス org.springframework.boot.convert のメソッド。ApplicationConversionService
- addFormatterForFieldType(Class<?>, Formatter<?>) - クラス org.springframework.boot.convert のメソッド。ApplicationConversionService
- addFormatterForFieldType(Class<?>, Printer<?>, Parser<?>) - クラス org.springframework.boot.convert のメソッド。ApplicationConversionService
- addFormatters(FormatterRegistry) - クラス org.springframework.boot.autoconfigure.web.reactive のメソッド。WebFluxAutoConfiguration.WebFluxConfig
- addFormatters(FormatterRegistry) - クラス org.springframework.boot.autoconfigure.web.servlet のメソッド。WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- addInitializers(ServletContextInitializer...) - クラス org.springframework.boot.web.servlet.server のメソッド。AbstractServletWebServerFactory
- addInitializers(ServletContextInitializer...) - インターフェース org.springframework.boot.web.servlet.server のメソッド。ConfigurableServletWebServerFactory
ServletWebServerFactory.getWebServer(ServletContextInitializer...)
パラメーターに加えて、適用する必要があるものにServletContextInitializer
を追加します。- 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<? extends SimpleAsyncTaskExecutorCustomizer>) - クラス org.springframework.boot.task のメソッド。SimpleAsyncTaskExecutorBuilder
SimpleAsyncTaskExecutor
に適用する必要があるcustomizers
を追加します。- additionalCustomizers(Iterable<? extends SimpleAsyncTaskSchedulerCustomizer>) - クラス org.springframework.boot.task のメソッド。SimpleAsyncTaskSchedulerBuilder
SimpleAsyncTaskScheduler
に適用する必要があるcustomizers
を追加します。- additionalCustomizers(Iterable<? extends ThreadPoolTaskExecutorCustomizer>) - クラス org.springframework.boot.task のメソッド。ThreadPoolTaskExecutorBuilder
ThreadPoolTaskExecutor
に適用する必要があるThreadPoolTaskExecutorCustomizers
を追加します。- additionalCustomizers(Iterable<? extends ThreadPoolTaskSchedulerCustomizer>) - クラス org.springframework.boot.task のメソッド。ThreadPoolTaskSchedulerBuilder
ThreadPoolTaskScheduler
に適用する必要があるthreadPoolTaskSchedulerCustomizers
を追加します。- additionalCustomizers(Collection<? extends RestTemplateCustomizer>) - クラス org.springframework.boot.web.client のメソッド。RestTemplateBuilder
RestTemplate
に適用する必要があるRestTemplateCustomizers
を追加します。- additionalCustomizers(Collection<? extends WebServiceTemplateCustomizer>) - クラス org.springframework.boot.webservices.client のメソッド。WebServiceTemplateBuilder
WebServiceTemplate
に適用する必要があるWebServiceTemplateCustomizers
を追加します。- 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(RestTemplateCustomizer...) - クラス org.springframework.boot.web.client のメソッド。RestTemplateBuilder
RestTemplate
に適用する必要があるRestTemplateCustomizers
を追加します。- additionalCustomizers(WebServiceTemplateCustomizer...) - クラス org.springframework.boot.webservices.client のメソッド。WebServiceTemplateBuilder
WebServiceTemplate
に適用する必要があるWebServiceTemplateCustomizers
を追加します。- AdditionalHealthEndpointPath - org.springframework.boot.actuate.health のクラス
HealthEndpointGroup
の追加パスを表す値オブジェクト。- AdditionalHealthEndpointPathsWebFluxHandlerMapping - org.springframework.boot.actuate.endpoint.web.reactive のクラス
- ヘルスグループを追加のパスにマップできるようにするカスタム
HandlerMapping
。 - AdditionalHealthEndpointPathsWebFluxHandlerMapping(EndpointMapping, ExposableWebEndpoint, Set<HealthEndpointGroup>) - クラス org.springframework.boot.actuate.endpoint.web.reactive. AdditionalHealthEndpointPathsWebFluxHandlerMapping のコンストラクター
- AdditionalHealthEndpointPathsWebMvcHandlerMapping - org.springframework.boot.actuate.endpoint.web.servlet のクラス
- ヘルスグループを追加のパスにマップできるようにするカスタム
HandlerMapping
。 - AdditionalHealthEndpointPathsWebMvcHandlerMapping(ExposableWebEndpoint, Set<HealthEndpointGroup>) - クラス org.springframework.boot.actuate.endpoint.web.servlet. AdditionalHealthEndpointPathsWebMvcHandlerMapping のコンストラクター
- additionalInterceptors(Collection<? extends ClientHttpRequestInterceptor>) - クラス org.springframework.boot.web.client のメソッド。RestTemplateBuilder
RestTemplate
で使用する必要があるClientHttpRequestInterceptors
を追加します。- additionalInterceptors(Collection<? extends ClientInterceptor>) - クラス org.springframework.boot.webservices.client のメソッド。WebServiceTemplateBuilder
WebServiceTemplate
で使用する必要がある追加のClientInterceptors
を追加します。- additionalInterceptors(ClientHttpRequestInterceptor...) - クラス org.springframework.boot.web.client のメソッド。RestTemplateBuilder
RestTemplate
で使用する必要があるClientHttpRequestInterceptors
を追加します。- additionalInterceptors(ClientInterceptor...) - クラス org.springframework.boot.webservices.client のメソッド。WebServiceTemplateBuilder
WebServiceTemplate
で使用する必要がある追加のClientInterceptors
を追加します。- additionalMessageConverters(Collection<? extends HttpMessageConverter<?>>) - クラス org.springframework.boot.web.client のメソッド。RestTemplateBuilder
RestTemplate
で使用する必要があるHttpMessageConverters
を追加します。- additionalMessageConverters(HttpMessageConverter<?>...) - クラス org.springframework.boot.web.client のメソッド。RestTemplateBuilder
RestTemplate
で使用する必要があるHttpMessageConverters
を追加します。- additionalMessageSenders(Collection<? extends WebServiceMessageSender>) - クラス 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<? extends RestTemplateRequestCustomizer<?>>) - クラス org.springframework.boot.web.client のメソッド。RestTemplateBuilder
ClientHttpRequest
に適用するRestTemplateRequestCustomizers
を追加します。- additionalRequestCustomizers(RestTemplateRequestCustomizer<?>...) - クラス org.springframework.boot.web.client のメソッド。RestTemplateBuilder
ClientHttpRequest
に適用するRestTemplateRequestCustomizers
を追加します。- addJspServlet(WebAppContext) - クラス org.springframework.boot.web.embedded.jetty のメソッド。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<T, M>) - クラス org.springframework.boot.json のメソッド。JsonWriter.Members
- 指定された
Map
SE からのすべてのエントリを JSON に追加します。 - addMimeMappings(MimeMappings) - クラス org.springframework.boot.web.servlet.server のメソッド。AbstractServletWebServerFactory
- addMimeMappings(MimeMappings) - インターフェース org.springframework.boot.web.servlet.server のメソッド。ConfigurableServletWebServerFactory
- MIME 型 マッピングを追加します。
- addOrMerge(Map<String, Object>, MutablePropertySources) - Static method in class org.springframework.boot.DefaultPropertiesPropertySource
- 新しい
DefaultPropertiesPropertySource
を追加するか、既存のDefaultPropertiesPropertySource
とマージします。 - addParser(Parser<?>) - クラス org.springframework.boot.convert のメソッド。ApplicationConversionService
- addPrimarySources(Collection<Class<?>>) - Method in class org.springframework.boot.SpringApplication
SpringApplication.run(String...)
が呼び出されたときに ApplicationContext に追加されるプライマリソースに追加のアイテムを追加します。- addPrinter(Printer<?>) - クラス org.springframework.boot.convert のメソッド。ApplicationConversionService
- addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>...) - インターフェース org.springframework.boot.web.embedded.tomcat のメソッド。ConfigurableTomcatWebServerFactory
- Tomcat
Connector
に追加する必要があるTomcatProtocolHandlerCustomizer
を追加します。 - addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>...) - クラス org.springframework.boot.web.embedded.tomcat のメソッド。TomcatReactiveWebServerFactory
- Tomcat
Connector
に追加する必要があるTomcatProtocolHandlerCustomizer
を追加します。 - addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>...) - クラス org.springframework.boot.web.embedded.tomcat のメソッド。TomcatServletWebServerFactory
- Tomcat
Connector
に追加する必要があるTomcatProtocolHandlerCustomizer
を追加します。 - 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
- addResourceHandlers(ResourceHandlerRegistry) - クラス org.springframework.boot.autoconfigure.web.reactive のメソッド。WebFluxAutoConfiguration.WebFluxConfig
- addResourceHandlers(ResourceHandlerRegistry) - クラス org.springframework.boot.autoconfigure.web.servlet のメソッド。WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- 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.autoconfigure.amqp.RabbitConnectionDetails.Address のコンストラクター
Address
レコードクラスのインスタンスを作成します。- addRouteProviders(NettyRouteProvider...) - クラス org.springframework.boot.web.embedded.netty のメソッド。NettyReactiveWebServerFactory
- Spring アプリケーションのハンドラーの前に、適用する必要がある
NettyRouteProvider
を順番に追加します。 - addRSocketServerCustomizers(RSocketServerCustomizer...) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
RSocketServer
を構成するために呼び出すRSocketServerCustomizer
を追加します。- addServerCustomizers(JettyServerCustomizer...) - インターフェース org.springframework.boot.web.embedded.jetty のメソッド。ConfigurableJettyWebServerFactory
- 起動する前に
Server
に適用されるJettyServerCustomizer
を追加します。 - addServerCustomizers(JettyServerCustomizer...) - クラス org.springframework.boot.web.embedded.jetty のメソッド。JettyReactiveWebServerFactory
- addServerCustomizers(JettyServerCustomizer...) - クラス org.springframework.boot.web.embedded.jetty のメソッド。JettyServletWebServerFactory
- addServerCustomizers(NettyServerCustomizer...) - クラス org.springframework.boot.web.embedded.netty のメソッド。NettyReactiveWebServerFactory
- サーバーの構築中に適用する必要がある
NettyServerCustomizer
を追加します。 - addServletNames(String...) - クラス org.springframework.boot.web.servlet のメソッド。AbstractFilterRegistrationBean
- フィルターのサーブレット名を追加します。
- addServletRegistrationBeans(ServletRegistrationBean<?>...) - クラス org.springframework.boot.web.servlet のメソッド。AbstractFilterRegistrationBean
- フィルターに
ServletRegistrationBean
を追加します。 - addSourceDirectories(Iterable<File>) - クラス org.springframework.boot.devtools.filewatch のメソッド。FileSystemWatcher
- 監視するソースディレクトリを追加します。
- addSourceDirectory(File) - クラス org.springframework.boot.devtools.filewatch のメソッド。FileSystemWatcher
- 監視するソースディレクトリを追加します。
- addTldSkipPatterns(String...) - クラス org.springframework.boot.web.embedded.tomcat のメソッド。TomcatServletWebServerFactory
- jar に一致するパターンを追加して、TLD スキャンで無視します。
- addTo(Map<String, Object>) - クラス 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
- addURL(URL) - クラス org.springframework.boot.web.embedded.tomcat のメソッド。TomcatEmbeddedWebappClassLoader
- addUrlMappings(String...) - クラス org.springframework.boot.autoconfigure.web.servlet のメソッド。DispatcherServletRegistrationBean
- addUrlMappings(String...) - クラス org.springframework.boot.web.servlet のメソッド。ServletRegistrationBean
- サーブレット仕様に定義されているように、サーブレットの URL マッピングを追加します。
- addUrlPatterns(String...) - クラス org.springframework.boot.web.servlet のメソッド。AbstractFilterRegistrationBean
- サーブレット仕様で定義されているように、フィルターが登録される URL パターンを追加します。
- addUrls(Collection<URL>) - Method in class org.springframework.boot.devtools.restart.Restarter
- 次の再起動に含める URL を追加します。
- addWebListeners(String...) - クラス org.springframework.boot.web.servlet.server のメソッド。AbstractServletWebServerFactory
- addWebListeners(String...) - インターフェース org.springframework.boot.web.servlet のメソッド。WebListenerRegistry
- サーブレットコンテナーに登録される Web リスナーを追加します。
- addWrapper() - Static method in class org.springframework.boot.actuate.autoconfigure.tracing.OpenTelemetryEventPublisherBeansApplicationListener
Add
はContextStorage
ラッパーを使用して、EventPublishers
が正しく伝播されるようにします。- Admin() - クラス org.springframework.boot.autoconfigure.kafka のコンストラクター。KafkaProperties.Admin
- Admin() - クラス org.springframework.boot.autoconfigure.pulsar のコンストラクター。PulsarProperties.Admin
- ADVANCED - Enum constant in enum class org.springframework.boot.autoconfigure.netty.NettyProperties.LeakDetection
- バッファの 1% のリークを検出し、それらがアクセスされた場所を追跡します。
- after() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfiguration
- すでに適用されているはずの自動構成クラス。
- after() - Static method in enum class org.springframework.boot.test.mock.mockito.MockReset
- 使用すべきではありません。各テストメソッドの実行後にリセットが発生するモックで使用する
settings
を作成します。 - AFTER - Enum constant in enum class org.springframework.boot.test.mock.mockito.MockReset
- 使用すべきではありません。テストメソッドの実行後にモックをリセットします。
- afterAll(ExtensionContext) - クラス org.springframework.boot.test.system のメソッド。OutputCaptureExtension
- afterEach(ExtensionContext) - クラス org.springframework.boot.test.system のメソッド。OutputCaptureExtension
- afterInvocation(RepositoryMethodInvocationListener.RepositoryMethodInvocation) - クラス org.springframework.boot.actuate.metrics.data のメソッド。MetricsRepositoryMethodInvocationListener
- afterName() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfiguration
- すでに適用されているはずの自動構成クラスの名前。
- afterPropertiesSet() - クラス org.springframework.boot.actuate.autoconfigure.jdbc のメソッド。DataSourceHealthContributorAutoConfiguration
- afterPropertiesSet() - クラス org.springframework.boot.actuate.endpoint.jmx のメソッド。JmxEndpointExporter
- afterPropertiesSet() - クラス org.springframework.boot.actuate.endpoint.web.servlet のメソッド。AbstractWebMvcEndpointHandlerMapping
- afterPropertiesSet() - クラス org.springframework.boot.actuate.jdbc のメソッド。DataSourceHealthIndicator
- afterPropertiesSet() - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
- afterPropertiesSet() - クラス org.springframework.boot.autoconfigure.batch のメソッド。JobLauncherApplicationRunner
- afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
- afterPropertiesSet() - クラス org.springframework.boot.autoconfigure.jdbc のメソッド。DataSourceProperties
- afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.liquibase.DataSourceClosingSpringLiquibase
- afterPropertiesSet() - クラス org.springframework.boot.autoconfigure.security.oauth2.client のメソッド。OAuth2ClientProperties
- afterPropertiesSet() - クラス org.springframework.boot.autoconfigure.security.oauth2.server.servlet のメソッド。OAuth2AuthorizationServerProperties
- afterPropertiesSet() - クラス org.springframework.boot.autoconfigure.validation のメソッド。ValidatorAdapter
- afterPropertiesSet() - クラス org.springframework.boot.autoconfigure.web.reactive.error のメソッド。AbstractErrorWebExceptionHandler
- 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() - クラス org.springframework.boot.jackson のメソッド。JsonComponentModule
- afterPropertiesSet() - クラス org.springframework.boot.sql.init のメソッド。AbstractScriptDatabaseInitializer
- afterPropertiesSet() - クラス org.springframework.boot.test.autoconfigure.restdocs のメソッド。RestDocsMockMvcBuilderCustomizer
- afterPropertiesSet() - クラス org.springframework.boot.testcontainers.service.connection のメソッド。ContainerConnectionDetailsFactory.ContainerConnectionDetails
- afterPropertiesSet() - クラス org.springframework.boot.validation.beanvalidation のメソッド。FilteredMethodValidationPostProcessor
- afterRefresh(ConfigurableApplicationContext, ApplicationArguments) - Method in class org.springframework.boot.SpringApplication
- コンテキストがリフレッシュされた後に呼び出されます。
- afterSingletonsInstantiated() - クラス org.springframework.boot.actuate.autoconfigure.metrics.orm.jpa のメソッド。HibernateMetricsAutoConfiguration
- afterTestClass(TestContext) - クラス org.springframework.boot.test.mock.mockito のメソッド。MockitoTestExecutionListener
- 使用すべきではありません。
- afterTestMethod(TestContext) - クラス org.springframework.boot.test.autoconfigure.restdocs のメソッド。RestDocsTestExecutionListener
- afterTestMethod(TestContext) - クラス org.springframework.boot.test.autoconfigure.web.servlet のメソッド。WebDriverTestExecutionListener
- afterTestMethod(TestContext) - クラス org.springframework.boot.test.autoconfigure.webservices.client のメソッド。MockWebServiceServerTestExecutionListener
- afterTestMethod(TestContext) - クラス org.springframework.boot.test.mock.mockito のメソッド。MockitoTestExecutionListener
- 使用すべきではありません。
- afterTestMethod(TestContext) - クラス org.springframework.boot.test.mock.mockito のメソッド。ResetMocksTestExecutionListener
- 使用すべきではありません。
- AgentReloader - org.springframework.boot.devtools.restart のクラス
- Java エージェントベースのリローダーかどうかを判断するユーティリティ(例:
- aggregateContributions(ApiVersion, Map<String, HealthComponent>, StatusAggregator, boolean, Set<String>) - クラス org.springframework.boot.actuate.health のメソッド。HealthEndpoint
- aggregateContributions(ApiVersion, Map<String, HealthComponent>, StatusAggregator, boolean, Set<String>) - クラス org.springframework.boot.actuate.health のメソッド。HealthEndpointWebExtension
- aggregateContributions(ApiVersion, Map<String, Mono<? extends HealthComponent>>, StatusAggregator, boolean, Set<String>) - クラス org.springframework.boot.actuate.health のメソッド。ReactiveHealthEndpointWebExtension
- alias() - インターフェース org.springframework.boot.ssl.pem のメソッド。PemSslStore
KeyStore
SE にエントリを設定するときに使用されるエイリアス。- 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.autoconfigure.liquibase.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 のコンストラクター
- allowCircularReferences(boolean) - クラス org.springframework.boot.builder のメソッド。SpringApplicationBuilder
- Bean 間の循環参照を許可し、自動的に解決しようとするかどうか。
- allowCoreThreadTimeOut(boolean) - クラス org.springframework.boot.task のメソッド。ThreadPoolTaskExecutorBuilder
- コアスレッドのタイムアウトを許可するかどうかを設定します。
- always(ConfigData.Option...) - Static method in interface org.springframework.boot.context.config.ConfigData.PropertySourceOptions
- プロパティソースに関係なく常に同じオプションを返す新しい
ConfigData.PropertySourceOptions
インスタンスを作成します。 - always(ConfigData.Options) - Static method in interface 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.autoconfigure.web.ErrorProperties.IncludeStacktrace
- 常にスタックトレース情報を追加します。
- ALWAYS - Enum constant in enum class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.UseApr
- 常に APR を使用し、利用できない場合は失敗します。
- 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_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
インスタンスを返します。 - alwaysApplyingWhenNonNull() - クラス org.springframework.boot.context.properties のメソッド。PropertyMapper
- すべてのソースに
whenNonNull
を適用する新しいPropertyMapper
インスタンスを返します。 - amqpAdmin(ConnectionFactory) - クラス org.springframework.boot.autoconfigure.amqp のメソッド。RabbitAutoConfiguration.RabbitTemplateConfiguration
- AmqpContainer() - クラス org.springframework.boot.autoconfigure.amqp のコンストラクター。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(Class<?>, Class<?>) - クラス org.springframework.boot.jackson のメソッド。JsonMixinModuleEntries.Builder
- 指定されたクラスのマッピングを追加します。
- and(Iterable<String>) - クラス org.springframework.boot.test.util のメソッド。TestPropertyValues
- 追加のエントリを含む新しい
TestPropertyValues
インスタンスを返します。 - and(String...) - クラス org.springframework.boot.test.util のメソッド。TestPropertyValues
- 追加のエントリを含む新しい
TestPropertyValues
インスタンスを返します。 - and(String, String) - クラス org.springframework.boot.jackson のメソッド。JsonMixinModuleEntries.Builder
- 指定されたクラス名のマッピングを追加します。
- and(Map<String, String>) - クラス org.springframework.boot.test.util のメソッド。TestPropertyValues
- 追加のエントリを含む新しい
TestPropertyValues
インスタンスを返します。 - and(Stream<String>) - クラス org.springframework.boot.test.util のメソッド。TestPropertyValues
- 追加のエントリを含む新しい
TestPropertyValues
インスタンスを返します。 - and(Stream<T>, Function<T, TestPropertyValues.Pair>) - クラス org.springframework.boot.test.util のメソッド。TestPropertyValues
- 追加のエントリを含む新しい
TestPropertyValues
インスタンスを返します。 - andCondition(Class<? extends Annotation>, Object...) - クラス org.springframework.boot.autoconfigure.condition のメソッド。ConditionMessage
- 新しいビルダーを返し、インスタンスと新しい条件の結果に基づいて新しい
ConditionMessage
を構築します。 - andCondition(String, Object...) - クラス org.springframework.boot.autoconfigure.condition のメソッド。ConditionMessage
- 新しいビルダーを返し、インスタンスと新しい条件の結果に基づいて新しい
ConditionMessage
を構築します。 - andThen(ContextConsumer<? super C>) - インターフェース org.springframework.boot.test.context.runner のメソッド。ContextConsumer
- この操作に続いて
after
操作を順番に実行する合成ContextConsumer
を返します。 - AnnotatedClassFinder - org.springframework.boot.test.context のクラス
- 階層内の特定のアノテーションが付けられたクラスを見つけるためのユーティリティクラス。
- AnnotatedClassFinder(Class<? extends Annotation>) - クラス org.springframework.boot.test.context. AnnotatedClassFinder のコンストラクター
- 検索する
annotationType
を使用して新しいインスタンスを作成します。 - annotatedControllerConfigurer(ObjectProvider<Executor>, ObjectProvider<HandlerMethodArgumentResolver>) - クラス org.springframework.boot.autoconfigure.graphql のメソッド。GraphQlAutoConfiguration
- annotation() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBean
- チェックする必要のある Bean を修飾するアノテーション型。
- annotation() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
- チェックする必要のある Bean を修飾するアノテーション型。
- AnnotationConfig(ApplicationContext) - クラス org.springframework.boot.autoconfigure.web.reactive のコンストラクター。HttpHandlerAutoConfiguration.AnnotationConfig
- AnnotationConfigReactiveWebApplicationContext - org.springframework.boot.web.reactive.context のクラス
- アノテーション付きクラスを入力として受け入れる
ConfigurableReactiveWebApplicationContext
- 特に@Configuration
アノテーション付きクラスだけでなく、プレーンな@Component
クラスとjavax.inject
アノテーションを使用する JSR-330 準拠クラスも受け入れます。 - AnnotationConfigReactiveWebApplicationContext() - クラス org.springframework.boot.web.reactive.context. AnnotationConfigReactiveWebApplicationContext のコンストラクター
- 新しい AnnotationConfigReactiveWebApplicationContext を作成します。この AnnotationConfigReactiveWebApplicationContext は、
AnnotationConfigApplicationContext.register(java.lang.Class<?>...)
呼び出しを通じて設定し、手動でリフレッシュする必要があります。 - AnnotationConfigReactiveWebApplicationContext(Class<?>...) - クラス org.springframework.boot.web.reactive.context. AnnotationConfigReactiveWebApplicationContext のコンストラクター
- 新しい AnnotationConfigApplicationContext を作成し、指定されたアノテーション付きクラスから Bean 定義を派生させ、コンテキストを自動的にリフレッシュします。
- AnnotationConfigReactiveWebApplicationContext(String...) - クラス org.springframework.boot.web.reactive.context. AnnotationConfigReactiveWebApplicationContext のコンストラクター
- 新しい AnnotationConfigApplicationContext を作成し、指定されたパッケージの Bean 定義をスキャンして、コンテキストを自動的にリフレッシュします。
- AnnotationConfigReactiveWebApplicationContext(DefaultListableBeanFactory) - クラス org.springframework.boot.web.reactive.context. AnnotationConfigReactiveWebApplicationContext のコンストラクター
- 指定された DefaultListableBeanFactory で新しい AnnotationConfigApplicationContext を作成します。
- AnnotationConfigReactiveWebServerApplicationContext - org.springframework.boot.web.reactive.context のクラス
- アノテーション付きクラスを入力として受け入れる
ReactiveWebServerApplicationContext
- 特に@Configuration
アノテーション付きクラスだけでなく、プレーンな@Component
クラスとjavax.inject
アノテーションを使用する JSR-330 準拠クラスも受け入れます。 - AnnotationConfigReactiveWebServerApplicationContext() - クラス org.springframework.boot.web.reactive.context. AnnotationConfigReactiveWebServerApplicationContext のコンストラクター
AnnotationConfigReactiveWebServerApplicationContext.register(java.lang.Class<?>...)
呼び出しを介してデータを取り込み、手動でリフレッシュする必要がある新しいAnnotationConfigReactiveWebServerApplicationContext
を作成します。- AnnotationConfigReactiveWebServerApplicationContext(Class<?>...) - クラス org.springframework.boot.web.reactive.context. AnnotationConfigReactiveWebServerApplicationContext のコンストラクター
- 新しい
AnnotationConfigReactiveWebServerApplicationContext
を作成し、指定されたアノテーション付きクラスから Bean 定義を取得し、コンテキストを自動的にリフレッシュします。 - AnnotationConfigReactiveWebServerApplicationContext(String...) - クラス org.springframework.boot.web.reactive.context. AnnotationConfigReactiveWebServerApplicationContext のコンストラクター
- 新しい
AnnotationConfigReactiveWebServerApplicationContext
を作成し、指定されたパッケージの Bean 定義をスキャンし、コンテキストを自動的にリフレッシュします。 - AnnotationConfigReactiveWebServerApplicationContext(DefaultListableBeanFactory) - クラス org.springframework.boot.web.reactive.context. AnnotationConfigReactiveWebServerApplicationContext のコンストラクター
- 指定された
DefaultListableBeanFactory
で新しいAnnotationConfigReactiveWebServerApplicationContext
を作成します。 - AnnotationConfigServletWebApplicationContext - org.springframework.boot.web.servlet.context のクラス
- アノテーション付きクラスを入力として受け入れる
GenericWebApplicationContext
- 特に@Configuration
アノテーション付きクラスだけでなく、プレーンな@Component
クラスとjavax.inject
アノテーションを使用する JSR-330 準拠クラスも受け入れます。 - AnnotationConfigServletWebApplicationContext() - クラス org.springframework.boot.web.servlet.context. AnnotationConfigServletWebApplicationContext のコンストラクター
AnnotationConfigServletWebApplicationContext.register(java.lang.Class<?>...)
呼び出しを介して入力し、手動でリフレッシュする必要がある新しいAnnotationConfigServletWebApplicationContext
を作成します。- AnnotationConfigServletWebApplicationContext(Class<?>...) - クラス org.springframework.boot.web.servlet.context. AnnotationConfigServletWebApplicationContext のコンストラクター
- 新しい
AnnotationConfigServletWebApplicationContext
を作成し、指定されたアノテーション付きクラスから Bean 定義を取得し、コンテキストを自動的にリフレッシュします。 - AnnotationConfigServletWebApplicationContext(String...) - クラス org.springframework.boot.web.servlet.context. AnnotationConfigServletWebApplicationContext のコンストラクター
- 新しい
AnnotationConfigServletWebApplicationContext
を作成し、指定されたパッケージの Bean 定義をスキャンし、コンテキストを自動的にリフレッシュします。 - AnnotationConfigServletWebApplicationContext(DefaultListableBeanFactory) - クラス org.springframework.boot.web.servlet.context. AnnotationConfigServletWebApplicationContext のコンストラクター
- 指定された
DefaultListableBeanFactory
で新しいAnnotationConfigServletWebApplicationContext
を作成します。 - AnnotationConfigServletWebServerApplicationContext - org.springframework.boot.web.servlet.context のクラス
- アノテーション付きクラスを入力として受け入れる
ServletWebServerApplicationContext
- 特に@Configuration
アノテーション付きクラスだけでなく、プレーンな@Component
クラスとjavax.inject
アノテーションを使用する JSR-330 準拠クラスも受け入れます。 - AnnotationConfigServletWebServerApplicationContext() - クラス org.springframework.boot.web.servlet.context. AnnotationConfigServletWebServerApplicationContext のコンストラクター
AnnotationConfigServletWebServerApplicationContext.register(java.lang.Class<?>...)
呼び出しを介してデータを取り込み、手動でリフレッシュする必要がある新しいAnnotationConfigServletWebServerApplicationContext
を作成します。- AnnotationConfigServletWebServerApplicationContext(Class<?>...) - クラス org.springframework.boot.web.servlet.context. AnnotationConfigServletWebServerApplicationContext のコンストラクター
- 新しい
AnnotationConfigServletWebServerApplicationContext
を作成し、指定されたアノテーション付きクラスから Bean 定義を取得し、コンテキストを自動的にリフレッシュします。 - AnnotationConfigServletWebServerApplicationContext(String...) - クラス org.springframework.boot.web.servlet.context. AnnotationConfigServletWebServerApplicationContext のコンストラクター
- 新しい
AnnotationConfigServletWebServerApplicationContext
を作成し、指定されたパッケージの Bean 定義をスキャンし、コンテキストを自動的にリフレッシュします。 - AnnotationConfigServletWebServerApplicationContext(DefaultListableBeanFactory) - クラス org.springframework.boot.web.servlet.context. AnnotationConfigServletWebServerApplicationContext のコンストラクター
- 指定された
DefaultListableBeanFactory
で新しいAnnotationConfigServletWebServerApplicationContext
を作成します。 - AnnotationCustomizableTypeExcludeFilter - org.springframework.boot.test.autoconfigure.filter のクラス
- アノテーションを使用してカスタマイズできる
TypeExcludeFilter
の抽象基本クラス。 - AnnotationCustomizableTypeExcludeFilter() - クラス org.springframework.boot.test.autoconfigure.filter. AnnotationCustomizableTypeExcludeFilter のコンストラクター
- AnnotationCustomizableTypeExcludeFilter.FilterType - org.springframework.boot.test.autoconfigure.filter の Enum クラス
- AnnotationsPropertySource - org.springframework.boot.test.autoconfigure.properties のクラス
@PropertyMapping
でマークされたアノテーションを適応させるEnumerablePropertySource
- AnnotationsPropertySource(Class<?>) - クラス org.springframework.boot.test.autoconfigure.properties. AnnotationsPropertySource のコンストラクター
- AnnotationsPropertySource(String, Class<?>) - クラス org.springframework.boot.test.autoconfigure.properties. AnnotationsPropertySource のコンストラクター
- 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.context.config のクラス
- AnsiOutputApplicationListener() - クラス org.springframework.boot.context.config. AnsiOutputApplicationListener のコンストラクター
- AnsiPropertySource - org.springframework.boot.ansi のクラス
- AnsiPropertySource(String, boolean) - クラス org.springframework.boot.ansi. AnsiPropertySource のコンストラクター
- 新しい
AnsiPropertySource
インスタンスを作成します。 - AnsiStyle - Enum Class in org.springframework.boot.ansi
Ansi
スタイル。- answer() - Element in annotation interface org.springframework.boot.test.mock.mockito.MockBean
- 使用すべきではありません。モックで使用する
Answers
型。 - ANT_PATH_MATCHER - Enum constant in enum class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.MatchingStrategy
AntPathMatcher
実装を使用します。- AntPathRequestMatcherProvider - org.springframework.boot.autoconfigure.security.servlet のクラス
- AntPathRequestMatcherProvider(Function<String, String>) - クラス org.springframework.boot.autoconfigure.security.servlet. AntPathRequestMatcherProvider のコンストラクター
- 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.test.autoconfigure.jdbc.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 を返します。
- anyMatches(MetadataReader, MetadataReaderFactory) - クラス org.springframework.boot.test.autoconfigure.filter のメソッド。FilterAnnotations
- 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 - Exception in org.springframework.boot
- AOT 初期化子が見つからなかった場合にスローされる例外。
- AotInitializerNotFoundException(Class<?>, String) - Constructor for exception org.springframework.boot.AotInitializerNotFoundException
- apiKey() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic のメソッド。NewRelicPropertiesConfigAdapter
- apiToken() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront のメソッド。WavefrontPropertiesConfigAdapter
- apiTokenType() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront のメソッド。WavefrontPropertiesConfigAdapter
- ApiVersion - Class in org.springframework.boot.buildpack.platform.docker.type
- メジャー値とマイナー値で構成される API バージョン番号。
- ApiVersion - Enum Class in org.springframework.boot.actuate.endpoint
- アクチュエーター API でサポートされている API バージョン。
- 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<String, Object>) - クラス org.springframework.boot.actuate.quartz のメソッド。QuartzEndpoint.CalendarIntervalTriggerDescriptor
- appendDetails(Map<String, Object>) - クラス org.springframework.boot.actuate.quartz のメソッド。QuartzEndpoint.CronTriggerDescriptor
- appendDetails(Map<String, Object>) - クラス org.springframework.boot.actuate.quartz のメソッド。QuartzEndpoint.CustomTriggerDescriptor
- appendDetails(Map<String, Object>) - クラス org.springframework.boot.actuate.quartz のメソッド。QuartzEndpoint.DailyTimeIntervalTriggerDescriptor
- appendDetails(Map<String, Object>) - クラス org.springframework.boot.actuate.quartz のメソッド。QuartzEndpoint.SimpleTriggerDescriptor
- appendDetails(Map<String, Object>) - クラス org.springframework.boot.actuate.quartz のメソッド。QuartzEndpoint.TriggerDescriptor
- 指定された
content
にトリガー実装固有の詳細を追加します。 - appendFields(ToStringCreator) - クラス org.springframework.boot.actuate.endpoint.annotation のメソッド。AbstractDiscoveredEndpoint
- appendFields(ToStringCreator) - クラス org.springframework.boot.actuate.endpoint.annotation のメソッド。AbstractDiscoveredOperation
- appendParameters(StringBuilder, String) - Method in class org.springframework.boot.docker.compose.service.connection.jdbc.JdbcUrlBuilder
- 指定された
url
に指定されたparameters
を追加します。 - appendSummary(Map<String, Object>) - クラス org.springframework.boot.actuate.quartz のメソッド。QuartzEndpoint.CalendarIntervalTriggerDescriptor
- appendSummary(Map<String, Object>) - クラス org.springframework.boot.actuate.quartz のメソッド。QuartzEndpoint.CronTriggerDescriptor
- appendSummary(Map<String, Object>) - クラス org.springframework.boot.actuate.quartz のメソッド。QuartzEndpoint.CustomTriggerDescriptor
- appendSummary(Map<String, Object>) - クラス org.springframework.boot.actuate.quartz のメソッド。QuartzEndpoint.DailyTimeIntervalTriggerDescriptor
- appendSummary(Map<String, Object>) - クラス org.springframework.boot.actuate.quartz のメソッド。QuartzEndpoint.SimpleTriggerDescriptor
- appendSummary(Map<String, Object>) - クラス org.springframework.boot.actuate.quartz のメソッド。QuartzEndpoint.TriggerDescriptor
- 指定された
content
にトリガー実装固有の要約項目を追加します。 - application() - クラス org.springframework.boot.builder のメソッド。SpringApplicationBuilder
- 現在のアプリケーションのアクセサー。
- Application() - クラス org.springframework.boot.actuate.autoconfigure.wavefront のコンストラクター。WavefrontProperties.Application
- 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.actuate.metrics.startup.StartupTimeMetricsListener
- アプリケーションの準備完了時間メトリクスに使用するデフォルトの名前。
- APPLICATION_STARTED_TIME_METRIC_NAME - Static variable in class org.springframework.boot.actuate.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() - クラス org.springframework.boot.autoconfigure.availability のメソッド。ApplicationAvailabilityAutoConfiguration
- 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 extends ApplicationContext> - Class in org.springframework.boot.test.context.assertj
ApplicationContext
に適用できる AssertJassertions
。- ApplicationContextAssert.Scope - org.springframework.boot.test.context.assertj の Enum クラス
- アサーションの範囲。
- ApplicationContextAssertProvider< C extends ApplicationContext> - Interface in org.springframework.boot.test.context.assertj
- AssertJ スタイルのアサーションを追加でサポートする
ApplicationContext
。 - ApplicationContextFactory - org.springframework.boot のインターフェース
SpringApplication
で使用されるConfigurableApplicationContext
を作成するための戦略インターフェース。- ApplicationContextFilterConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.web.servlet のコンストラクター。ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration
- ApplicationContextHeaderFilter - org.springframework.boot.web.servlet.filter のクラス
OncePerRequestFilter
は、ApplicationContext ID
を含む X-Application-Context ヘッダーを追加します。- ApplicationContextHeaderFilter(ApplicationContext) - クラス org.springframework.boot.web.servlet.filter. ApplicationContextHeaderFilter のコンストラクター
- applicationContextIdFilter(ApplicationContext) - クラス org.springframework.boot.actuate.autoconfigure.web.servlet のメソッド。ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration
- ApplicationContextInitializedEvent - org.springframework.boot.context.event のクラス
SpringApplication
が始動し、ApplicationContext
が準備され、ApplicationContextInitializers が呼び出されましたが、Bean 定義がロードされる前に発行されたイベント。- ApplicationContextInitializedEvent(SpringApplication, String[], ConfigurableApplicationContext) - クラス org.springframework.boot.context.event. ApplicationContextInitializedEvent のコンストラクター
- 新しい
ApplicationContextInitializedEvent
インスタンスを作成します。 - ApplicationContextRequestMatcher< C > - Class in org.springframework.boot.security.servlet
ApplicationContext
バックアップRequestMatcher
。- ApplicationContextRequestMatcher(Class<? extends C>) - クラス org.springframework.boot.security.servlet. ApplicationContextRequestMatcher のコンストラクター
- ApplicationContextRunner - org.springframework.boot.test.context.runner のクラス
- 標準の非 Web 環境
ConfigurableApplicationContext
用のApplicationContext runner
。 - ApplicationContextRunner() - クラス org.springframework.boot.test.context.runner. ApplicationContextRunner のコンストラクター
- 基になるソースとして
AnnotationConfigApplicationContext
を使用して、新しいApplicationContextRunner
インスタンスを作成します。 - ApplicationContextRunner(Supplier<ConfigurableApplicationContext>) - クラス org.springframework.boot.test.context.runner. ApplicationContextRunner のコンストラクター
- 指定された
contextFactory
を基になるソースとして使用して、新しいApplicationContextRunner
インスタンスを作成します。 - ApplicationContextRunner(Supplier<ConfigurableApplicationContext>, Class<?>...) - クラス org.springframework.boot.test.context.runner. ApplicationContextRunner のコンストラクター
- 指定された
contextFactory
を基になるソースとして使用して、新しいApplicationContextRunner
インスタンスを作成します。 - ApplicationContextServerWebExchangeMatcher< C > - Class in org.springframework.boot.security.reactive
- ApplicationContextServerWebExchangeMatcher(Class<? extends C>) - クラス org.springframework.boot.security.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 のコンストラクター
- 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
インスタンスを作成します。 - ApplicationNameConverter - Class in org.springframework.boot.logging.logback
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。3.4.0 以降、4.0.0 で削除され
EnclosedInSquareBracketsConverter
を推奨 - ApplicationNameConverter() - Constructor for class org.springframework.boot.logging.logback.ApplicationNameConverter
- 使用すべきではありません。
- 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
インスタンスを作成します。 - ApplicationReadyEvent - org.springframework.boot.context.event のクラス
- アプリケーションがリクエストを処理する準備ができていることを示すために、可能な限り遅く発行されたイベント。
- ApplicationReadyEvent(SpringApplication, String[], ConfigurableApplicationContext, Duration) - クラス org.springframework.boot.context.event. ApplicationReadyEvent のコンストラクター
- 新しい
ApplicationReadyEvent
インスタンスを作成します。 - ApplicationResourceLoader - org.springframework.boot.io のクラス
- ApplicationResourceLoader() - クラス org.springframework.boot.io. ApplicationResourceLoader のコンストラクター
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。3.4.0 以降、4.0.0 で削除され
ApplicationResourceLoader.get()
を推奨 - ApplicationResourceLoader(ClassLoader) - クラス org.springframework.boot.io. ApplicationResourceLoader のコンストラクター
- 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。3.4.0 以降、4.0.0 で削除され
ApplicationResourceLoader.get(ClassLoader)
を推奨 - ApplicationResourceLoader.FilePathResolver - org.springframework.boot.io のインターフェース
spring.factories
に登録され、FileSystemResource
としても表すことができる場合に、ロードされたリソースのファイルパスを決定するためにApplicationResourceLoader
によって使用される戦略インターフェース。- ApplicationRunner - org.springframework.boot のインターフェース
- Bean が
SpringApplication
に含まれている場合、Bean を実行する必要があることを示すために使用されるインターフェース。 - 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.actuate.autoconfigure.metrics のメソッド。PropertiesAutoTimer
- apply(Timer.Builder) - インターフェース org.springframework.boot.actuate.metrics のメソッド。AutoTimer
- 指定された
Timer.Builder
に自動タイマー設定を適用するために呼び出されます。 - apply(String) - クラス org.springframework.boot.actuate.health のメソッド。HealthContributorNameFactory
- 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(AutoTimer, String, Set<Timed>, Consumer<Timer.Builder>) - Static method in interface org.springframework.boot.actuate.metrics.AutoTimer
- apply(BindHandler) - インターフェース org.springframework.boot.context.properties のメソッド。ConfigurationPropertiesBindHandlerAdvisor
- ソースバインドハンドラーに追加機能を適用します。
- apply(PropertyMapper.Source<T>) - インターフェース org.springframework.boot.context.properties のメソッド。PropertyMapper.SourceOperator
- 指定されたソースに操作を適用します。
- apply(ConfigurationPropertySource) - クラス org.springframework.boot.context.properties.source のメソッド。UnboundElementsSourceFilter
- 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(MockReset, MockSettings) - Static method in enum class org.springframework.boot.test.mock.mockito.MockReset
- 使用すべきではありません。
MockReset
を既存のsettings
に適用します。 - apply(ConfigurableApplicationContext) - クラス org.springframework.boot.test.context.runner のメソッド。AbstractApplicationContextRunner.BeanRegistration
- apply(HttpServer) - クラス org.springframework.boot.web.embedded.netty のメソッド。SslServerCustomizer
- applyingNameProcessor(JsonWriter.NameProcessor) - クラス org.springframework.boot.json のメソッド。JsonWriter.Members
- JSON を書き込むときに適用される
JsonWriter.NameProcessor
を追加します。 - applyingPathFilter(Predicate<JsonWriter.MemberPath>) - クラス 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(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, String...) - Static method in class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
ConfigData
後処理を既存のEnvironment
に適用します。- applyTo(ConfigurableEnvironment, ResourceLoader, ConfigurableBootstrapContext, Collection<String>) - Static method in class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
ConfigData
後処理を既存のEnvironment
に適用します。- applyTo(ConfigurableEnvironment, ResourceLoader, ConfigurableBootstrapContext, Collection<String>, ConfigDataEnvironmentUpdateListener) - Static method in class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
ConfigData
後処理を既存のEnvironment
に適用します。- applyTo(RepositoryRestConfiguration) - クラス org.springframework.boot.autoconfigure.data.rest のメソッド。RepositoryRestProperties
- applyToItem(Object) - 列挙クラス org.springframework.boot.autoconfigure.condition.ConditionMessage.Style のメソッド
- applyToMvcViewResolver(Object) - クラス org.springframework.boot.autoconfigure.template のメソッド。AbstractTemplateViewResolverProperties
- 指定されたプロパティを
AbstractTemplateViewResolver
に適用します。 - applyToSystemProperties() - クラス org.springframework.boot.logging のメソッド。LogFile
LOG_PATH
およびLOG_FILE
システムプロパティにログファイルの詳細を適用します。- applyToSystemProperties(Runnable) - クラス org.springframework.boot.test.util のメソッド。TestPropertyValues
action
の間、プロパティをsystem properties
に追加し、完了時に以前の値を復元します。- applyToSystemProperties(Callable<T>) - クラス org.springframework.boot.test.util のメソッド。TestPropertyValues
call
の間、プロパティをsystem properties
に追加し、完了時に以前の値を復元します。- appOpticsConfig() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics のメソッド。AppOpticsMetricsExportAutoConfiguration
- appOpticsMeterRegistry(AppOpticsConfig, Clock) - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics のメソッド。AppOpticsMetricsExportAutoConfiguration
- AppOpticsMetricsExportAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics のクラス
- AppOptics にメトリクスをエクスポートするための
Auto-configuration
。 - AppOpticsMetricsExportAutoConfiguration(AppOpticsProperties) - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics. AppOpticsMetricsExportAutoConfiguration のコンストラクター
- AppOpticsProperties - org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics のクラス
- AppOptics メトリクスのエクスポートを構成するための
@ConfigurationProperties
。 - AppOpticsProperties() - クラス org.springframework.boot.actuate.autoconfigure.metrics.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.autoconfigure.jms.artemis のクラス
Auto-configuration
は Artemis ブローカーと統合します。- ArtemisAutoConfiguration() - クラス org.springframework.boot.autoconfigure.jms.artemis. ArtemisAutoConfiguration のコンストラクター
- ArtemisConfigurationCustomizer - Interface in org.springframework.boot.autoconfigure.jms.artemis
- 自動構成された
EmbeddedActiveMQ
インスタンスで使用される前に Artemis JMS サーバーConfiguration
をカスタマイズしたい Bean によって実装できるコールバックインターフェース。 - ArtemisConnectionDetails - Interface in org.springframework.boot.autoconfigure.jms.artemis
- Artemis サービスへの接続を確立するために必要な詳細。
- ArtemisMode - Enum Class in org.springframework.boot.autoconfigure.jms.artemis
- Artemis が動作できるモードを定義します。
- ArtemisNoOpBindingRegistry - org.springframework.boot.autoconfigure.jms.artemis のクラス
BindingRegistry
の何もしない実装。- ArtemisNoOpBindingRegistry() - クラス org.springframework.boot.autoconfigure.jms.artemis. ArtemisNoOpBindingRegistry のコンストラクター
- ArtemisProperties - org.springframework.boot.autoconfigure.jms.artemis のクラス
- Artemis の構成プロパティ。
- ArtemisProperties() - クラス org.springframework.boot.autoconfigure.jms.artemis. ArtemisProperties のコンストラクター
- ArtemisProperties.Embedded - Class in org.springframework.boot.autoconfigure.jms.artemis
- 組み込み Artemis サーバーの構成。
- as(BiFunction<ZipContent.Entry, String, E>) - クラス org.springframework.boot.loader.zip のメソッド。ZipContent.Entry
- 生のエントリを
ZipEntry
SE またはZipEntry
SE サブクラスに適合させます。 - as(Function<String, E>) - クラス org.springframework.boot.loader.zip のメソッド。ZipContent.Entry
- 生のエントリを
ZipEntry
SE またはZipEntry
SE サブクラスに適合させます。 - as(Function<T, R>) - クラス org.springframework.boot.context.properties のメソッド。PropertyMapper.Source
- 指定されたアダプター関数によって変更されたソースの適合バージョンを返します。
- as(Function<T, R>) - クラス org.springframework.boot.json のメソッド。JsonWriter.Member
- 指定された
Function
SE を適用して値を調整します。 - asArray() - クラス org.springframework.boot.test.json のメソッド。ObjectContentAssert
- この呼び出しからの配列固有のアサーションのチェーンを許可するために、実際の値が配列であることを確認し、配列アサーションを返します。
- asBindTarget() - クラス org.springframework.boot.context.properties のメソッド。ConfigurationPropertiesBean
- asClientRegistrations() - クラス org.springframework.boot.autoconfigure.security.oauth2.client のメソッド。OAuth2ClientPropertiesMapper
- プロパティを
ClientRegistrations
にマップします。 - asInputStream() - インターフェース org.springframework.boot.loader.zip のメソッド。DataBlock
- この
DataBlock
をInputStream
SE として返します。 - asInt(Function<T, R>) - クラス org.springframework.boot.context.properties のメソッド。PropertyMapper.Source
Integer
SE 型のソースの適応バージョンを返します。- 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.autoconfigure.security.saml2 のコンストラクター。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[]
をCollection
SE に変換する null セーフな方法を提供するヘルパーメソッド。 - asTag() - Method in enum class org.springframework.boot.actuate.metrics.http.Outcome
Outcome
をoutcome
という名前のTag
として返します。- Async() - クラス org.springframework.boot.autoconfigure.web.servlet のコンストラクター。WebMvcProperties.Async
- ASYNC - Enum constant in enum class org.springframework.boot.web.servlet.DispatcherType
- AsyncContext からディスパッチされた呼び出しでフィルターを適用します。
- at(Set<StaticResourceLocation>) - クラス org.springframework.boot.autoconfigure.security.reactive のメソッド。StaticResourceRequest
- 指定された
Locations
を含むマッチャーを返します。 - at(Set<StaticResourceLocation>) - クラス org.springframework.boot.autoconfigure.security.servlet のメソッド。StaticResourceRequest
- 指定された
Locations
を含むマッチャーを返します。 - at(StaticResourceLocation, StaticResourceLocation...) - クラス org.springframework.boot.autoconfigure.security.reactive のメソッド。StaticResourceRequest
- 指定された
Locations
を含むマッチャーを返します。 - at(StaticResourceLocation, StaticResourceLocation...) - クラス org.springframework.boot.autoconfigure.security.servlet のメソッド。StaticResourceRequest
- 指定された
Locations
を含むマッチャーを返します。 - atAll() - クラス org.springframework.boot.autoconfigure.condition のメソッド。ConditionMessage.ItemsBuilder
- 利用可能なアイテムがない場合に使用されます。
- atCommonLocations() - クラス org.springframework.boot.autoconfigure.security.reactive のメソッド。StaticResourceRequest
- 一般的に使用されるすべての
Locations
を含むマッチャーを返します。 - atCommonLocations() - クラス org.springframework.boot.autoconfigure.security.servlet のメソッド。StaticResourceRequest
- 一般的に使用されるすべての
Locations
を含むマッチャーを返します。 - atlasConfig(AtlasProperties) - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.atlas のメソッド。AtlasMetricsExportAutoConfiguration
- atlasMeterRegistry(AtlasConfig, Clock) - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.atlas のメソッド。AtlasMetricsExportAutoConfiguration
- AtlasMetricsExportAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.export.atlas のクラス
- Atlas にメトリクスをエクスポートするための
Auto-configuration
。 - AtlasMetricsExportAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.atlas. AtlasMetricsExportAutoConfiguration のコンストラクター
- AtlasProperties - org.springframework.boot.actuate.autoconfigure.metrics.export.atlas のクラス
- Atlas メトリクスのエクスポートを構成するための
@ConfigurationProperties
。 - AtlasProperties() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.atlas. AtlasProperties のコンストラクター
- attach(Environment) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
- 指定された
Environment
にConfigurationPropertySource
サポートをアタッチします。 - attach(Environment) - Static method in class org.springframework.boot.testcontainers.properties.TestcontainersPropertySource
- 使用すべきではありません。
- attach(Environment, BeanDefinitionRegistry) - Static method in class org.springframework.boot.testcontainers.properties.TestcontainersPropertySource
- 使用すべきではありません。
- attachSignalHandler(Runnable) - Static method in class org.springframework.boot.loader.tools.SignalUtils
- 指定された
Runnable
SE を呼び出して INT シグナルを処理します。 - attributeValue() - 列挙クラス org.springframework.boot.web.server.Cookie.SameSite のメソッド
- AuditApplicationEvent - org.springframework.boot.actuate.audit.listener のクラス
AuditEvent
をカプセル化する SpringApplicationEvent
。- AuditApplicationEvent(String, String, String...) - クラス org.springframework.boot.actuate.audit.listener. AuditApplicationEvent のコンストラクター
- 新しく作成された
AuditEvent
をラップする新しいAuditApplicationEvent
を作成します。 - AuditApplicationEvent(String, String, Map<String, Object>) - クラス org.springframework.boot.actuate.audit.listener. AuditApplicationEvent のコンストラクター
- 新しく作成された
AuditEvent
をラップする新しいAuditApplicationEvent
を作成します。 - AuditApplicationEvent(Instant, String, String, Map<String, Object>) - クラス 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 のクラス
AuditEvent
の場合はAuto-configuration
。- 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<String, Object>) - クラス org.springframework.boot.actuate.audit. AuditEvent のコンストラクター
- 現在の時間の新しい監査イベントを作成します。
- AuditEvent(Instant, String, String, Map<String, Object>) - クラス org.springframework.boot.actuate.audit. AuditEvent のコンストラクター
- 新しい監査イベントを作成します。
- AuditEventRepository - Interface in org.springframework.boot.actuate.audit
AuditEvent
のリポジトリ。- auditEventsEndpoint(AuditEventRepository) - クラス org.springframework.boot.actuate.autoconfigure.audit のメソッド。AuditEventsEndpointAutoConfiguration
- 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(AuditEventRepository) - クラス org.springframework.boot.actuate.autoconfigure.audit のメソッド。AuditAutoConfiguration
- AuditListener - org.springframework.boot.actuate.audit.listener のクラス
- デフォルトの
AbstractAuditListener
実装。 - AuditListener(AuditEventRepository) - クラス org.springframework.boot.actuate.audit.listener. AuditListener のコンストラクター
- Authentication() - クラス org.springframework.boot.autoconfigure.couchbase のコンストラクター。CouchbaseProperties.Authentication
- Authentication() - クラス org.springframework.boot.autoconfigure.neo4j のコンストラクター。Neo4jProperties.Authentication
- Authentication() - クラス org.springframework.boot.autoconfigure.pulsar のコンストラクター。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.autoconfigure.audit のメソッド。AuditAutoConfiguration
- AuthenticationAuditListener - org.springframework.boot.actuate.security のクラス
AbstractAuthenticationAuditListener
のデフォルト実装。- AuthenticationAuditListener() - クラス org.springframework.boot.actuate.security. AuthenticationAuditListener のコンストラクター
- authenticationEventPublisher(ApplicationEventPublisher) - クラス org.springframework.boot.autoconfigure.security.servlet のメソッド。SecurityAutoConfiguration
- 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.autoconfigure.audit のメソッド。AuditAutoConfiguration
- 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.reactor.ReactorProperties.ContextPropagationMode
- コンテキスト伝播はすべての Reactor オペレーターに適用されます。
- AUTO - Static variable in class org.springframework.boot.autoconfigure.jms.AcknowledgeMode
- セッションから送受信されたメッセージは自動的に確認されます。
- AUTO_CONFIGURED - Enum constant in enum class org.springframework.boot.test.autoconfigure.jdbc.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<String>, Set<String>) - クラス 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<Class<?>>) - クラス org.springframework.boot.autoconfigure. AutoConfigurations のコンストラクター
- AutoConfigureAfter - Annotation Interface in org.springframework.boot.autoconfigure
auto-configuration
は、他の指定された自動構成クラスの後に適用する必要があるというヒント。- AutoConfigureBefore - Annotation Interface in org.springframework.boot.autoconfigure
auto-configuration
は、他の指定された自動構成クラスの前に適用する必要があるというヒント。- AutoConfigureCache - Annotation Interface in org.springframework.boot.test.autoconfigure.core
- 何も定義されていない場合にテスト
CacheManager
を構成するためにテストクラスに適用できるアノテーション。 - AutoConfigureDataCassandra - Annotation Interface in org.springframework.boot.test.autoconfigure.data.cassandra
- 典型的な Data Cassandra テスト用の
Auto-configuration imports
。 - AutoConfigureDataCouchbase - Annotation Interface in org.springframework.boot.test.autoconfigure.data.couchbase
- 典型的なデータ Couchbase テスト用の
Auto-configuration imports
。 - AutoConfigureDataElasticsearch - Annotation Interface in org.springframework.boot.test.autoconfigure.data.elasticsearch
- 典型的なデータ Elasticsearch テスト用の
Auto-configuration imports
。 - AutoConfigureDataJdbc - Annotation Interface in org.springframework.boot.test.autoconfigure.data.jdbc
- 典型的な Data JDBC テストの
Auto-configuration imports
。 - AutoConfigureDataJpa - Annotation Interface in org.springframework.boot.test.autoconfigure.orm.jpa
- 典型的な Data JPA テスト用の
Auto-configuration imports
。 - AutoConfigureDataLdap - Annotation Interface in org.springframework.boot.test.autoconfigure.data.ldap
- 典型的な Data LDAP テスト用の
Auto-configuration imports
。 - AutoConfigureDataMongo - Annotation Interface in org.springframework.boot.test.autoconfigure.data.mongo
- 典型的な Data MongoDB テスト用の
Auto-configuration imports
。 - AutoConfigureDataNeo4j - org.springframework.boot.test.autoconfigure.data.neo4j のアノテーションインターフェース
- 典型的な Data Neo4j テスト用の
Auto-configuration imports
。 - AutoConfigureDataR2dbc - org.springframework.boot.test.autoconfigure.data.r2dbc のアノテーションインターフェース
- 典型的なデータ R2DBC テスト用の
Auto-configuration imports
。 - AutoConfigureDataRedis - Annotation Interface in org.springframework.boot.test.autoconfigure.data.redis
- 典型的な Data redis テスト用の
Auto-configuration imports
。 - AutoConfigureGraphQl - Annotation Interface in org.springframework.boot.test.autoconfigure.graphql
- 典型的な Spring GraphQL テスト用の
Auto-configuration imports
。 - AutoConfigureGraphQlTester - Annotation Interface in org.springframework.boot.test.autoconfigure.graphql.tester
GraphQlTester
を有効にするためにテストクラスに適用できるアノテーション。- AutoConfigureHttpGraphQlTester - Annotation Interface in org.springframework.boot.test.autoconfigure.graphql.tester
HttpGraphQlTester
を有効にするためにテストクラスに適用できるアノテーション。- AutoConfigureJdbc - Annotation Interface in org.springframework.boot.test.autoconfigure.jdbc
- 典型的な jdbc テスト用の
Auto-configuration imports
。 - AutoConfigureJooq - Annotation Interface in org.springframework.boot.test.autoconfigure.jooq
- 典型的な 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 テスターの自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。
- AutoConfigureMockMvc - Annotation Interface in org.springframework.boot.test.autoconfigure.web.servlet
MockMvc
の自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。- AutoConfigureMockRestServiceServer - Annotation Interface in org.springframework.boot.test.autoconfigure.web.client
- 単一の
MockRestServiceServer
の自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。 - AutoConfigureMockWebServiceClient - Annotation Interface in org.springframework.boot.test.autoconfigure.webservices.server
MockWebServiceClient
の自動構成を有効にするためにテストクラスに適用できるアノテーション。- AutoConfigureMockWebServiceServer - Annotation Interface in org.springframework.boot.test.autoconfigure.webservices.client
- 単一の
MockWebServiceServer
の自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。 - AutoConfigureObservability - Annotation Interface in org.springframework.boot.test.autoconfigure.actuate.observability
- オブザーバビリティの自動構成を有効にするためにテストクラスに適用できるアノテーション。
- AutoConfigureOrder - Annotation Interface in org.springframework.boot.autoconfigure
- Spring Framework の
@Order
アノテーションの自動構成固有のバリアント。 - AutoConfigureRestDocs - Annotation Interface in org.springframework.boot.test.autoconfigure.restdocs
- Spring REST Docs の自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。
- AutoConfigureTestDatabase - Annotation Interface in org.springframework.boot.test.autoconfigure.jdbc
- アプリケーション定義または自動構成の
DataSource
SE の代わりに使用するテストデータベースを構成するために、テストクラスに適用できるアノテーション。 - AutoConfigureTestDatabase.Replace - org.springframework.boot.test.autoconfigure.jdbc の Enum クラス
- テストデータベースで置き換えることができるもの。
- AutoConfigureTestEntityManager - Annotation Interface in org.springframework.boot.test.autoconfigure.orm.jpa
TestEntityManager
の自動構成を有効にするためにテストクラスに適用できるアノテーション。- AutoConfigureWebClient - Annotation Interface in org.springframework.boot.test.autoconfigure.web.client
- Web クライアントの自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。
- AutoConfigureWebFlux - Annotation Interface in org.springframework.boot.test.autoconfigure.web.reactive
- 典型的な Spring WebFlux テスト用の
Auto-configuration imports
。 - AutoConfigureWebMvc - Annotation Interface in org.springframework.boot.test.autoconfigure.web.servlet
- 典型的な Spring MVC テスト用の
Auto-configuration imports
。 - AutoConfigureWebServiceClient - Annotation Interface in org.springframework.boot.test.autoconfigure.webservices.client
- Web サービスクライアントの自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。
- AutoConfigureWebServiceServer - Annotation Interface in org.springframework.boot.test.autoconfigure.webservices.server
- Web サービスサーバーエンドポイントの自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。
- AutoConfigureWebTestClient - Annotation Interface in org.springframework.boot.test.autoconfigure.web.reactive
- アプリケーションに直接バインドされた
WebTestClient
を有効にするためにテストクラスに適用できるアノテーション。 - AutoTimeProperties - org.springframework.boot.actuate.autoconfigure.metrics のクラス
- 自動的に計時されるアイテムのネストされた構成プロパティ。
- AutoTimeProperties() - クラス org.springframework.boot.actuate.autoconfigure.metrics. AutoTimeProperties のコンストラクター
- パーセンタイルなしでリクエストの時間を自動的に計測するインスタンスを作成します。
- AutoTimer - Interface in org.springframework.boot.actuate.metrics
@Timed
を使用する代わりにTimers
を自動的に適用するために使用できる戦略。- AvailabilityChangeEvent< S extends AvailabilityState> - Class in org.springframework.boot.availability
- アプリケーションの
AvailabilityState
が変更されたときに送信されるApplicationEvent
。 - AvailabilityChangeEvent(Object, S) - クラス org.springframework.boot.availability. AvailabilityChangeEvent のコンストラクター
- 新しい
AvailabilityChangeEvent
インスタンスを作成します。 - AvailabilityHealthContributorAutoConfiguration - org.springframework.boot.actuate.autoconfigure.availability のクラス
- AvailabilityHealthContributorAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.availability. AvailabilityHealthContributorAutoConfiguration のコンストラクター
- AvailabilityProbesAutoConfiguration - org.springframework.boot.actuate.autoconfigure.availability のクラス
- 可用性プローブ用の
Auto-configuration
。 - AvailabilityProbesAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.availability. AvailabilityProbesAutoConfiguration のコンストラクター
- availabilityProbesHealthEndpointGroupsPostProcessor(Environment) - クラス org.springframework.boot.actuate.autoconfigure.availability のメソッド。AvailabilityProbesAutoConfiguration
- AvailabilityState - Interface in org.springframework.boot.availability
ApplicationAvailability
状態で使用されるタグ付けインターフェース。- AvailabilityStateHealthIndicator - org.springframework.boot.actuate.availability のクラス
- アプリケーションの特定の
AvailabilityState
をチェックするHealthIndicator
。 - AvailabilityStateHealthIndicator(ApplicationAvailability, Class<S>, Consumer<AvailabilityStateHealthIndicator.StatusMappings<S>>) - クラス org.springframework.boot.actuate.availability. AvailabilityStateHealthIndicator のコンストラクター
- 新しい
AvailabilityStateHealthIndicator
インスタンスを作成します。 - AvailabilityStateHealthIndicator.StatusMappings< S extends AvailabilityState> - org.springframework.boot.actuate.availability のインターフェース
- ステータスマッピングを追加するために使用されるコールバック。
- 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 がブロックする最大時間を設定します。
- AZURE_APP_SERVICE - Enum constant in enum class org.springframework.boot.cloud.CloudPlatform
- Azure アプリサービスプラットフォーム。
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 直列化された形式
AbstractApplicationContextRunner(Function, Supplier, Class...)
を推奨