ナビゲーションリンクをスキップ

Spring Boot
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

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(Supplier<C>) - クラス org.springframework.boot.test.context.runner.AbstractApplicationContextRunner のコンストラクター
使用すべきではありません。
2.6.0 以降、3.0.0 で削除され AbstractApplicationContextRunner(Supplier, Function) を推奨
AbstractApplicationContextRunner(Supplier<C>, Function<AbstractApplicationContextRunner.RunnerConfiguration<C>, SELF>) - クラス org.springframework.boot.test.context.runner.AbstractApplicationContextRunner のコンストラクター
新しい AbstractApplicationContextRunner インスタンスを作成します。
AbstractApplicationContextRunner(AbstractApplicationContextRunner.RunnerConfiguration<C>, Function<AbstractApplicationContextRunner.RunnerConfiguration<C>, SELF>) - クラス org.springframework.boot.test.context.runner.AbstractApplicationContextRunner のコンストラクター
新しい AbstractApplicationContextRunner インスタンスを作成します。
AbstractApplicationContextRunner(Supplier<C>, boolean, List<ApplicationContextInitializer<? super C>>, TestPropertyValues, TestPropertyValues, ClassLoader, ApplicationContext, List<AbstractApplicationContextRunner.BeanRegistration<?>>, List<Configurations>) - クラス org.springframework.boot.test.context.runner.AbstractApplicationContextRunner のコンストラクター
使用すべきではありません。
2.6.0 以降、3.0.0 で削除され AbstractApplicationContextRunner(Supplier, Function) を推奨
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 のクラス
ApplicationListener を抽象化して、Spring Security authentication eventsAuditEvent として公開します。
AbstractAuthenticationAuditListener() - クラス org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener のコンストラクター
AbstractAuthorizationAuditListener - org.springframework.boot.actuate.security のクラス
ApplicationListener を抽象化して、Spring Security authorization eventsAuditEvent として公開します。
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 - org.springframework.boot.buildpack.platform.build のクラス
BuildLog 実装の基本クラス。
AbstractBuildLog() - クラス org.springframework.boot.buildpack.platform.build.AbstractBuildLog のコンストラクター
AbstractCommand - org.springframework.boot.cli.command のクラス
Command の抽象的な実装。
AbstractCommand(String, String) - クラス org.springframework.boot.cli.command.AbstractCommand のコンストラクター
新しい AbstractCommand インスタンスを作成します。
AbstractCompositeHealthContributorConfiguration< C , I extends C , B > - org.springframework.boot.actuate.autoconfigure.health のクラス
ソース Bean を複合に結合できるヘルスコントリビューター構成の基本クラス。
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> - org.springframework.boot.autoconfigure.amqp のクラス
Rabbit ConnectionFactory を適切なデフォルトで構成します。
AbstractConnectionFactoryConfigurer(RabbitProperties) - クラス org.springframework.boot.autoconfigure.amqp.AbstractConnectionFactoryConfigurer のコンストラクター
AbstractDataSourceInitializer - org.springframework.boot.jdbc のクラス
使用すべきではありません。
2.6.0 以降、3.0.0 で削除され DataSourceScriptDatabaseInitializer を推奨
AbstractDataSourceInitializer(DataSource, ResourceLoader) - クラス org.springframework.boot.jdbc.AbstractDataSourceInitializer のコンストラクター
使用すべきではありません。
AbstractDataSourcePoolMetadata< T extends DataSourceSE> - 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<? extends FactoryBean<?>>, String...) - クラス org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor のコンストラクター
ターゲット Bean、ファクトリ Bean クラス、依存関係名を持つインスタンスを作成します。
AbstractDependsOnBeanFactoryPostProcessor(Class<?>, Class<? extends FactoryBean<?>>, Class<?>...) - クラス org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor のコンストラクター
ターゲット Bean、ファクトリ Bean クラス、依存関係型を持つインスタンスを作成します。
AbstractDependsOnBeanFactoryPostProcessor(Class<?>, String...) - クラス org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor のコンストラクター
ターゲット Bean クラスと依存関係の名前でインスタンスを作成します。
AbstractDependsOnBeanFactoryPostProcessor(Class<?>, Class<?>...) - クラス org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor のコンストラクター
ターゲット Bean クラスと依存関係型のインスタンスを作成します。
AbstractDiscoveredEndpoint< O extends Operation> - org.springframework.boot.actuate.endpoint.annotation のクラス
EndpointDiscoverer によって検出された endpoints の抽象基本クラス。
AbstractDiscoveredEndpoint(EndpointDiscoverer<?, ?>, Object, EndpointId, boolean, 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> - org.springframework.boot.actuate.endpoint のクラス
ExposableEndpoint 実装の抽象基本クラス。
AbstractExposableEndpoint(EndpointId, boolean, Collection<? extends O>) - クラス org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint のコンストラクター
新しい AbstractExposableEndpoint インスタンスを作成します。
AbstractFailureAnalyzer< T extends ThrowableSE> - org.springframework.boot.diagnostics のクラス
ほとんどの FailureAnalyzer 実装の抽象基本クラス。
AbstractFailureAnalyzer() - クラス org.springframework.boot.diagnostics.AbstractFailureAnalyzer のコンストラクター
AbstractFilterRegistrationBean< T extends FilterEE> - org.springframework.boot.web.servlet のクラス
ベース ServletContextInitializer を抽象化して、FilterEE を 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> - 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> - 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<?>> - org.springframework.boot.autoconfigure.amqp のクラス
RabbitListenerContainerFactory を適切なデフォルトで設定します。
AbstractRabbitListenerContainerFactoryConfigurer() - クラス org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer のコンストラクター
使用すべきではありません。
2.6.0 以降、3.0.0 で削除され AbstractRabbitListenerContainerFactoryConfigurer(RabbitProperties) を推奨
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 を作成します。
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.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(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, boolean, PathPatternParser) - クラス 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(Meter.Id) - クラス org.springframework.boot.actuate.autoconfigure.metrics.OnlyOnceLoggingDenyMeterFilter のメソッド
accept(Meter.Id) - クラス org.springframework.boot.actuate.autoconfigure.metrics.PropertiesMeterFilter のメソッド
accept(TotalProgressEvent) - クラス org.springframework.boot.buildpack.platform.docker.TotalProgressBar のメソッド
accept(T, U) - インターフェース org.springframework.boot.buildpack.platform.io.IOBiConsumer のメソッド
指定された引数に対してこの操作を実行します。
accept(T) - インターフェース org.springframework.boot.buildpack.platform.io.IOConsumer のメソッド
指定された引数に対してこの操作を実行します。
accept(File) - クラス org.springframework.boot.devtools.autoconfigure.TriggerFileFilter のメソッド
accept(C) - インターフェース org.springframework.boot.test.context.runner.ContextConsumer のメソッド
提供された context でこの操作を実行します。
accepts(String) - インターフェース org.springframework.boot.loader.jarmode.JarMode のメソッド
これが受け入れられ、指定されたモードを実行できるかどうかを返します。
acceptsTextHtml() - クラス org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler のメソッド
現在のリクエストが "text/html" メディア型を明示的にサポートしているかどうかをチェックする述語。
AccessLevel - 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 - 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 のメソッド
Acs() - クラス org.springframework.boot.autoconfigure.security.saml2. Saml2RelyingPartyProperties.Registration.Acs のコンストラクター
ACTIVE_PROFILES_PROPERTY - クラス org.springframework.boot.context.config.ConfigFileApplicationListener の静的変数
使用すべきではありません。
「アクティブなプロファイル」プロパティ名。
ActiveMQAutoConfiguration - org.springframework.boot.autoconfigure.jms.activemq のクラス
Auto-configuration は ActiveMQ ブローカーと統合します。
ActiveMQAutoConfiguration() - クラス org.springframework.boot.autoconfigure.jms.activemq.ActiveMQAutoConfiguration のコンストラクター
ActiveMQConnectionFactoryCustomizer - org.springframework.boot.autoconfigure.jms.activemq のインターフェース
デフォルトの自動構成を維持しながら、ActiveMQConnectionFactory をカスタマイズしたい Bean によって実装できるコールバックインターフェース。
ActiveMQProperties - org.springframework.boot.autoconfigure.jms.activemq のクラス
ActiveMQ の構成プロパティ。
ActiveMQProperties() - クラス org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties のコンストラクター
ActiveMQProperties.Packages - org.springframework.boot.autoconfigure.jms.activemq のクラス
adapt(HealthContributor) - インターフェース org.springframework.boot.actuate.health.ReactiveHealthContributor の静的メソッド
adapt(CharSequence, char) - クラス org.springframework.boot.context.properties.source.ConfigurationPropertyName の静的メソッド
指定されたソースを調整して ConfigurationPropertyName を作成します。
add(AuditEvent) - インターフェース org.springframework.boot.actuate.audit.AuditEventRepository のメソッド
イベントをログに記録します。
add(AuditEvent) - クラス org.springframework.boot.actuate.audit.InMemoryAuditEventRepository のメソッド
add(S, Status) - インターフェース org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator.StatusMappings のメソッド
新しいステータスマッピングを追加します。
add(HttpTrace) - インターフェース org.springframework.boot.actuate.trace.http.HttpTraceRepository のメソッド
トレースをリポジトリに追加します。
add(HttpTrace) - クラス org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository のメソッド
add(Condition, ConditionOutcome) - クラス org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes のメソッド
add(String...) - クラス org.springframework.boot.cli.compiler.DependencyCustomizer のメソッド
依存関係とそのすべての依存関係を追加します。
add(String, boolean) - クラス org.springframework.boot.cli.compiler.DependencyCustomizer のメソッド
単一の依存関係、およびオプションでそのすべての依存関係を追加します。
add(String, String, String, boolean) - クラス org.springframework.boot.cli.compiler.DependencyCustomizer のメソッド
指定された分類子と型を使用して単一の依存関係を追加し、必要に応じてそのすべての依存関係を追加します。
add(String, ClassLoaderFile) - クラス org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceDirectory のメソッド
add(Layer, String) - クラス org.springframework.boot.loader.tools.LayersIndex のメソッド
インデックスにアイテムを追加します。
add(Runnable) - インターフェース org.springframework.boot.SpringApplicationShutdownHandlers のメソッド
JVM の終了時に実行されるハンドラーにアクションを追加します。
add(Class<?>, Object) - インターフェース org.springframework.boot.util.Instantiator.AvailableParameters のメソッド
インスタンス値を持つパラメーターを追加します。
add(Class<?>, Function<Class<?>, Object>) - インターフェース org.springframework.boot.util.Instantiator.AvailableParameters のメソッド
インスタンスファクトリでパラメーターを追加します。
add(String, String) - クラス org.springframework.boot.web.server.MimeMappings のメソッド
新しい MIME マッピングを追加します。
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) - クラス org.springframework.boot.convert.ApplicationConversionService の静的メソッド
ほとんどの Spring Boot アプリケーションに役立つコンバーターを追加します。
addApplicationFormatters(FormatterRegistry) - クラス org.springframework.boot.convert.ApplicationConversionService の静的メソッド
ほとんどの Spring Boot アプリケーションに役立つフォーマッターを追加します。
addAsRegistrationBean(ListableBeanFactory, Class<T>, ServletContextInitializerBeans.RegistrationBeanAdapter<T>) - クラス org.springframework.boot.web.servlet.ServletContextInitializerBeans のメソッド
addBeans(FormatterRegistry, ListableBeanFactory) - クラス org.springframework.boot.convert.ApplicationConversionService の静的メソッド
指定されたコンテキストから GenericConverterConverterPrinterParser および Formatter Bean を追加します。
addBootstrapRegistryInitializer(BootstrapRegistryInitializer) - クラス org.springframework.boot.builder.SpringApplicationBuilder のメソッド
BootstrapRegistry の初期化に使用できる BootstrapRegistryInitializer インスタンスを追加します。
addBootstrapRegistryInitializer(BootstrapRegistryInitializer) - クラス 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 のメソッド
addClassLoaderFiles(ClassLoaderFiles) - クラス org.springframework.boot.devtools.restart.Restarter のメソッド
次の再起動に含める ClassLoaderFiles を追加します。
addCloseListener(ApplicationListener<BootstrapContextClosedEvent>) - インターフェース org.springframework.boot.BootstrapRegistry のメソッド
BootstrapContext が閉じられ、ApplicationContext が準備されたときに、BootstrapContextClosedEvent で呼び出される ApplicationListener を追加します。
addCloseListener(ApplicationListener<BootstrapContextClosedEvent>) - クラス org.springframework.boot.DefaultBootstrapContext のメソッド
addCommand(Command) - クラス org.springframework.boot.cli.command.CommandRunner のメソッド
指定されたコマンドを追加します。
addCommandLineProperties(boolean) - クラス org.springframework.boot.builder.SpringApplicationBuilder のメソッド
コマンドライン引数を環境に追加する必要があることを示すフラグ。
addCommands(Iterable<Command>) - クラス org.springframework.boot.cli.command.CommandRunner のメソッド
指定されたコマンドを追加します。
addCompilationCustomizers(CompilationCustomizer...) - クラス org.springframework.boot.cli.compiler.GroovyCompiler のメソッド
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 のメソッド
Tomcat Context に適用する Valve を追加します。
addConverter(Converter<?, ?>) - クラス org.springframework.boot.convert.ApplicationConversionService のメソッド
addConverter(Class<S>, Class<T>, Converter<? super S, ? extends T>) - クラス 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) - クラス org.springframework.boot.convert.ApplicationConversionService の静的メソッド
区切り文字列をサポートするコンバーターを追加します。
addDependencyManagement(DependencyManagement) - クラス org.springframework.boot.cli.compiler.grape.DependencyResolutionContext のメソッド
addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...) - クラス org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory のメソッド
Undertow DeploymentInfo をカスタマイズするために使用する必要がある UndertowDeploymentInfoCustomizer を追加します。
addEngineValves(Valve...) - インターフェース org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory のメソッド
Tomcat Engine に適用する Valve を追加します。
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, ClassLoaderFile) - クラス org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles のメソッド
単一の ClassLoaderFile をコレクションに追加します。
addFile(String, String, ClassLoaderFile) - クラス org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles のメソッド
単一の ClassLoaderFile をコレクションに追加します。
addFilter(Predicate<StartupStep>) - クラス org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup のメソッド
既存の述語フィルターのリストに述語フィルターを追加します。
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(ApplicationContextInitializer<?>...) - クラス org.springframework.boot.SpringApplication のメソッド
Spring ApplicationContext に適用される ApplicationContextInitializer を追加します。
addInitializers(ServletContextInitializer...) - クラス org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory のメソッド
addInitializers(ServletContextInitializer...) - インターフェース org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory のメソッド
ServletWebServerFactory.getWebServer(ServletContextInitializer...) パラメーターに加えて、適用する必要があるものに ServletContextInitializer を追加します。
addInitParameter(String, String) - クラス org.springframework.boot.web.servlet.DynamicRegistrationBean のメソッド
単一の init-parameter を追加し、既存のパラメーターを同じ名前で置き換えます。
additionalCustomizers(TaskExecutorCustomizer...) - クラス org.springframework.boot.task.TaskExecutorBuilder のメソッド
ThreadPoolTaskExecutor に適用する必要がある TaskExecutorCustomizers を追加します。
additionalCustomizers(Iterable<TaskExecutorCustomizer>) - クラス org.springframework.boot.task.TaskExecutorBuilder のメソッド
ThreadPoolTaskExecutor に適用する必要がある TaskExecutorCustomizers を追加します。
additionalCustomizers(TaskSchedulerCustomizer...) - クラス org.springframework.boot.task.TaskSchedulerBuilder のメソッド
ThreadPoolTaskScheduler に適用する必要がある taskSchedulerCustomizers を追加します。
additionalCustomizers(Iterable<TaskSchedulerCustomizer>) - クラス org.springframework.boot.task.TaskSchedulerBuilder のメソッド
ThreadPoolTaskScheduler に適用する必要がある taskSchedulerCustomizers を追加します。
additionalCustomizers(RestTemplateCustomizer...) - クラス org.springframework.boot.web.client.RestTemplateBuilder のメソッド
RestTemplate に適用する必要がある RestTemplateCustomizers を追加します。
additionalCustomizers(Collection<? extends RestTemplateCustomizer>) - クラス org.springframework.boot.web.client.RestTemplateBuilder のメソッド
RestTemplate に適用する必要がある RestTemplateCustomizers を追加します。
additionalCustomizers(WebServiceTemplateCustomizer...) - クラス org.springframework.boot.webservices.client.WebServiceTemplateBuilder のメソッド
WebServiceTemplate に適用する必要がある WebServiceTemplateCustomizers を追加します。
additionalCustomizers(Collection<? extends 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(ClientHttpRequestInterceptor...) - クラス org.springframework.boot.web.client.RestTemplateBuilder のメソッド
RestTemplate で使用する必要がある ClientHttpRequestInterceptors を追加します。
additionalInterceptors(Collection<? extends ClientHttpRequestInterceptor>) - クラス org.springframework.boot.web.client.RestTemplateBuilder のメソッド
RestTemplate で使用する必要がある ClientHttpRequestInterceptors を追加します。
additionalInterceptors(ClientInterceptor...) - クラス org.springframework.boot.webservices.client.WebServiceTemplateBuilder のメソッド
WebServiceTemplate で使用する必要がある追加の ClientInterceptors を追加します。
additionalInterceptors(Collection<? extends ClientInterceptor>) - クラス org.springframework.boot.webservices.client.WebServiceTemplateBuilder のメソッド
WebServiceTemplate で使用する必要がある追加の ClientInterceptors を追加します。
additionalMessageConverters(HttpMessageConverter<?>...) - クラス org.springframework.boot.web.client.RestTemplateBuilder のメソッド
RestTemplate で使用する必要がある HttpMessageConverters を追加します。
additionalMessageConverters(Collection<? extends HttpMessageConverter<?>>) - クラス org.springframework.boot.web.client.RestTemplateBuilder のメソッド
RestTemplate で使用する必要がある HttpMessageConverters を追加します。
additionalMessageSenders(WebServiceMessageSender...) - クラス org.springframework.boot.webservices.client.WebServiceTemplateBuilder のメソッド
WebServiceTemplate で使用する必要がある追加の WebServiceMessageSenders を追加します。
additionalMessageSenders(Collection<? extends WebServiceMessageSender>) - クラス org.springframework.boot.webservices.client.WebServiceTemplateBuilder のメソッド
WebServiceTemplate で使用する必要がある追加の WebServiceMessageSenders を追加します。
additionalRequestCustomizers(RestTemplateRequestCustomizer<?>...) - クラス org.springframework.boot.web.client.RestTemplateBuilder のメソッド
ClientHttpRequest に適用する RestTemplateRequestCustomizers を追加します。
additionalRequestCustomizers(Collection<? extends 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 のメソッド
ファイル変更イベントのリスナーを追加します。
addListener(TunnelClientListener) - クラス org.springframework.boot.devtools.tunnel.client.TunnelClient のメソッド
addListeners(ApplicationListener<?>...) - クラス org.springframework.boot.SpringApplication のメソッド
ApplicationListener を追加して、SpringApplication に適用し、ApplicationContext に登録します。
addMainClassTimeoutWarningListener(Packager.MainClassTimeoutWarningListener) - クラス org.springframework.boot.loader.tools.Packager のメソッド
メインクラスの検索に時間がかかりすぎる場合に警告を表示するためにトリガーされるリスナーを追加します。
addManagedDependencies(List<Dependency>) - クラス org.springframework.boot.cli.compiler.grape.DependencyResolutionContext のメソッド
addOrMerge(Map<String, Object>, MutablePropertySources) - クラス org.springframework.boot.DefaultPropertiesPropertySource の静的メソッド
新しい DefaultPropertiesPropertySource を追加するか、既存の DefaultPropertiesPropertySource とマージします。
addParser(Parser<?>) - クラス org.springframework.boot.convert.ApplicationConversionService のメソッド
addPostProcessors(ConfigurableApplicationContext) - クラス org.springframework.boot.context.config.ConfigFileApplicationListener のメソッド
使用すべきではありません。
適切なポストプロセッサーを追加して、プロパティソースを後から構成します。
addPrimarySources(Collection<Class<?>>) - クラス org.springframework.boot.SpringApplication のメソッド
SpringApplication.run(String...) が呼び出されたときに ApplicationContext に追加されるプライマリソースに追加のアイテムを追加します。
addPrinter(Printer<?>) - クラス org.springframework.boot.convert.ApplicationConversionService のメソッド
addPropertySources(ConfigurableEnvironment, ResourceLoader) - クラス org.springframework.boot.context.config.ConfigFileApplicationListener のメソッド
使用すべきではありません。
指定された環境に構成ファイルのプロパティソースを追加します。
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 のメソッド
addRepository(RemoteRepository) - クラス org.springframework.boot.cli.compiler.grape.MavenResolverGrapeEngine のメソッド
addResolver(Map<String, Object>) - クラス org.springframework.boot.cli.compiler.grape.MavenResolverGrapeEngine のメソッド
addResourceHandlers(ResourceHandlerRegistry) - クラス org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig のメソッド
addResourceHandlers(ResourceHandlerRegistry) - クラス org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter のメソッド
address() - クラス org.springframework.boot.rsocket.netty.NettyRSocketServer のメソッド
address() - インターフェース org.springframework.boot.rsocket.server.RSocketServer のメソッド
このサーバーがリッスンしているアドレスを返します。
addRouteProviders(NettyRouteProvider...) - クラス org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory のメソッド
Spring アプリケーションのハンドラーの前に、適用する必要がある NettyRouteProvider を順番に追加します。
addRSocketServerCustomizers(RSocketServerCustomizer...) - クラス 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(RestTemplate, String) - クラス org.springframework.boot.web.client.RootUriTemplateHandler の静的メソッド
指定された RestTemplateRootUriTemplateHandler インスタンスを追加します。
addToEnvironment(ConfigurableEnvironment) - クラス 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>) - クラス 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 リスナーを追加します。
Admin() - クラス org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin のコンストラクター
AetherGrapeEngine - org.springframework.boot.cli.compiler.grape のクラス
使用すべきではありません。
2.5.9 以降、3.0.0 で削除され MavenResolverGrapeEngine を推奨
AetherGrapeEngine(GroovyClassLoader, RepositorySystem, DefaultRepositorySystemSession, List<RemoteRepository>, DependencyResolutionContext, boolean) - クラス org.springframework.boot.cli.compiler.grape.AetherGrapeEngine のコンストラクター
使用すべきではありません。
AetherGrapeEngineFactory - org.springframework.boot.cli.compiler.grape のクラス
使用すべきではありません。
2.5.9 以降、3.0.0 で削除され MavenResolverGrapeEngineFactory を推奨
AetherGrapeEngineFactory() - クラス org.springframework.boot.cli.compiler.grape.AetherGrapeEngineFactory のコンストラクター
使用すべきではありません。
AF_LOCAL - クラス org.springframework.boot.buildpack.platform.socket.DomainSocket の静的変数
after() - Static method in enum org.springframework.boot.test.mock.mockito.MockReset
各テストメソッドの実行後にリセットが発生するモックで使用する settings を作成します。
afterAll(ExtensionContext) - クラス org.springframework.boot.test.system.OutputCaptureExtension のメソッド
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - クラス org.springframework.boot.actuate.metrics.web.servlet.LongTaskTimingHandlerInterceptor のメソッド
afterEach(ExtensionContext) - クラス org.springframework.boot.test.system.OutputCaptureExtension のメソッド
afterInvocation(RepositoryMethodInvocationListener.RepositoryMethodInvocation) - クラス org.springframework.boot.actuate.metrics.data.MetricsRepositoryMethodInvocationListener のメソッド
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() - クラス org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar のメソッド
afterPropertiesSet() - クラス org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer のメソッド
afterPropertiesSet() - クラス org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer のメソッド
afterPropertiesSet() - クラス org.springframework.boot.autoconfigure.jdbc.DataSourceProperties のメソッド
afterPropertiesSet() - クラス org.springframework.boot.autoconfigure.liquibase.DataSourceClosingSpringLiquibase のメソッド
afterPropertiesSet() - クラス org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties のメソッド
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.jackson.JsonMixinModule のメソッド
afterPropertiesSet() - クラス org.springframework.boot.jdbc.AbstractDataSourceInitializer のメソッド
使用すべきではありません。
afterPropertiesSet() - クラス org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean のメソッド
afterPropertiesSet() - クラス org.springframework.boot.jta.atomikos.AtomikosDataSourceBean のメソッド
afterPropertiesSet() - クラス org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer のメソッド
afterPropertiesSet() - クラス org.springframework.boot.test.autoconfigure.restdocs.RestDocsMockMvcBuilderCustomizer のメソッド
afterPropertiesSet() - クラス org.springframework.boot.validation.beanvalidation.FilteredMethodValidationPostProcessor のメソッド
afterRefresh(ConfigurableApplicationContext, ApplicationArguments) - クラス org.springframework.boot.SpringApplication のメソッド
コンテキストがリフレッシュされた後に呼び出されます。
afterRun(Command) - クラス org.springframework.boot.cli.command.CommandRunner のメソッド
コマンドの実行後に呼び出されるサブクラスフック。
afterSingletonsInstantiated() - クラス org.springframework.boot.actuate.autoconfigure.metrics.orm.jpa.HibernateMetricsAutoConfiguration のメソッド
afterSingletonsInstantiated() - クラス org.springframework.boot.devtools.tunnel.client.TunnelClient のメソッド
afterTestMethod(TestContext) - クラス org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener のメソッド
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 のメソッド
ALL_CLASSPATH_URL_PREFIX - クラス org.springframework.boot.cli.util.ResourceUtils の静的変数
クラスパスからすべてのリソースをロードするための疑似 URL 接頭辞: "classpath *:"。
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.TaskExecutorBuilder のメソッド
コアスレッドのタイムアウトを許可するかどうかを設定します。
always(ConfigData.Option...) - インターフェース org.springframework.boot.context.config.ConfigData.PropertySourceOptions の静的メソッド
プロパティソースに関係なく常に同じオプションを返す新しい ConfigData.PropertySourceOptions インスタンスを作成します。
always(ConfigData.Options) - インターフェース org.springframework.boot.context.config.ConfigData.PropertySourceOptions の静的メソッド
プロパティソースに関係なく常に同じオプションを返す新しい ConfigData.PropertySourceOptions インスタンスを作成します。
ALWAYS_NONE - インターフェース org.springframework.boot.context.config.ConfigData.PropertySourceOptions の静的変数
常に ConfigData.Options.NONE を返す ConfigData.PropertySourceOptions インスタンス。
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, 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 の分析を返します。
analyze(Throwable, BeanNotOfRequiredTypeException) - クラス org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyzer のメソッド
analyze(Throwable) - インターフェース org.springframework.boot.diagnostics.FailureAnalyzer のメソッド
指定された failure の分析、または分析が不可能な場合は null の分析を返します。
and(String...) - クラス org.springframework.boot.test.util.TestPropertyValues のメソッド
追加のエントリを含む新しい TestPropertyValues インスタンスを返します。
and(Iterable<String>) - クラス org.springframework.boot.test.util.TestPropertyValues のメソッド
追加のエントリを含む新しい TestPropertyValues インスタンスを返します。
and(Stream<String>) - クラス org.springframework.boot.test.util.TestPropertyValues のメソッド
追加のエントリを含む新しい TestPropertyValues インスタンスを返します。
and(Map<String, 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() - クラス org.springframework.boot.autoconfigure.graphql.GraphQlAutoConfiguration のメソッド
AnnotatedNodeASTTransformation - org.springframework.boot.cli.compiler のクラス
AnnotatedNodes にのみ関心がある AST transformations の基本クラス。
AnnotatedNodeASTTransformation(Set<String>, boolean) - クラス org.springframework.boot.cli.compiler.AnnotatedNodeASTTransformation のコンストラクター
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(DefaultListableBeanFactory) - クラス org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext のコンストラクター
指定された DefaultListableBeanFactory で新しい AnnotationConfigApplicationContext を作成します。
AnnotationConfigReactiveWebApplicationContext(Class<?>...) - クラス org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext のコンストラクター
新しい AnnotationConfigApplicationContext を作成し、指定されたアノテーション付きクラスから Bean 定義を派生させ、コンテキストを自動的にリフレッシュします。
AnnotationConfigReactiveWebApplicationContext(String...) - クラス org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext のコンストラクター
新しい AnnotationConfigApplicationContext を作成し、指定されたパッケージの Bean 定義をスキャンして、コンテキストを自動的にリフレッシュします。
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(DefaultListableBeanFactory) - クラス org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext のコンストラクター
指定された DefaultListableBeanFactory で新しい AnnotationConfigReactiveWebServerApplicationContext を作成します。
AnnotationConfigReactiveWebServerApplicationContext(Class<?>...) - クラス org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext のコンストラクター
新しい AnnotationConfigReactiveWebServerApplicationContext を作成し、指定されたアノテーション付きクラスから Bean 定義を取得し、コンテキストを自動的にリフレッシュします。
AnnotationConfigReactiveWebServerApplicationContext(String...) - クラス org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext のコンストラクター
新しい AnnotationConfigReactiveWebServerApplicationContext を作成し、指定されたパッケージの Bean 定義をスキャンし、コンテキストを自動的にリフレッシュします。
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(DefaultListableBeanFactory) - クラス org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext のコンストラクター
指定された DefaultListableBeanFactory で新しい AnnotationConfigServletWebApplicationContext を作成します。
AnnotationConfigServletWebApplicationContext(Class<?>...) - クラス org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext のコンストラクター
新しい AnnotationConfigServletWebApplicationContext を作成し、指定されたアノテーション付きクラスから Bean 定義を取得し、コンテキストを自動的にリフレッシュします。
AnnotationConfigServletWebApplicationContext(String...) - クラス org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext のコンストラクター
新しい AnnotationConfigServletWebApplicationContext を作成し、指定されたパッケージの Bean 定義をスキャンし、コンテキストを自動的にリフレッシュします。
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(DefaultListableBeanFactory) - クラス org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext のコンストラクター
指定された DefaultListableBeanFactory で新しい AnnotationConfigServletWebServerApplicationContext を作成します。
AnnotationConfigServletWebServerApplicationContext(Class<?>...) - クラス org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext のコンストラクター
新しい AnnotationConfigServletWebServerApplicationContext を作成し、指定されたアノテーション付きクラスから Bean 定義を取得し、コンテキストを自動的にリフレッシュします。
AnnotationConfigServletWebServerApplicationContext(String...) - クラス org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext のコンストラクター
新しい AnnotationConfigServletWebServerApplicationContext を作成し、指定されたパッケージの Bean 定義をスキャンし、コンテキストを自動的にリフレッシュします。
AnnotationCustomizableTypeExcludeFilter - org.springframework.boot.test.autoconfigure.filter のクラス
アノテーションを使用してカスタマイズできる TypeExcludeFilter の抽象基本クラス。
AnnotationCustomizableTypeExcludeFilter() - クラス org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter のコンストラクター
AnnotationCustomizableTypeExcludeFilter.FilterType - org.springframework.boot.test.autoconfigure.filter の列挙
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 - org.springframework.boot.ansi の列挙
Ansi の背景色。
AnsiColor - org.springframework.boot.ansi の列挙
Ansi 色。
AnsiColors - org.springframework.boot.ansi のクラス
AWT ColorsSE のコンテキストで AnsiColor を操作するためのユーティリティ。
AnsiColors(AnsiColors.BitDepth) - クラス org.springframework.boot.ansi.AnsiColors のコンストラクター
指定されたビット深度で新しい AnsiColors インスタンスを作成します。
AnsiColors.BitDepth - org.springframework.boot.ansi の列挙
このクラスでサポートされるビット深度。
AnsiElement - org.springframework.boot.ansi のインターフェース
ANSI エンコード可能な要素。
AnsiOutput - org.springframework.boot.ansi のクラス
ANSI エンコード出力を生成し、ターミナルが ANSI をサポートしているかどうかを自動的に検出しようとします。
AnsiOutput() - クラス org.springframework.boot.ansi.AnsiOutput のコンストラクター
AnsiOutput.Enabled - org.springframework.boot.ansi の列挙
AnsiOutputApplicationListener - org.springframework.boot.context.config のクラス
プロパティ spring.output.ansi.enabled の値に応じて AnsiOutput を構成する ApplicationListener
AnsiOutputApplicationListener() - クラス org.springframework.boot.context.config.AnsiOutputApplicationListener のコンストラクター
AnsiPropertySource - org.springframework.boot.ansi のクラス
AnsiStyleAnsiColorAnsiBackgroundAnsi8BitColor エレメントの場合は PropertyResolver
AnsiPropertySource(String, boolean) - クラス org.springframework.boot.ansi.AnsiPropertySource のコンストラクター
新しい AnsiPropertySource インスタンスを作成します。
AnsiStyle - org.springframework.boot.ansi の列挙
Ansi スタイル。
AntPathRequestMatcherProvider - org.springframework.boot.autoconfigure.security.servlet のクラス
AntPathRequestMatcherProvider(Function<String, String>) - クラス org.springframework.boot.autoconfigure.security.servlet.AntPathRequestMatcherProvider のコンストラクター
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 のコンストラクター
apiKey() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicPropertiesConfigAdapter のメソッド
apiToken() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter のメソッド
ApiVersion - 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.CalendarIntervalTriggerDescription のメソッド
appendDetails(Map<String, Object>) - クラス org.springframework.boot.actuate.quartz.QuartzEndpoint.CronTriggerDescription のメソッド
appendDetails(Map<String, Object>) - クラス org.springframework.boot.actuate.quartz.QuartzEndpoint.CustomTriggerDescription のメソッド
appendDetails(Map<String, Object>) - クラス org.springframework.boot.actuate.quartz.QuartzEndpoint.DailyTimeIntervalTriggerDescription のメソッド
appendDetails(Map<String, Object>) - クラス org.springframework.boot.actuate.quartz.QuartzEndpoint.SimpleTriggerDescription のメソッド
appendDetails(Map<String, Object>) - クラス org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescription のメソッド
指定された content にトリガー実装固有の詳細を追加します。
appendFields(ToStringCreator) - クラス org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint のメソッド
appendFields(ToStringCreator) - クラス org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation のメソッド
appendSummary(Map<String, Object>) - クラス org.springframework.boot.actuate.quartz.QuartzEndpoint.CalendarIntervalTriggerDescription のメソッド
appendSummary(Map<String, Object>) - クラス org.springframework.boot.actuate.quartz.QuartzEndpoint.CronTriggerDescription のメソッド
appendSummary(Map<String, Object>) - クラス org.springframework.boot.actuate.quartz.QuartzEndpoint.CustomTriggerDescription のメソッド
appendSummary(Map<String, Object>) - クラス org.springframework.boot.actuate.quartz.QuartzEndpoint.DailyTimeIntervalTriggerDescription のメソッド
appendSummary(Map<String, Object>) - クラス org.springframework.boot.actuate.quartz.QuartzEndpoint.SimpleTriggerDescription のメソッド
appendSummary(Map<String, Object>) - クラス org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescription のメソッド
指定された content にトリガー実装固有の要約項目を追加します。
application() - クラス org.springframework.boot.builder.SpringApplicationBuilder のメソッド
現在のアプリケーションのアクセサー。
APPLICATION - クラス org.springframework.boot.loader.tools.StandardLayers の静的変数
アプリケーション層。
APPLICATION_READY_TIME_METRIC_NAME - クラス org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener の静的変数
アプリケーションの準備完了時間メトリクスに使用するデフォルトの名前。
APPLICATION_STARTED_TIME_METRIC_NAME - クラス org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener の静的変数
アプリケーションの開始時間メトリクスに使用するデフォルトの名前。
APPLICATION_TASK_EXECUTOR_BEAN_NAME - クラス org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration の静的変数
アプリケーション TaskExecutor の Bean 名。
ApplicationArguments - org.springframework.boot のインターフェース
SpringApplication の実行に使用された引数へのアクセスを提供します。
applicationAvailability() - クラス org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration のメソッド
ApplicationAvailability - 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 のコンストラクター
applicationConditionEvaluation() - クラス org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint のメソッド
ApplicationContentFilter - org.springframework.boot.loader.tools.layer のクラス
Ant スタイルのパスパターンに基づいてアプリケーションアイテムに一致する ContentFilter
ApplicationContentFilter(String) - クラス org.springframework.boot.loader.tools.layer.ApplicationContentFilter のコンストラクター
ApplicationContextAssert< C extends ApplicationContext> - org.springframework.boot.test.context.assertj のクラス
ApplicationContext に適用できる AssertJ assertions
ApplicationContextAssert.Scope - org.springframework.boot.test.context.assertj の列挙
アサーションの範囲。
ApplicationContextAssertProvider< C extends ApplicationContext> - 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> - org.springframework.boot.security.servlet のクラス
ApplicationContext バックアップ RequestMatcher
ApplicationContextRequestMatcher(Class<? extends C>) - クラス org.springframework.boot.security.servlet.ApplicationContextRequestMatcher のコンストラクター
ApplicationContextRunner - org.springframework.boot.test.context.runner のクラス
ApplicationContextRunner() - クラス org.springframework.boot.test.context.runner.ApplicationContextRunner のコンストラクター
基になるソースとして AnnotationConfigApplicationContext を使用して、新しい ApplicationContextRunner インスタンスを作成します。
ApplicationContextRunner(Supplier<ConfigurableApplicationContext>) - クラス org.springframework.boot.test.context.runner.ApplicationContextRunner のコンストラクター
指定された contextFactory を基になるソースとして使用して、新しい ApplicationContextRunner インスタンスを作成します。
ApplicationContextServerWebExchangeMatcher <C> - 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 インスタンスを作成します。
ApplicationPid - org.springframework.boot.system のクラス
アプリケーションプロセス ID。
ApplicationPid() - クラス org.springframework.boot.system.ApplicationPid のコンストラクター
ApplicationPid(String) - クラス org.springframework.boot.system.ApplicationPid のコンストラクター
ApplicationPidFileWriter - org.springframework.boot.context のクラス
アプリケーションの PID をファイルに保存する ApplicationListener
ApplicationPidFileWriter() - クラス org.springframework.boot.context.ApplicationPidFileWriter のコンストラクター
ファイル名 "application.pid" を使用して、新しい ApplicationPidFileWriter インスタンスを作成します。
ApplicationPidFileWriter(String) - クラス org.springframework.boot.context.ApplicationPidFileWriter のコンストラクター
指定したファイル名で新しい ApplicationPidFileWriter インスタンスを作成します。
ApplicationPidFileWriter(File) - クラス 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) - クラス org.springframework.boot.context.event.ApplicationReadyEvent のコンストラクター
使用すべきではありません。
ApplicationReadyEvent(SpringApplication, String[], ConfigurableApplicationContext, Duration) - クラス org.springframework.boot.context.event.ApplicationReadyEvent のコンストラクター
新しい ApplicationReadyEvent インスタンスを作成します。
ApplicationRunner - org.springframework.boot のインターフェース
Bean が SpringApplication に含まれている場合、Bean を実行する必要があることを示すために使用されるインターフェース。
ApplicationStartedEvent - org.springframework.boot.context.event のクラス
アプリケーションコンテキストがリフレッシュされた後、application および command line ランナーが呼び出される前に発行されたイベント。
ApplicationStartedEvent(SpringApplication, String[], ConfigurableApplicationContext) - クラス org.springframework.boot.context.event.ApplicationStartedEvent のコンストラクター
使用すべきではありません。
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 を構成します。
applicationTaskExecutor(TaskExecutorBuilder) - クラス org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration のメソッド
ApplicationTemp - org.springframework.boot.system のクラス
アプリケーション固有の一時ディレクトリへのアクセスを提供します。
ApplicationTemp() - クラス org.springframework.boot.system.ApplicationTemp のコンストラクター
新しい ApplicationTemp インスタンスを作成します。
ApplicationTemp(Class<?>) - クラス org.springframework.boot.system.ApplicationTemp のコンストラクター
指定されたソースクラスの新しい ApplicationTemp インスタンスを作成します。
apply(Timer.Builder) - クラス org.springframework.boot.actuate.autoconfigure.metrics.AutoTimeProperties のメソッド
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(String) - クラス org.springframework.boot.actuate.health.HealthContributorNameFactory のメソッド
apply(Timer.Builder) - インターフェース org.springframework.boot.actuate.metrics.AutoTimer のメソッド
指定された Timer.Builder に自動タイマー設定を適用するために呼び出されます。
apply(AutoTimer, String, Set<Timed>, Consumer<Timer.Builder>) - インターフェース org.springframework.boot.actuate.metrics.AutoTimer の静的メソッド
apply(GroovyClassLoader, GroovyCompilerConfiguration, GeneratorContext, SourceUnit, ClassNode) - クラス org.springframework.boot.cli.compiler.autoconfigure.SpringTestCompilerAutoConfiguration のメソッド
apply(GroovyClassLoader, GroovyCompilerConfiguration, GeneratorContext, SourceUnit, ClassNode) - クラス org.springframework.boot.cli.compiler.CompilerAutoConfiguration のメソッド
追加の構成を適用します。
apply(DefaultRepositorySystemSession, RepositorySystem) - クラス org.springframework.boot.cli.compiler.grape.DefaultRepositorySystemSessionAutoConfiguration のメソッド
apply(DefaultRepositorySystemSession, RepositorySystem) - クラス org.springframework.boot.cli.compiler.grape.GrapeRootRepositorySystemSessionAutoConfiguration のメソッド
apply(DefaultRepositorySystemSession, RepositorySystem) - インターフェース org.springframework.boot.cli.compiler.grape.RepositorySystemSessionAutoConfiguration のメソッド
構成を適用します。
apply(DefaultRepositorySystemSession, RepositorySystem) - クラス org.springframework.boot.cli.compiler.grape.SettingsXmlRepositorySystemSessionAutoConfiguration のメソッド
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, PropertyResolver) - クラス org.springframework.boot.logging.logback.LogbackLoggingSystemProperties のメソッド
apply() - クラス org.springframework.boot.logging.LoggingSystemProperties のメソッド
apply(LogFile) - クラス org.springframework.boot.logging.LoggingSystemProperties のメソッド
apply(LogFile, PropertyResolver) - クラス org.springframework.boot.logging.LoggingSystemProperties のメソッド
apply(ConfigurableApplicationContext) - クラス org.springframework.boot.test.context.runner.AbstractApplicationContextRunner.BeanRegistration のメソッド
apply(MockReset, MockSettings) - Static method in enum org.springframework.boot.test.mock.mockito.MockReset
MockReset を既存の settings に適用します。
apply(Statement, Description) - クラス org.springframework.boot.test.system.OutputCaptureRule のメソッド
apply(HttpServer) - クラス org.springframework.boot.web.embedded.netty.SslServerCustomizer のメソッド
使用すべきではありません。
applyDependencies(DependencyCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.CachingCompilerAutoConfiguration のメソッド
applyDependencies(DependencyCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.GroovyTemplatesCompilerAutoConfiguration のメソッド
applyDependencies(DependencyCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.JdbcCompilerAutoConfiguration のメソッド
applyDependencies(DependencyCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.JmsCompilerAutoConfiguration のメソッド
applyDependencies(DependencyCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.RabbitCompilerAutoConfiguration のメソッド
applyDependencies(DependencyCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.SpringBatchCompilerAutoConfiguration のメソッド
applyDependencies(DependencyCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.SpringBootCompilerAutoConfiguration のメソッド
applyDependencies(DependencyCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.SpringIntegrationCompilerAutoConfiguration のメソッド
applyDependencies(DependencyCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.SpringMvcCompilerAutoConfiguration のメソッド
applyDependencies(DependencyCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.SpringRetryCompilerAutoConfiguration のメソッド
applyDependencies(DependencyCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.SpringSecurityCompilerAutoConfiguration のメソッド
applyDependencies(DependencyCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.SpringTestCompilerAutoConfiguration のメソッド
applyDependencies(DependencyCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.SpringWebsocketCompilerAutoConfiguration のメソッド
applyDependencies(DependencyCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.TransactionManagementCompilerAutoConfiguration のメソッド
applyDependencies(DependencyCustomizer) - クラス org.springframework.boot.cli.compiler.CompilerAutoConfiguration のメソッド
依存関係のカスタマイズを適用します。
applyImports(ImportCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.CachingCompilerAutoConfiguration のメソッド
applyImports(ImportCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.GroovyTemplatesCompilerAutoConfiguration のメソッド
applyImports(ImportCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.JdbcCompilerAutoConfiguration のメソッド
applyImports(ImportCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.JmsCompilerAutoConfiguration のメソッド
applyImports(ImportCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.RabbitCompilerAutoConfiguration のメソッド
applyImports(ImportCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.SpringBatchCompilerAutoConfiguration のメソッド
applyImports(ImportCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.SpringBootCompilerAutoConfiguration のメソッド
applyImports(ImportCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.SpringIntegrationCompilerAutoConfiguration のメソッド
applyImports(ImportCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.SpringMvcCompilerAutoConfiguration のメソッド
applyImports(ImportCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.SpringRetryCompilerAutoConfiguration のメソッド
applyImports(ImportCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.SpringSecurityCompilerAutoConfiguration のメソッド
applyImports(ImportCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.SpringTestCompilerAutoConfiguration のメソッド
applyImports(ImportCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.SpringWebsocketCompilerAutoConfiguration のメソッド
applyImports(ImportCustomizer) - クラス org.springframework.boot.cli.compiler.autoconfigure.TransactionManagementCompilerAutoConfiguration のメソッド
applyImports(ImportCustomizer) - クラス org.springframework.boot.cli.compiler.CompilerAutoConfiguration のメソッド
インポートのカスタマイズを適用します。
applyInitializers(ConfigurableApplicationContext) - クラス 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(RepositoryRestConfiguration) - クラス org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties のメソッド
applyTo(ConfigurableEnvironment) - クラス org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor の静的メソッド
ConfigData 後処理を既存の Environment に適用します。
applyTo(ConfigurableEnvironment, ResourceLoader, ConfigurableBootstrapContext, String...) - クラス org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor の静的メソッド
ConfigData 後処理を既存の Environment に適用します。
applyTo(ConfigurableEnvironment, ResourceLoader, ConfigurableBootstrapContext, Collection<String>) - クラス org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor の静的メソッド
ConfigData 後処理を既存の Environment に適用します。
applyTo(ConfigurableEnvironment, ResourceLoader, ConfigurableBootstrapContext, Collection<String>, ConfigDataEnvironmentUpdateListener) - クラス org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor の静的メソッド
ConfigData 後処理を既存の Environment に適用します。
applyTo(Properties) - クラス org.springframework.boot.logging.LogFile のメソッド
LOG_PATH および LOG_FILE マップエントリにログファイルの詳細を適用します。
applyTo(ConfigurableApplicationContext) - クラス org.springframework.boot.test.util.TestPropertyValues のメソッド
基になるマップから ApplicationContext が所有する環境にプロパティを追加します。
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 のメソッド
指定されたプロパティソース型と名前を使用して、基礎となるマップから環境にプロパティを追加します。
applyToItem(Object) - 列挙型 org.springframework.boot.autoconfigure.condition.ConditionMessage.Style のメソッド
applyToMainClass(GroovyClassLoader, GroovyCompilerConfiguration, GeneratorContext, SourceUnit, ClassNode) - クラス org.springframework.boot.cli.compiler.autoconfigure.SpringBootCompilerAutoConfiguration のメソッド
applyToMainClass(GroovyClassLoader, GroovyCompilerConfiguration, GeneratorContext, SourceUnit, ClassNode) - クラス org.springframework.boot.cli.compiler.CompilerAutoConfiguration のメソッド
メインクラスにカスタマイズを適用します。
applyToMvcViewResolver(Object) - クラス org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties のメソッド
指定されたプロパティを AbstractTemplateViewResolver に適用します。
applyToSystemProperties() - クラス org.springframework.boot.logging.LogFile のメソッド
LOG_PATH および LOG_FILE システムプロパティにログファイルの詳細を適用します。
applyToSystemProperties(Callable<T>) - クラス org.springframework.boot.test.util.TestPropertyValues のメソッド
call の期間中、system propertiesSE にプロパティを追加し、呼び出しが完了すると以前の値を復元します。
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 - org.springframework.boot.loader.archive のインターフェース
Launcher によって起動できるアーカイブ。
Archive.Entry - org.springframework.boot.loader.archive のインターフェース
アーカイブ内の単一のエントリを表します。
Archive.EntryFilter - org.springframework.boot.loader.archive のインターフェース
Entries をフィルタリングする戦略インターフェース。
ARGS - クラス org.springframework.boot.loader.PropertiesLauncher の静的変数
デフォルトのコマンドライン引数のプロパティキー。
ArtemisAutoConfiguration - org.springframework.boot.autoconfigure.jms.artemis のクラス
Auto-configuration は Artemis ブローカーと統合します。
ArtemisAutoConfiguration() - クラス org.springframework.boot.autoconfigure.jms.artemis.ArtemisAutoConfiguration のコンストラクター
ArtemisConfigurationCustomizer - org.springframework.boot.autoconfigure.jms.artemis のインターフェース
自動構成された EmbeddedActiveMQ インスタンスで使用される前に Artemis JMS サーバー Configuration をカスタマイズしたい Bean によって実装できるコールバックインターフェース。
ArtemisMode - 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 - org.springframework.boot.autoconfigure.jms.artemis のクラス
組み込み Artemis サーバーの構成。
ArtifactCoordinatesResolver - org.springframework.boot.cli.compiler.dependencies のインターフェース
アーティファクトの Maven 座標のリゾルバー。グループ ID、アーティファクト ID、バージョンをモジュール識別子から取得できます。
as(Function<T, R>) - クラス org.springframework.boot.context.properties.PropertyMapper.Source のメソッド
指定されたアダプター関数を介して変更されたソースの適応バージョンを返します。
asArray() - クラス org.springframework.boot.test.json.ObjectContentAssert のメソッド
この呼び出しからの配列固有のアサーションのチェーンを許可するために、実際の値が配列であることを確認し、配列アサーションを返します。
asBindTarget() - クラス org.springframework.boot.context.properties.ConfigurationPropertiesBean のメソッド
Binder のターゲットとして使用できる Bindable インスタンスを返します。
asInt(Function<T, R>) - クラス org.springframework.boot.context.properties.PropertyMapper.Source のメソッド
IntegerSE 型のソースの適応バージョンを返します。
asList(AnnotationAttributes, String) - クラス org.springframework.boot.autoconfigure.AutoConfigurationImportSelector のメソッド
asMap() - クラス org.springframework.boot.test.json.ObjectContentAssert のメソッド
この呼び出しからのマップ固有のアサーションのチェーンを許可するために、実際の値がマップであることを確認し、マップアサーションを返します。
asProperties() - クラス org.springframework.boot.jta.atomikos.AtomikosProperties のメソッド
Atomikos で使用できる PropertiesSE オブジェクトとしてプロパティを返します。
AssertableApplicationContext - org.springframework.boot.test.context.assertj のインターフェース
AssertJ スタイルのアサーションを追加でサポートする ApplicationContext
AssertableReactiveWebApplicationContext - org.springframework.boot.test.context.assertj のインターフェース
AssertJ スタイルのアサーションをさらにサポートする ReactiveWebApplicationContext
AssertableWebApplicationContext - org.springframework.boot.test.context.assertj のインターフェース
AssertJ スタイルのアサーションをさらにサポートする WebApplicationContext
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 のメソッド
assignTo(HttpOutputMessage) - クラス org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload のメソッド
このペイロードを指定された HttpOutputMessage に割り当てます。
asTag() - 列挙型 org.springframework.boot.actuate.metrics.http.Outcome のメソッド
Outcome を outcome という名前の Tag として返します。
AstUtils - org.springframework.boot.cli.compiler のクラス
汎用 AST ユーティリティ。
AstUtils() - クラス org.springframework.boot.cli.compiler.AstUtils のコンストラクター
Async() - クラス org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Async のコンストラクター
at(StaticResourceLocation, StaticResourceLocation...) - クラス org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest のメソッド
指定された Locations を含むマッチャーを返します。
at(Set<StaticResourceLocation>) - クラス org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest のメソッド
指定された Locations を含むマッチャーを返します。
at(StaticResourceLocation, StaticResourceLocation...) - クラス org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest のメソッド
指定された Locations を含むマッチャーを返します。
at(Set<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 のコンストラクター
AtomikosConnectionFactoryBean - org.springframework.boot.jta.atomikos のクラス
AtomikosConnectionFactoryBean の Spring フレンドリーバージョン。
AtomikosConnectionFactoryBean() - クラス org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean のコンストラクター
AtomikosDataSourceBean - org.springframework.boot.jta.atomikos のクラス
AtomikosDataSourceBean の Spring フレンドリーバージョン。
AtomikosDataSourceBean() - クラス org.springframework.boot.jta.atomikos.AtomikosDataSourceBean のコンストラクター
AtomikosDependsOnBeanFactoryPostProcessor - org.springframework.boot.jta.atomikos のクラス
BeanFactoryPostProcessor は、正しい Atomikos オーダーのために推奨される dependsOn 設定を自動的にセットアップします。
AtomikosDependsOnBeanFactoryPostProcessor() - クラス org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor のコンストラクター
AtomikosProperties - org.springframework.boot.jta.atomikos のクラス
Atomikos 構成プロパティの Bean フレンドリーバリアント。
AtomikosProperties() - クラス org.springframework.boot.jta.atomikos.AtomikosProperties のコンストラクター
AtomikosProperties.Recovery - org.springframework.boot.jta.atomikos のクラス
リカバリ固有の設定。
AtomikosXAConnectionFactoryWrapper - org.springframework.boot.jta.atomikos のクラス
AtomikosXAConnectionFactoryWrapper() - クラス org.springframework.boot.jta.atomikos.AtomikosXAConnectionFactoryWrapper のコンストラクター
AtomikosXADataSourceWrapper - org.springframework.boot.jta.atomikos のクラス
AtomikosDataSourceBean を使用して XADataSourceSE をラップする XADataSourceWrapper
AtomikosXADataSourceWrapper() - クラス org.springframework.boot.jta.atomikos.AtomikosXADataSourceWrapper のコンストラクター
attach(Environment) - クラス org.springframework.boot.context.properties.source.ConfigurationPropertySources の静的メソッド
指定された EnvironmentConfigurationPropertySource サポートをアタッチします。
attachSignalHandler(Runnable) - クラス org.springframework.boot.loader.tools.SignalUtils の静的メソッド
指定された RunnableSE を呼び出して INT シグナルを処理します。
attribute() - 列挙型 org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.SameSite のメソッド
使用すべきではありません。
attributeValue() - 列挙型 org.springframework.boot.web.server.Cookie.SameSite のメソッド
AuditApplicationEvent - org.springframework.boot.actuate.audit.listener のクラス
AuditEvent をカプセル化する Spring ApplicationEvent
AuditApplicationEvent(String, String, Map<String, Object>) - クラス org.springframework.boot.actuate.audit.listener.AuditApplicationEvent のコンストラクター
新しく作成された AuditEvent をラップする新しい AuditApplicationEvent を作成します。
AuditApplicationEvent(String, String, String...) - クラス 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 のクラス
AuditAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration のコンストラクター
AuditEvent - org.springframework.boot.actuate.audit のクラス
監査イベントを表す値オブジェクト。特定の時間に、特定のユーザーまたはエージェントが特定の型のアクションを実行しました。
AuditEvent(String, String, Map<String, Object>) - クラス org.springframework.boot.actuate.audit.AuditEvent のコンストラクター
現在の時間の新しい監査イベントを作成します。
AuditEvent(String, String, String...) - クラス org.springframework.boot.actuate.audit.AuditEvent のコンストラクター
名前と値のペアとして提供されたデータから、現在の時間の新しい監査イベントを作成します。
AuditEvent(Instant, String, String, Map<String, Object>) - クラス org.springframework.boot.actuate.audit.AuditEvent のコンストラクター
新しい監査イベントを作成します。
AuditEventRepository - org.springframework.boot.actuate.audit のインターフェース
AuditEvent のリポジトリ。
AuditEventsEndpoint - org.springframework.boot.actuate.audit のクラス
監査イベントを公開する @Endpoint
AuditEventsEndpoint(AuditEventRepository) - クラス org.springframework.boot.actuate.audit.AuditEventsEndpoint のコンストラクター
auditEventsEndpoint(AuditEventRepository) - クラス org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration のメソッド
AuditEventsEndpoint.AuditEventsDescriptor - org.springframework.boot.actuate.audit のクラス
アプリケーションの audit events の説明。
AuditEventsEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.audit のクラス
AuditEventsEndpointAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration のコンストラクター
AuditListener - org.springframework.boot.actuate.audit.listener のクラス
デフォルトの AbstractAuditListener 実装。
AuditListener(AuditEventRepository) - クラス org.springframework.boot.actuate.audit.listener.AuditListener のコンストラクター
auditListener(AuditEventRepository) - クラス org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration のメソッド
Authentication() - クラス org.springframework.boot.autoconfigure.neo4j. Neo4jProperties.Authentication のコンストラクター
AUTHENTICATION_FAILURE - クラス org.springframework.boot.actuate.security.AuthenticationAuditListener の静的変数
認証失敗イベント型。
AUTHENTICATION_SUCCESS - クラス org.springframework.boot.actuate.security.AuthenticationAuditListener の静的変数
認証成功イベント型。
AUTHENTICATION_SWITCH - クラス 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 - クラス org.springframework.boot.actuate.security.AuthorizationAuditListener の静的変数
認可失敗イベント型。
authorizationAuditListener() - クラス org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration のメソッド
AuthorizationAuditListener - org.springframework.boot.actuate.security のクラス
AbstractAuthorizationAuditListener のデフォルト実装。
AuthorizationAuditListener() - クラス org.springframework.boot.actuate.security.AuthorizationAuditListener のコンストラクター
AutoConfiguration - 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 - org.springframework.boot.autoconfigure のインターフェース
考慮される自動構成クラスを制限するために spring.factories に登録できるフィルター。
AutoConfigurationImportListener - org.springframework.boot.autoconfigure のインターフェース
インポートされた自動構成の詳細を受信するために spring.factories に登録できるリスナー。
AutoConfigurationImportSelector - org.springframework.boot.autoconfigure のクラス
AutoConfigurationImportSelector() - クラス org.springframework.boot.autoconfigure.AutoConfigurationImportSelector のコンストラクター
AutoConfigurationImportSelector.AutoConfigurationEntry - org.springframework.boot.autoconfigure のクラス
AutoConfigurationMetadata - org.springframework.boot.autoconfigure のインターフェース
自動構成アノテーションプロセッサーによって書き込まれたメタデータへのアクセスを提供します。
AutoConfigurationPackage - 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 - org.springframework.boot.autoconfigure のアノテーション型
auto-configuration は、他の指定された自動構成クラスの後に適用する必要があるというヒント。
AutoConfigureAnnotationProcessor - org.springframework.boot.autoconfigureprocessor のクラス
自動構成クラスからの特定のアノテーションをプロパティファイルに保管するためのアノテーションプロセッサー。
AutoConfigureAnnotationProcessor() - クラス org.springframework.boot.autoconfigureprocessor.AutoConfigureAnnotationProcessor のコンストラクター
AutoConfigureBefore - org.springframework.boot.autoconfigure のアノテーション型
auto-configuration は、他の指定された自動構成クラスの前に適用する必要があるというヒント。
AutoConfigureCache - org.springframework.boot.test.autoconfigure.core のアノテーション型
何も定義されていない場合にテスト CacheManager を構成するためにテストクラスに適用できるアノテーション。
AutoConfigureDataCassandra - org.springframework.boot.test.autoconfigure.data.cassandra のアノテーション型
典型的な Data Cassandra テスト用の Auto-configuration imports
AutoConfigureDataCouchbase - org.springframework.boot.test.autoconfigure.data.couchbase のアノテーション型
典型的なデータ Couchbase テスト用の Auto-configuration imports
AutoConfigureDataElasticsearch - org.springframework.boot.test.autoconfigure.data.elasticsearch のアノテーション型
典型的なデータ Elasticsearch テスト用の Auto-configuration imports
AutoConfigureDataJdbc - org.springframework.boot.test.autoconfigure.data.jdbc のアノテーション型
典型的な Data JDBC テストの Auto-configuration imports
AutoConfigureDataJpa - org.springframework.boot.test.autoconfigure.orm.jpa のアノテーション型
典型的な Data JPA テスト用の Auto-configuration imports
AutoConfigureDataLdap - org.springframework.boot.test.autoconfigure.data.ldap のアノテーション型
典型的な Data LDAP テスト用の Auto-configuration imports
AutoConfigureDataMongo - 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 - org.springframework.boot.test.autoconfigure.data.redis のアノテーション型
典型的な Data redis テスト用の Auto-configuration imports
AutoConfigureGraphQl - org.springframework.boot.test.autoconfigure.graphql のアノテーション型
典型的な Spring GraphQL テスト用の Auto-configuration imports
AutoConfigureGraphQlTester - org.springframework.boot.test.autoconfigure.graphql.tester のアノテーション型
GraphQlTester を有効にするためにテストクラスに適用できるアノテーション。
AutoConfigureHttpGraphQlTester - org.springframework.boot.test.autoconfigure.graphql.tester のアノテーション型
HttpGraphQlTester を有効にするためにテストクラスに適用できるアノテーション。
AutoConfigureJdbc - org.springframework.boot.test.autoconfigure.jdbc のアノテーション型
典型的な jdbc テスト用の Auto-configuration imports
AutoConfigureJooq - org.springframework.boot.test.autoconfigure.jooq のアノテーション型
典型的な jOOQ テストの Auto-configuration imports
AutoConfigureJson - org.springframework.boot.test.autoconfigure.json のアノテーション型
典型的な JSON テストの Auto-configuration imports
AutoConfigureJsonTesters - org.springframework.boot.test.autoconfigure.json のアノテーション型
JSON テスターの自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。
AutoConfigureMetrics - org.springframework.boot.test.autoconfigure.actuate.metrics のアノテーション型
メトリクスエクスポーターの自動構成を有効にするためにテストクラスに適用できるアノテーション。
AutoConfigureMockMvc - org.springframework.boot.test.autoconfigure.web.servlet のアノテーション型
MockMvc の自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。
AutoConfigureMockRestServiceServer - org.springframework.boot.test.autoconfigure.web.client のアノテーション型
単一の MockRestServiceServer の自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。
AutoConfigureMockWebServiceClient - org.springframework.boot.test.autoconfigure.webservices.server のアノテーション型
MockWebServiceClient の自動構成を有効にするためにテストクラスに適用できるアノテーション。
AutoConfigureMockWebServiceServer - org.springframework.boot.test.autoconfigure.webservices.client のアノテーション型
単一の MockWebServiceServer の自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。
AutoConfigureOrder - org.springframework.boot.autoconfigure のアノテーション型
Spring Framework の @Order アノテーションの自動構成固有のバリアント。
AutoConfigureRestDocs - org.springframework.boot.test.autoconfigure.restdocs のアノテーション型
Spring REST Docs の自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。
AutoConfigureTestDatabase - org.springframework.boot.test.autoconfigure.jdbc のアノテーション型
アプリケーション定義または自動構成の DataSourceSE の代わりに使用するテストデータベースを構成するために、テストクラスに適用できるアノテーション。
AutoConfigureTestDatabase.Replace - org.springframework.boot.test.autoconfigure.jdbc の列挙
テストデータベースで置き換えることができるもの。
AutoConfigureTestEntityManager - org.springframework.boot.test.autoconfigure.orm.jpa のアノテーション型
TestEntityManager の自動構成を有効にするためにテストクラスに適用できるアノテーション。
AutoConfigureWebClient - org.springframework.boot.test.autoconfigure.web.client のアノテーション型
Web クライアントの自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。
AutoConfigureWebFlux - org.springframework.boot.test.autoconfigure.web.reactive のアノテーション型
典型的な Spring WebFlux テスト用の Auto-configuration imports
AutoConfigureWebMvc - org.springframework.boot.test.autoconfigure.web.servlet のアノテーション型
典型的な Spring MVC テスト用の Auto-configuration imports
AutoConfigureWebServiceClient - org.springframework.boot.test.autoconfigure.webservices.client のアノテーション型
Web サービスクライアントの自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。
AutoConfigureWebServiceServer - org.springframework.boot.test.autoconfigure.webservices.server のアノテーション型
Web サービスサーバーエンドポイントの自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。
AutoConfigureWebTestClient - org.springframework.boot.test.autoconfigure.web.reactive のアノテーション型
WebTestClient を有効にするためにテストクラスに適用できるアノテーション。
AutoTimeProperties - org.springframework.boot.actuate.autoconfigure.metrics のクラス
自動的に計時されるアイテムのネストされた構成プロパティ。
AutoTimeProperties() - クラス org.springframework.boot.actuate.autoconfigure.metrics.AutoTimeProperties のコンストラクター
パーセンタイルなしでリクエストの時間を自動的に計測するインスタンスを作成します。
AutoTimer - org.springframework.boot.actuate.metrics のインターフェース
@Timed を使用する代わりに Timers を自動的に適用するために使用できる戦略。
AvailabilityChangeEvent< S extends AvailabilityState> - 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 - 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.TaskExecutorBuilder のメソッド
executor が、実行中のタスクを中断したり、キュー内のすべてのタスクを実行したりせずに、シャットダウン時にスケジュールされたタスクが完了するのを待つかどうかを設定します。
awaitTermination(boolean) - クラス org.springframework.boot.task.TaskSchedulerBuilder のメソッド
executor が、実行中のタスクを中断したり、キュー内のすべてのタスクを実行したりせずに、シャットダウン時にスケジュールされたタスクが完了するのを待つかどうかを設定します。
awaitTerminationPeriod(Duration) - クラス org.springframework.boot.task.TaskExecutorBuilder のメソッド
シャットダウン時に executor がブロックする最大時間を設定します。
awaitTerminationPeriod(Duration) - クラス org.springframework.boot.task.TaskSchedulerBuilder のメソッド
シャットダウン時に executor がブロックする最大時間を設定します。
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
ナビゲーションリンクをスキップ

Spring Boot