- AbstractApplicationContextRunner <SELF extends AbstractApplicationContextRunner<SELF, C , A >, C extends ConfigurableApplicationContext, A extends ApplicationContextAssertProvider< C >> - Class in org.springframework.boot.test.context.runner
- AbstractApplicationContextRunner(Supplier<C>) - クラス org.springframework.boot.test.context.runner.AbstractApplicationContextRunner のコンストラクター
- AbstractApplicationContextRunner(Supplier<C>, Function<AbstractApplicationContextRunner.RunnerConfiguration<C>, SELF>) - クラス org.springframework.boot.test.context.runner.AbstractApplicationContextRunner のコンストラクター
- AbstractApplicationContextRunner(AbstractApplicationContextRunner.RunnerConfiguration<C>, Function<AbstractApplicationContextRunner.RunnerConfiguration<C>, SELF>) - クラス org.springframework.boot.test.context.runner.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 のコンストラクター
- 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 のクラス
- AbstractAuditListener() - クラス org.springframework.boot.actuate.audit.listener.AbstractAuditListener のコンストラクター
- AbstractAuthenticationAuditListener - org.springframework.boot.actuate.security のクラス
- AbstractAuthenticationAuditListener() - クラス org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener のコンストラクター
- AbstractAuthorizationAuditListener - org.springframework.boot.actuate.security のクラス
- AbstractAuthorizationAuditListener() - クラス org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener のコンストラクター
- AbstractBeansOfTypeDatabaseInitializerDetector - org.springframework.boot.sql.init.dependency のクラス
- AbstractBeansOfTypeDatabaseInitializerDetector() - クラス org.springframework.boot.sql.init.dependency.AbstractBeansOfTypeDatabaseInitializerDetector のコンストラクター
- AbstractBeansOfTypeDependsOnDatabaseInitializationDetector - org.springframework.boot.sql.init.dependency のクラス
- AbstractBeansOfTypeDependsOnDatabaseInitializationDetector() - クラス org.springframework.boot.sql.init.dependency.AbstractBeansOfTypeDependsOnDatabaseInitializationDetector のコンストラクター
- AbstractBindHandler - org.springframework.boot.context.properties.bind のクラス
- AbstractBindHandler() - クラス org.springframework.boot.context.properties.bind.AbstractBindHandler のコンストラクター
新しいバインディングハンドラーインスタンスを作成します。
- AbstractBindHandler(BindHandler) - クラス org.springframework.boot.context.properties.bind.AbstractBindHandler のコンストラクター
特定の親を持つ新しいバインディングハンドラーインスタンスを作成します。
- AbstractBuildLog - org.springframework.boot.buildpack.platform.build のクラス
- AbstractBuildLog() - クラス org.springframework.boot.buildpack.platform.build.AbstractBuildLog のコンストラクター
- AbstractCommand - org.springframework.boot.cli.command のクラス
- AbstractCommand(String, String) - クラス org.springframework.boot.cli.command.AbstractCommand のコンストラクター
- AbstractCompositeHealthContributorConfiguration< C , I extends C , B > - org.springframework.boot.actuate.autoconfigure.health のクラス
ソース Bean を複合に結合できるヘルスコントリビューター構成の基本クラス。
- AbstractConfigurableWebServerFactory - org.springframework.boot.web.server のクラス
- AbstractConfigurableWebServerFactory() - クラス org.springframework.boot.web.server.AbstractConfigurableWebServerFactory のコンストラクター
- AbstractConfigurableWebServerFactory(int) - クラス org.springframework.boot.web.server.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 のクラス
- AbstractDataSourceInitializer(DataSource, ResourceLoader) - クラス org.springframework.boot.jdbc.AbstractDataSourceInitializer のコンストラクター
使用すべきではありません。
- AbstractDataSourcePoolMetadata< T extends DataSourceSE> - org.springframework.boot.jdbc.metadata のクラス
- AbstractDataSourcePoolMetadata(T) - クラス org.springframework.boot.jdbc.metadata.AbstractDataSourcePoolMetadata のコンストラクター
使用するデータソースでインスタンスを作成します。
- AbstractDependsOnBeanFactoryPostProcessor - org.springframework.boot.autoconfigure のクラス
- 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 のクラス
- AbstractDiscoveredEndpoint(EndpointDiscoverer<?, ?>, Object, EndpointId, boolean, Collection<? extends O>) - クラス org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint のコンストラクター
- AbstractDiscoveredOperation - org.springframework.boot.actuate.endpoint.annotation のクラス
- AbstractDiscoveredOperation(DiscoveredOperationMethod, OperationInvoker) - クラス org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation のコンストラクター
- AbstractErrorController - org.springframework.boot.autoconfigure.web.servlet.error のクラス
- 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 のクラス
- AbstractErrorWebExceptionHandler(ErrorAttributes, WebProperties.Resources, ApplicationContext) - クラス org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler のコンストラクター
新しい AbstractErrorWebExceptionHandler を作成します。
- AbstractExposableEndpoint< O extends Operation> - org.springframework.boot.actuate.endpoint のクラス
- AbstractExposableEndpoint(EndpointId, boolean, Collection<? extends O>) - クラス org.springframework.boot.actuate.endpoint.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 のクラス
- AbstractHealthIndicator - org.springframework.boot.actuate.health のクラス
- AbstractHealthIndicator() - クラス org.springframework.boot.actuate.health.AbstractHealthIndicator のコンストラクター
- AbstractHealthIndicator(String) - クラス org.springframework.boot.actuate.health.AbstractHealthIndicator のコンストラクター
- AbstractHealthIndicator(Function<Exception, String>) - クラス org.springframework.boot.actuate.health.AbstractHealthIndicator のコンストラクター
- AbstractInjectionFailureAnalyzer< T extends ThrowableSE> - org.springframework.boot.diagnostics.analyzer のクラス
- 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 のクラス
- 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(Class<?>, ResolvableType) - クラス org.springframework.boot.test.json.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 のクラス
- AbstractLoggingSystem(ClassLoader) - クラス org.springframework.boot.logging.AbstractLoggingSystem のコンストラクター
- AbstractLoggingSystem.LogLevels <T> - org.springframework.boot.logging のクラス
- 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 のコンストラクター
- AbstractRabbitListenerContainerFactoryConfigurer(RabbitProperties) - クラス org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer のコンストラクター
指定された rabbitProperties を使用する新しいコンフィギュレーターを作成します。
- AbstractReactiveHealthIndicator - org.springframework.boot.actuate.health のクラス
- AbstractReactiveHealthIndicator() - クラス org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator のコンストラクター
- AbstractReactiveHealthIndicator(String) - クラス org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator のコンストラクター
- AbstractReactiveHealthIndicator(Function<Throwable, String>) - クラス org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator のコンストラクター
- AbstractReactiveWebServerFactory - org.springframework.boot.web.reactive.server のクラス
- AbstractReactiveWebServerFactory() - クラス org.springframework.boot.web.reactive.server.AbstractReactiveWebServerFactory のコンストラクター
- AbstractReactiveWebServerFactory(int) - クラス org.springframework.boot.web.reactive.server.AbstractReactiveWebServerFactory のコンストラクター
- AbstractRepositoryConfigurationSourceSupport - org.springframework.boot.autoconfigure.data のクラス
- AbstractRepositoryConfigurationSourceSupport() - クラス org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport のコンストラクター
- AbstractScriptDatabaseInitializer - org.springframework.boot.sql.init のクラス
- AbstractScriptDatabaseInitializer(DatabaseInitializationSettings) - クラス org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer のコンストラクター
- AbstractServletWebServerFactory - org.springframework.boot.web.servlet.server のクラス
- AbstractServletWebServerFactory() - クラス org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory のコンストラクター
- AbstractServletWebServerFactory(int) - クラス org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory のコンストラクター
- AbstractServletWebServerFactory(String, int) - クラス org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory のコンストラクター
- AbstractTemplateViewResolverProperties - org.springframework.boot.autoconfigure.template のクラス
- AbstractTemplateViewResolverProperties(String, String) - クラス org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties のコンストラクター
- AbstractViewResolverProperties - org.springframework.boot.autoconfigure.template のクラス
- AbstractViewResolverProperties() - クラス org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties のコンストラクター
- AbstractWebFluxEndpointHandlerMapping - org.springframework.boot.actuate.endpoint.web.reactive のクラス
- 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 のクラス
- 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 のインターフェース
- 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 のクラス
- 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 の静的メソッド
- 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 のメソッド
- 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 の静的メソッド
- addBootstrapRegistryInitializer(BootstrapRegistryInitializer) - クラス org.springframework.boot.builder.SpringApplicationBuilder のメソッド
- addBootstrapRegistryInitializer(BootstrapRegistryInitializer) - クラス org.springframework.boot.SpringApplication のメソッド
- addBuilderCustomizers(UndertowBuilderCustomizer...) - インターフェース org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory のメソッド
- 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 のメソッド
- addCloseListener(ApplicationListener<BootstrapContextClosedEvent>) - インターフェース org.springframework.boot.BootstrapRegistry のメソッド
- 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 のメソッド
- addConnectorCustomizers(TomcatConnectorCustomizer...) - クラス org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory のメソッド
- addConnectorCustomizers(TomcatConnectorCustomizer...) - クラス org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory のメソッド
- addContextCustomizers(TomcatContextCustomizer...) - インターフェース org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory のメソッド
- addContextCustomizers(TomcatContextCustomizer...) - クラス org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory のメソッド
- 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 のメソッド
- 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 のメソッド
- 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 のメソッド
- addFile(String, String, ClassLoaderFile) - クラス org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles のメソッド
- 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 のメソッド
- addInitializers(ServletContextInitializer...) - クラス org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory のメソッド
- addInitializers(ServletContextInitializer...) - インターフェース org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory のメソッド
- addInitParameter(String, String) - クラス org.springframework.boot.web.servlet.DynamicRegistrationBean のメソッド
単一の init-parameter を追加し、既存のパラメーターを同じ名前で置き換えます。
- additionalCustomizers(TaskExecutorCustomizer...) - クラス org.springframework.boot.task.TaskExecutorBuilder のメソッド
- additionalCustomizers(Iterable<TaskExecutorCustomizer>) - クラス org.springframework.boot.task.TaskExecutorBuilder のメソッド
- additionalCustomizers(TaskSchedulerCustomizer...) - クラス org.springframework.boot.task.TaskSchedulerBuilder のメソッド
- additionalCustomizers(Iterable<TaskSchedulerCustomizer>) - クラス org.springframework.boot.task.TaskSchedulerBuilder のメソッド
- additionalCustomizers(RestTemplateCustomizer...) - クラス org.springframework.boot.web.client.RestTemplateBuilder のメソッド
- additionalCustomizers(Collection<? extends RestTemplateCustomizer>) - クラス org.springframework.boot.web.client.RestTemplateBuilder のメソッド
- additionalCustomizers(WebServiceTemplateCustomizer...) - クラス org.springframework.boot.webservices.client.WebServiceTemplateBuilder のメソッド
- additionalCustomizers(Collection<? extends WebServiceTemplateCustomizer>) - クラス org.springframework.boot.webservices.client.WebServiceTemplateBuilder のメソッド
- AdditionalHealthEndpointPath - org.springframework.boot.actuate.health のクラス
- AdditionalHealthEndpointPathsWebFluxHandlerMapping - org.springframework.boot.actuate.endpoint.web.reactive のクラス
- AdditionalHealthEndpointPathsWebFluxHandlerMapping(EndpointMapping, ExposableWebEndpoint, Set<HealthEndpointGroup>) - クラス org.springframework.boot.actuate.endpoint.web.reactive.AdditionalHealthEndpointPathsWebFluxHandlerMapping のコンストラクター
- AdditionalHealthEndpointPathsWebMvcHandlerMapping - org.springframework.boot.actuate.endpoint.web.servlet のクラス
- AdditionalHealthEndpointPathsWebMvcHandlerMapping(ExposableWebEndpoint, Set<HealthEndpointGroup>) - クラス org.springframework.boot.actuate.endpoint.web.servlet.AdditionalHealthEndpointPathsWebMvcHandlerMapping のコンストラクター
- additionalInterceptors(ClientHttpRequestInterceptor...) - クラス org.springframework.boot.web.client.RestTemplateBuilder のメソッド
- additionalInterceptors(Collection<? extends ClientHttpRequestInterceptor>) - クラス org.springframework.boot.web.client.RestTemplateBuilder のメソッド
- 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 のメソッド
- additionalMessageConverters(Collection<? extends HttpMessageConverter<?>>) - クラス org.springframework.boot.web.client.RestTemplateBuilder のメソッド
- 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 のメソッド
- additionalRequestCustomizers(Collection<? extends RestTemplateRequestCustomizer<?>>) - クラス org.springframework.boot.web.client.RestTemplateBuilder のメソッド
- 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 のメソッド
- 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 の静的メソッド
- addParser(Parser<?>) - クラス org.springframework.boot.convert.ApplicationConversionService のメソッド
- addPostProcessors(ConfigurableApplicationContext) - クラス org.springframework.boot.context.config.ConfigFileApplicationListener のメソッド
使用すべきではありません。
適切なポストプロセッサーを追加して、プロパティソースを後から構成します。
- addPrimarySources(Collection<Class<?>>) - クラス org.springframework.boot.SpringApplication のメソッド
- 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 のメソッド
- addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>...) - クラス org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory のメソッド
- addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>...) - クラス org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory のメソッド
- 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 のメソッド
- addRSocketServerCustomizers(RSocketServerCustomizer...) - クラス org.springframework.boot.rsocket.netty.NettyRSocketServerFactory のメソッド
- addServerCustomizers(JettyServerCustomizer...) - インターフェース org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory のメソッド
- 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 のメソッド
- addServletNames(String...) - クラス org.springframework.boot.web.servlet.AbstractFilterRegistrationBean のメソッド
フィルターのサーブレット名を追加します。
- addServletRegistrationBeans(ServletRegistrationBean<?>...) - クラス org.springframework.boot.web.servlet.AbstractFilterRegistrationBean のメソッド
- 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 の静的メソッド
- 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 のクラス
- AetherGrapeEngine(GroovyClassLoader, RepositorySystem, DefaultRepositorySystemSession, List<RemoteRepository>, DependencyResolutionContext, boolean) - クラス org.springframework.boot.cli.compiler.grape.AetherGrapeEngine のコンストラクター
使用すべきではありません。
- AetherGrapeEngineFactory - org.springframework.boot.cli.compiler.grape のクラス
- 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 のクラス
- 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 の静的メソッド
- always(ConfigData.Options) - インターフェース org.springframework.boot.context.config.ConfigData.PropertySourceOptions の静的メソッド
- ALWAYS_NONE - インターフェース org.springframework.boot.context.config.ConfigData.PropertySourceOptions の静的変数
- alwaysApplying(PropertyMapper.SourceOperator) - クラス org.springframework.boot.context.properties.PropertyMapper のメソッド
- alwaysApplyingWhenNonNull() - クラス org.springframework.boot.context.properties.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 のメソッド
- and(Iterable<String>) - クラス org.springframework.boot.test.util.TestPropertyValues のメソッド
- and(Stream<String>) - クラス org.springframework.boot.test.util.TestPropertyValues のメソッド
- and(Map<String, String>) - クラス org.springframework.boot.test.util.TestPropertyValues のメソッド
- and(Stream<T>, Function<T, TestPropertyValues.Pair>) - クラス org.springframework.boot.test.util.TestPropertyValues のメソッド
- andCondition(Class<? extends Annotation>, Object...) - クラス org.springframework.boot.autoconfigure.condition.ConditionMessage のメソッド
- andCondition(String, Object...) - クラス org.springframework.boot.autoconfigure.condition.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 のクラス
- AnnotationConfigReactiveWebApplicationContext() - クラス org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext のコンストラクター
- 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 のクラス
- AnnotationConfigReactiveWebServerApplicationContext() - クラス org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext のコンストラクター
- AnnotationConfigReactiveWebServerApplicationContext(DefaultListableBeanFactory) - クラス org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext のコンストラクター
- AnnotationConfigReactiveWebServerApplicationContext(Class<?>...) - クラス org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext のコンストラクター
- AnnotationConfigReactiveWebServerApplicationContext(String...) - クラス org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext のコンストラクター
- AnnotationConfigServletWebApplicationContext - org.springframework.boot.web.servlet.context のクラス
- AnnotationConfigServletWebApplicationContext() - クラス org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext のコンストラクター
- AnnotationConfigServletWebApplicationContext(DefaultListableBeanFactory) - クラス org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext のコンストラクター
- AnnotationConfigServletWebApplicationContext(Class<?>...) - クラス org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext のコンストラクター
- AnnotationConfigServletWebApplicationContext(String...) - クラス org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext のコンストラクター
- AnnotationConfigServletWebServerApplicationContext - org.springframework.boot.web.servlet.context のクラス
- AnnotationConfigServletWebServerApplicationContext() - クラス org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext のコンストラクター
- AnnotationConfigServletWebServerApplicationContext(DefaultListableBeanFactory) - クラス org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext のコンストラクター
- AnnotationConfigServletWebServerApplicationContext(Class<?>...) - クラス org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext のコンストラクター
- AnnotationConfigServletWebServerApplicationContext(String...) - クラス org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext のコンストラクター
- AnnotationCustomizableTypeExcludeFilter - org.springframework.boot.test.autoconfigure.filter のクラス
- AnnotationCustomizableTypeExcludeFilter() - クラス org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter のコンストラクター
- AnnotationCustomizableTypeExcludeFilter.FilterType - org.springframework.boot.test.autoconfigure.filter の列挙
- AnnotationsPropertySource - org.springframework.boot.test.autoconfigure.properties のクラス
- AnnotationsPropertySource(Class<?>) - クラス org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource のコンストラクター
- AnnotationsPropertySource(String, Class<?>) - クラス org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource のコンストラクター
- Ansi8BitColor - org.springframework.boot.ansi のクラス
- AnsiBackground - org.springframework.boot.ansi の列挙
- AnsiColor - org.springframework.boot.ansi の列挙
- AnsiColors - org.springframework.boot.ansi のクラス
- AnsiColors(AnsiColors.BitDepth) - クラス org.springframework.boot.ansi.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 のクラス
- AnsiOutputApplicationListener() - クラス org.springframework.boot.context.config.AnsiOutputApplicationListener のコンストラクター
- AnsiPropertySource - org.springframework.boot.ansi のクラス
- AnsiPropertySource(String, boolean) - クラス org.springframework.boot.ansi.AnsiPropertySource のコンストラクター
- AnsiStyle - org.springframework.boot.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 のクラス
- AnyNestedCondition(ConfigurationCondition.ConfigurationPhase) - クラス org.springframework.boot.autoconfigure.condition.AnyNestedCondition のコンストラクター
- AopAutoConfiguration - org.springframework.boot.autoconfigure.aop のクラス
- 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 のメソッド
- append(String) - クラス org.springframework.boot.context.properties.source.ConfigurationPropertyName のメソッド
- append(ConfigurationPropertyName) - クラス org.springframework.boot.context.properties.source.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 の静的変数
- ApplicationArguments - org.springframework.boot のインターフェース
- applicationAvailability() - クラス org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration のメソッド
- ApplicationAvailability - org.springframework.boot.availability のインターフェース
- ApplicationAvailabilityAutoConfiguration - org.springframework.boot.autoconfigure.availability のクラス
- ApplicationAvailabilityAutoConfiguration() - クラス org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration のコンストラクター
- ApplicationAvailabilityBean - org.springframework.boot.availability のクラス
- ApplicationAvailabilityBean() - クラス org.springframework.boot.availability.ApplicationAvailabilityBean のコンストラクター
- applicationConditionEvaluation() - クラス org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint のメソッド
- ApplicationContentFilter - org.springframework.boot.loader.tools.layer のクラス
- ApplicationContentFilter(String) - クラス org.springframework.boot.loader.tools.layer.ApplicationContentFilter のコンストラクター
- ApplicationContextAssert< C extends ApplicationContext> - org.springframework.boot.test.context.assertj のクラス
- ApplicationContextAssert.Scope - org.springframework.boot.test.context.assertj の列挙
アサーションの範囲。
- ApplicationContextAssertProvider< C extends ApplicationContext> - org.springframework.boot.test.context.assertj のインターフェース
- ApplicationContextFactory - org.springframework.boot のインターフェース
- ApplicationContextFilterConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration のコンストラクター
- ApplicationContextHeaderFilter - org.springframework.boot.web.servlet.filter のクラス
- 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 のクラス
- ApplicationContextInitializedEvent(SpringApplication, String[], ConfigurableApplicationContext) - クラス org.springframework.boot.context.event.ApplicationContextInitializedEvent のコンストラクター
- ApplicationContextRequestMatcher <C> - org.springframework.boot.security.servlet のクラス
- 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 のコンストラクター
- ApplicationContextRunner(Supplier<ConfigurableApplicationContext>) - クラス org.springframework.boot.test.context.runner.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 のクラス
- ApplicationConversionService() - クラス org.springframework.boot.convert.ApplicationConversionService のコンストラクター
- ApplicationConversionService(StringValueResolver) - クラス org.springframework.boot.convert.ApplicationConversionService のコンストラクター
- ApplicationEnvironmentPreparedEvent - org.springframework.boot.context.event のクラス
- ApplicationEnvironmentPreparedEvent(ConfigurableBootstrapContext, SpringApplication, String[], ConfigurableEnvironment) - クラス org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent のコンストラクター
- ApplicationFailedEvent - org.springframework.boot.context.event のクラス
- ApplicationFailedEvent(SpringApplication, String[], ConfigurableApplicationContext, Throwable) - クラス org.springframework.boot.context.event.ApplicationFailedEvent のコンストラクター
- ApplicationHome - org.springframework.boot.system のクラス
アプリケーションのホームディレクトリへのアクセスを提供します。
- ApplicationHome() - クラス org.springframework.boot.system.ApplicationHome のコンストラクター
- ApplicationHome(Class<?>) - クラス org.springframework.boot.system.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 のクラス
- ApplicationPidFileWriter() - クラス org.springframework.boot.context.ApplicationPidFileWriter のコンストラクター
- ApplicationPidFileWriter(String) - クラス org.springframework.boot.context.ApplicationPidFileWriter のコンストラクター
- ApplicationPidFileWriter(File) - クラス org.springframework.boot.context.ApplicationPidFileWriter のコンストラクター
- ApplicationPreparedEvent - org.springframework.boot.context.event のクラス
- ApplicationPreparedEvent(SpringApplication, String[], ConfigurableApplicationContext) - クラス org.springframework.boot.context.event.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 のコンストラクター
- ApplicationRunner - org.springframework.boot のインターフェース
- ApplicationStartedEvent - org.springframework.boot.context.event のクラス
- ApplicationStartedEvent(SpringApplication, String[], ConfigurableApplicationContext) - クラス org.springframework.boot.context.event.ApplicationStartedEvent のコンストラクター
- ApplicationStartedEvent(SpringApplication, String[], ConfigurableApplicationContext, Duration) - クラス org.springframework.boot.context.event.ApplicationStartedEvent のコンストラクター
- ApplicationStartingEvent - org.springframework.boot.context.event のクラス
- ApplicationStartingEvent(ConfigurableBootstrapContext, SpringApplication, String[]) - クラス org.springframework.boot.context.event.ApplicationStartingEvent のコンストラクター
- applicationStartup(ApplicationStartup) - クラス org.springframework.boot.builder.SpringApplicationBuilder のメソッド
- applicationTaskExecutor(TaskExecutorBuilder) - クラス org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration のメソッド
- ApplicationTemp - org.springframework.boot.system のクラス
アプリケーション固有の一時ディレクトリへのアクセスを提供します。
- ApplicationTemp() - クラス org.springframework.boot.system.ApplicationTemp のコンストラクター
- ApplicationTemp(Class<?>) - クラス org.springframework.boot.system.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
- 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 のメソッド
- 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 の静的メソッド
- applyTo(ConfigurableEnvironment, ResourceLoader, ConfigurableBootstrapContext, String...) - クラス org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor の静的メソッド
- applyTo(ConfigurableEnvironment, ResourceLoader, ConfigurableBootstrapContext, Collection<String>) - クラス org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor の静的メソッド
- applyTo(ConfigurableEnvironment, ResourceLoader, ConfigurableBootstrapContext, Collection<String>, ConfigDataEnvironmentUpdateListener) - クラス org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor の静的メソッド
- applyTo(Properties) - クラス org.springframework.boot.logging.LogFile のメソッド
LOG_PATH および LOG_FILE マップエントリにログファイルの詳細を適用します。
- applyTo(ConfigurableApplicationContext) - クラス org.springframework.boot.test.util.TestPropertyValues のメソッド
- 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 のメソッド
- applyToSystemProperties() - クラス org.springframework.boot.logging.LogFile のメソッド
LOG_PATH および LOG_FILE システムプロパティにログファイルの詳細を適用します。
- applyToSystemProperties(Callable<T>) - クラス org.springframework.boot.test.util.TestPropertyValues のメソッド
- 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 のクラス
- AppOpticsMetricsExportAutoConfiguration(AppOpticsProperties) - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsMetricsExportAutoConfiguration のコンストラクター
- AppOpticsProperties - org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics のクラス
- AppOpticsProperties() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties のコンストラクター
- Archive - org.springframework.boot.loader.archive のインターフェース
- Archive.Entry - org.springframework.boot.loader.archive のインターフェース
アーカイブ内の単一のエントリを表します。
- Archive.EntryFilter - org.springframework.boot.loader.archive のインターフェース
- ARGS - クラス org.springframework.boot.loader.PropertiesLauncher の静的変数
デフォルトのコマンドライン引数のプロパティキー。
- ArtemisAutoConfiguration - org.springframework.boot.autoconfigure.jms.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 のメソッド
- asInt(Function<T, R>) - クラス org.springframework.boot.context.properties.PropertyMapper.Source のメソッド
- asList(AnnotationAttributes, String) - クラス org.springframework.boot.autoconfigure.AutoConfigurationImportSelector のメソッド
- asMap() - クラス org.springframework.boot.test.json.ObjectContentAssert のメソッド
この呼び出しからのマップ固有のアサーションのチェーンを許可するために、実際の値がマップであることを確認し、マップアサーションを返します。
- asProperties() - クラス org.springframework.boot.jta.atomikos.AtomikosProperties のメソッド
- AssertableApplicationContext - org.springframework.boot.test.context.assertj のインターフェース
- AssertableReactiveWebApplicationContext - org.springframework.boot.test.context.assertj のインターフェース
- AssertableWebApplicationContext - org.springframework.boot.test.context.assertj のインターフェース
- AssertingParty() - クラス org.springframework.boot.autoconfigure.security.saml2. Saml2RelyingPartyProperties.AssertingParty のコンストラクター
- assertThat() - インターフェース org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider のメソッド
- assertThat() - クラス org.springframework.boot.test.json.JsonContent のメソッド
- assertThat() - クラス org.springframework.boot.test.json.ObjectContent のメソッド
- assignTo(HttpOutputMessage) - クラス org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload のメソッド
- 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 のメソッド
- at(Set<StaticResourceLocation>) - クラス org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest のメソッド
- at(StaticResourceLocation, StaticResourceLocation...) - クラス org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest のメソッド
- at(Set<StaticResourceLocation>) - クラス org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest のメソッド
- atAll() - クラス org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder のメソッド
利用可能なアイテムがない場合に使用されます。
- atCommonLocations() - クラス org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest のメソッド
- atCommonLocations() - クラス org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest のメソッド
- 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 のクラス
- AtlasMetricsExportAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasMetricsExportAutoConfiguration のコンストラクター
- AtlasProperties - org.springframework.boot.actuate.autoconfigure.metrics.export.atlas のクラス
- 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 のクラス
- AtomikosDependsOnBeanFactoryPostProcessor() - クラス org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor のコンストラクター
- AtomikosProperties - org.springframework.boot.jta.atomikos のクラス
- 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 のクラス
- AtomikosXADataSourceWrapper() - クラス org.springframework.boot.jta.atomikos.AtomikosXADataSourceWrapper のコンストラクター
- attach(Environment) - クラス org.springframework.boot.context.properties.source.ConfigurationPropertySources の静的メソッド
- attachSignalHandler(Runnable) - クラス org.springframework.boot.loader.tools.SignalUtils の静的メソッド
- attribute() - 列挙型 org.springframework.boot.autoconfigure.web.reactive.WebFluxProperties.SameSite のメソッド
使用すべきではありません。
- attributeValue() - 列挙型 org.springframework.boot.web.server.Cookie.SameSite のメソッド
- AuditApplicationEvent - org.springframework.boot.actuate.audit.listener のクラス
- AuditApplicationEvent(String, String, Map<String, Object>) - クラス org.springframework.boot.actuate.audit.listener.AuditApplicationEvent のコンストラクター
- AuditApplicationEvent(String, String, String...) - クラス org.springframework.boot.actuate.audit.listener.AuditApplicationEvent のコンストラクター
- AuditApplicationEvent(Instant, String, String, Map<String, Object>) - クラス org.springframework.boot.actuate.audit.listener.AuditApplicationEvent のコンストラクター
- AuditApplicationEvent(AuditEvent) - クラス org.springframework.boot.actuate.audit.listener.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 のインターフェース
- AuditEventsEndpoint - org.springframework.boot.actuate.audit のクラス
- AuditEventsEndpoint(AuditEventRepository) - クラス org.springframework.boot.actuate.audit.AuditEventsEndpoint のコンストラクター
- auditEventsEndpoint(AuditEventRepository) - クラス org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration のメソッド
- AuditEventsEndpoint.AuditEventsDescriptor - org.springframework.boot.actuate.audit のクラス
- AuditEventsEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.audit のクラス
- AuditEventsEndpointAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration のコンストラクター
- AuditListener - org.springframework.boot.actuate.audit.listener のクラス
- 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 のクラス
- 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 のクラス
- AuthorizationAuditListener() - クラス org.springframework.boot.actuate.security.AuthorizationAuditListener のコンストラクター
- AutoConfiguration - org.springframework.boot.autoconfigure のアノテーション型
クラスが Spring Boot によって自動的に適用できる構成を提供することを示します。
- AutoConfigurationExcludeFilter - org.springframework.boot.autoconfigure のクラス
- 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 - org.springframework.boot.autoconfigure のクラス
後で参照できるように自動構成パッケージを格納するクラス(例:
- AutoConfigurationPackages() - クラス org.springframework.boot.autoconfigure.AutoConfigurationPackages のコンストラクター
- AutoConfigurations - org.springframework.boot.autoconfigure のクラス
- AutoConfigurations(Collection<Class<?>>) - クラス org.springframework.boot.autoconfigure.AutoConfigurations のコンストラクター
- AutoConfigureAfter - org.springframework.boot.autoconfigure のアノテーション型
- AutoConfigureAnnotationProcessor - org.springframework.boot.autoconfigureprocessor のクラス
自動構成クラスからの特定のアノテーションをプロパティファイルに保管するためのアノテーションプロセッサー。
- AutoConfigureAnnotationProcessor() - クラス org.springframework.boot.autoconfigureprocessor.AutoConfigureAnnotationProcessor のコンストラクター
- AutoConfigureBefore - org.springframework.boot.autoconfigure のアノテーション型
- AutoConfigureCache - org.springframework.boot.test.autoconfigure.core のアノテーション型
- AutoConfigureDataCassandra - org.springframework.boot.test.autoconfigure.data.cassandra のアノテーション型
- AutoConfigureDataCouchbase - org.springframework.boot.test.autoconfigure.data.couchbase のアノテーション型
- AutoConfigureDataElasticsearch - org.springframework.boot.test.autoconfigure.data.elasticsearch のアノテーション型
- AutoConfigureDataJdbc - org.springframework.boot.test.autoconfigure.data.jdbc のアノテーション型
- AutoConfigureDataJpa - org.springframework.boot.test.autoconfigure.orm.jpa のアノテーション型
- AutoConfigureDataLdap - org.springframework.boot.test.autoconfigure.data.ldap のアノテーション型
- AutoConfigureDataMongo - org.springframework.boot.test.autoconfigure.data.mongo のアノテーション型
- AutoConfigureDataNeo4j - org.springframework.boot.test.autoconfigure.data.neo4j のアノテーション型
- AutoConfigureDataR2dbc - org.springframework.boot.test.autoconfigure.data.r2dbc のアノテーション型
- AutoConfigureDataRedis - org.springframework.boot.test.autoconfigure.data.redis のアノテーション型
- AutoConfigureGraphQl - org.springframework.boot.test.autoconfigure.graphql のアノテーション型
- 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 のアノテーション型
- AutoConfigureJooq - org.springframework.boot.test.autoconfigure.jooq のアノテーション型
- AutoConfigureJson - org.springframework.boot.test.autoconfigure.json のアノテーション型
- 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 のアノテーション型
- 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 のアノテーション型
- AutoConfigureWebClient - org.springframework.boot.test.autoconfigure.web.client のアノテーション型
Web クライアントの自動構成を有効にして構成するためにテストクラスに適用できるアノテーション。
- AutoConfigureWebFlux - org.springframework.boot.test.autoconfigure.web.reactive のアノテーション型
- AutoConfigureWebMvc - org.springframework.boot.test.autoconfigure.web.servlet のアノテーション型
- 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 のアノテーション型
- 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 のクラス
- AvailabilityChangeEvent(Object, S) - クラス org.springframework.boot.availability.AvailabilityChangeEvent のコンストラクター
- AvailabilityHealthContributorAutoConfiguration - org.springframework.boot.actuate.autoconfigure.availability のクラス
- AvailabilityHealthContributorAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration のコンストラクター
- AvailabilityProbesAutoConfiguration - org.springframework.boot.actuate.autoconfigure.availability のクラス
- AvailabilityProbesAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesAutoConfiguration のコンストラクター
- availabilityProbesHealthEndpointGroupsPostProcessor(Environment) - クラス org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesAutoConfiguration のメソッド
- AvailabilityState - org.springframework.boot.availability のインターフェース
- AvailabilityStateHealthIndicator - org.springframework.boot.actuate.availability のクラス
- AvailabilityStateHealthIndicator(ApplicationAvailability, Class<S>, Consumer<AvailabilityStateHealthIndicator.StatusMappings<S>>) - クラス org.springframework.boot.actuate.availability.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 がブロックする最大時間を設定します。