インデックス

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

C

cache(String, String) - クラス org.springframework.boot.actuate.cache のメソッド。CachesEndpoint
指定されたキャッシュの CachesEndpoint.CacheDescriptor を返します。
cache(String, String) - クラス org.springframework.boot.actuate.cache のメソッド。CachesEndpointWebExtension
Cache() - クラス org.springframework.boot.autoconfigure.amqp のコンストラクター。RabbitProperties.Cache
Cache() - クラス org.springframework.boot.autoconfigure.jms のコンストラクター。JmsProperties.Cache
Cache() - クラス org.springframework.boot.autoconfigure.pulsar のコンストラクター。PulsarProperties.Producer.Cache
Cache() - クラス org.springframework.boot.autoconfigure.web のコンストラクター。WebProperties.Resources.Cache
CACHE2K - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
Cache2k が支援するキャッシング。
Cache2kBuilderCustomizer - org.springframework.boot.autoconfigure.cache のインターフェース
addCaches を通じてマネージャーに追加されたキャッシュと動的に作成されたキャッシュのデフォルト設定をカスタマイズしたい Bean によって実装できるコールバックインターフェース。
Cache2kCacheMeterBinderProvider - org.springframework.boot.actuate.metrics.cache のクラス
cache2k の CacheMeterBinderProvider 実装。
Cache2kCacheMeterBinderProvider() - クラス org.springframework.boot.actuate.metrics.cache のコンストラクター。Cache2kCacheMeterBinderProvider
CacheAutoConfiguration - org.springframework.boot.autoconfigure.cache のクラス
キャッシュ抽象化のための Auto-configuration
CacheAutoConfiguration() - クラス org.springframework.boot.autoconfigure.cache. CacheAutoConfiguration のコンストラクター
cacheAutoConfigurationValidator(CacheProperties, ObjectProvider<CacheManager>) - クラス org.springframework.boot.autoconfigure.cache のメソッド。CacheAutoConfiguration
Cachecontrol() - クラス org.springframework.boot.autoconfigure.web のコンストラクター。WebProperties.Resources.Cache.Cachecontrol
CacheDescriptor(String) - クラス org.springframework.boot.actuate.cache のコンストラクター。CachesEndpoint.CacheDescriptor
CacheEntryDescriptor(Cache, String) - クラス org.springframework.boot.actuate.cache のコンストラクター。CachesEndpoint.CacheEntryDescriptor
cacheManager(CacheManagerCustomizers, EmbeddedCacheManager) - クラス org.springframework.boot.autoconfigure.cache のメソッド。InfinispanCacheConfiguration
CacheManagerCustomizer< T extends CacheManager> - Interface in org.springframework.boot.autoconfigure.cache
特に設定を調整するために、完全に初期化される前にキャッシュマネージャーをカスタマイズしたい Bean によって実装できるコールバックインターフェース。
cacheManagerCustomizers(ObjectProvider<CacheManagerCustomizer<?>>) - クラス org.springframework.boot.autoconfigure.cache のメソッド。CacheAutoConfiguration
CacheManagerCustomizers - org.springframework.boot.autoconfigure.cache のクラス
指定された CacheManager のコンテキストで使用可能な CacheManagerCustomizer インスタンスを呼び出します。
CacheManagerCustomizers(List<? extends CacheManagerCustomizer<?>>) - クラス org.springframework.boot.autoconfigure.cache. CacheManagerCustomizers のコンストラクター
CacheManagerDescriptor(Map<String, CachesEndpoint.CacheDescriptor>) - クラス org.springframework.boot.actuate.cache のコンストラクター。CachesEndpoint.CacheManagerDescriptor
CacheMeterBinderProvider< C extends Cache> - Interface in org.springframework.boot.actuate.metrics.cache
Cache に基づいて MeterBinder を提供します。
CacheMetricsAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.cache のクラス
利用可能なすべての caches のメトリクスの Auto-configuration
CacheMetricsAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.metrics.cache. CacheMetricsAutoConfiguration のコンストラクター
CacheMetricsRegistrar - org.springframework.boot.actuate.metrics.cache のクラス
サポートされている Cache を MeterRegistry に登録します。
CacheMetricsRegistrar(MeterRegistry, Collection<CacheMeterBinderProvider<?>>) - クラス org.springframework.boot.actuate.metrics.cache. CacheMetricsRegistrar のコンストラクター
新しいレジストラを作成します。
CacheProperties - org.springframework.boot.autoconfigure.cache のクラス
キャッシュ抽象化の構成プロパティ。
CacheProperties() - クラス org.springframework.boot.autoconfigure.cache. CacheProperties のコンストラクター
CacheProperties.Caffeine - org.springframework.boot.autoconfigure.cache のクラス
Caffeine 固有のキャッシュプロパティ。
CacheProperties.Couchbase - org.springframework.boot.autoconfigure.cache のクラス
Couchbase 固有のキャッシュプロパティ。
CacheProperties.Infinispan - org.springframework.boot.autoconfigure.cache のクラス
Infinispan 固有のキャッシュプロパティ。
CacheProperties.JCache - org.springframework.boot.autoconfigure.cache のクラス
JCache(JSR-107)固有のキャッシュプロパティ。
CacheProperties.Redis - org.springframework.boot.autoconfigure.cache のクラス
Redis 固有のキャッシュプロパティ。
cacheProvider() - Element in annotation interface org.springframework.boot.test.autoconfigure.core.AutoConfigureCache
caches() - クラス org.springframework.boot.actuate.cache のメソッド。CachesEndpoint
使用可能なすべての cachesCachesEndpoint.CachesDescriptor を返します。
CachesDescriptor(Map<String, CachesEndpoint.CacheManagerDescriptor>) - クラス org.springframework.boot.actuate.cache のコンストラクター。CachesEndpoint.CachesDescriptor
cachesEndpoint(Map<String, CacheManager>) - クラス org.springframework.boot.actuate.autoconfigure.cache のメソッド。CachesEndpointAutoConfiguration
CachesEndpoint - org.springframework.boot.actuate.cache のクラス
@Endpoint は、利用可能な caches を公開します。
CachesEndpoint(Map<String, CacheManager>) - クラス org.springframework.boot.actuate.cache. CachesEndpoint のコンストラクター
使用する CacheManager インスタンスで新しいエンドポイントを作成します。
CachesEndpoint.CacheDescriptor - org.springframework.boot.actuate.cache のクラス
Cache の説明。
CachesEndpoint.CacheEntryDescriptor - org.springframework.boot.actuate.cache のクラス
Cache エントリの説明。
CachesEndpoint.CacheManagerDescriptor - org.springframework.boot.actuate.cache のクラス
CacheManager の説明。
CachesEndpoint.CachesDescriptor - org.springframework.boot.actuate.cache のクラス
キャッシュの説明。
CachesEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.cache のクラス
CachesEndpointAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.cache. CachesEndpointAutoConfiguration のコンストラクター
cachesEndpointWebExtension(CachesEndpoint) - クラス org.springframework.boot.actuate.autoconfigure.cache のメソッド。CachesEndpointAutoConfiguration
CachesEndpointWebExtension - org.springframework.boot.actuate.cache のクラス
CachesEndpointWebExtension(CachesEndpoint) - クラス org.springframework.boot.actuate.cache. CachesEndpointWebExtension のコンストラクター
CacheType - Enum Class in org.springframework.boot.autoconfigure.cache
サポートされているキャッシュ型(優先順位の順に定義)。
CachingConnectionFactoryConfigurer - org.springframework.boot.autoconfigure.amqp のクラス
Rabbit CachingConnectionFactory を適切なデフォルトで構成します。
CachingConnectionFactoryConfigurer(RabbitProperties) - クラス org.springframework.boot.autoconfigure.amqp. CachingConnectionFactoryConfigurer のコンストラクター
指定された properties を使用して接続ファクトリを構成する新しいコンフィギュラーを作成します。
CachingConnectionFactoryConfigurer(RabbitProperties, RabbitConnectionDetails) - クラス org.springframework.boot.autoconfigure.amqp. CachingConnectionFactoryConfigurer のコンストラクター
指定された properties および connectionDetails を使用して接続ファクトリを構成する新しいコンフィギュラーを作成します。後者が優先されます。
CachingOperationInvoker - org.springframework.boot.actuate.endpoint.invoker.cache のクラス
有効期間を構成可能な操作のレスポンスをキャッシュする OperationInvoker
CachingOperationInvokerAdvisor - org.springframework.boot.actuate.endpoint.invoker.cache のクラス
OperationInvokerAdvisor は、オプションで結果キャッシュのサポートを提供します。
CachingOperationInvokerAdvisor(Function<EndpointId, Long>) - クラス org.springframework.boot.actuate.endpoint.invoker.cache. CachingOperationInvokerAdvisor のコンストラクター
Caffeine() - クラス org.springframework.boot.autoconfigure.cache のコンストラクター。CacheProperties.Caffeine
CAFFEINE - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
Caffeine バックアップキャッシング。
CaffeineCacheMeterBinderProvider - org.springframework.boot.actuate.metrics.cache のクラス
Caffeine の CacheMeterBinderProvider 実装。
CaffeineCacheMeterBinderProvider() - クラス org.springframework.boot.actuate.metrics.cache. CaffeineCacheMeterBinderProvider のコンストラクター
CalendarIntervalTriggerDescriptor(CalendarIntervalTrigger) - クラス org.springframework.boot.actuate.quartz のコンストラクター。QuartzEndpoint.CalendarIntervalTriggerDescriptor
callback(Class<C>, C, A, Object...) - Static method in class org.springframework.boot.util.LambdaSafe
一般的なジェネリクス型の問題と例外を処理して、単一のコールバックインスタンスの呼び出しを開始します。
callbacks(Class<C>, Collection<? extends C>, A, Object...) - Static method in class org.springframework.boot.util.LambdaSafe
一般的なジェネリクス型の問題と例外を処理して、コールバックインスタンスの呼び出しを開始します。
canResolve(Class<?>) - クラス org.springframework.boot.actuate.endpoint のメソッド。InvocationContext
コンテキストが指定された type の引数を解決できるかどうかを返します。
canResolve(Class<?>) - インターフェース org.springframework.boot.actuate.endpoint のメソッド。OperationArgumentResolver
指定された type の引数を解決できるかどうかを返します。
canResolve(Class<?>) - クラス org.springframework.boot.actuate.endpoint のメソッド。ProducibleOperationArgumentResolver
CapturedOutput - Interface in org.springframework.boot.test.system
OutputCaptureExtension または OutputCaptureRule によってキャプチャーされた System.outSE および System.errSE 出力へのアクセスを提供します。
CassandraAutoConfiguration - org.springframework.boot.autoconfigure.cassandra のクラス
Cassandra 用の Auto-configuration
CassandraConnectionDetails - Interface in org.springframework.boot.autoconfigure.cassandra
Cassandra サービスへの接続を確立するために必要な詳細。
CassandraConnectionDetails.Node - org.springframework.boot.autoconfigure.cassandra の記録クラス
Cassandra ノード。
cassandraConverter(CassandraMappingContext, CassandraCustomConversions) - クラス org.springframework.boot.autoconfigure.data.cassandra のメソッド。CassandraDataAutoConfiguration
cassandraCustomConversions() - クラス org.springframework.boot.autoconfigure.data.cassandra のメソッド。CassandraDataAutoConfiguration
CassandraDataAutoConfiguration - org.springframework.boot.autoconfigure.data.cassandra のクラス
Spring Data の Cassandra サポート用の Auto-configuration
CassandraDataAutoConfiguration(CqlSession) - クラス org.springframework.boot.autoconfigure.data.cassandra. CassandraDataAutoConfiguration のコンストラクター
cassandraDriverConfigLoader(CassandraConnectionDetails, ObjectProvider<DriverConfigLoaderBuilderCustomizer>) - クラス org.springframework.boot.autoconfigure.cassandra のメソッド。CassandraAutoConfiguration
CassandraDriverHealthIndicator - org.springframework.boot.actuate.cassandra のクラス
Cassandra データストアのステータス情報を返す HealthIndicator の簡単な実装。
CassandraDriverHealthIndicator(CqlSession) - クラス org.springframework.boot.actuate.cassandra. CassandraDriverHealthIndicator のコンストラクター
新しい CassandraDriverHealthIndicator インスタンスを作成します。
CassandraDriverReactiveHealthIndicator - org.springframework.boot.actuate.cassandra のクラス
Cassandra データストアのステータス情報を返す ReactiveHealthIndicator の簡単な実装。
CassandraDriverReactiveHealthIndicator(CqlSession) - クラス org.springframework.boot.actuate.cassandra. CassandraDriverReactiveHealthIndicator のコンストラクター
新しい CassandraDriverReactiveHealthIndicator インスタンスを作成します。
CassandraHealthContributorAutoConfiguration - org.springframework.boot.actuate.autoconfigure.cassandra のクラス
CassandraHealthContributorAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.cassandra. CassandraHealthContributorAutoConfiguration のコンストラクター
cassandraManagedTypes(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
cassandraMappingContext(CassandraManagedTypes, CassandraCustomConversions) - クラス org.springframework.boot.autoconfigure.data.cassandra のメソッド。CassandraDataAutoConfiguration
CassandraProperties - org.springframework.boot.autoconfigure.cassandra のクラス
Cassandra の構成プロパティ。
CassandraProperties() - クラス org.springframework.boot.autoconfigure.cassandra. CassandraProperties のコンストラクター
CassandraProperties.Compression - org.springframework.boot.autoconfigure.cassandra の Enum クラス
プロトコルフレームの圧縮に使用されるアルゴリズムの名前。
CassandraProperties.Connection - org.springframework.boot.autoconfigure.cassandra のクラス
CassandraProperties.Controlconnection - org.springframework.boot.autoconfigure.cassandra のクラス
CassandraProperties.Pool - org.springframework.boot.autoconfigure.cassandra のクラス
プールのプロパティ。
CassandraProperties.Request - org.springframework.boot.autoconfigure.cassandra のクラス
CassandraProperties.Ssl - org.springframework.boot.autoconfigure.cassandra のクラス
CassandraProperties.Throttler - org.springframework.boot.autoconfigure.cassandra のクラス
CassandraProperties.ThrottlerType - org.springframework.boot.autoconfigure.cassandra の Enum クラス
CassandraReactiveDataAutoConfiguration - org.springframework.boot.autoconfigure.data.cassandra のクラス
Spring Data のリアクティブ Cassandra サポート用の Auto-configuration
CassandraReactiveDataAutoConfiguration() - クラス org.springframework.boot.autoconfigure.data.cassandra. CassandraReactiveDataAutoConfiguration のコンストラクター
CassandraReactiveHealthContributorAutoConfiguration - org.springframework.boot.actuate.autoconfigure.cassandra のクラス
CassandraReactiveHealthContributorAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.cassandra. CassandraReactiveHealthContributorAutoConfiguration のコンストラクター
CassandraReactiveRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.cassandra のクラス
Spring Data の Cassandra リアクティブリポジトリ用の Auto-configuration
CassandraReactiveRepositoriesAutoConfiguration() - クラス org.springframework.boot.autoconfigure.data.cassandra. CassandraReactiveRepositoriesAutoConfiguration のコンストラクター
CassandraRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.cassandra のクラス
Spring Data の Cassandra リポジトリ用の Auto-configuration
CassandraRepositoriesAutoConfiguration() - クラス org.springframework.boot.autoconfigure.data.cassandra. CassandraRepositoriesAutoConfiguration のコンストラクター
cassandraSession(CqlSessionBuilder) - クラス org.springframework.boot.autoconfigure.cassandra のメソッド。CassandraAutoConfiguration
cassandraSessionBuilder(DriverConfigLoader, CassandraConnectionDetails, ObjectProvider<CqlSessionBuilderCustomizer>, ObjectProvider<SslBundles>) - クラス org.springframework.boot.autoconfigure.cassandra のメソッド。CassandraAutoConfiguration
cassandraSessionFactory(Environment, CassandraConverter) - クラス org.springframework.boot.autoconfigure.data.cassandra のメソッド。CassandraDataAutoConfiguration
cassandraTemplate(SessionFactory, CassandraConverter) - クラス org.springframework.boot.autoconfigure.data.cassandra のメソッド。CassandraDataAutoConfiguration
certificate() - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
3.2.0 以降、3.4.0 で削除され PemSslStoreDetails.certificates() を推奨
CertificateFileSslStoreProvider - org.springframework.boot.web.server のクラス
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
3.1.0 以降、3.3.0 で削除され PemSslStoreBundle に基づく SslBundle の登録が優先されます。
certificates() - インターフェース org.springframework.boot.ssl.pem のメソッド。PemSslStore
このストアの証明書。
certificates() - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
certificates レコードコンポーネントの値を返します。
CglibAutoProxyConfiguration() - クラス org.springframework.boot.autoconfigure.transaction のコンストラクター。TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration
Chain() - クラス org.springframework.boot.autoconfigure.web のコンストラクター。WebProperties.Resources.Chain
ChangedFile - org.springframework.boot.devtools.filewatch のクラス
変更された単一のファイル。
ChangedFile(File, File, ChangedFile.Type) - クラス org.springframework.boot.devtools.filewatch. ChangedFile のコンストラクター
新しい ChangedFile インスタンスを作成します。
ChangedFile.Type - org.springframework.boot.devtools.filewatch の Enum クラス
タイプの変更。
ChangedFiles - org.springframework.boot.devtools.filewatch のクラス
変更された特定のソースディレクトリからのファイルのコレクション。
ChangedFiles(File, Set<ChangedFile>) - クラス org.springframework.boot.devtools.filewatch. ChangedFiles のコンストラクター
changeProperties(SerializationConfig, BeanDescription, List<BeanPropertyWriter>) - クラス org.springframework.boot.actuate.context.properties のメソッド。ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
ChangeSetDescriptor(RanChangeSet) - クラス org.springframework.boot.actuate.liquibase のコンストラクター。LiquibaseEndpoint.ChangeSetDescriptor
Channel() - クラス org.springframework.boot.autoconfigure.amqp のコンストラクター。RabbitProperties.Cache.Channel
Channel() - クラス org.springframework.boot.autoconfigure.integration のコンストラクター。IntegrationProperties.Channel
characterEncodingFilter() - クラス org.springframework.boot.autoconfigure.web.servlet のメソッド。HttpEncodingAutoConfiguration
charAt(int) - インターフェース org.springframework.boot.test.system のメソッド。CapturedOutput
checkResource(Locale) - クラス org.springframework.boot.web.servlet.view のメソッド。MustacheView
checkResourceExists(Locale) - クラス org.springframework.boot.web.reactive.result.view のメソッド。MustacheView
checkTemplateLocationExists() - クラス org.springframework.boot.autoconfigure.freemarker のメソッド。FreeMarkerAutoConfiguration
checkTemplateLocationExists() - クラス org.springframework.boot.autoconfigure.groovy.template のメソッド。GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
checkTemplateLocationExists() - クラス org.springframework.boot.autoconfigure.mustache のメソッド。MustacheAutoConfiguration
child(Class<?>...) - クラス org.springframework.boot.builder のメソッド。SpringApplicationBuilder
提供されたソースで子アプリケーションを作成します。
CHILD - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.web.ManagementContextType
管理コンテキストは、メインアプリケーションコンテキストの子である別個のコンテキストです。
chop(int) - クラス org.springframework.boot.context.properties.source のメソッド。ConfigurationPropertyName
この名前を指定された size にチョップして、新しい ConfigurationPropertyName を返します。
classes() - Element in annotation interface org.springframework.boot.autoconfigure.ImportAutoConfiguration
インポートする必要がある自動構成クラス。
classes() - Element in annotation interface org.springframework.boot.test.context.SpringBootTest
ApplicationContext のロードに使用するコンポーネントクラス
classes() - Element in annotation interface org.springframework.boot.test.mock.mockito.MockBean
モックするクラス。
classes() - Element in annotation interface org.springframework.boot.test.mock.mockito.SpyBean
スパイするクラス。
ClassLoaderFile - org.springframework.boot.devtools.restart.classloader のクラス
ClassLoaderSE から提供される可能性のある単一のファイル。
ClassLoaderFile(ClassLoaderFile.Kind, byte[]) - クラス org.springframework.boot.devtools.restart.classloader. ClassLoaderFile のコンストラクター
新しい ClassLoaderFile インスタンスを作成します。
ClassLoaderFile(ClassLoaderFile.Kind, long, byte[]) - クラス org.springframework.boot.devtools.restart.classloader. ClassLoaderFile のコンストラクター
新しい ClassLoaderFile インスタンスを作成します。
ClassLoaderFile.Kind - org.springframework.boot.devtools.restart.classloader の Enum クラス
クラスロードファイルの種類。
ClassLoaderFileRepository - Interface in org.springframework.boot.devtools.restart.classloader
ClassLoaderSE から提供される可能性のあるファイルのコンテナー。
ClassLoaderFiles - org.springframework.boot.devtools.restart.classloader のクラス
ソースディレクトリごとにグループ化された ClassLoaderFile アイテムのコレクションを維持する ClassLoaderFileRepository
ClassLoaderFiles() - クラス org.springframework.boot.devtools.restart.classloader. ClassLoaderFiles のコンストラクター
新しい ClassLoaderFiles インスタンスを作成します。
ClassLoaderFiles(ClassLoaderFiles) - クラス org.springframework.boot.devtools.restart.classloader. ClassLoaderFiles のコンストラクター
新しい ClassLoaderFiles インスタンスを作成します。
ClassLoaderFiles.SourceDirectory - org.springframework.boot.devtools.restart.classloader のクラス
コレクションによって管理されている個々のソースディレクトリ。
ClassLoaderFileURLStreamHandler - Class in org.springframework.boot.devtools.restart.classloader
ClassLoaderFile の内容については URLStreamHandlerSE
ClassLoaderFileURLStreamHandler(ClassLoaderFile) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFileURLStreamHandler
classLoaderMetrics() - クラス org.springframework.boot.actuate.autoconfigure.metrics のメソッド。JvmMetricsAutoConfiguration
ClassPathChangedEvent - org.springframework.boot.devtools.classpath のクラス
クラスパス変更の詳細を含む ApplicationEvent
ClassPathChangedEvent(Object, Set<ChangedFiles>, boolean) - クラス org.springframework.boot.devtools.classpath. ClassPathChangedEvent のコンストラクター
新しい ClassPathChangedEvent を作成します。
ClassPathChangeUploader - org.springframework.boot.devtools.remote.client のクラス
クラスパスの更新をリッスンして、リモートエンドポイントにプッシュします。
ClassPathChangeUploader(String, ClientHttpRequestFactory) - クラス org.springframework.boot.devtools.remote.client. ClassPathChangeUploader のコンストラクター
ClassPathDirectories - org.springframework.boot.devtools.classpath のクラス
ディレクトリを参照するクラスパス上のエントリへのアクセスを提供します。
ClassPathDirectories(URL[]) - クラス org.springframework.boot.devtools.classpath. ClassPathDirectories のコンストラクター
ClassPathFileSystemWatcher - org.springframework.boot.devtools.classpath のクラス
FileSystemWatcher をカプセル化して、ローカルクラスパスディレクトリの変更を監視します。
ClassPathFileSystemWatcher(FileSystemWatcherFactory, ClassPathRestartStrategy, URL[]) - クラス org.springframework.boot.devtools.classpath. ClassPathFileSystemWatcher のコンストラクター
新しい ClassPathFileSystemWatcher インスタンスを作成します。
ClassPathRestartStrategy - Interface in org.springframework.boot.devtools.classpath
変更されたクラスパスファイルが完全なアプリケーションの再起動をトリガーするタイミングを決定するために使用される戦略インターフェース。
CLEAN_HISTORY_ON_START - Enum constant in enum class org.springframework.boot.logging.logback.RollingPolicySystemProperty
開始フラグのクリーン履歴のログシステムプロパティ。
cleanUp() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
cleanUp() - クラス org.springframework.boot.logging.log4j2 のメソッド。Log4J2LoggingSystem
cleanUp() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
cleanUp() - クラス org.springframework.boot.logging のメソッド。LoggingSystem
ロギングシステムをクリーンアップします。
Cleanup() - クラス org.springframework.boot.autoconfigure.kafka のコンストラクター。KafkaProperties.Cleanup
clear() - インターフェース org.springframework.boot.context.properties.source のメソッド。ConfigurationPropertyCaching
キャッシュをクリアし、次回のアクセス時に強制的に再読み込みします。
clear() - クラス org.springframework.boot.test.autoconfigure.orm.jpa のメソッド。TestEntityManager
永続コンテキストをクリアして、すべての管理対象エンティティを切り離します。
clearCache() - クラス org.springframework.boot.type.classreading のメソッド。ConcurrentReferenceCachingMetadataReaderFactory
MetadataReader キャッシュ全体をクリアし、キャッシュされたクラスメタデータをすべて削除します。
clearCache(String, String) - クラス org.springframework.boot.actuate.cache のメソッド。CachesEndpoint
特定の Cache をクリアします。
clearCache(String, String) - クラス org.springframework.boot.actuate.cache のメソッド。CachesEndpointWebExtension
clearCaches() - クラス org.springframework.boot.actuate.cache のメソッド。CachesEndpoint
使用可能なすべての caches をクリアします。
clearInstance() - Static method in class org.springframework.boot.devtools.restart.Restarter
インスタンスをクリアします。
Client() - クラス org.springframework.boot.actuate.autoconfigure.metrics のコンストラクター。MetricsProperties.Web.Client
Client() - クラス org.springframework.boot.actuate.autoconfigure.observation のコンストラクター。ObservationProperties.Http.Client
Client() - クラス org.springframework.boot.autoconfigure.integration のコンストラクター。IntegrationProperties.RSocket.Client
Client() - クラス org.springframework.boot.autoconfigure.pulsar のコンストラクター。PulsarProperties.Client
Client() - クラス org.springframework.boot.autoconfigure.security.oauth2.server.servlet のコンストラクター。OAuth2AuthorizationServerProperties.Client
CLIENT - Static variable in class org.springframework.boot.autoconfigure.jms.AcknowledgeMode
メッセージリスナーの実装が Message.acknowledge()EE を呼び出すと、メッセージが確認されます。
CLIENT_ERROR - Enum constant in enum class org.springframework.boot.actuate.metrics.http.Outcome
リクエストの結果はクライアントエラーでした。
ClientHttpConnectorAutoConfiguration - org.springframework.boot.autoconfigure.web.reactive.function.client のクラス
ClientHttpConnectorAutoConfiguration() - クラス org.springframework.boot.autoconfigure.web.reactive.function.client. ClientHttpConnectorAutoConfiguration のコンストラクター
ClientHttpRequestFactories - org.springframework.boot.web.client のクラス
指定された ClientHttpRequestFactorySettings を使用して構成された ClientHttpRequestFactory インスタンスを作成するために使用できるユーティリティクラス。
clientHttpRequestFactory() - クラス org.springframework.boot.devtools.remote.client のメソッド。RemoteClientConfiguration
ClientHttpRequestFactorySettings - Record Class in org.springframework.boot.web.client
ClientHttpRequestFactory の作成時に適用できる設定。
ClientHttpRequestFactorySettings(Duration, Duration, Boolean) - Constructor for record class org.springframework.boot.web.client.ClientHttpRequestFactorySettings
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
3.2.0 以降、バッファリングのサポートは Spring Framework 6.1 で削除されたため、3.4.0 では削除されています。
ClientHttpRequestFactorySettings(Duration, Duration, Boolean, SslBundle) - Constructor for record class org.springframework.boot.web.client.ClientHttpRequestFactorySettings
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
3.2.0 以降、バッファリングのサポートは Spring Framework 6.1 で削除されたため、3.4.0 では削除されています。
ClientHttpRequestFactorySettings(Duration, Duration, SslBundle) - Constructor for record class org.springframework.boot.web.client.ClientHttpRequestFactorySettings
ClientHttpRequestFactorySettings レコードクラスのインスタンスを作成します。
clientProviderType() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic のメソッド。NewRelicPropertiesConfigAdapter
ClientRequests() - クラス org.springframework.boot.actuate.autoconfigure.observation のコンストラクター。ObservationProperties.Http.Client.ClientRequests
ClientResourcesBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.data.redis
デフォルトの自動構成を保持しながら、ClientResources.Builder を介して ClientResources をカスタマイズしたい Bean によって実装できるコールバックインターフェース。
clientRSocketConnector(IntegrationProperties, RSocketStrategies) - クラス org.springframework.boot.autoconfigure.integration のメソッド。IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketClientConfiguration
ClientsConfiguredCondition - org.springframework.boot.autoconfigure.security.oauth2.client のクラス
spring.security.oauth2.client.registration プロパティが定義されている場合に一致する条件。
ClientsConfiguredCondition() - クラス org.springframework.boot.autoconfigure.security.oauth2.client. ClientsConfiguredCondition のコンストラクター
close() - クラス org.springframework.boot.autoconfigure.jms.artemis のメソッド。ArtemisNoOpBindingRegistry
close() - クラス org.springframework.boot.autoconfigure.kafka のメソッド。SslBundleSslEngineFactory
close() - クラス org.springframework.boot.autoconfigure.ldap.embedded のメソッド。EmbeddedLdapAutoConfiguration
close() - インターフェース org.springframework.boot.test.context.assertj のメソッド。ApplicationContextAssertProvider
close(ConfigurableApplicationContext) - Method in class org.springframework.boot.DefaultBootstrapContext
BootstrapContext が閉じられ、ApplicationContext が準備されたときに呼び出されるメソッド。
closeAll(ApplicationContext) - Static method in class org.springframework.boot.test.util.ApplicationContextTestUtils
この ApplicationContext とその親階層がある場合はそれを閉じます。
CLOUD_FOUNDRY - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.endpoint.expose.EndpointExposure
`/cloudfoundryapplication` を介して Cloud Foundry で公開されます。
CLOUD_FOUNDRY - Enum constant in enum class org.springframework.boot.cloud.CloudPlatform
Cloud Foundry プラットフォーム。
CloudFoundryActuatorAutoConfiguration - org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet のクラス
Cloud Foundry が使用するアクチュエーターエンドポイントを公開する Auto-configuration
CloudFoundryActuatorAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet. CloudFoundryActuatorAutoConfiguration のコンストラクター
CloudFoundryActuatorAutoConfiguration.IgnoredCloudFoundryPathsWebSecurityConfiguration - org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet のクラス
WebSecurityConfigurer は、Spring Security に cloudfoundry 固有のパスを無視するように指示します。
CloudFoundryAuthorizationException - Exception in org.springframework.boot.actuate.autoconfigure.cloudfoundry
エンドポイントへのアクセスを制限するためにスローされる認可例外。
CloudFoundryAuthorizationException(CloudFoundryAuthorizationException.Reason, String) - Constructor for exception org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException
CloudFoundryAuthorizationException(CloudFoundryAuthorizationException.Reason, String, Throwable) - Constructor for exception org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException
CloudFoundryAuthorizationException.Reason - org.springframework.boot.actuate.autoconfigure.cloudfoundry の Enum クラス
例外がスローされる理由。
cloudFoundryHealthEndpointWebExtension(HealthEndpointWebExtension) - クラス org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet のメソッド。CloudFoundryActuatorAutoConfiguration
CloudFoundryHealthEndpointWebExtension - org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet のクラス
常に完全なヘルス詳細を公開する HealthEndpoint@EndpointExtension
CloudFoundryHealthEndpointWebExtension(HealthEndpointWebExtension) - クラス org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet. CloudFoundryHealthEndpointWebExtension のコンストラクター
cloudFoundryInfoEndpointWebExtension(GitProperties, ObjectProvider<InfoContributor>) - クラス org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive のメソッド。ReactiveCloudFoundryActuatorAutoConfiguration
cloudFoundryInfoEndpointWebExtension(GitProperties, ObjectProvider<InfoContributor>) - クラス org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet のメソッド。CloudFoundryActuatorAutoConfiguration
CloudFoundryInfoEndpointWebExtension - org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet のクラス
常に完全な git 詳細を公開する InfoEndpoint@EndpointExtension
CloudFoundryInfoEndpointWebExtension(InfoEndpoint) - クラス org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet. CloudFoundryInfoEndpointWebExtension のコンストラクター
cloudFoundryReactiveHealthEndpointWebExtension(ReactiveHealthEndpointWebExtension) - クラス org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive のメソッド。ReactiveCloudFoundryActuatorAutoConfiguration
CloudFoundryReactiveHealthEndpointWebExtension - org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive のクラス
常に完全なヘルス詳細を公開する HealthEndpoint のリアクティブ @EndpointExtension
CloudFoundryReactiveHealthEndpointWebExtension(ReactiveHealthEndpointWebExtension) - クラス org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive. CloudFoundryReactiveHealthEndpointWebExtension のコンストラクター
CloudFoundryVcapEnvironmentPostProcessor - org.springframework.boot.cloud のクラス
VCAP の場所を知っている EnvironmentPostProcessor(別名
CloudFoundryVcapEnvironmentPostProcessor(DeferredLogFactory) - クラス org.springframework.boot.cloud. CloudFoundryVcapEnvironmentPostProcessor のコンストラクター
新しい CloudFoundryVcapEnvironmentPostProcessor インスタンスを作成します。
CloudFoundryWebEndpointDiscoverer - org.springframework.boot.actuate.autoconfigure.cloudfoundry のクラス
HealthEndpoint の Cloud Foundry 固有の拡張機能を使用する Cloud Foundry の WebEndpointDiscoverer
CloudFoundryWebEndpointDiscoverer(ApplicationContext, ParameterValueMapper, EndpointMediaTypes, List<PathMapper>, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableWebEndpoint>>) - クラス org.springframework.boot.actuate.autoconfigure.cloudfoundry. CloudFoundryWebEndpointDiscoverer のコンストラクター
新しい WebEndpointDiscoverer インスタンスを作成します。
cloudFoundryWebEndpointServletHandlerMapping(ParameterValueMapper, EndpointMediaTypes, RestTemplateBuilder, ServletEndpointsSupplier, ControllerEndpointsSupplier, ApplicationContext) - クラス org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet のメソッド。CloudFoundryActuatorAutoConfiguration
cloudFoundryWebFluxEndpointHandlerMapping(ParameterValueMapper, EndpointMediaTypes, WebClient.Builder, ControllerEndpointsSupplier, ApplicationContext) - クラス org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive のメソッド。ReactiveCloudFoundryActuatorAutoConfiguration
CloudPlatform - Enum Class in org.springframework.boot.cloud
よく知られているクラウドプラットフォームの簡単な検出。
Cluster() - クラス org.springframework.boot.autoconfigure.data.redis のコンストラクター。RedisProperties.Cluster
Cluster() - クラス org.springframework.boot.autoconfigure.data.redis のコンストラクター。RedisProperties.Lettuce.Cluster
ClusterEnvironmentBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.couchbase
デフォルトの自動構成を保持しながら、ClusterEnvironment.Builder を介して ClusterEnvironment をカスタマイズしたい Bean によって実装できるコールバックインターフェース。
CodecCustomizer - Interface in org.springframework.boot.web.codec
CodecConfigurer を使用して HTTP クライアントまたはサーバー、あるいはその両方のコーデック構成をカスタマイズするために使用できるコールバックインターフェース。
CodecProperties - org.springframework.boot.autoconfigure.codec のクラス
リアクティブコーデック用の Properties
CodecProperties() - クラス org.springframework.boot.autoconfigure.codec. CodecProperties のコンストラクター
CodecsAutoConfiguration - org.springframework.boot.autoconfigure.http.codec のクラス
Encoders および Decoders の場合は Auto-configuration
CodecsAutoConfiguration() - クラス org.springframework.boot.autoconfigure.http.codec. CodecsAutoConfiguration のコンストラクター
collectorRegistry() - クラス org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus のメソッド。PrometheusMetricsExportAutoConfiguration
ColorConverter - org.springframework.boot.logging.log4j2 のクラス
Log4j2 LogEventPatternConverter 色は、AnsiOutput クラスを使用して出力されます。
ColorConverter - Class in org.springframework.boot.logging.logback
Logback CompositeConverter カラーは、AnsiOutput クラスを使用して出力されます。
ColorConverter() - Constructor for class org.springframework.boot.logging.logback.ColorConverter
CommandLineRunner - org.springframework.boot のインターフェース
Bean が SpringApplication に含まれている場合、Bean を実行する必要があることを示すために使用されるインターフェース。
commit(TransactionContext) - クラス org.springframework.boot.autoconfigure.jooq のメソッド。SpringTransactionProvider
CommonsDbcp2DataSourcePoolMetadata - org.springframework.boot.jdbc.metadata のクラス
Apache Commons DBCP2 DataSourceSE の場合は DataSourcePoolMetadata
CommonsDbcp2DataSourcePoolMetadata(BasicDataSource) - クラス org.springframework.boot.jdbc.metadata のコンストラクター。CommonsDbcp2DataSourcePoolMetadata
compareTo(ConfigurationProperty) - クラス org.springframework.boot.context.properties.source のメソッド。ConfigurationProperty
compareTo(ConfigurationPropertyName) - クラス org.springframework.boot.context.properties.source のメソッド。ConfigurationPropertyName
components() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.client.RestClientTest
テストするコンポーネントを指定します。
components() - Element in annotation interface org.springframework.boot.test.autoconfigure.webservices.client.WebServiceClientTest
テストするコンポーネントを指定します。
ComponentScanPackageCheck() - クラス org.springframework.boot.context のコンストラクター。ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
composeFile() - Method in record class org.springframework.boot.docker.compose.core.DockerComposeOrigin
composeFile レコードコンポーネントの値を返します。
CompositeDataSourcePoolMetadataProvider - org.springframework.boot.jdbc.metadata のクラス
デリゲートの 1 つが見つけた最初の DataSourcePoolMetadata を返す DataSourcePoolMetadataProvider 実装。
CompositeDataSourcePoolMetadataProvider(Collection<? extends DataSourcePoolMetadataProvider>) - クラス org.springframework.boot.jdbc.metadata. CompositeDataSourcePoolMetadataProvider のコンストラクター
使用するデリゲートの初期コレクションを使用して CompositeDataSourcePoolMetadataProvider インスタンスを作成します。
CompositeHealth - org.springframework.boot.actuate.health のクラス
他の HealthComponent インスタンスで構成される HealthComponent
CompositeHealthContributor - Interface in org.springframework.boot.actuate.health
他の HealthContributor インスタンスで構成される HealthContributor
CompositeHealthContributorConfiguration< I extends HealthIndicator, B > - Class in org.springframework.boot.actuate.autoconfigure.health
ソース Bean を複合に結合できるヘルスコントリビューター構成の基本クラス。
CompositeHealthContributorConfiguration(Function<B, I>) - クラス org.springframework.boot.actuate.autoconfigure.health. CompositeHealthContributorConfiguration のコンストラクター
指定された indicatorFactory を使用して HealthIndicator インスタンスを作成する CompositeHealthContributorConfiguration を作成します。
CompositeMeterRegistryAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics のクラス
CompositeMeterRegistryAuto-configuration
CompositeMeterRegistryAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.metrics. CompositeMeterRegistryAutoConfiguration のコンストラクター
CompositeReactiveHealthContributor - Interface in org.springframework.boot.actuate.health
他の ReactiveHealthContributor インスタンスで構成される ReactiveHealthContributor
CompositeReactiveHealthContributorConfiguration< I extends ReactiveHealthIndicator, B > - Class in org.springframework.boot.actuate.autoconfigure.health
ソース Bean を複合に結合できるヘルスコントリビューター構成の基本クラス。
CompositeReactiveHealthContributorConfiguration(Function<B, I>) - クラス org.springframework.boot.actuate.autoconfigure.health. CompositeReactiveHealthContributorConfiguration のコンストラクター
指定された indicatorFactory を使用して ReactiveHealthIndicator インスタンスを作成する CompositeReactiveHealthContributorConfiguration を作成します。
Compression - Class in org.springframework.boot.web.server
圧縮構成のための単純なサーバーに依存しない抽象化。
Compression() - Constructor for class org.springframework.boot.web.server.Compression
CONCURRENCY_LIMITING - Enum constant in enum class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.ThrottlerType
並行して実行できるリクエストの数を制限します。
concurrencyLimit(Integer) - クラス org.springframework.boot.task のメソッド。SimpleAsyncTaskExecutorBuilder
同時実行制限を設定します。
concurrencyLimit(Integer) - クラス org.springframework.boot.task のメソッド。SimpleAsyncTaskSchedulerBuilder
同時実行制限を設定します。
ConcurrentKafkaListenerContainerFactoryConfigurer - org.springframework.boot.autoconfigure.kafka のクラス
ConcurrentKafkaListenerContainerFactory を適切なデフォルトで設定します。
ConcurrentKafkaListenerContainerFactoryConfigurer() - クラス org.springframework.boot.autoconfigure.kafka. ConcurrentKafkaListenerContainerFactoryConfigurer のコンストラクター
ConcurrentReferenceCachingMetadataReaderFactory - org.springframework.boot.type.classreading のクラス
ConcurrentReferenceHashMap による MetadataReaderFactory インターフェースの実装をキャッシュし、Spring Resource ハンドルごとに MetadataReader をキャッシュします(つまり
ConcurrentReferenceCachingMetadataReaderFactory() - クラス org.springframework.boot.type.classreading. ConcurrentReferenceCachingMetadataReaderFactory のコンストラクター
デフォルトのクラスローダーの新しい ConcurrentReferenceCachingMetadataReaderFactory インスタンスを作成します。
ConcurrentReferenceCachingMetadataReaderFactory(ClassLoader) - クラス org.springframework.boot.type.classreading. ConcurrentReferenceCachingMetadataReaderFactory のコンストラクター
指定されたクラスローダーの新しい ConcurrentReferenceCachingMetadataReaderFactory インスタンスを作成します。
ConcurrentReferenceCachingMetadataReaderFactory(ResourceLoader) - クラス org.springframework.boot.type.classreading. ConcurrentReferenceCachingMetadataReaderFactory のコンストラクター
指定されたリソースローダーの新しい ConcurrentReferenceCachingMetadataReaderFactory インスタンスを作成します。
ConditionalOnAvailableEndpoint - Annotation Interface in org.springframework.boot.actuate.autoconfigure.endpoint.condition
エンドポイントが使用可能かどうかをチェックする @Conditional
ConditionalOnBean - Annotation Interface in org.springframework.boot.autoconfigure.condition
指定されたすべての要件を満たす Bean が BeanFactory にすでに含まれている場合にのみ一致する @Conditional
ConditionalOnCheckpointRestore - Annotation Interface in org.springframework.boot.autoconfigure.condition
チェックポイントでの調整リストアが使用される場合にのみ一致する @Conditional
ConditionalOnClass - Annotation Interface in org.springframework.boot.autoconfigure.condition
指定されたクラスがクラスパス上にある場合にのみ一致する @Conditional
ConditionalOnCloudPlatform - Annotation Interface in org.springframework.boot.autoconfigure.condition
指定されたクラウドプラットフォームがアクティブなときに一致する @Conditional
ConditionalOnDefaultWebSecurity - Annotation Interface in org.springframework.boot.autoconfigure.security
Web セキュリティが利用可能であり、ユーザーが独自の構成を定義していない場合にのみ一致する @Conditional
ConditionalOnEnabledHealthIndicator - Annotation Interface in org.springframework.boot.actuate.autoconfigure.health
デフォルトのヘルスインジケータが有効になっているかどうかを確認する @Conditional
ConditionalOnEnabledInfoContributor - Annotation Interface in org.springframework.boot.actuate.autoconfigure.info
情報のコントリビューターが有効になっているかどうかを確認する @Conditional
ConditionalOnEnabledMetricsExport - Annotation Interface in org.springframework.boot.actuate.autoconfigure.metrics.export
メトリクスエクスポーターが有効になっているかどうかを確認する @Conditional
ConditionalOnEnabledResourceChain - Annotation Interface in org.springframework.boot.autoconfigure.web
チェーンを処理する Spring リソースが有効かどうかをチェックする @Conditional
ConditionalOnEnabledTracing - Annotation Interface in org.springframework.boot.actuate.autoconfigure.tracing
トレースが有効かどうかをチェックする @Conditional
ConditionalOnExpression - Annotation Interface in org.springframework.boot.autoconfigure.condition
SpEL 式の値に依存する条件要素の構成アノテーション。
ConditionalOnGraphQlSchema - Annotation Interface in org.springframework.boot.autoconfigure.graphql
スキーマファイルまたはインフラストラクチャ Bean を介して、GraphQL スキーマがアプリケーションに対して定義されている場合にのみ一致する @Conditional
ConditionalOnInitializedRestarter - Annotation Interface in org.springframework.boot.devtools.restart
RestartInitializer が非 null URL で適用された場合にのみ一致する @Conditional
ConditionalOnJava - Annotation Interface in org.springframework.boot.autoconfigure.condition
アプリケーションが実行されている JVM バージョンに基づいて一致する @Conditional
ConditionalOnJava.Range - org.springframework.boot.autoconfigure.condition の Enum クラス
範囲オプション。
ConditionalOnJndi - Annotation Interface in org.springframework.boot.autoconfigure.condition
JNDI InitialContextSE の可用性と特定の場所を検索する機能に基づいて一致する @Conditional
ConditionalOnManagementPort - Annotation Interface in org.springframework.boot.actuate.autoconfigure.web.server
管理ポートの構成に基づいて一致する @Conditional
ConditionalOnMissingBean - Annotation Interface in org.springframework.boot.autoconfigure.condition
指定された要件を満たす Bean が BeanFactory にすでに含まれていない場合にのみ一致する @Conditional
ConditionalOnMissingClass - Annotation Interface in org.springframework.boot.autoconfigure.condition
指定されたクラスがクラスパス上にない場合にのみ一致する @Conditional
ConditionalOnMissingFilterBean - Annotation Interface in org.springframework.boot.autoconfigure.web.servlet
指定された型の FilterEE Bean が BeanFactory に含まれていない場合にのみ一致する @Conditional
ConditionalOnNotWarDeployment - Annotation Interface in org.springframework.boot.autoconfigure.condition
アプリケーションが従来の WAR デプロイでない場合にのみ一致する @Conditional
ConditionalOnNotWebApplication - Annotation Interface in org.springframework.boot.autoconfigure.condition
アプリケーションコンテキストが Web アプリケーションコンテキストでない場合にのみ一致する @Conditional
ConditionalOnProperty - Annotation Interface in org.springframework.boot.autoconfigure.condition
指定されたプロパティに特定の値があるかどうかをチェックする @Conditional
ConditionalOnRepositoryType - Annotation Interface in org.springframework.boot.autoconfigure.data
特定の型の Spring Data リポジトリが有効になっている場合にのみ一致する @Conditional
ConditionalOnResource - Annotation Interface in org.springframework.boot.autoconfigure.condition
指定されたリソースがクラスパス上にある場合にのみ一致する @Conditional
ConditionalOnSingleCandidate - Annotation Interface in org.springframework.boot.autoconfigure.condition
指定されたクラスの Bean がすでに BeanFactory に含まれ、単一の候補を決定できる場合にのみ一致する @Conditional
ConditionalOnThreading - Annotation Interface in org.springframework.boot.autoconfigure.condition
指定されたスレッドがアクティブな場合に一致する @Conditional
ConditionalOnWarDeployment - Annotation Interface in org.springframework.boot.autoconfigure.condition
アプリケーションが従来の WAR デプロイである場合に一致する @Conditional
ConditionalOnWebApplication - Annotation Interface in org.springframework.boot.autoconfigure.condition
アプリケーションが Web アプリケーションである場合に一致する @Conditional
ConditionalOnWebApplication.Type - org.springframework.boot.autoconfigure.condition の Enum クラス
利用可能なアプリケーションの種類。
ConditionAndOutcome(Condition, ConditionOutcome) - クラス org.springframework.boot.autoconfigure.condition のコンストラクター。ConditionEvaluationReport.ConditionAndOutcome
ConditionAndOutcomes() - クラス org.springframework.boot.autoconfigure.condition のコンストラクター。ConditionEvaluationReport.ConditionAndOutcomes
ConditionEvaluationReport - org.springframework.boot.autoconfigure.condition のクラス
レポートおよびロギングの状態評価の詳細を記録します。
ConditionEvaluationReport.ConditionAndOutcome - org.springframework.boot.autoconfigure.condition のクラス
単一の Condition および ConditionOutcome へのアクセスを提供します。
ConditionEvaluationReport.ConditionAndOutcomes - org.springframework.boot.autoconfigure.condition のクラス
多くの ConditionEvaluationReport.ConditionAndOutcome アイテムへのアクセスを提供します。
ConditionEvaluationReportLoggingListener - org.springframework.boot.autoconfigure.logging のクラス
ConditionEvaluationReportLoggingListener() - クラス org.springframework.boot.autoconfigure.logging. ConditionEvaluationReportLoggingListener のコンストラクター
ConditionEvaluationReportMessage - org.springframework.boot.autoconfigure.logging のクラス
ログに記録または出力できる状態評価レポートメッセージ。
ConditionEvaluationReportMessage(ConditionEvaluationReport) - クラス org.springframework.boot.autoconfigure.logging. ConditionEvaluationReportMessage のコンストラクター
ConditionEvaluationReportMessage(ConditionEvaluationReport, String) - クラス org.springframework.boot.autoconfigure.logging. ConditionEvaluationReportMessage のコンストラクター
ConditionMessage - org.springframework.boot.autoconfigure.condition のクラス
ConditionOutcome に関連付けられたメッセージ。
ConditionMessage.Builder - org.springframework.boot.autoconfigure.condition のクラス
条件の ConditionMessage を作成するために使用されるビルダー。
ConditionMessage.ItemsBuilder - org.springframework.boot.autoconfigure.condition のクラス
条件の ConditionMessage.ItemsBuilder を作成するために使用されるビルダー。
ConditionMessage.Style - org.springframework.boot.autoconfigure.condition の Enum クラス
レンダリングスタイル。
ConditionOutcome - org.springframework.boot.autoconfigure.condition のクラス
ログメッセージを含む、条件一致の結果。
ConditionOutcome(boolean, String) - クラス org.springframework.boot.autoconfigure.condition. ConditionOutcome のコンストラクター
新しい ConditionOutcome インスタンスを作成します。
ConditionOutcome(boolean, ConditionMessage) - クラス org.springframework.boot.autoconfigure.condition. ConditionOutcome のコンストラクター
新しい ConditionOutcome インスタンスを作成します。
ConditionReportApplicationContextFailureProcessor - org.springframework.boot.test.autoconfigure のクラス
コンテキストを準備できない場合に ConditionEvaluationReport を出力する ApplicationContextFailureProcessor
ConditionReportApplicationContextFailureProcessor() - クラス org.springframework.boot.test.autoconfigure. ConditionReportApplicationContextFailureProcessor のコンストラクター
conditions() - クラス org.springframework.boot.actuate.autoconfigure.condition のメソッド。ConditionsReportEndpoint
conditionsReportEndpoint(ConfigurableApplicationContext) - クラス org.springframework.boot.actuate.autoconfigure.condition のメソッド。ConditionsReportEndpointAutoConfiguration
ConditionsReportEndpoint - org.springframework.boot.actuate.autoconfigure.condition のクラス
ConditionsReportEndpoint(ConfigurableApplicationContext) - クラス org.springframework.boot.actuate.autoconfigure.condition. ConditionsReportEndpoint のコンストラクター
ConditionsReportEndpoint.ConditionsDescriptor - org.springframework.boot.actuate.autoconfigure.condition のクラス
アプリケーションの条件評価の説明。
ConditionsReportEndpoint.ContextConditionsDescriptor - org.springframework.boot.actuate.autoconfigure.condition のクラス
アプリケーションコンテキストの条件評価の説明。主に JSON への直列化を目的としています。
ConditionsReportEndpoint.MessageAndConditionDescriptor - org.springframework.boot.actuate.autoconfigure.condition のクラス
ConditionEvaluationReport.ConditionAndOutcome を JSON 対応の構造に適合させます。
ConditionsReportEndpoint.MessageAndConditionsDescriptor - org.springframework.boot.actuate.autoconfigure.condition のクラス
ConditionEvaluationReport.ConditionAndOutcomes を JSON 対応の構造に適合させます。
ConditionsReportEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.condition のクラス
ConditionsReportEndpointAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.condition. ConditionsReportEndpointAutoConfiguration のコンストラクター
CONFIG_PROPERTY - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
ロードするロギング構成への参照を含む Spring プロパティの名前。
ConfigBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.neo4j
デフォルトの自動構成を保持しながら、Config.ConfigBuilder を介して Config をカスタマイズしたい Bean によって実装できるコールバックインターフェース。
ConfigData - org.springframework.boot.context.config のクラス
ConfigDataResource からロードされ、最終的に property sources を Spring の Environment に提供する可能性のある構成データ。
ConfigData(Collection<? extends PropertySource<?>>, ConfigData.Option...) - クラス org.springframework.boot.context.config. ConfigData のコンストラクター
各ソースに同じオプションを適用して、新しい ConfigData インスタンスを作成します。
ConfigData(Collection<? extends PropertySource<?>>, ConfigData.PropertySourceOptions) - クラス org.springframework.boot.context.config. ConfigData のコンストラクター
特定のプロパティソースオプションを使用して、新しい ConfigData インスタンスを作成します。
ConfigData.Option - org.springframework.boot.context.config の Enum クラス
適用できるオプションフラグ。
ConfigData.Options - org.springframework.boot.context.config のクラス
ConfigData.Option フラグのセット。
ConfigData.PropertySourceOptions - org.springframework.boot.context.config のインターフェース
特定の PropertySourceConfigData.Options を供給するために使用される戦略インターフェース。
ConfigDataApplicationContextInitializer - org.springframework.boot.test.context のクラス
application.properties などの ConfigData のロードをトリガーするために ContextConfiguration.initializers() とともに使用できる ApplicationContextInitializer
ConfigDataApplicationContextInitializer() - クラス org.springframework.boot.test.context. ConfigDataApplicationContextInitializer のコンストラクター
ConfigDataEnvironmentPostProcessor - org.springframework.boot.context.config のクラス
ConfigData をロードして Spring の Environment に適用する EnvironmentPostProcessor
ConfigDataEnvironmentPostProcessor(DeferredLogFactory, ConfigurableBootstrapContext) - クラス org.springframework.boot.context.config. ConfigDataEnvironmentPostProcessor のコンストラクター
ConfigDataEnvironmentUpdateListener - Interface in org.springframework.boot.context.config
ConfigDataEnvironmentPostProcessor によってトリガーされた Environment 更新をリッスンする EventListenerSE
ConfigDataException - Exception in org.springframework.boot.context.config
構成データ例外の抽象基本クラス。
ConfigDataException(String, Throwable) - Constructor for exception org.springframework.boot.context.config.ConfigDataException
新しい ConfigDataException インスタンスを作成します。
ConfigDataLoader< R extends ConfigDataResource> - Interface in org.springframework.boot.context.config
特定の ConfigDataResourceConfigData をロードするために使用できる戦略クラス。
ConfigDataLoaderContext - Interface in org.springframework.boot.context.config
ConfigDataLoader メソッドに提供されるコンテキスト。
ConfigDataLocation - org.springframework.boot.context.config のクラス
resolved から 1 つ以上の config data resources にすることができるユーザー指定の場所。
ConfigDataLocationNotFoundException - Exception in org.springframework.boot.context.config
ConfigDataLocation が見つからない場合にスローされる ConfigDataNotFoundException
ConfigDataLocationNotFoundException(ConfigDataLocation) - Constructor for exception org.springframework.boot.context.config.ConfigDataLocationNotFoundException
新しい ConfigDataLocationNotFoundException インスタンスを作成します。
ConfigDataLocationNotFoundException(ConfigDataLocation, String, Throwable) - Constructor for exception org.springframework.boot.context.config.ConfigDataLocationNotFoundException
新しい ConfigDataLocationNotFoundException インスタンスを作成します。
ConfigDataLocationNotFoundException(ConfigDataLocation, Throwable) - Constructor for exception org.springframework.boot.context.config.ConfigDataLocationNotFoundException
新しい ConfigDataLocationNotFoundException インスタンスを作成します。
ConfigDataLocationResolver< R extends ConfigDataResource> - Interface in org.springframework.boot.context.config
locations を 1 つ以上の resources に解決するために使用される戦略インターフェース。
ConfigDataLocationResolverContext - Interface in org.springframework.boot.context.config
ConfigDataLocationResolver メソッドに提供されるコンテキスト。
ConfigDataNotFoundAction - Enum Class in org.springframework.boot.context.config
キャッチされていない ConfigDataNotFoundException がスローされたときに実行するアクション。
ConfigDataNotFoundException - Exception in org.springframework.boot.context.config
ConfigData が見つからない場合にスローされる ConfigDataNotFoundException
ConfigDataResource - org.springframework.boot.context.config のクラス
ConfigData をロードできる単一のリソース。
ConfigDataResource() - クラス org.springframework.boot.context.config. ConfigDataResource のコンストラクター
オプションではない新しい ConfigDataResource インスタンスを作成します。
ConfigDataResource(boolean) - クラス org.springframework.boot.context.config. ConfigDataResource のコンストラクター
新しい ConfigDataResource インスタンスを作成します。
ConfigDataResourceNotFoundException - Exception in org.springframework.boot.context.config
ConfigDataResource が見つからない場合にスローされる ConfigDataNotFoundException
ConfigDataResourceNotFoundException(ConfigDataResource) - Constructor for exception org.springframework.boot.context.config.ConfigDataResourceNotFoundException
新しい ConfigDataResourceNotFoundException インスタンスを作成します。
ConfigDataResourceNotFoundException(ConfigDataResource, Throwable) - Constructor for exception org.springframework.boot.context.config.ConfigDataResourceNotFoundException
新しい ConfigDataResourceNotFoundException インスタンスを作成します。
ConfigTreeConfigDataLoader - org.springframework.boot.context.config のクラス
構成ツリーの場所の ConfigDataLoader
ConfigTreeConfigDataLoader() - クラス org.springframework.boot.context.config. ConfigTreeConfigDataLoader のコンストラクター
ConfigTreeConfigDataLocationResolver - org.springframework.boot.context.config のクラス
構成ツリーの場所の ConfigDataLocationResolver
ConfigTreeConfigDataLocationResolver(ResourceLoader) - クラス org.springframework.boot.context.config. ConfigTreeConfigDataLocationResolver のコンストラクター
ConfigTreeConfigDataResource - org.springframework.boot.context.config のクラス
構成ツリーディレクトリによる ConfigDataResource
ConfigTreePropertySource - org.springframework.boot.env のクラス
各値のファイルを含むディレクトリツリーによる PropertySource
ConfigTreePropertySource(String, Path) - クラス org.springframework.boot.env. ConfigTreePropertySource のコンストラクター
新しい ConfigTreePropertySource インスタンスを作成します。
ConfigTreePropertySource(String, Path, ConfigTreePropertySource.Option...) - クラス org.springframework.boot.env. ConfigTreePropertySource のコンストラクター
新しい ConfigTreePropertySource インスタンスを作成します。
ConfigTreePropertySource.Option - org.springframework.boot.env の Enum クラス
プロパティソースオプション。
ConfigTreePropertySource.Value - org.springframework.boot.env のインターフェース
プロパティファイルの内容を公開するプロパティソースから返される値。
ConfigurableBootstrapContext - org.springframework.boot のインターフェース
BootstrapRegistry インターフェースを介して構成メソッドも提供する BootstrapContext
ConfigurableJettyWebServerFactory - Interface in org.springframework.boot.web.embedded.jetty
Jetty 固有の機能用の ConfigurableWebServerFactory
ConfigurableReactiveWebApplicationContext - Interface in org.springframework.boot.web.reactive.context
リアクティブ Web アプリケーションの構成を提供するインターフェース。
ConfigurableReactiveWebEnvironment - Interface in org.springframework.boot.web.reactive.context
リアクティブアプリケーションコンテキスト用の ConfigurableEnvironment の専門化。
ConfigurableReactiveWebServerFactory - Interface in org.springframework.boot.web.reactive.server
設定可能な ReactiveWebServerFactory
ConfigurableRSocketServerFactory - Interface in org.springframework.boot.rsocket.server
設定可能な RSocketServerFactory
ConfigurableServletWebServerFactory - Interface in org.springframework.boot.web.servlet.server
設定可能な ServletWebServerFactory
ConfigurableTomcatWebServerFactory - Interface in org.springframework.boot.web.embedded.tomcat
Tomcat 固有の機能用の ConfigurableWebServerFactory
ConfigurableUndertowWebServerFactory - Interface in org.springframework.boot.web.embedded.undertow
Undertow 固有の機能用の ConfigurableWebServerFactory
ConfigurableWebServerApplicationContext - Interface in org.springframework.boot.web.context
ほとんど web server application contexts によって実装される SPI インターフェース。
ConfigurableWebServerFactory - Interface in org.springframework.boot.web.server
設定可能な WebServerFactory
CONFIGURATION_COMPARATOR - Static variable in class org.springframework.boot.logging.AbstractLoggingSystem
configurationProperties() - クラス org.springframework.boot.actuate.context.properties のメソッド。ConfigurationPropertiesReportEndpoint
configurationProperties(SecurityContext) - クラス org.springframework.boot.actuate.context.properties のメソッド。ConfigurationPropertiesReportEndpointWebExtension
ConfigurationProperties - Annotation Interface in org.springframework.boot.context.properties
外部化された設定のアノテーション。
ConfigurationPropertiesAutoConfiguration - org.springframework.boot.autoconfigure.context のクラス
ConfigurationPropertiesAutoConfiguration() - クラス org.springframework.boot.autoconfigure.context. ConfigurationPropertiesAutoConfiguration のコンストラクター
ConfigurationPropertiesBean - org.springframework.boot.context.properties のクラス
アノテーションが直接使用されたか、@Bean ファクトリメソッドで使用されたかに関係なく、@ConfigurationProperties Bean の詳細へのアクセスを提供します。
ConfigurationPropertiesBean.BindMethod - org.springframework.boot.context.properties の Enum クラス
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
3.0.8 以降、3.3.0 で削除され BindMethod を推奨
ConfigurationPropertiesBindException - Exception in org.springframework.boot.context.properties
@ConfigurationProperties バインディングが失敗した場合にスローされる例外。
ConfigurationPropertiesBindHandlerAdvisor - Interface in org.springframework.boot.context.properties
ConfigurationPropertiesBindingPostProcessor が使用する BindHandler に追加機能を適用できます。
ConfigurationPropertiesBinding - Annotation Interface in org.springframework.boot.context.properties
@ConfigurationProperties のバインディングを構成するために必要な Bean の修飾子(例:
ConfigurationPropertiesBindingPostProcessor - org.springframework.boot.context.properties のクラス
PropertySources@ConfigurationProperties アノテーションが付けられた Bean にバインドする BeanPostProcessor
ConfigurationPropertiesBindingPostProcessor() - クラス org.springframework.boot.context.properties. ConfigurationPropertiesBindingPostProcessor のコンストラクター
configurationPropertiesReportEndpoint(ConfigurationPropertiesReportEndpointProperties, ObjectProvider<SanitizingFunction>) - クラス org.springframework.boot.actuate.autoconfigure.context.properties のメソッド。ConfigurationPropertiesReportEndpointAutoConfiguration
ConfigurationPropertiesReportEndpoint - org.springframework.boot.actuate.context.properties のクラス
@ConfigurationProperties アノテーション付き Bean からアプリケーションプロパティを公開する @Endpoint
ConfigurationPropertiesReportEndpoint(Iterable<SanitizingFunction>, Show) - クラス org.springframework.boot.actuate.context.properties. ConfigurationPropertiesReportEndpoint のコンストラクター
ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor - org.springframework.boot.actuate.context.properties のクラス
@ConfigurationProperties Bean の説明。
ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesDescriptor - org.springframework.boot.actuate.context.properties のクラス
アプリケーションの @ConfigurationProperties Bean の説明。
ConfigurationPropertiesReportEndpoint.ContextConfigurationPropertiesDescriptor - org.springframework.boot.actuate.context.properties のクラス
アプリケーションコンテキストの @ConfigurationProperties Bean の説明。
ConfigurationPropertiesReportEndpoint.GenericSerializerModifier - org.springframework.boot.actuate.context.properties のクラス
関連する構成プロパティのみを返す BeanSerializerModifier
ConfigurationPropertiesReportEndpointAutoConfiguration - org.springframework.boot.actuate.autoconfigure.context.properties のクラス
ConfigurationPropertiesReportEndpointAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.context.properties. ConfigurationPropertiesReportEndpointAutoConfiguration のコンストラクター
ConfigurationPropertiesReportEndpointProperties - org.springframework.boot.actuate.autoconfigure.context.properties のクラス
ConfigurationPropertiesReportEndpoint の構成プロパティ。
ConfigurationPropertiesReportEndpointProperties() - クラス org.springframework.boot.actuate.autoconfigure.context.properties. ConfigurationPropertiesReportEndpointProperties のコンストラクター
configurationPropertiesReportEndpointWebExtension(ConfigurationPropertiesReportEndpoint, ConfigurationPropertiesReportEndpointProperties) - クラス org.springframework.boot.actuate.autoconfigure.context.properties のメソッド。ConfigurationPropertiesReportEndpointAutoConfiguration
ConfigurationPropertiesReportEndpointWebExtension - org.springframework.boot.actuate.context.properties のクラス
ConfigurationPropertiesReportEndpointWebExtension(ConfigurationPropertiesReportEndpoint, Show, Set<String>) - クラス org.springframework.boot.actuate.context.properties. ConfigurationPropertiesReportEndpointWebExtension のコンストラクター
ConfigurationPropertiesScan - Annotation Interface in org.springframework.boot.context.properties
@ConfigurationProperties クラスをスキャンするときに使用される基本パッケージを構成します。
configurationPropertiesWithPrefix(String) - クラス org.springframework.boot.actuate.context.properties のメソッド。ConfigurationPropertiesReportEndpoint
configurationPropertiesWithPrefix(SecurityContext, String) - クラス org.springframework.boot.actuate.context.properties のメソッド。ConfigurationPropertiesReportEndpointWebExtension
ConfigurationProperty - org.springframework.boot.context.properties.source のクラス
namevalue、オプションの origin で構成される ConfigurationPropertySource から取得される単一の構成プロパティ。
ConfigurationProperty(ConfigurationPropertyName, Object, Origin) - クラス org.springframework.boot.context.properties.source. ConfigurationProperty のコンストラクター
ConfigurationPropertyCaching - Interface in org.springframework.boot.context.properties.source
構成プロパティのソースキャッシュを制御するために使用できるインターフェース。
ConfigurationPropertyName - org.springframework.boot.context.properties.source のクラス
ドットで区切られた要素で構成される構成プロパティ名。
ConfigurationPropertyName.Form - org.springframework.boot.context.properties.source の Enum クラス
インデックス付けされていない要素の値が取り得るさまざまな形式。
ConfigurationPropertyNameAliases - org.springframework.boot.context.properties.source のクラス
ConfigurationPropertyName エイリアスのマッピングを維持します。
ConfigurationPropertyNameAliases() - クラス org.springframework.boot.context.properties.source. ConfigurationPropertyNameAliases のコンストラクター
ConfigurationPropertyNameAliases(String, String...) - クラス org.springframework.boot.context.properties.source. ConfigurationPropertyNameAliases のコンストラクター
ConfigurationPropertyNameAliases(ConfigurationPropertyName, ConfigurationPropertyName...) - クラス org.springframework.boot.context.properties.source. ConfigurationPropertyNameAliases のコンストラクター
ConfigurationPropertySource - Interface in org.springframework.boot.context.properties.source
ConfigurationProperties のソース。
ConfigurationPropertySources - org.springframework.boot.context.properties.source のクラス
ConfigurationPropertySources へのアクセスを提供します。
ConfigurationPropertyState - Enum Class in org.springframework.boot.context.properties.source
ConfigurationPropertySource からのコンテンツの状態。
Configurations - Class in org.springframework.boot.context.annotation
ApplicationContext に登録できる @Configuration クラスのセット。
Configurations(Collection<Class<?>>) - Constructor for class org.springframework.boot.context.annotation.Configurations
ConfigurationWarningsApplicationContextInitializer - org.springframework.boot.context のクラス
ApplicationContextInitializer は、一般的な設定ミスの警告を報告します。
ConfigurationWarningsApplicationContextInitializer() - クラス org.springframework.boot.context. ConfigurationWarningsApplicationContextInitializer のコンストラクター
ConfigurationWarningsApplicationContextInitializer.Check - org.springframework.boot.context のインターフェース
適用できる単一のチェック。
ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck - org.springframework.boot.context のクラス
問題のあるパッケージの @ComponentScan の ConfigurationWarningsApplicationContextInitializer.Check
ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor - org.springframework.boot.context のクラス
BeanDefinitionRegistryPostProcessor は警告を報告します。
ConfigurationWarningsPostProcessor(ConfigurationWarningsApplicationContextInitializer.Check[]) - クラス org.springframework.boot.context のコンストラクター。ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
configure(LoggerContext) - Method in class org.springframework.boot.logging.logback.RootLogLevelConfigurator
configure(D) - クラス org.springframework.boot.web.servlet のメソッド。DynamicRegistrationBean
configure(Meter.Id, DistributionStatisticConfig) - クラス org.springframework.boot.actuate.autoconfigure.metrics のメソッド。PropertiesMeterFilter
configure(FilterRegistration.Dynamic) - クラス org.springframework.boot.web.servlet のメソッド。AbstractFilterRegistrationBean
登録設定を構成します。
configure(ServletRegistration.Dynamic) - クラス org.springframework.boot.web.servlet のメソッド。ServletRegistrationBean
登録設定を構成します。
configure(Consumer<ConnectionFactoryOptions.Builder>) - クラス org.springframework.boot.r2dbc のメソッド。ConnectionFactoryBuilder
追加オプションを構成します。
configure(Map<String, ?>) - クラス org.springframework.boot.autoconfigure.kafka のメソッド。SslBundleSslEngineFactory
configure(WebAppContext) - クラス org.springframework.boot.web.embedded.jetty のメソッド。ServletContextInitializerConfiguration
configure(DirectRabbitListenerContainerFactory, ConnectionFactory) - クラス org.springframework.boot.autoconfigure.amqp のメソッド。DirectRabbitListenerContainerFactoryConfigurer
configure(SimpleRabbitListenerContainerFactory, ConnectionFactory) - クラス org.springframework.boot.autoconfigure.amqp のメソッド。SimpleRabbitListenerContainerFactoryConfigurer
configure(CachingConnectionFactory, RabbitProperties) - クラス org.springframework.boot.autoconfigure.amqp のメソッド。CachingConnectionFactoryConfigurer
configure(RabbitConnectionFactoryBean) - クラス org.springframework.boot.autoconfigure.amqp のメソッド。RabbitConnectionFactoryBeanConfigurer
指定された rabbit 接続ファクトリ Bean を構成します。
configure(RabbitTemplate, ConnectionFactory) - クラス org.springframework.boot.autoconfigure.amqp のメソッド。RabbitTemplateConfigurer
指定された RabbitTemplate を構成します。
configure(SpringApplicationBuilder) - クラス org.springframework.boot.web.servlet.support のメソッド。SpringBootServletInitializer
アプリケーションを構成します。
configure(RestTemplateBuilder) - クラス org.springframework.boot.autoconfigure.web.client のメソッド。RestTemplateBuilderConfigurer
指定された RestTemplateBuilder を構成します。
configure(FormatterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
指定された FormatterRegistry を、ほとんどの Spring Boot アプリケーションに適したフォーマッターとコンバーターで構成します。
configure(DefaultJmsListenerContainerFactory, ConnectionFactory) - クラス org.springframework.boot.autoconfigure.jms のメソッド。DefaultJmsListenerContainerFactoryConfigurer
指定された jms リスナーコンテナーファクトリを構成します。
configure(ConcurrentKafkaListenerContainerFactory<Object, Object>, ConsumerFactory<Object, Object>) - クラス org.springframework.boot.autoconfigure.kafka のメソッド。ConcurrentKafkaListenerContainerFactoryConfigurer
指定された Kafka リスナーコンテナーファクトリを構成します。
configure(RabbitStreamTemplate) - クラス org.springframework.boot.autoconfigure.amqp のメソッド。RabbitStreamTemplateConfigurer
指定された RabbitStreamTemplate を構成します。
configure(RestClient.Builder) - クラス org.springframework.boot.autoconfigure.web.client のメソッド。RestClientBuilderConfigurer
指定された RestClient.Builder を構成します。
configure(HttpClient) - インターフェース org.springframework.boot.autoconfigure.web.reactive.function.client のメソッド。ReactorNettyHttpClientMapper
指定された HttpClient を構成し、新しく作成されたインスタンスを返します。
configure(T) - クラス org.springframework.boot.autoconfigure.amqp のメソッド。AbstractConnectionFactoryConfigurer
指定された connectionFactory を適切なデフォルトで構成します。
configure(T) - クラス org.springframework.boot.task のメソッド。SimpleAsyncTaskExecutorBuilder
このビルダーを使用して、提供された SimpleAsyncTaskExecutor インスタンスを構成します。
configure(T) - クラス org.springframework.boot.task のメソッド。SimpleAsyncTaskSchedulerBuilder
このビルダーを使用して、提供された SimpleAsyncTaskScheduler インスタンスを構成します。
configure(T) - クラス org.springframework.boot.task のメソッド。TaskExecutorBuilder
使用すべきではありません。
このビルダーを使用して、提供された ThreadPoolTaskExecutor インスタンスを構成します。
configure(T) - クラス org.springframework.boot.task のメソッド。TaskSchedulerBuilder
使用すべきではありません。
このビルダーを使用して、提供された ThreadPoolTaskScheduler インスタンスを構成します。
configure(T) - クラス org.springframework.boot.task のメソッド。ThreadPoolTaskExecutorBuilder
このビルダーを使用して、提供された ThreadPoolTaskExecutor インスタンスを構成します。
configure(T) - クラス org.springframework.boot.task のメソッド。ThreadPoolTaskSchedulerBuilder
このビルダーを使用して、提供された ThreadPoolTaskScheduler インスタンスを構成します。
configure(T) - クラス org.springframework.boot.web.client のメソッド。RestTemplateBuilder
このビルダーを使用して、提供された RestTemplate インスタンスを構成します。
configure(T) - クラス org.springframework.boot.webservices.client のメソッド。WebServiceTemplateBuilder
このビルダーを使用して、提供された WebServiceTemplate インスタンスを構成します。
configure(T, ConnectionFactory) - クラス org.springframework.boot.autoconfigure.amqp のメソッド。AbstractRabbitListenerContainerFactoryConfigurer
指定された rabbit リスナーコンテナーファクトリを構成します。
configure(T, ConnectionFactory, RabbitProperties.AmqpContainer) - クラス org.springframework.boot.autoconfigure.amqp のメソッド。AbstractRabbitListenerContainerFactoryConfigurer
configure(T, RabbitProperties) - クラス org.springframework.boot.autoconfigure.amqp のメソッド。AbstractConnectionFactoryConfigurer
指定された rabbitProperties を使用して指定された connectionFactory を構成します。
configureArgumentResolvers(ArgumentResolverConfigurer) - クラス org.springframework.boot.autoconfigure.web.reactive のメソッド。WebFluxAutoConfiguration.WebFluxConfig
configureAsyncSupport(AsyncSupportConfigurer) - クラス org.springframework.boot.autoconfigure.web.servlet のメソッド。WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
configureBlockingExecution(BlockingExecutionConfigurer) - クラス org.springframework.boot.autoconfigure.web.reactive のメソッド。WebFluxAutoConfiguration.WebFluxConfig
configureContentNegotiation(ContentNegotiationConfigurer) - クラス org.springframework.boot.autoconfigure.web.servlet のメソッド。WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
configureContext(Context) - クラス org.springframework.boot.web.embedded.tomcat のメソッド。TomcatReactiveWebServerFactory
Tomcat Context を構成します。
configureContext(Context, ServletContextInitializer[]) - クラス org.springframework.boot.web.embedded.tomcat のメソッド。TomcatServletWebServerFactory
Tomcat Context を構成します。
configureEnvironment(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
configureHttpMessageCodecs(ServerCodecConfigurer) - クラス org.springframework.boot.autoconfigure.web.reactive のメソッド。WebFluxAutoConfiguration.WebFluxConfig
configureJsonMapper(JsonMapper.Builder) - クラス org.springframework.boot.actuate.context.properties のメソッド。ConfigurationPropertiesReportEndpoint
@ConfigurationProperties オブジェクトを MapSE 構造に直列化するために使用されるように Jackson の JsonMapper を構成します。
configureLogLevel(String, LogLevel) - クラス org.springframework.boot.actuate.logging のメソッド。LoggersEndpoint
configureLogLevel(LogLevel, BiConsumer<String, LogLevel>) - クラス org.springframework.boot.logging のメソッド。LoggerGroup
configureMessageConverters(List<HttpMessageConverter<?>>) - クラス org.springframework.boot.autoconfigure.web.servlet のメソッド。WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
configurePathMatch(PathMatchConfigurer) - クラス org.springframework.boot.autoconfigure.web.servlet のメソッド。WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
configureProfiles(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
このアプリケーション環境でアクティブにするプロファイル(またはデフォルトでアクティブにするプロファイル)を構成します。
configurePropertySources(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
このアプリケーションの環境で PropertySource を追加、削除、並べ替えます。
configureViewResolvers(ViewResolverRegistry) - クラス org.springframework.boot.autoconfigure.web.reactive のメソッド。WebFluxAutoConfiguration.WebFluxConfig
configureWebAppContext(WebAppContext, ServletContextInitializer...) - クラス org.springframework.boot.web.embedded.jetty のメソッド。JettyServletWebServerFactory
指定された Jetty WebAppContext を使用できるように構成します。
connection() - Element in annotation interface org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase
replacing DataSource のときに確立される接続の型。
Connection() - クラス org.springframework.boot.autoconfigure.amqp のコンストラクター。RabbitProperties.Cache.Connection
Connection() - クラス org.springframework.boot.autoconfigure.cassandra のコンストラクター。CassandraProperties.Connection
ConnectionDetails - Interface in org.springframework.boot.autoconfigure.service.connection
リモートサービスへの接続を確立するために必要な詳細を提供する型の基本インターフェース。
ConnectionDetailsFactories - org.springframework.boot.autoconfigure.service.connection のクラス
ConnectionDetailsFactory インスタンスのレジストリ。
ConnectionDetailsFactories() - クラス org.springframework.boot.autoconfigure.service.connection. ConnectionDetailsFactories のコンストラクター
ConnectionDetailsFactory< S , D extends ConnectionDetails> - Interface in org.springframework.boot.autoconfigure.service.connection
指定された source から ConnectionDetails を作成するファクトリ。
ConnectionDetailsFactoryNotFoundException - Exception in org.springframework.boot.autoconfigure.service.connection
ConnectionDetailsFactory が見つからなかった場合にスローされる RuntimeExceptionSE
ConnectionDetailsFactoryNotFoundException(String) - Constructor for exception org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactoryNotFoundException
ConnectionDetailsFactoryNotFoundException(String, Throwable) - Constructor for exception org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactoryNotFoundException
ConnectionDetailsNotFoundException - Exception in org.springframework.boot.autoconfigure.service.connection
必要な ConnectionDetails が見つからなかった場合に RuntimeExceptionSE がスローされます。
ConnectionDetailsNotFoundException(String) - Constructor for exception org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsNotFoundException
ConnectionDetailsNotFoundException(String, Throwable) - Constructor for exception org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsNotFoundException
ConnectionFactoryBuilder - org.springframework.boot.r2dbc のクラス
ConnectionFactory のビルダー。
ConnectionFactoryCustomizer - Interface in org.springframework.boot.autoconfigure.amqp
自動構成された RabbitMQ ConnectionFactory をカスタマイズしたい Bean によって実装できるコールバックインターフェース。
ConnectionFactoryDecorator - Interface in org.springframework.boot.r2dbc
connection factories 用のデコレーター。
ConnectionFactoryHealthContributorAutoConfiguration - org.springframework.boot.actuate.autoconfigure.r2dbc のクラス
ConnectionFactoryHealthIndicator - org.springframework.boot.actuate.r2dbc のクラス
R2DBC ConnectionFactory を検証する HealthIndicator
ConnectionFactoryHealthIndicator(ConnectionFactory) - クラス org.springframework.boot.actuate.r2dbc. ConnectionFactoryHealthIndicator のコンストラクター
指定された ConnectionFactory を使用し、検証クエリを使用しないで新しい ConnectionFactoryHealthIndicator を作成します。
ConnectionFactoryHealthIndicator(ConnectionFactory, String) - クラス org.springframework.boot.actuate.r2dbc. ConnectionFactoryHealthIndicator のコンストラクター
指定された ConnectionFactory および検証クエリを使用して、新しい ConnectionFactoryHealthIndicator を作成します。
ConnectionFactoryOptionsBuilder - Class in org.springframework.boot.docker.compose.service.connection.r2dbc
RunningService 用の R2DBC ConnectionFactoryOptions を構築するために使用されるユーティリティ。
ConnectionFactoryOptionsBuilder(String, int) - Constructor for class org.springframework.boot.docker.compose.service.connection.r2dbc.ConnectionFactoryOptionsBuilder
新しい JdbcUrlBuilder インスタンスを作成します。
ConnectionFactoryOptionsBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.r2dbc
デフォルトの自動構成を保持しながら、ConnectionFactoryOptions.Builder を介して ConnectionFactoryOptions をカスタマイズしたい Bean によって実装できるコールバックインターフェース。
connectionFactoryTransactionManager(ConnectionFactory) - クラス org.springframework.boot.autoconfigure.r2dbc のメソッド。R2dbcTransactionManagerAutoConfiguration
ConnectionPoolMetrics - org.springframework.boot.actuate.metrics.r2dbc のクラス
ConnectionPool の MeterBinder
ConnectionPoolMetrics(ConnectionPool, String, Iterable<Tag>) - クラス org.springframework.boot.actuate.metrics.r2dbc. ConnectionPoolMetrics のコンストラクター
ConnectionPoolMetricsAutoConfiguration - org.springframework.boot.actuate.autoconfigure.metrics.r2dbc のクラス
使用可能なすべての R2DBC connection factories のメトリクスの Auto-configuration
ConnectionPoolMetricsAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.metrics.r2dbc. ConnectionPoolMetricsAutoConfiguration のコンストラクター
ConnectionPorts - Interface in org.springframework.boot.docker.compose.core
RunningService への接続に使用できるポートへのアクセスを提供します。
ConnectorStartFailedException - Exception in org.springframework.boot.web.embedded.tomcat
Tomcat Connector の起動に失敗すると、たとえばポートの衝突や SSL 構成の誤りなどにより、ConnectorStartFailedException がスローされます。
ConnectorStartFailedException(int) - Constructor for exception org.springframework.boot.web.embedded.tomcat.ConnectorStartFailedException
指定された port でリッスンするように構成されているコネクターの新しい ConnectorStartFailedException を作成します。
connectTimeout() - Method in record class org.springframework.boot.web.client.ClientHttpRequestFactorySettings
connectTimeout レコードコンポーネントの値を返します。
CONSOLE - Enum constant in enum class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.ShowSummaryOutput
概要をコンソールに出力します。
CONSOLE - Enum constant in enum class org.springframework.boot.Banner.Mode
System.out にバナーを出力します。
CONSOLE_CHARSET - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
コンソールログ文字セットのログシステムプロパティ。
CONSOLE_LOG_CHARSET - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
LoggingSystemProperty.CONSOLE_CHARSETLoggingSystemProperty.getEnvironmentVariableName() を呼び出すことを優先して、3.4.0 で削除するための 3.2.0 以降
CONSOLE_LOG_PATTERN - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
LoggingSystemProperty.CONSOLE_PATTERNLoggingSystemProperty.getEnvironmentVariableName() を呼び出すことを優先して、3.4.0 で削除するための 3.2.0 以降
CONSOLE_LOG_THRESHOLD - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
LoggingSystemProperty.CONSOLE_THRESHOLDLoggingSystemProperty.getEnvironmentVariableName() を呼び出すことを優先して、3.4.0 で削除するための 3.2.0 以降
CONSOLE_PATTERN - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
コンソールログパターンのログシステムプロパティ。
CONSOLE_THRESHOLD - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
コンソールログのログシステムプロパティ。
ConstructorBinding - Annotation Interface in org.springframework.boot.context.properties.bind
setter を呼び出すのではなく、コンストラクター引数を使用して構成プロパティをバインドするときに、どのコンストラクターを使用するかを示すために使用できるアノテーション。
ConstructorBound - org.springframework.boot.context.properties のクラス
コンストラクターインジェクションを使用する構成プロパティをプログラムでバインドするヘルパークラス。
ConstructorBound() - クラス org.springframework.boot.context.properties. ConstructorBound のコンストラクター
Consumer() - クラス org.springframework.boot.autoconfigure.kafka のコンストラクター。KafkaProperties.Consumer
Consumer() - クラス org.springframework.boot.autoconfigure.pulsar のコンストラクター。PulsarProperties.Consumer
ContainerConnectionDetails(ContainerConnectionSource<C>) - クラス org.springframework.boot.testcontainers.service.connection のコンストラクター。ContainerConnectionDetailsFactory.ContainerConnectionDetails
新しい ContainerConnectionDetailsFactory.ContainerConnectionDetails インスタンスを作成します。
ContainerConnectionDetailsFactory< C extends org.testcontainers.containers.Container<?>, D extends ConnectionDetails> - Class in org.springframework.boot.testcontainers.service.connection
ContainerConnectionSource から ConnectionDetails を提供する ConnectionDetailsFactory 実装の基本クラス。
ContainerConnectionDetailsFactory() - クラス org.springframework.boot.testcontainers.service.connection. ContainerConnectionDetailsFactory のコンストラクター
any connection name を受け入れる新しい ContainerConnectionDetailsFactory インスタンスを作成します。
ContainerConnectionDetailsFactory(String, String...) - クラス org.springframework.boot.testcontainers.service.connection. ContainerConnectionDetailsFactory のコンストラクター
指定された接続名制限を使用して、新しい ContainerConnectionDetailsFactory インスタンスを作成します。
ContainerConnectionDetailsFactory.ContainerConnectionDetails< C extends org.testcontainers.containers.Container<?>> - org.springframework.boot.testcontainers.service.connection のクラス
ContainerConnectionSource によってサポートされる ConnectionDetails 結果の基本クラス。
ContainerConnectionSource< C extends org.testcontainers.containers.Container<?>> - Class in org.springframework.boot.testcontainers.service.connection
サービスを提供する @ServiceConnection アノテーション付き Container の詳細を提供するために ContainerConnectionDetailsFactory に渡されます。
contains(ConfigData.Option) - クラス org.springframework.boot.context.config のメソッド。ConfigData.Options
指定されたオプションがこのセットに含まれているかどうかを返します。
containsDescendantOf(ConfigurationPropertyName) - インターフェース org.springframework.boot.context.properties.source のメソッド。ConfigurationPropertySource
ソースに指定された名前の子孫が含まれているかどうかを返します。
containsDescendantOf(ConfigurationPropertyName) - インターフェース org.springframework.boot.context.properties.source のメソッド。IterableConfigurationPropertySource
containsOption(String) - Method in interface org.springframework.boot.ApplicationArguments
引数から解析されたオプション引数のセットに、指定された名前のオプションが含まれているかどうかを返します。
containsOption(String) - Method in class org.springframework.boot.DefaultApplicationArguments
containsProperty(String) - クラス org.springframework.boot.env のメソッド。SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource
containsProperty(String) - クラス org.springframework.boot.logging.log4j2 のメソッド。SpringBootPropertySource
containsProperty(String) - クラス org.springframework.boot.test.autoconfigure.properties のメソッド。AnnotationsPropertySource
containsProperty(String) - クラス org.springframework.boot.testcontainers.properties のメソッド。TestcontainersPropertySource
Content() - クラス org.springframework.boot.autoconfigure.web のコンストラクター。WebProperties.Resources.Chain.Strategy.Content
CONTENT_TYPE_004 - Enum constant in enum class org.springframework.boot.actuate.metrics.export.prometheus.TextOutputFormat
Prometheus テキストバージョン 0.0.4。
CONTENT_TYPE_OPENMETRICS_100 - Enum constant in enum class org.springframework.boot.actuate.metrics.export.prometheus.TextOutputFormat
OpenMetrics テキストバージョン 1.0.0。
contentLength() - クラス org.springframework.boot.origin のメソッド。OriginTrackedResource
Contentnegotiation() - クラス org.springframework.boot.autoconfigure.web.servlet のコンストラクター。WebMvcProperties.Contentnegotiation
context() - クラス org.springframework.boot.builder のメソッド。SpringApplicationBuilder
現在のアプリケーションコンテキストのアクセサー。
ContextCloserListener(ConfigurableApplicationContext) - クラス org.springframework.boot.builder のコンストラクター。ParentContextCloserApplicationListener.ContextCloserListener
ContextConditionsDescriptor(ConfigurableApplicationContext) - クラス org.springframework.boot.actuate.autoconfigure.condition のコンストラクター。ConditionsReportEndpoint.ContextConditionsDescriptor
ContextConsumer< C extends ApplicationContext> - Interface in org.springframework.boot.test.context.runner
(チェック済み)例外をスローする機能を持つ ApplicationContext の処理に使用されるコールバックインターフェース。
ContextExpressionDescriptor(Set<String>) - クラス org.springframework.boot.actuate.liquibase のコンストラクター。LiquibaseEndpoint.ContextExpressionDescriptor
contextFactory(ApplicationContextFactory) - クラス org.springframework.boot.builder のメソッド。SpringApplicationBuilder
アプリケーションコンテキストの作成に使用されるファクトリを明示的に設定します。
ContextIdApplicationContextInitializer - org.springframework.boot.context のクラス
ContextIdApplicationContextInitializer() - クラス org.springframework.boot.context. ContextIdApplicationContextInitializer のコンストラクター
contextLoaded(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
アプリケーションコンテキストが読み込まれた後、リフレッシュされる前に呼び出されます。
contextPrepared(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
ApplicationContext が作成および準備された後、ソースがロードされる前に呼び出されます。
continueOnError(boolean) - クラス org.springframework.boot.sql.init のメソッド。AbstractScriptDatabaseInitializer.Scripts
contribute(Info.Builder) - クラス org.springframework.boot.actuate.info のメソッド。BuildInfoContributor
contribute(Info.Builder) - クラス org.springframework.boot.actuate.info のメソッド。EnvironmentInfoContributor
contribute(Info.Builder) - クラス org.springframework.boot.actuate.info のメソッド。GitInfoContributor
contribute(Info.Builder) - インターフェース org.springframework.boot.actuate.info のメソッド。InfoContributor
指定された Builder を使用して追加の詳細を提供します。
contribute(Info.Builder) - クラス org.springframework.boot.actuate.info のメソッド。JavaInfoContributor
contribute(Info.Builder) - クラス org.springframework.boot.actuate.info のメソッド。MapInfoContributor
contribute(Info.Builder) - クラス org.springframework.boot.actuate.info のメソッド。OsInfoContributor
contribute(Info.Builder) - クラス org.springframework.boot.actuate.info のメソッド。SimpleInfoContributor
ContributorRegistry< C > - Interface in org.springframework.boot.actuate.health
ヘルスエンドポイントコントリビューター(HealthContributor または ReactiveHealthContributor)の可変レジストリ。
Controlconnection() - クラス org.springframework.boot.autoconfigure.cassandra のコンストラクター。CassandraProperties.Controlconnection
ControllerEndpoint - Annotation Interface in org.springframework.boot.actuate.endpoint.web.annotation
Spring MVC または Spring WebFlux でのみ公開されるエンドポイントとして型を識別します。
controllerEndpointDiscoverer(ObjectProvider<PathMapper>, ObjectProvider<Collection<EndpointFilter<ExposableControllerEndpoint>>>) - クラス org.springframework.boot.actuate.autoconfigure.endpoint.web のメソッド。WebEndpointAutoConfiguration
ControllerEndpointDiscoverer - org.springframework.boot.actuate.endpoint.web.annotation のクラス
ControllerEndpointDiscoverer(ApplicationContext, List<PathMapper>, Collection<EndpointFilter<ExposableControllerEndpoint>>) - クラス org.springframework.boot.actuate.endpoint.web.annotation. ControllerEndpointDiscoverer のコンストラクター
新しい ControllerEndpointDiscoverer インスタンスを作成します。
controllerEndpointHandlerMapping(ControllerEndpointsSupplier, CorsEndpointProperties, WebEndpointProperties) - クラス org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive のメソッド。WebFluxEndpointManagementContextConfiguration
controllerEndpointHandlerMapping(ControllerEndpointsSupplier, CorsEndpointProperties, WebEndpointProperties) - クラス org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet のメソッド。WebMvcEndpointManagementContextConfiguration
ControllerEndpointHandlerMapping - org.springframework.boot.actuate.endpoint.web.reactive のクラス
Spring WebFlux を介して @ControllerEndpoint および @RestControllerEndpoint アノテーション付きエンドポイントを公開する HandlerMapping
ControllerEndpointHandlerMapping - org.springframework.boot.actuate.endpoint.web.servlet のクラス
Spring MVC を介して @ControllerEndpoint および @RestControllerEndpoint アノテーション付きエンドポイントを公開する HandlerMapping
ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration) - クラス org.springframework.boot.actuate.endpoint.web.reactive. ControllerEndpointHandlerMapping のコンストラクター
指定されたエンドポイントのマッピングを提供する新しい ControllerEndpointHandlerMapping インスタンスを作成します。
ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration) - クラス org.springframework.boot.actuate.endpoint.web.servlet. ControllerEndpointHandlerMapping のコンストラクター
指定されたエンドポイントのマッピングを提供する新しい ControllerEndpointHandlerMapping インスタンスを作成します。
ControllerEndpointsSupplier - Interface in org.springframework.boot.actuate.endpoint.web.annotation
controllerExposeExcludePropertyEndpointFilter() - クラス org.springframework.boot.actuate.autoconfigure.endpoint.web のメソッド。WebEndpointAutoConfiguration
controllers() - Element in annotation interface org.springframework.boot.test.autoconfigure.graphql.GraphQlTest
テストするコントローラーを指定します。
controllers() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTest
テストするコントローラーを指定します。
controllers() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest
テストするコントローラーを指定します。
ConversionServiceParameterValueMapper - org.springframework.boot.actuate.endpoint.invoke.convert のクラス
ConversionServiceParameterValueMapper() - クラス org.springframework.boot.actuate.endpoint.invoke.convert. ConversionServiceParameterValueMapper のコンストラクター
新しい ConversionServiceParameterValueMapper インスタンスを作成します。
ConversionServiceParameterValueMapper(ConversionService) - クラス org.springframework.boot.actuate.endpoint.invoke.convert. ConversionServiceParameterValueMapper のコンストラクター
特定の変換サービスに基づく新しい ConversionServiceParameterValueMapper インスタンスを作成します。
convert(ILoggingEvent) - Method in class org.springframework.boot.logging.logback.CorrelationIdConverter
convert(String) - クラス org.springframework.boot.actuate.endpoint.invoke.convert のメソッド。IsoOffsetDateTimeConverter
convertNativeToSystem(T) - クラス org.springframework.boot.logging のメソッド。AbstractLoggingSystem.LogLevels
convertSystemToNative(LogLevel) - クラス org.springframework.boot.logging のメソッド。AbstractLoggingSystem.LogLevels
Cookie - Class in org.springframework.boot.web.server
Cookie プロパティ。
Cookie() - Constructor for class org.springframework.boot.web.server.Cookie
Cookie() - クラス org.springframework.boot.web.servlet.server のコンストラクター。Session.Cookie
COOKIE - Enum constant in enum class org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
クライアントの最初のリクエストに応じて Cookie を送信します。
COOKIE_HEADERS - Enum constant in enum class org.springframework.boot.actuate.web.exchanges.Include
リクエストヘッダーに "Cookie" ヘッダー(ある場合)を含め、レスポンスヘッダーに "Set-Cookie" (ある場合)を含めます。
Cookie.SameSite - org.springframework.boot.web.server の Enum クラス
SameSite 値。
CookieSameSiteSupplier - Interface in org.springframework.boot.web.servlet.server
特定の cookiesEE にカスタム Cookie.SameSite 値を提供するために、ConfigurableServletWebServerFactory 実装で使用できる戦略インターフェース。
copyIfSet(Properties, String) - クラス org.springframework.boot.actuate.info のメソッド。InfoPropertiesInfoContributor
指定されたキーが設定されている場合は、ターゲット PropertiesSE にコピーします。
corePoolSize(int) - クラス org.springframework.boot.task のメソッド。TaskExecutorBuilder
使用すべきではありません。
スレッドのコア数を設定します。
corePoolSize(int) - クラス org.springframework.boot.task のメソッド。ThreadPoolTaskExecutorBuilder
スレッドのコア数を設定します。
CORRECT - Enum constant in enum class org.springframework.boot.availability.LivenessState
アプリケーションは実行中であり、その内部状態は正しいです。
Correlation() - クラス org.springframework.boot.actuate.autoconfigure.tracing のコンストラクター。TracingProperties.Baggage.Correlation
CORRELATION_PATTERN - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
相関パターンのログシステムプロパティ。
CorrelationIdConverter - org.springframework.boot.logging.log4j2 のクラス
Log4j2 LogEventPatternConverter は、MDC からのデータを使用して、CorrelationIdFormatter パターンをフォーマットされた出力に変換します。
CorrelationIdConverter - Class in org.springframework.boot.logging.logback
Logback DynamicConverter は、MDC および Environment からのデータを使用して、CorrelationIdFormatter パターンをフォーマットされた出力に変換します。
CorrelationIdConverter() - Constructor for class org.springframework.boot.logging.logback.CorrelationIdConverter
CorrelationIdFormatter - org.springframework.boot.logging のクラス
W3C 推奨事項に基づいてロギング用の相関 ID をフォーマットするために使用できるユーティリティクラス。
CorsEndpointProperties - org.springframework.boot.actuate.autoconfigure.endpoint.web のクラス
Web エンドポイントの CORS サポートの構成プロパティ。
CorsEndpointProperties() - クラス org.springframework.boot.actuate.autoconfigure.endpoint.web. CorsEndpointProperties のコンストラクター
Couchbase() - クラス org.springframework.boot.autoconfigure.cache のコンストラクター。CacheProperties.Couchbase
COUCHBASE - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
Couchbase バックアップキャッシング。
CouchbaseAutoConfiguration - org.springframework.boot.autoconfigure.couchbase のクラス
Couchbase 用の Auto-configuration
CouchbaseCacheManagerBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.cache
自動構成された CouchbaseCacheManager の構築に使用される前に CouchbaseCacheManager.CouchbaseCacheManagerBuilder をカスタマイズしたい Bean によって実装できるコールバックインターフェース。
couchbaseCluster(ClusterEnvironment, CouchbaseConnectionDetails) - クラス org.springframework.boot.autoconfigure.couchbase のメソッド。CouchbaseAutoConfiguration
couchbaseClusterEnvironment(CouchbaseConnectionDetails, ObjectProvider<ClusterEnvironmentBuilderCustomizer>, ObjectProvider<SslBundles>) - クラス org.springframework.boot.autoconfigure.couchbase のメソッド。CouchbaseAutoConfiguration
CouchbaseConnectionDetails - Interface in org.springframework.boot.autoconfigure.couchbase
Couchbase サービスへの接続を確立するために必要な詳細。
CouchbaseDataAutoConfiguration - org.springframework.boot.autoconfigure.data.couchbase のクラス
Spring Data の Couchbase サポート用の Auto-configuration
CouchbaseDataAutoConfiguration() - クラス org.springframework.boot.autoconfigure.data.couchbase. CouchbaseDataAutoConfiguration のコンストラクター
CouchbaseDataAutoConfiguration.ValidationConfiguration - org.springframework.boot.autoconfigure.data.couchbase のクラス
CouchbaseDataProperties - org.springframework.boot.autoconfigure.data.couchbase のクラス
Spring Data Couchbase の構成プロパティ。
CouchbaseDataProperties() - クラス org.springframework.boot.autoconfigure.data.couchbase. CouchbaseDataProperties のコンストラクター
couchbaseHealthContributor(Map<String, Cluster>) - クラス org.springframework.boot.actuate.autoconfigure.couchbase のメソッド。CouchbaseHealthContributorAutoConfiguration
couchbaseHealthContributor(Map<String, Cluster>) - クラス org.springframework.boot.actuate.autoconfigure.couchbase のメソッド。CouchbaseReactiveHealthContributorAutoConfiguration
CouchbaseHealthContributorAutoConfiguration - org.springframework.boot.actuate.autoconfigure.couchbase のクラス
CouchbaseHealthContributorAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.couchbase. CouchbaseHealthContributorAutoConfiguration のコンストラクター
CouchbaseHealthIndicator - org.springframework.boot.actuate.couchbase のクラス
Couchbase 用の HealthIndicator
CouchbaseHealthIndicator(Cluster) - クラス org.springframework.boot.actuate.couchbase. CouchbaseHealthIndicator のコンストラクター
指定された Cluster でインジケーターを作成します。
CouchbaseProperties - org.springframework.boot.autoconfigure.couchbase のクラス
Couchbase の構成プロパティ。
CouchbaseProperties() - クラス org.springframework.boot.autoconfigure.couchbase. CouchbaseProperties のコンストラクター
CouchbaseProperties.Env - org.springframework.boot.autoconfigure.couchbase のクラス
CouchbaseProperties.Io - org.springframework.boot.autoconfigure.couchbase のクラス
CouchbaseProperties.Ssl - org.springframework.boot.autoconfigure.couchbase のクラス
CouchbaseProperties.Timeouts - org.springframework.boot.autoconfigure.couchbase のクラス
CouchbaseReactiveDataAutoConfiguration - org.springframework.boot.autoconfigure.data.couchbase のクラス
Spring Data のリアクティブ Couchbase サポート用の Auto-configuration
CouchbaseReactiveDataAutoConfiguration() - クラス org.springframework.boot.autoconfigure.data.couchbase. CouchbaseReactiveDataAutoConfiguration のコンストラクター
CouchbaseReactiveHealthContributorAutoConfiguration - org.springframework.boot.actuate.autoconfigure.couchbase のクラス
CouchbaseReactiveHealthContributorAutoConfiguration() - クラス org.springframework.boot.actuate.autoconfigure.couchbase. CouchbaseReactiveHealthContributorAutoConfiguration のコンストラクター
CouchbaseReactiveHealthIndicator - org.springframework.boot.actuate.couchbase のクラス
Couchbase の ReactiveHealthIndicator
CouchbaseReactiveHealthIndicator(Cluster) - クラス org.springframework.boot.actuate.couchbase. CouchbaseReactiveHealthIndicator のコンストラクター
新しい CouchbaseReactiveHealthIndicator インスタンスを作成します。
CouchbaseReactiveRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.couchbase のクラス
Spring Data の Couchbase リアクティブリポジトリ用の Auto-configuration
CouchbaseReactiveRepositoriesAutoConfiguration() - クラス org.springframework.boot.autoconfigure.data.couchbase. CouchbaseReactiveRepositoriesAutoConfiguration のコンストラクター
CouchbaseRepositoriesAutoConfiguration - org.springframework.boot.autoconfigure.data.couchbase のクラス
Spring Data の Couchbase リポジトリ用の Auto-configuration
CouchbaseRepositoriesAutoConfiguration() - クラス org.springframework.boot.autoconfigure.data.couchbase. CouchbaseRepositoriesAutoConfiguration のコンストラクター
CqlSessionBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.cassandra
デフォルトの自動構成を保持しながら、CqlSessionBuilder を介して CqlSession をカスタマイズしたい Bean によって実装できるコールバックインターフェース。
create() - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
新しい DataSourceBuilder インスタンスを作成します。
create() - クラス org.springframework.boot.r2dbc のメソッド。OptionsCapableConnectionFactory
create(SocketAcceptor) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
create(SocketAcceptor) - Method in interface org.springframework.boot.rsocket.server.RSocketServerFactory
完全に構成済みで一時停止された新しい RSocketServer インスタンスを取得します。
create(ClassLoader) - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
新しい DataSourceBuilder インスタンスを作成します。
create(Consumer<JsonMixinModuleEntries.Builder>) - Static method in class org.springframework.boot.jackson.JsonMixinModuleEntries
指定された JsonMixinModuleEntries.Builder を使用してインスタンスを作成します。
create(WebApplicationType) - Method in interface org.springframework.boot.ApplicationContextFactory
指定された webApplicationType を考慮して、SpringApplicationapplication context を作成します。
createApplicationContext() - Method in class org.springframework.boot.SpringApplication
ApplicationContext の作成に使用される戦略方法。
createBeanDefinitionLoader(BeanDefinitionRegistry, Object[]) - Method in class org.springframework.boot.SpringApplication
BeanDefinitionLoader の作成に使用されるファクトリメソッド。
createClassPathScanningCandidateComponentProvider(ApplicationContext) - クラス org.springframework.boot.autoconfigure.domain のメソッド。EntityScanner
指定された ApplicationContext に基づいてエンティティをスキャンする ClassPathScanningCandidateComponentProvider を作成します。
createClientSslEngine(String, int, String) - クラス org.springframework.boot.autoconfigure.kafka のメソッド。SslBundleSslEngineFactory
createComposite(Map<String, B>) - クラス org.springframework.boot.actuate.autoconfigure.health のメソッド。AbstractCompositeHealthContributorConfiguration
createComposite(Map<String, B>) - クラス org.springframework.boot.actuate.autoconfigure.health のメソッド。CompositeHealthContributorConfiguration
createComposite(Map<String, B>) - クラス org.springframework.boot.actuate.autoconfigure.health のメソッド。CompositeReactiveHealthContributorConfiguration
createConnection(Socket, InputStream, OutputStream) - クラス org.springframework.boot.devtools.livereload のメソッド。LiveReloadServer
Connection の作成に使用されるファクトリメソッド。
createContextCloserListener(ConfigurableApplicationContext) - クラス org.springframework.boot.builder のメソッド。ParentContextCloserApplicationListener
サブクラスはオーバーライドして、ContextCloserListener の独自のサブクラスを作成できます。
createContributor(Map<String, B>) - クラス org.springframework.boot.actuate.autoconfigure.health のメソッド。AbstractCompositeHealthContributorConfiguration
createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - クラス org.springframework.boot.actuate.autoconfigure.security.servlet のメソッド。EndpointRequest.EndpointRequestMatcher
createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - クラス org.springframework.boot.actuate.autoconfigure.security.servlet のメソッド。EndpointRequest.LinksRequestMatcher
createEndpoint(Object, EndpointId, boolean, Collection<O>) - クラス org.springframework.boot.actuate.endpoint.annotation のメソッド。EndpointDiscoverer
endpoint を作成するために呼び出されるファクトリメソッド。
createEndpoint(Object, EndpointId, boolean, Collection<JmxOperation>) - クラス org.springframework.boot.actuate.endpoint.jmx.annotation のメソッド。JmxEndpointDiscoverer
createEndpoint(Object, EndpointId, boolean, Collection<Operation>) - クラス org.springframework.boot.actuate.endpoint.web.annotation のメソッド。ControllerEndpointDiscoverer
createEndpoint(Object, EndpointId, boolean, Collection<Operation>) - クラス org.springframework.boot.actuate.endpoint.web.annotation のメソッド。ServletEndpointDiscoverer
createEndpoint(Object, EndpointId, boolean, Collection<WebOperation>) - クラス org.springframework.boot.actuate.endpoint.web.annotation のメソッド。WebEndpointDiscoverer
createEndpointResources(EndpointMapping, Collection<ExposableWebEndpoint>) - クラス org.springframework.boot.actuate.endpoint.web.jersey のメソッド。JerseyHealthEndpointAdditionalPathResourceFactory
createEndpointResources(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, EndpointLinksResolver, boolean) - クラス org.springframework.boot.actuate.endpoint.web.jersey のメソッド。JerseyEndpointResourceFactory
指定された webEndpoints の操作用に Resources を作成します。
createEnvironment() - クラス org.springframework.boot.web.reactive.context のメソッド。AnnotationConfigReactiveWebApplicationContext
createEnvironment() - クラス org.springframework.boot.web.reactive.context のメソッド。GenericReactiveWebApplicationContext
createEnvironment(WebApplicationType) - Method in interface org.springframework.boot.ApplicationContextFactory
created アプリケーションコンテキストに設定する新しい Environment を作成します。
createExceptionHandlerExceptionResolver() - クラス org.springframework.boot.autoconfigure.web.servlet のメソッド。WebMvcAutoConfiguration.EnableWebMvcConfiguration
createExpectationManager() - クラス org.springframework.boot.test.web.client のメソッド。MockServerRestClientCustomizer
createExpectationManager() - クラス org.springframework.boot.test.web.client のメソッド。MockServerRestTemplateCustomizer
createHandlerMethod(Object, Method) - クラス org.springframework.boot.actuate.endpoint.web.reactive のメソッド。AbstractWebFluxEndpointHandlerMapping
createHandlerMethod(Object, Method) - クラス org.springframework.boot.actuate.endpoint.web.servlet のメソッド。AbstractWebMvcEndpointHandlerMapping
createHeapDumper() - クラス org.springframework.boot.actuate.management のメソッド。HeapDumpWebEndpoint
HeapDumpWebEndpoint.HeapDumper の作成に使用されるファクトリメソッド。
createHttpContext(HttpMethod, URI) - クラス org.springframework.boot.test.web.client のメソッド。TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
createHttpHandler() - クラス org.springframework.boot.web.embedded.undertow のメソッド。UndertowServletWebServer
createHttpHandler() - クラス org.springframework.boot.web.embedded.undertow のメソッド。UndertowWebServer
createIndicator(B) - クラス org.springframework.boot.actuate.autoconfigure.health のメソッド。AbstractCompositeHealthContributorConfiguration
createJettyServer(JettyHttpHandlerAdapter) - クラス org.springframework.boot.web.embedded.jetty のメソッド。JettyReactiveWebServerFactory
createJpaVendorAdapter() - クラス org.springframework.boot.autoconfigure.orm.jpa のメソッド。JpaBaseConfiguration
createManagementContext(ApplicationContext) - クラス org.springframework.boot.actuate.autoconfigure.web のメソッド。ManagementContextFactory
createMetadataReader(Resource) - クラス org.springframework.boot.type.classreading のメソッド。ConcurrentReferenceCachingMetadataReaderFactory
メタデータリーダーを作成します。
createModifiedConfig(MergedContextConfiguration, Class<?>[]) - クラス org.springframework.boot.test.context のメソッド。SpringBootTestContextBootstrapper
異なるクラスで新しい MergedContextConfiguration を作成します。
createModifiedConfig(MergedContextConfiguration, Class<?>[], String[]) - クラス org.springframework.boot.test.context のメソッド。SpringBootTestContextBootstrapper
異なるクラスとプロパティで新しい MergedContextConfiguration を作成します。
createMongoClient(MongoClientSettings) - Method in class org.springframework.boot.autoconfigure.mongo.MongoClientFactorySupport
createMultipartConfig() - クラス org.springframework.boot.autoconfigure.web.servlet のメソッド。MultipartProperties
プロパティを使用して新しい MultipartConfigElementEE を作成します。
createMultipartConfig() - クラス org.springframework.boot.web.servlet のメソッド。MultipartConfigFactory
新しい MultipartConfigElementEE インスタンスを作成します。
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - クラス org.springframework.boot.actuate.endpoint.annotation のメソッド。EndpointDiscoverer
endpoint operation を作成するファクトリメソッド。
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - クラス org.springframework.boot.actuate.endpoint.jmx.annotation のメソッド。JmxEndpointDiscoverer
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - クラス org.springframework.boot.actuate.endpoint.web.annotation のメソッド。ControllerEndpointDiscoverer
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - クラス org.springframework.boot.actuate.endpoint.web.annotation のメソッド。ServletEndpointDiscoverer
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - クラス org.springframework.boot.actuate.endpoint.web.annotation のメソッド。WebEndpointDiscoverer
createOperationKey(O) - クラス org.springframework.boot.actuate.endpoint.annotation のメソッド。EndpointDiscoverer
指定された操作の EndpointDiscoverer.OperationKey を作成します。
createOperationKey(JmxOperation) - クラス org.springframework.boot.actuate.endpoint.jmx.annotation のメソッド。JmxEndpointDiscoverer
createOperationKey(Operation) - クラス org.springframework.boot.actuate.endpoint.web.annotation のメソッド。ControllerEndpointDiscoverer
createOperationKey(Operation) - クラス org.springframework.boot.actuate.endpoint.web.annotation のメソッド。ServletEndpointDiscoverer
createOperationKey(WebOperation) - クラス org.springframework.boot.actuate.endpoint.web.annotation のメソッド。WebEndpointDiscoverer
createPooledConnectionFactory(ConnectionFactory) - クラス org.springframework.boot.autoconfigure.jms のメソッド。JmsPoolConnectionFactoryFactory
指定された ConnectionFactoryEE に基づいて JmsPoolConnectionFactory を作成します。
createPropertyResolver(MutablePropertySources) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
基礎となる PropertySources のセットに対してプロパティ値を解決する新しい PropertyResolver を作成します。
createRegistrationBean(String, T, int) - インターフェース org.springframework.boot.web.servlet のメソッド。ServletContextInitializerBeans.RegistrationBeanAdapter
createRelative(String) - クラス org.springframework.boot.origin のメソッド。OriginTrackedResource
createRequestConfig() - クラス org.springframework.boot.test.web.client のメソッド。TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
createRequestMappingHandlerAdapter() - クラス org.springframework.boot.autoconfigure.web.reactive のメソッド。WebFluxAutoConfiguration.EnableWebFluxConfiguration
createRequestMappingHandlerAdapter() - クラス org.springframework.boot.autoconfigure.web.servlet のメソッド。WebMvcAutoConfiguration.EnableWebMvcConfiguration
createRequestMappingHandlerMapping() - クラス org.springframework.boot.autoconfigure.web.reactive のメソッド。WebFluxAutoConfiguration.EnableWebFluxConfiguration
createRequestMappingHandlerMapping() - クラス org.springframework.boot.autoconfigure.web.servlet のメソッド。WebMvcAutoConfiguration.EnableWebMvcConfiguration
createResource(EndpointMapping, WebOperation) - クラス org.springframework.boot.actuate.endpoint.web.jersey のメソッド。JerseyEndpointResourceFactory
createRootApplicationContext(ServletContext) - クラス org.springframework.boot.web.servlet.support のメソッド。SpringBootServletInitializer
createServerSslEngine(String, int) - クラス org.springframework.boot.autoconfigure.kafka のメソッド。SslBundleSslEngineFactory
createSpringApplication(ResourceLoader, Class<?>...) - クラス org.springframework.boot.builder のメソッド。SpringApplicationBuilder
指定された ResourceLoader を使用して、指定されたソースから新しい SpringApplication インスタンスを作成します。
createSpringApplicationBuilder() - クラス org.springframework.boot.web.servlet.support のメソッド。SpringBootServletInitializer
SpringApplication の構成および作成に使用される SpringApplicationBuilder を返します。
createSpyIfNecessary(Object, String) - クラス org.springframework.boot.test.mock.mockito のメソッド。MockitoPostProcessor
createSslContext() - インターフェース org.springframework.boot.ssl のメソッド。SslBundle
このバンドルの新しい SSLContextSE を作成するためのファクトリメソッド。
createSslContext(String) - インターフェース org.springframework.boot.ssl のメソッド。SslManagerBundle
このインスタンスによって管理される key managers および trust managers の新しい SSLContextSE を作成するためのファクトリメソッド。
createSslContextSpec() - クラス org.springframework.boot.web.embedded.netty のメソッド。SslServerCustomizer
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
3.2.0 以降、3.4.0 で削除され SslServerCustomizer.createSslContextSpec(SslBundle) を推奨
createSslContextSpec(SslBundle) - クラス org.springframework.boot.web.embedded.netty のメソッド。SslServerCustomizer
指定された SslBundle の AbstractProtocolSslContextSpec を作成します。
createSubPath(String) - クラス org.springframework.boot.actuate.endpoint.web のメソッド。EndpointMapping
createTempDir(String) - クラス org.springframework.boot.web.server のメソッド。AbstractConfigurableWebServerFactory
指定された Web サーバーの絶対一時ディレクトリを返します。
createTester(Class<?>, ResolvableType, M) - クラス org.springframework.boot.test.json のメソッド。AbstractJsonMarshalTester.FieldInitializer
createView(String) - クラス org.springframework.boot.web.reactive.result.view のメソッド。MustacheViewResolver
Credential() - クラス org.springframework.boot.autoconfigure.ldap.embedded のコンストラクター。EmbeddedLdapProperties.Credential
Credential() - クラス org.springframework.boot.autoconfigure.security.saml2 のコンストラクター。Saml2RelyingPartyProperties.AssertingParty.Verification.Credential
Credential() - クラス org.springframework.boot.autoconfigure.security.saml2 のコンストラクター。Saml2RelyingPartyProperties.Decryption.Credential
Credential() - クラス org.springframework.boot.autoconfigure.security.saml2 のコンストラクター。Saml2RelyingPartyProperties.Registration.Signing.Credential
CronTriggerDescriptor(CronTrigger) - クラス org.springframework.boot.actuate.quartz のコンストラクター。QuartzEndpoint.CronTriggerDescriptor
CSP_API_TOKEN - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.TokenType
CSP API トークン。
CSP_CLIENT_CREDENTIALS - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.TokenType
CSP クライアントの資格情報。
CSS - Enum constant in enum class org.springframework.boot.autoconfigure.security.StaticResourceLocation
"/css" のリソース。
CUMULATIVE - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties.HistogramType
累積ヒストグラム。
CURRENT - Enum constant in enum class org.springframework.boot.autoconfigure.condition.SearchStrategy
現在のコンテキストのみを検索します。
CustomHttpComponentsClientHttpRequestFactory(TestRestTemplate.HttpClientOption[], ClientHttpRequestFactorySettings) - クラス org.springframework.boot.test.web.client のコンストラクター。TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
customize(ClusterEnvironment.Builder) - インターフェース org.springframework.boot.autoconfigure.couchbase のメソッド。ClusterEnvironmentBuilderCustomizer
ClusterEnvironment.Builder をカスタマイズします。
customize(ProgrammaticDriverConfigLoaderBuilder) - インターフェース org.springframework.boot.autoconfigure.cassandra のメソッド。DriverConfigLoaderBuilderCustomizer
DriverConfigLoader ビルダーをカスタマイズします。
customize(CqlSessionBuilder) - インターフェース org.springframework.boot.autoconfigure.cassandra のメソッド。CqlSessionBuilderCustomizer
CqlSessionBuilder をカスタマイズします。
customize(GsonBuilder) - インターフェース org.springframework.boot.autoconfigure.gson のメソッド。GsonBuilderCustomizer
GsonBuilder をカスタマイズします。
customize(Config) - インターフェース org.springframework.boot.autoconfigure.hazelcast のメソッド。HazelcastConfigCustomizer
構成をカスタマイズします。
customize(MongoClientSettings.Builder) - Method in interface org.springframework.boot.autoconfigure.mongo.MongoClientSettingsBuilderCustomizer
MongoClientSettings.Builder をカスタマイズします。
customize(MongoClientSettings.Builder) - Method in class org.springframework.boot.autoconfigure.mongo.MongoPropertiesClientSettingsBuilderCustomizer
使用すべきではありません。
customize(MongoClientSettings.Builder) - Method in class org.springframework.boot.autoconfigure.mongo.StandardMongoClientSettingsBuilderCustomizer
customize(ConnectionFactory) - インターフェース org.springframework.boot.autoconfigure.amqp のメソッド。ConnectionFactoryCustomizer
ConnectionFactory をカスタマイズします。
customize(EnvironmentBuilder) - インターフェース org.springframework.boot.autoconfigure.amqp のメソッド。EnvironmentBuilderCustomizer
EnvironmentBuilder をカスタマイズします。
customize(ClientResources.Builder) - インターフェース org.springframework.boot.autoconfigure.data.redis のメソッド。ClientResourcesBuilderCustomizer
ClientResources.Builder をカスタマイズします。
customize(SdkTracerProviderBuilder) - インターフェース org.springframework.boot.actuate.autoconfigure.tracing のメソッド。SdkTracerProviderBuilderCustomizer
指定された builder をカスタマイズします。
customize(ConnectionFactoryOptions.Builder) - インターフェース org.springframework.boot.autoconfigure.r2dbc のメソッド。ConnectionFactoryOptionsBuilderCustomizer
ConnectionFactoryOptions.Builder をカスタマイズします。
customize(RSocketServer) - Method in interface org.springframework.boot.rsocket.server.RSocketServerCustomizer
RSocketServer インスタンスをカスタマイズするためのコールバック。
customize(DeploymentInfo) - インターフェース org.springframework.boot.web.embedded.undertow のメソッド。UndertowDeploymentInfoCustomizer
デプロイ情報をカスタマイズします。
customize(Undertow.Builder) - インターフェース org.springframework.boot.web.embedded.undertow のメソッド。UndertowBuilderCustomizer
ビルダーをカスタマイズします。
customize(Configuration<?>) - インターフェース org.springframework.boot.autoconfigure.validation のメソッド。ValidationConfigurationCustomizer
指定された configuration をカスタマイズします。
customize(Map<String, Object>) - インターフェース org.springframework.boot.autoconfigure.orm.jpa のメソッド。HibernatePropertiesCustomizer
指定された JPA ベンダープロパティをカスタマイズします。
customize(CacheManager) - Method in interface org.springframework.boot.autoconfigure.cache.JCacheManagerCustomizer
キャッシュマネージャーをカスタマイズします。
customize(ActiveMQConnectionFactory) - Method in interface org.springframework.boot.autoconfigure.jms.activemq.ActiveMQConnectionFactoryCustomizer
ActiveMQConnectionFactory をカスタマイズします。
customize(Configuration) - インターフェース org.springframework.boot.autoconfigure.jms.artemis のメソッド。ArtemisConfigurationCustomizer
構成をカスタマイズします。
customize(Connector) - インターフェース org.springframework.boot.web.embedded.tomcat のメソッド。TomcatConnectorCustomizer
コネクターをカスタマイズします。
customize(Context) - インターフェース org.springframework.boot.web.embedded.tomcat のメソッド。TomcatContextCustomizer
コンテキストをカスタマイズします。
customize(RequestConfig.Builder) - インターフェース org.springframework.boot.autoconfigure.elasticsearch のメソッド。RestClientBuilderCustomizer
RequestConfig.Builder をカスタマイズします。
customize(HttpAsyncClientBuilder) - インターフェース org.springframework.boot.autoconfigure.elasticsearch のメソッド。RestClientBuilderCustomizer
HttpAsyncClientBuilder をカスタマイズします。
customize(Cache2kBuilder<?, ?>) - インターフェース org.springframework.boot.autoconfigure.cache のメソッド。Cache2kBuilderCustomizer
デフォルトのキャッシュ設定をカスタマイズします。
customize(Server) - インターフェース org.springframework.boot.web.embedded.jetty のメソッド。JettyServerCustomizer
サーバーをカスタマイズします。
customize(RestClientBuilder) - インターフェース org.springframework.boot.autoconfigure.elasticsearch のメソッド。RestClientBuilderCustomizer
RestClientBuilder をカスタマイズします。
customize(FluentConfiguration) - Method in interface org.springframework.boot.autoconfigure.flyway.FlywayConfigurationCustomizer
flyway 構成をカスタマイズします。
customize(ResourceConfig) - インターフェース org.springframework.boot.actuate.autoconfigure.web.jersey のメソッド。ManagementContextResourceConfigCustomizer
リソース構成をカスタマイズします。
customize(ResourceConfig) - インターフェース org.springframework.boot.autoconfigure.jersey のメソッド。ResourceConfigCustomizer
リソース構成をカスタマイズします。
customize(InfluxDB) - インターフェース org.springframework.boot.autoconfigure.influx のメソッド。InfluxDbCustomizer
使用すべきではありません。
InfluxDB をカスタマイズします。
customize(DefaultConfiguration) - インターフェース org.springframework.boot.autoconfigure.jooq のメソッド。DefaultConfigurationCustomizer
jOOQ Configuration をカスタマイズします。
customize(Config.ConfigBuilder) - インターフェース org.springframework.boot.autoconfigure.neo4j のメソッド。ConfigBuilderCustomizer
Config.ConfigBuilder をカスタマイズします。
customize(RabbitTemplate) - インターフェース org.springframework.boot.autoconfigure.amqp のメソッド。RabbitTemplateCustomizer
RabbitTemplate インスタンスをカスタマイズするためのコールバック。
customize(RabbitRetryTemplateCustomizer.Target, RetryTemplate) - インターフェース org.springframework.boot.autoconfigure.amqp のメソッド。RabbitRetryTemplateCustomizer
指定された RabbitRetryTemplateCustomizer.Target のコンテキストで使用される RetryTemplate インスタンスをカスタマイズするためのコールバック。
customize(EntityManagerFactoryBuilder) - インターフェース org.springframework.boot.autoconfigure.orm.jpa のメソッド。EntityManagerFactoryBuilderCustomizer
指定された builder をカスタマイズします。
customize(RestTemplateBuilder) - インターフェース org.springframework.boot.actuate.autoconfigure.tracing.zipkin のメソッド。ZipkinRestTemplateBuilderCustomizer
Rest テンプレートビルダーをカスタマイズします。
customize(ConfigurableJettyWebServerFactory) - クラス org.springframework.boot.autoconfigure.web.embedded のメソッド。JettyVirtualThreadsWebServerFactoryCustomizer
customize(ConfigurableJettyWebServerFactory) - クラス org.springframework.boot.autoconfigure.web.embedded のメソッド。JettyWebServerFactoryCustomizer
customize(JettyReactiveWebServerFactory) - クラス org.springframework.boot.autoconfigure.websocket.reactive のメソッド。JettyWebSocketReactiveWebServerCustomizer
customize(JettyServletWebServerFactory) - クラス org.springframework.boot.autoconfigure.websocket.servlet のメソッド。JettyWebSocketServletWebServerCustomizer
customize(NettyReactiveWebServerFactory) - クラス org.springframework.boot.autoconfigure.web.embedded のメソッド。NettyWebServerFactoryCustomizer
customize(ConfigurableTomcatWebServerFactory) - クラス org.springframework.boot.autoconfigure.web.embedded のメソッド。TomcatVirtualThreadsWebServerFactoryCustomizer
customize(ConfigurableTomcatWebServerFactory) - クラス org.springframework.boot.autoconfigure.web.embedded のメソッド。TomcatWebServerFactoryCustomizer
customize(TomcatReactiveWebServerFactory) - クラス org.springframework.boot.autoconfigure.web.reactive のメソッド。TomcatReactiveWebServerFactoryCustomizer
customize(TomcatReactiveWebServerFactory) - クラス org.springframework.boot.autoconfigure.websocket.reactive のメソッド。TomcatWebSocketReactiveWebServerCustomizer
customize(TomcatServletWebServerFactory) - クラス org.springframework.boot.autoconfigure.web.servlet のメソッド。TomcatServletWebServerFactoryCustomizer
customize(TomcatServletWebServerFactory) - クラス org.springframework.boot.autoconfigure.websocket.servlet のメソッド。TomcatWebSocketServletWebServerCustomizer
customize(ConfigurableUndertowWebServerFactory) - クラス org.springframework.boot.autoconfigure.web.embedded のメソッド。UndertowWebServerFactoryCustomizer
customize(UndertowServletWebServerFactory) - クラス org.springframework.boot.autoconfigure.web.servlet のメソッド。UndertowServletWebServerFactoryCustomizer
customize(UndertowServletWebServerFactory) - クラス org.springframework.boot.autoconfigure.websocket.servlet のメソッド。UndertowWebSocketServletWebServerCustomizer
customize(ConfigurableReactiveWebServerFactory) - クラス org.springframework.boot.autoconfigure.web.reactive のメソッド。ReactiveWebServerFactoryCustomizer
customize(ConfigurableServletWebServerFactory) - クラス org.springframework.boot.autoconfigure.web.servlet のメソッド。ServletWebServerFactoryCustomizer
customize(ConfigurableConversionService) - インターフェース org.springframework.boot.autoconfigure.batch のメソッド。BatchConversionServiceCustomizer
ConfigurableConversionService をカスタマイズします。
customize(SimpleAsyncTaskExecutor) - インターフェース org.springframework.boot.task のメソッド。SimpleAsyncTaskExecutorCustomizer
SimpleAsyncTaskExecutor インスタンスをカスタマイズするためのコールバック。
customize(CouchbaseCacheManager.CouchbaseCacheManagerBuilder) - インターフェース org.springframework.boot.autoconfigure.cache のメソッド。CouchbaseCacheManagerBuilderCustomizer
CouchbaseCacheManager.CouchbaseCacheManagerBuilder をカスタマイズします。
customize(RedisCacheManager.RedisCacheManagerBuilder) - インターフェース org.springframework.boot.autoconfigure.cache のメソッド。RedisCacheManagerBuilderCustomizer
RedisCacheManager.RedisCacheManagerBuilder をカスタマイズします。
customize(JedisClientConfiguration.JedisClientConfigurationBuilder) - インターフェース org.springframework.boot.autoconfigure.data.redis のメソッド。JedisClientConfigurationBuilderCustomizer
JedisClientConfiguration.JedisClientConfigurationBuilder をカスタマイズします。
customize(LettuceClientConfiguration.LettuceClientConfigurationBuilder) - インターフェース org.springframework.boot.autoconfigure.data.redis のメソッド。LettuceClientConfigurationBuilderCustomizer
LettuceClientConfiguration.LettuceClientConfigurationBuilder をカスタマイズします。
customize(GraphQlSource.SchemaResourceBuilder) - インターフェース org.springframework.boot.autoconfigure.graphql のメソッド。GraphQlSourceBuilderCustomizer
Builder インスタンスをカスタマイズします。
customize(CodecConfigurer) - インターフェース org.springframework.boot.web.codec のメソッド。CodecCustomizer
CodecConfigurer インスタンスをカスタマイズするためのコールバック。
customize(Jackson2ObjectMapperBuilder) - インターフェース org.springframework.boot.autoconfigure.jackson のメソッド。Jackson2ObjectMapperBuilderCustomizer
JacksonObjectMapperBuilder をカスタマイズします。
customize(ResourceDatabasePopulator) - クラス org.springframework.boot.autoconfigure.quartz のメソッド。QuartzDataSourceScriptDatabaseInitializer
customize(ResourceDatabasePopulator) - クラス org.springframework.boot.jdbc.init のメソッド。DataSourceScriptDatabaseInitializer
ResourceDatabasePopulator をカスタマイズします。
customize(StreamsBuilderFactoryBean) - インターフェース org.springframework.boot.autoconfigure.kafka のメソッド。StreamsBuilderFactoryBeanCustomizer
StreamsBuilderFactoryBean をカスタマイズします。
customize(DefaultKafkaConsumerFactory<?, ?>) - インターフェース org.springframework.boot.autoconfigure.kafka のメソッド。DefaultKafkaConsumerFactoryCustomizer
DefaultKafkaConsumerFactory をカスタマイズします。
customize(DefaultKafkaProducerFactory<?, ?>) - インターフェース org.springframework.boot.autoconfigure.kafka のメソッド。DefaultKafkaProducerFactoryCustomizer
DefaultKafkaProducerFactory をカスタマイズします。
customize(RSocketMessageHandler) - Method in interface org.springframework.boot.autoconfigure.rsocket.RSocketMessageHandlerCustomizer
RSocketMessageHandler をカスタマイズします。
customize(RSocketStrategies.Builder) - Method in interface org.springframework.boot.rsocket.messaging.RSocketStrategiesCustomizer
RSocketStrategies.builder() インスタンスをカスタマイズするためのコールバック。
customize(MockMvcRestDocumentationConfigurer) - インターフェース org.springframework.boot.test.autoconfigure.restdocs のメソッド。RestDocsMockMvcConfigurationCustomizer
指定された configurer をカスタマイズします。
customize(RestAssuredRestDocumentationConfigurer) - インターフェース org.springframework.boot.test.autoconfigure.restdocs のメソッド。RestDocsRestAssuredConfigurationCustomizer
指定された configurer をカスタマイズします。
customize(WebTestClientRestDocumentationConfigurer) - インターフェース org.springframework.boot.test.autoconfigure.restdocs のメソッド。RestDocsWebTestClientConfigurationCustomizer
指定された configurer をカスタマイズします。
customize(SimpleAsyncTaskScheduler) - インターフェース org.springframework.boot.task のメソッド。SimpleAsyncTaskSchedulerCustomizer
SimpleAsyncTaskScheduler インスタンスをカスタマイズするためのコールバック。
customize(ThreadPoolTaskExecutor) - インターフェース org.springframework.boot.task のメソッド。TaskExecutorCustomizer
使用すべきではありません。
ThreadPoolTaskExecutor インスタンスをカスタマイズするためのコールバック。
customize(ThreadPoolTaskExecutor) - インターフェース org.springframework.boot.task のメソッド。ThreadPoolTaskExecutorCustomizer
ThreadPoolTaskExecutor インスタンスをカスタマイズするためのコールバック。
customize(ThreadPoolTaskScheduler) - インターフェース org.springframework.boot.task のメソッド。TaskSchedulerCustomizer
使用すべきではありません。
ThreadPoolTaskScheduler インスタンスをカスタマイズするためのコールバック。
customize(ThreadPoolTaskScheduler) - インターフェース org.springframework.boot.task のメソッド。ThreadPoolTaskSchedulerCustomizer
ThreadPoolTaskScheduler インスタンスをカスタマイズするためのコールバック。
customize(SchedulerFactoryBean) - インターフェース org.springframework.boot.autoconfigure.quartz のメソッド。SchedulerFactoryBeanCustomizer
SchedulerFactoryBean をカスタマイズします。
customize(NimbusJwtDecoder.JwkSetUriJwtDecoderBuilder) - インターフェース org.springframework.boot.autoconfigure.security.oauth2.resource.servlet のメソッド。JwkSetUriJwtDecoderBuilderCustomizer
指定された builder をカスタマイズします。
customize(NimbusReactiveJwtDecoder.JwkSetUriReactiveJwtDecoderBuilder) - インターフェース org.springframework.boot.autoconfigure.security.oauth2.resource.reactive のメソッド。JwkSetUriReactiveJwtDecoderBuilderCustomizer
指定された builder をカスタマイズします。
customize(DefaultCookieSerializer) - インターフェース org.springframework.boot.autoconfigure.session のメソッド。DefaultCookieSerializerCustomizer
Cookie シリアライザーをカスタマイズします。
customize(WebTestClient.Builder) - クラス org.springframework.boot.test.autoconfigure.web.reactive のメソッド。SpringBootWebTestClientBuilderCustomizer
customize(WebTestClient.Builder) - インターフェース org.springframework.boot.test.web.reactive.server のメソッド。WebTestClientBuilderCustomizer
指定された builder をカスタマイズします。
customize(ConfigurableMockMvcBuilder<?>) - クラス org.springframework.boot.test.autoconfigure.restdocs のメソッド。RestDocsMockMvcBuilderCustomizer
customize(ConfigurableMockMvcBuilder<?>) - インターフェース org.springframework.boot.test.autoconfigure.web.servlet のメソッド。MockMvcBuilderCustomizer
指定された builder をカスタマイズします。
customize(ConfigurableMockMvcBuilder<?>) - クラス org.springframework.boot.test.autoconfigure.web.servlet のメソッド。SpringBootMockMvcBuilderCustomizer
customize(PlatformTransactionManager) - クラス org.springframework.boot.autoconfigure.transaction のメソッド。TransactionManagerCustomizers
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
3.2.0 以降、3.4.0 で削除され TransactionManagerCustomizers.customize(TransactionManager) を推奨
customize(AbstractPlatformTransactionManager) - クラス org.springframework.boot.autoconfigure.transaction のメソッド。TransactionProperties
customize(TransactionManager) - クラス org.springframework.boot.autoconfigure.transaction のメソッド。TransactionManagerCustomizers
指定された transactionManager をカスタマイズします。
customize(RestClient.Builder) - クラス org.springframework.boot.actuate.metrics.web.client のメソッド。ObservationRestClientCustomizer
customize(RestClient.Builder) - クラス org.springframework.boot.autoconfigure.web.client のメソッド。HttpMessageConvertersRestClientCustomizer
customize(RestClient.Builder) - クラス org.springframework.boot.test.web.client のメソッド。MockServerRestClientCustomizer
customize(RestClient.Builder) - インターフェース org.springframework.boot.web.client のメソッド。RestClientCustomizer
RestClient.Builder インスタンスをカスタマイズするためのコールバック。
customize(RestTemplate) - クラス org.springframework.boot.actuate.metrics.web.client のメソッド。ObservationRestTemplateCustomizer
customize(RestTemplate) - クラス org.springframework.boot.test.web.client のメソッド。MockServerRestTemplateCustomizer
customize(RestTemplate) - インターフェース org.springframework.boot.web.client のメソッド。RestTemplateCustomizer
RestTemplate インスタンスをカスタマイズするためのコールバック。
customize(ResourceHandlerRegistration) - インターフェース org.springframework.boot.autoconfigure.web.reactive のメソッド。ResourceHandlerRegistrationCustomizer
指定された ResourceHandlerRegistration をカスタマイズします。
customize(WebClient.Builder) - インターフェース org.springframework.boot.actuate.autoconfigure.tracing.zipkin のメソッド。ZipkinWebClientBuilderCustomizer
Web クライアントビルダーをカスタマイズします。
customize(WebClient.Builder) - クラス org.springframework.boot.actuate.metrics.web.reactive.client のメソッド。ObservationWebClientCustomizer
customize(WebClient.Builder) - クラス org.springframework.boot.autoconfigure.web.reactive.function.client のメソッド。WebClientCodecCustomizer
customize(WebClient.Builder) - インターフェース org.springframework.boot.web.reactive.function.client のメソッド。WebClientCustomizer
WebClient.Builder インスタンスをカスタマイズするためのコールバック。
customize(WebServiceTemplate) - インターフェース org.springframework.boot.webservices.client のメソッド。WebServiceTemplateCustomizer
WebServiceTemplate インスタンスをカスタマイズするためのコールバック。
customize(T) - インターフェース org.springframework.boot.actuate.autoconfigure.metrics のメソッド。MeterRegistryCustomizer
指定された registry をカスタマイズします。
customize(T) - インターフェース org.springframework.boot.actuate.autoconfigure.observation のメソッド。ObservationRegistryCustomizer
指定された registry をカスタマイズします。
customize(T) - クラス org.springframework.boot.actuate.autoconfigure.web.server のメソッド。ManagementWebServerFactoryCustomizer
customize(T) - インターフェース org.springframework.boot.autoconfigure.cache のメソッド。CacheManagerCustomizer
キャッシュマネージャーをカスタマイズします。
customize(T) - クラス org.springframework.boot.autoconfigure.cache のメソッド。CacheManagerCustomizers
指定された CacheManager をカスタマイズします。
customize(T) - インターフェース org.springframework.boot.autoconfigure.transaction のメソッド。TransactionManagerCustomizer
指定されたトランザクションマネージャーをカスタマイズします。
customize(T) - インターフェース org.springframework.boot.web.client のメソッド。RestTemplateRequestCustomizer
指定された ClientHttpRequest をカスタマイズします。
customize(T) - インターフェース org.springframework.boot.web.embedded.tomcat のメソッド。TomcatProtocolHandlerCustomizer
プロトコルハンドラーをカスタマイズします。
customize(T) - インターフェース org.springframework.boot.web.server のメソッド。WebServerFactoryCustomizer
指定された WebServerFactory をカスタマイズします。
customize(T, ManagementServerProperties, ServerProperties) - クラス org.springframework.boot.actuate.autoconfigure.web.server のメソッド。ManagementWebServerFactoryCustomizer
customizeConnector(Connector) - クラス org.springframework.boot.web.embedded.tomcat のメソッド。TomcatReactiveWebServerFactory
customizeConnector(Connector) - クラス org.springframework.boot.web.embedded.tomcat のメソッド。TomcatServletWebServerFactory
customizers(Iterable<? extends SimpleAsyncTaskExecutorCustomizer>) - クラス org.springframework.boot.task のメソッド。SimpleAsyncTaskExecutorBuilder
SimpleAsyncTaskExecutor に適用する customizers を設定します。
customizers(Iterable<? extends SimpleAsyncTaskSchedulerCustomizer>) - クラス org.springframework.boot.task のメソッド。SimpleAsyncTaskSchedulerBuilder
SimpleAsyncTaskScheduler に適用する customizers を設定します。
customizers(Iterable<? extends ThreadPoolTaskExecutorCustomizer>) - クラス org.springframework.boot.task のメソッド。ThreadPoolTaskExecutorBuilder
ThreadPoolTaskExecutor に適用する ThreadPoolTaskExecutorCustomizers を設定します。
customizers(Iterable<? extends ThreadPoolTaskSchedulerCustomizer>) - クラス org.springframework.boot.task のメソッド。ThreadPoolTaskSchedulerBuilder
ThreadPoolTaskScheduler に適用する threadPoolTaskSchedulerCustomizers を設定します。
customizers(Iterable<TaskExecutorCustomizer>) - クラス org.springframework.boot.task のメソッド。TaskExecutorBuilder
使用すべきではありません。
ThreadPoolTaskExecutor に適用する TaskExecutorCustomizers を設定します。
customizers(Iterable<TaskSchedulerCustomizer>) - クラス org.springframework.boot.task のメソッド。TaskSchedulerBuilder
使用すべきではありません。
ThreadPoolTaskScheduler に適用する taskSchedulerCustomizers を設定します。
customizers(Collection<? extends RestTemplateCustomizer>) - クラス org.springframework.boot.web.client のメソッド。RestTemplateBuilder
RestTemplate に適用する RestTemplateCustomizers を設定します。
customizers(Collection<? extends WebServiceTemplateCustomizer>) - クラス org.springframework.boot.webservices.client のメソッド。WebServiceTemplateBuilder
WebServiceTemplate に適用する WebServiceTemplateCustomizers を設定します。
customizers(SimpleAsyncTaskExecutorCustomizer...) - クラス org.springframework.boot.task のメソッド。SimpleAsyncTaskExecutorBuilder
SimpleAsyncTaskExecutor に適用する customizers を設定します。
customizers(SimpleAsyncTaskSchedulerCustomizer...) - クラス org.springframework.boot.task のメソッド。SimpleAsyncTaskSchedulerBuilder
SimpleAsyncTaskScheduler に適用する customizers を設定します。
customizers(TaskExecutorCustomizer...) - クラス org.springframework.boot.task のメソッド。TaskExecutorBuilder
使用すべきではありません。
ThreadPoolTaskExecutor に適用する TaskExecutorCustomizers を設定します。
customizers(TaskSchedulerCustomizer...) - クラス org.springframework.boot.task のメソッド。TaskSchedulerBuilder
使用すべきではありません。
ThreadPoolTaskScheduler に適用する TaskSchedulerCustomizers を設定します。
customizers(ThreadPoolTaskExecutorCustomizer...) - クラス org.springframework.boot.task のメソッド。ThreadPoolTaskExecutorBuilder
ThreadPoolTaskExecutor に適用する ThreadPoolTaskExecutorCustomizers を設定します。
customizers(ThreadPoolTaskSchedulerCustomizer...) - クラス org.springframework.boot.task のメソッド。ThreadPoolTaskSchedulerBuilder
ThreadPoolTaskScheduler に適用する threadPoolTaskSchedulerCustomizers を設定します。
customizers(RestTemplateCustomizer...) - クラス org.springframework.boot.web.client のメソッド。RestTemplateBuilder
RestTemplate に適用する RestTemplateCustomizers を設定します。
customizers(WebServiceTemplateCustomizer...) - クラス org.springframework.boot.webservices.client のメソッド。WebServiceTemplateBuilder
WebServiceTemplate に適用する WebServiceTemplateCustomizers を設定します。
customizeVendorProperties(Map<String, Object>) - クラス org.springframework.boot.autoconfigure.orm.jpa のメソッド。JpaBaseConfiguration
ベンダープロパティを使用する前にカスタマイズします。
CustomTriggerDescriptor(Trigger) - クラス org.springframework.boot.actuate.quartz のコンストラクター。QuartzEndpoint.CustomTriggerDescriptor
CYAN - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
CYAN - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
すべてのクラスとインターフェース | すべてのパッケージ | 定数フィールド値 | 連載形式