Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- cache(String, String) - Method in class org.springframework.boot.actuate.cache.CachesEndpoint
- 
Return aCachesEndpoint.CacheDescriptorfor the specified cache.
- cache(String, String) - Method in class org.springframework.boot.actuate.cache.CachesEndpointWebExtension
- Cache() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
- Cache() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
- Cache() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Producer.Cache
- Cache() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache
- CACHE2K - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
- 
Cache2k backed caching.
- Cache2kBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.cache
- 
Callback interface that can be implemented by beans wishing to customize the default setup for caches added to the manager through addCaches and for dynamically created caches.
- Cache2kCacheMeterBinderProvider - Class in org.springframework.boot.actuate.metrics.cache
- 
CacheMeterBinderProviderimplementation for cache2k.
- Cache2kCacheMeterBinderProvider() - Constructor for class org.springframework.boot.actuate.metrics.cache.Cache2kCacheMeterBinderProvider
- CacheAutoConfiguration - Class in org.springframework.boot.autoconfigure.cache
- 
Auto-configurationfor the cache abstraction.
- CacheAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
- cacheAutoConfigurationValidator(CacheProperties, ObjectProvider<CacheManager>) - Method in class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
- Cachecontrol() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- CacheDescriptor(String) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint.CacheDescriptor
- CacheEntryDescriptor(Cache, String) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint.CacheEntryDescriptor
- cacheManager(CacheManagerCustomizers, EmbeddedCacheManager) - Method in class org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
- CacheManagerCustomizer<T extends CacheManager> - Interface in org.springframework.boot.autoconfigure.cache
- 
Callback interface that can be implemented by beans wishing to customize the cache manager before it is fully initialized, in particular to tune its configuration.
- cacheManagerCustomizers(ObjectProvider<CacheManagerCustomizer<?>>) - Method in class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
- CacheManagerCustomizers - Class in org.springframework.boot.autoconfigure.cache
- 
Invokes the availableCacheManagerCustomizerinstances in the context for a givenCacheManager.
- CacheManagerCustomizers(List<? extends CacheManagerCustomizer<?>>) - Constructor for class org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers
- CacheManagerDescriptor(Map<String, CachesEndpoint.CacheDescriptor>) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint.CacheManagerDescriptor
- CacheMeterBinderProvider<C extends Cache> - Interface in org.springframework.boot.actuate.metrics.cache
- 
Provide aMeterBinderbased on aCache.
- CacheMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.cache
- 
Auto-configurationfor metrics on all availablecaches.
- CacheMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsAutoConfiguration
- CacheMetricsRegistrar - Class in org.springframework.boot.actuate.metrics.cache
- 
Register supportedCacheto aMeterRegistry.
- CacheMetricsRegistrar(MeterRegistry, Collection<CacheMeterBinderProvider<?>>) - Constructor for class org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
- 
Creates a new registrar.
- CacheProperties - Class in org.springframework.boot.autoconfigure.cache
- 
Configuration properties for the cache abstraction.
- CacheProperties() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties
- CacheProperties.Caffeine - Class in org.springframework.boot.autoconfigure.cache
- 
Caffeine specific cache properties.
- CacheProperties.Couchbase - Class in org.springframework.boot.autoconfigure.cache
- 
Couchbase specific cache properties.
- CacheProperties.Infinispan - Class in org.springframework.boot.autoconfigure.cache
- 
Infinispan specific cache properties.
- CacheProperties.JCache - Class in org.springframework.boot.autoconfigure.cache
- 
JCache (JSR-107) specific cache properties.
- CacheProperties.Redis - Class in org.springframework.boot.autoconfigure.cache
- 
Redis-specific cache properties.
- cacheProvider() - Element in annotation interface org.springframework.boot.test.autoconfigure.core.AutoConfigureCache
- caches() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint
- 
Return aCachesEndpoint.CachesDescriptorof all availablecaches.
- CachesDescriptor(Map<String, CachesEndpoint.CacheManagerDescriptor>) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint.CachesDescriptor
- cachesEndpoint(Map<String, CacheManager>) - Method in class org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration
- CachesEndpoint - Class in org.springframework.boot.actuate.cache
- CachesEndpoint(Map<String, CacheManager>) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint
- 
Create a new endpoint with theCacheManagerinstances to use.
- CachesEndpoint.CacheDescriptor - Class in org.springframework.boot.actuate.cache
- 
Description of aCache.
- CachesEndpoint.CacheEntryDescriptor - Class in org.springframework.boot.actuate.cache
- 
Description of aCacheentry.
- CachesEndpoint.CacheManagerDescriptor - Class in org.springframework.boot.actuate.cache
- 
Description of aCacheManager.
- CachesEndpoint.CachesDescriptor - Class in org.springframework.boot.actuate.cache
- 
Description of the caches.
- CachesEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.cache
- CachesEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration
- cachesEndpointWebExtension(CachesEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration
- CachesEndpointWebExtension - Class in org.springframework.boot.actuate.cache
- 
@EndpointWebExtensionfor theCachesEndpoint.
- CachesEndpointWebExtension(CachesEndpoint) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpointWebExtension
- CacheType - Enum Class in org.springframework.boot.autoconfigure.cache
- 
Supported cache types (defined in order of precedence).
- CachingConnectionFactoryConfigurer - Class in org.springframework.boot.autoconfigure.amqp
- 
Configures RabbitCachingConnectionFactorywith sensible defaults.
- CachingConnectionFactoryConfigurer(RabbitProperties) - Constructor for class org.springframework.boot.autoconfigure.amqp.CachingConnectionFactoryConfigurer
- 
Creates a new configurer that will configure the connection factory using the givenproperties.
- CachingConnectionFactoryConfigurer(RabbitProperties, RabbitConnectionDetails) - Constructor for class org.springframework.boot.autoconfigure.amqp.CachingConnectionFactoryConfigurer
- 
Creates a new configurer that will configure the connection factory using the givenpropertiesandconnectionDetails, with the latter taking priority.
- CachingOperationInvoker - Class in org.springframework.boot.actuate.endpoint.invoker.cache
- 
AnOperationInvokerthat caches the response of an operation with a configurable time to live.
- CachingOperationInvokerAdvisor - Class in org.springframework.boot.actuate.endpoint.invoker.cache
- 
OperationInvokerAdvisorto optionally provide result caching support.
- CachingOperationInvokerAdvisor(Function<EndpointId, Long>) - Constructor for class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor
- Caffeine() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
- CAFFEINE - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
- 
Caffeine backed caching.
- CaffeineCacheMeterBinderProvider - Class in org.springframework.boot.actuate.metrics.cache
- 
CacheMeterBinderProviderimplementation for Caffeine.
- CaffeineCacheMeterBinderProvider() - Constructor for class org.springframework.boot.actuate.metrics.cache.CaffeineCacheMeterBinderProvider
- CalendarIntervalTriggerDescriptor(CalendarIntervalTrigger) - Constructor for class org.springframework.boot.actuate.quartz.QuartzEndpoint.CalendarIntervalTriggerDescriptor
- callback(Class<C>, C, A, Object...) - Static method in class org.springframework.boot.util.LambdaSafe
- 
Start a call to a single callback instance, dealing with common generic type concerns and exceptions.
- callbacks(Class<C>, Collection<? extends C>, A, Object...) - Static method in class org.springframework.boot.util.LambdaSafe
- 
Start a call to callback instances, dealing with common generic type concerns and exceptions.
- canResolve(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.InvocationContext
- 
Returns whether the context is capable of resolving an argument of the giventype.
- canResolve(Class<?>) - Method in interface org.springframework.boot.actuate.endpoint.OperationArgumentResolver
- 
Return whether an argument of the giventypecan be resolved.
- canResolve(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.ProducibleOperationArgumentResolver
- CapturedOutput - Interface in org.springframework.boot.test.system
- 
Provides access toSystem.outandSystem.erroutput that has been captured by theOutputCaptureExtensionorOutputCaptureRule.
- CassandraAutoConfiguration - Class in org.springframework.boot.autoconfigure.cassandra
- 
Auto-configurationfor Cassandra.
- CassandraConnectionDetails - Interface in org.springframework.boot.autoconfigure.cassandra
- 
Details required to establish a connection to a Cassandra service.
- CassandraConnectionDetails.Node - Record Class in org.springframework.boot.autoconfigure.cassandra
- 
A Cassandra node.
- cassandraConverter(CassandraMappingContext, CassandraCustomConversions) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
- cassandraCustomConversions() - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
- CassandraDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
- 
Auto-configurationfor Spring Data's Cassandra support.
- CassandraDataAutoConfiguration(CqlSession) - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
- cassandraDriverConfigLoader(CassandraConnectionDetails, ObjectProvider<DriverConfigLoaderBuilderCustomizer>) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
- CassandraDriverHealthIndicator - Class in org.springframework.boot.actuate.cassandra
- 
Simple implementation of aHealthIndicatorreturning status information for Cassandra data stores.
- CassandraDriverHealthIndicator(CqlSession) - Constructor for class org.springframework.boot.actuate.cassandra.CassandraDriverHealthIndicator
- 
Create a newCassandraDriverHealthIndicatorinstance.
- CassandraDriverReactiveHealthIndicator - Class in org.springframework.boot.actuate.cassandra
- 
Simple implementation of aReactiveHealthIndicatorreturning status information for Cassandra data stores.
- CassandraDriverReactiveHealthIndicator(CqlSession) - Constructor for class org.springframework.boot.actuate.cassandra.CassandraDriverReactiveHealthIndicator
- 
Create a newCassandraDriverReactiveHealthIndicatorinstance.
- CassandraHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.cassandra
- CassandraHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.cassandra.CassandraHealthContributorAutoConfiguration
- cassandraManagedTypes(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
- cassandraMappingContext(CassandraManagedTypes, CassandraCustomConversions) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
- CassandraProperties - Class in org.springframework.boot.autoconfigure.cassandra
- 
Configuration properties for Cassandra.
- CassandraProperties() - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
- CassandraProperties.Compression - Enum Class in org.springframework.boot.autoconfigure.cassandra
- 
Name of the algorithm used to compress protocol frames.
- CassandraProperties.Connection - Class in org.springframework.boot.autoconfigure.cassandra
- CassandraProperties.Controlconnection - Class in org.springframework.boot.autoconfigure.cassandra
- CassandraProperties.Pool - Class in org.springframework.boot.autoconfigure.cassandra
- 
Pool properties.
- CassandraProperties.Request - Class in org.springframework.boot.autoconfigure.cassandra
- CassandraProperties.Ssl - Class in org.springframework.boot.autoconfigure.cassandra
- CassandraProperties.Throttler - Class in org.springframework.boot.autoconfigure.cassandra
- CassandraProperties.ThrottlerType - Enum Class in org.springframework.boot.autoconfigure.cassandra
- CassandraReactiveDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
- 
Auto-configurationfor Spring Data's reactive Cassandra support.
- CassandraReactiveDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveDataAutoConfiguration
- CassandraReactiveHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.cassandra
- CassandraReactiveHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.cassandra.CassandraReactiveHealthContributorAutoConfiguration
- CassandraReactiveRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
- 
Auto-configurationfor Spring Data's Cassandra Reactive Repositories.
- CassandraReactiveRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveRepositoriesAutoConfiguration
- CassandraRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
- 
Auto-configurationfor Spring Data's Cassandra Repositories.
- CassandraRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraRepositoriesAutoConfiguration
- cassandraSession(CqlSessionBuilder) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
- cassandraSessionBuilder(DriverConfigLoader, CassandraConnectionDetails, ObjectProvider<CqlSessionBuilderCustomizer>, ObjectProvider<SslBundles>) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
- cassandraSessionFactory(Environment, CassandraConverter) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
- cassandraTemplate(SessionFactory, CassandraConverter) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
- certificate() - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- CertificateFileSslStoreProvider - Class in org.springframework.boot.web.server
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.1.0 for removal in 3.3.0 in favor of registering aSslBundlebacked by aPemSslStoreBundle.
- certificates() - Method in interface org.springframework.boot.ssl.pem.PemSslStore
- 
The certificates for this store.
- certificates() - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
- 
Returns the value of thecertificatesrecord component.
- CglibAutoProxyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration
- Chain() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain
- ChangedFile - Class in org.springframework.boot.devtools.filewatch
- 
A single file that has changed.
- ChangedFile(File, File, ChangedFile.Type) - Constructor for class org.springframework.boot.devtools.filewatch.ChangedFile
- 
Create a newChangedFileinstance.
- ChangedFile.Type - Enum Class in org.springframework.boot.devtools.filewatch
- 
Change types.
- ChangedFiles - Class in org.springframework.boot.devtools.filewatch
- 
A collections of files from a specific source directory that have changed.
- ChangedFiles(File, Set<ChangedFile>) - Constructor for class org.springframework.boot.devtools.filewatch.ChangedFiles
- changeProperties(SerializationConfig, BeanDescription, List<BeanPropertyWriter>) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
- ChangeSetDescriptor(RanChangeSet) - Constructor for class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSetDescriptor
- Channel() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
- Channel() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties.Channel
- characterEncodingFilter() - Method in class org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration
- charAt(int) - Method in interface org.springframework.boot.test.system.CapturedOutput
- checkResource(Locale) - Method in class org.springframework.boot.web.servlet.view.MustacheView
- checkResourceExists(Locale) - Method in class org.springframework.boot.web.reactive.result.view.MustacheView
- checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration
- checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
- checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
- child(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Create a child application with the provided sources.
- CHILD - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.web.ManagementContextType
- 
The management context is a separate context that is a child of the main application context.
- chop(int) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Return a newConfigurationPropertyNameby chopping this name to the givensize.
- classes() - Element in annotation interface org.springframework.boot.autoconfigure.ImportAutoConfiguration
- 
The auto-configuration classes that should be imported.
- classes() - Element in annotation interface org.springframework.boot.test.context.SpringBootTest
- 
The component classes to use for loading anApplicationContext.
- classes() - Element in annotation interface org.springframework.boot.test.mock.mockito.MockBean
- 
The classes to mock.
- classes() - Element in annotation interface org.springframework.boot.test.mock.mockito.SpyBean
- 
The classes to spy.
- ClassLoaderFile - Class in org.springframework.boot.devtools.restart.classloader
- 
A single file that may be served from aClassLoader.
- ClassLoaderFile(ClassLoaderFile.Kind, byte[]) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
- 
Create a newClassLoaderFileinstance.
- ClassLoaderFile(ClassLoaderFile.Kind, long, byte[]) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
- 
Create a newClassLoaderFileinstance.
- ClassLoaderFile.Kind - Enum Class in org.springframework.boot.devtools.restart.classloader
- 
The kinds of class load files.
- ClassLoaderFileRepository - Interface in org.springframework.boot.devtools.restart.classloader
- 
A container for files that may be served from aClassLoader.
- ClassLoaderFiles - Class in org.springframework.boot.devtools.restart.classloader
- 
ClassLoaderFileRepositorythat maintains a collection ofClassLoaderFileitems grouped by source directories.
- ClassLoaderFiles() - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
- 
Create a newClassLoaderFilesinstance.
- ClassLoaderFiles(ClassLoaderFiles) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
- 
Create a newClassLoaderFilesinstance.
- ClassLoaderFiles.SourceDirectory - Class in org.springframework.boot.devtools.restart.classloader
- 
An individual source directory that is being managed by the collection.
- ClassLoaderFileURLStreamHandler - Class in org.springframework.boot.devtools.restart.classloader
- 
URLStreamHandlerfor the contents of aClassLoaderFile.
- ClassLoaderFileURLStreamHandler(ClassLoaderFile) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFileURLStreamHandler
- classLoaderMetrics() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration
- ClassPathChangedEvent - Class in org.springframework.boot.devtools.classpath
- 
ApplicationEventcontaining details of a classpath change.
- ClassPathChangedEvent(Object, Set<ChangedFiles>, boolean) - Constructor for class org.springframework.boot.devtools.classpath.ClassPathChangedEvent
- 
Create a newClassPathChangedEvent.
- ClassPathChangeUploader - Class in org.springframework.boot.devtools.remote.client
- 
Listens and pushes any classpath updates to a remote endpoint.
- ClassPathChangeUploader(String, ClientHttpRequestFactory) - Constructor for class org.springframework.boot.devtools.remote.client.ClassPathChangeUploader
- ClassPathDirectories - Class in org.springframework.boot.devtools.classpath
- 
Provides access to entries on the classpath that refer to directories.
- ClassPathDirectories(URL[]) - Constructor for class org.springframework.boot.devtools.classpath.ClassPathDirectories
- ClassPathFileSystemWatcher - Class in org.springframework.boot.devtools.classpath
- 
Encapsulates aFileSystemWatcherto watch the local classpath directories for changes.
- ClassPathFileSystemWatcher(FileSystemWatcherFactory, ClassPathRestartStrategy, URL[]) - Constructor for class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
- 
Create a newClassPathFileSystemWatcherinstance.
- ClassPathRestartStrategy - Interface in org.springframework.boot.devtools.classpath
- 
Strategy interface used to determine when a changed classpath file should trigger a full application restart.
- CLEAN_HISTORY_ON_START - Enum constant in enum class org.springframework.boot.logging.logback.RollingPolicySystemProperty
- 
Logging system property for the clean history on start flag.
- cleanUp() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
- cleanUp() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
- cleanUp() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
- cleanUp() - Method in class org.springframework.boot.logging.LoggingSystem
- 
Clean up the logging system.
- Cleanup() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Cleanup
- clear() - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
- 
Clear the cache and force it to be reloaded on next access.
- clear() - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
- 
Clear the persistence context, causing all managed entities to become detached.
- clearCache() - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
- 
Clear the entire MetadataReader cache, removing all cached class metadata.
- clearCache(String, String) - Method in class org.springframework.boot.actuate.cache.CachesEndpoint
- 
Clear the specificCache.
- clearCache(String, String) - Method in class org.springframework.boot.actuate.cache.CachesEndpointWebExtension
- clearCaches() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint
- 
Clear all the availablecaches.
- clearInstance() - Static method in class org.springframework.boot.devtools.restart.Restarter
- 
Clear the instance.
- Client() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Client
- Client() - Constructor for class org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties.Http.Client
- Client() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Client
- Client() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Client
- Client() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
- CLIENT - Static variable in class org.springframework.boot.autoconfigure.jms.AcknowledgeMode
- 
Messages are acknowledged once the message listener implementation has calledMessage.acknowledge().
- CLIENT_ERROR - Enum constant in enum class org.springframework.boot.actuate.metrics.http.Outcome
- 
Outcome of the request was client error.
- ClientHttpConnectorAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive.function.client
- ClientHttpConnectorAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.function.client.ClientHttpConnectorAutoConfiguration
- ClientHttpRequestFactories - Class in org.springframework.boot.web.client
- 
Utility class that can be used to createClientHttpRequestFactoryinstances configured using givenClientHttpRequestFactorySettings.
- clientHttpRequestFactory() - Method in class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
- ClientHttpRequestFactorySettings - Record Class in org.springframework.boot.web.client
- 
Settings that can be applied when creating aClientHttpRequestFactory.
- ClientHttpRequestFactorySettings(Duration, Duration, Boolean) - Constructor for record class org.springframework.boot.web.client.ClientHttpRequestFactorySettings
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 as support for buffering has been removed in Spring Framework 6.1
- ClientHttpRequestFactorySettings(Duration, Duration, Boolean, SslBundle) - Constructor for record class org.springframework.boot.web.client.ClientHttpRequestFactorySettings
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 as support for buffering has been removed in Spring Framework 6.1
- ClientHttpRequestFactorySettings(Duration, Duration, SslBundle) - Constructor for record class org.springframework.boot.web.client.ClientHttpRequestFactorySettings
- 
Creates an instance of aClientHttpRequestFactorySettingsrecord class.
- clientProviderType() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicPropertiesConfigAdapter
- ClientRequests() - Constructor for class org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties.Http.Client.ClientRequests
- ClientResourcesBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.data.redis
- 
Callback interface that can be implemented by beans wishing to customize theClientResourcesthrough aClientResources.Builderwhilst retaining default auto-configuration.
- clientRSocketConnector(IntegrationProperties, RSocketStrategies) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketClientConfiguration
- ClientsConfiguredCondition - Class in org.springframework.boot.autoconfigure.security.oauth2.client
- 
Condition that matches if anyspring.security.oauth2.client.registrationproperties are defined.
- ClientsConfiguredCondition() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.ClientsConfiguredCondition
- close() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
- close() - Method in class org.springframework.boot.autoconfigure.kafka.SslBundleSslEngineFactory
- close() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration
- close() - Method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
- close(ConfigurableApplicationContext) - Method in class org.springframework.boot.DefaultBootstrapContext
- 
Method to be called whenBootstrapContextis closed and theApplicationContextis prepared.
- closeAll(ApplicationContext) - Static method in class org.springframework.boot.test.util.ApplicationContextTestUtils
- 
Closes thisApplicationContextand its parent hierarchy if any.
- CLOUD_FOUNDRY - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.endpoint.expose.EndpointExposure
- 
Exposed on Cloud Foundry over `/cloudfoundryapplication`.
- CLOUD_FOUNDRY - Enum constant in enum class org.springframework.boot.cloud.CloudPlatform
- 
Cloud Foundry platform.
- CloudFoundryActuatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
- 
Auto-configurationto expose actuator endpoints for Cloud Foundry to use.
- CloudFoundryActuatorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration
- CloudFoundryActuatorAutoConfiguration.IgnoredCloudFoundryPathsWebSecurityConfiguration - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
- 
WebSecurityConfigurerto tell Spring Security to ignore cloudfoundry specific paths.
- CloudFoundryAuthorizationException - Exception in org.springframework.boot.actuate.autoconfigure.cloudfoundry
- 
Authorization exceptions thrown to limit access to the endpoints.
- 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 - Enum Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry
- 
Reasons why the exception can be thrown.
- cloudFoundryHealthEndpointWebExtension(HealthEndpointWebExtension) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration
- CloudFoundryHealthEndpointWebExtension - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
- 
@EndpointExtensionfor theHealthEndpointthat always exposes full health details.
- CloudFoundryHealthEndpointWebExtension(HealthEndpointWebExtension) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryHealthEndpointWebExtension
- cloudFoundryInfoEndpointWebExtension(GitProperties, ObjectProvider<InfoContributor>) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.ReactiveCloudFoundryActuatorAutoConfiguration
- cloudFoundryInfoEndpointWebExtension(GitProperties, ObjectProvider<InfoContributor>) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration
- CloudFoundryInfoEndpointWebExtension - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
- 
@EndpointExtensionfor theInfoEndpointthat always exposes full git details.
- CloudFoundryInfoEndpointWebExtension(InfoEndpoint) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryInfoEndpointWebExtension
- cloudFoundryReactiveHealthEndpointWebExtension(ReactiveHealthEndpointWebExtension) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.ReactiveCloudFoundryActuatorAutoConfiguration
- CloudFoundryReactiveHealthEndpointWebExtension - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive
- 
Reactive@EndpointExtensionfor theHealthEndpointthat always exposes full health details.
- CloudFoundryReactiveHealthEndpointWebExtension(ReactiveHealthEndpointWebExtension) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.CloudFoundryReactiveHealthEndpointWebExtension
- CloudFoundryVcapEnvironmentPostProcessor - Class in org.springframework.boot.cloud
- 
AnEnvironmentPostProcessorthat knows where to find VCAP (a.k.a.
- CloudFoundryVcapEnvironmentPostProcessor(DeferredLogFactory) - Constructor for class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
- 
Create a newCloudFoundryVcapEnvironmentPostProcessorinstance.
- CloudFoundryWebEndpointDiscoverer - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry
- 
WebEndpointDiscovererfor Cloud Foundry that uses Cloud Foundry specific extensions for theHealthEndpoint.
- CloudFoundryWebEndpointDiscoverer(ApplicationContext, ParameterValueMapper, EndpointMediaTypes, List<PathMapper>, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableWebEndpoint>>) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryWebEndpointDiscoverer
- 
Create a newWebEndpointDiscovererinstance.
- cloudFoundryWebEndpointServletHandlerMapping(ParameterValueMapper, EndpointMediaTypes, RestTemplateBuilder, ServletEndpointsSupplier, ControllerEndpointsSupplier, ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration
- cloudFoundryWebFluxEndpointHandlerMapping(ParameterValueMapper, EndpointMediaTypes, WebClient.Builder, ControllerEndpointsSupplier, ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.ReactiveCloudFoundryActuatorAutoConfiguration
- CloudPlatform - Enum Class in org.springframework.boot.cloud
- 
Simple detection for well known cloud platforms.
- Cluster() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
- Cluster() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce.Cluster
- ClusterEnvironmentBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.couchbase
- 
Callback interface that can be implemented by beans wishing to customize theClusterEnvironmentthrough aClusterEnvironment.Builderwhilst retaining default auto-configuration.
- CodecCustomizer - Interface in org.springframework.boot.web.codec
- 
Callback interface that can be used to customize codecs configuration for an HTTP client and/or server with aCodecConfigurer.
- CodecProperties - Class in org.springframework.boot.autoconfigure.codec
- 
Propertiesfor reactive codecs.
- CodecProperties() - Constructor for class org.springframework.boot.autoconfigure.codec.CodecProperties
- CodecsAutoConfiguration - Class in org.springframework.boot.autoconfigure.http.codec
- CodecsAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration
- collectorRegistry() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration
- ColorConverter - Class in org.springframework.boot.logging.log4j2
- 
Log4j2LogEventPatternConvertercolors output using theAnsiOutputclass.
- ColorConverter - Class in org.springframework.boot.logging.logback
- 
LogbackCompositeConvertercolors output using theAnsiOutputclass.
- ColorConverter() - Constructor for class org.springframework.boot.logging.logback.ColorConverter
- CommandLineRunner - Interface in org.springframework.boot
- 
Interface used to indicate that a bean should run when it is contained within aSpringApplication.
- commit(TransactionContext) - Method in class org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
- CommonsDbcp2DataSourcePoolMetadata - Class in org.springframework.boot.jdbc.metadata
- 
DataSourcePoolMetadatafor an Apache Commons DBCP2DataSource.
- CommonsDbcp2DataSourcePoolMetadata(BasicDataSource) - Constructor for class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
- compareTo(ConfigurationProperty) - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
- compareTo(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- components() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.client.RestClientTest
- 
Specifies the components to test.
- components() - Element in annotation interface org.springframework.boot.test.autoconfigure.webservices.client.WebServiceClientTest
- 
Specifies the components to test.
- ComponentScanPackageCheck() - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
- composeFile() - Method in record class org.springframework.boot.docker.compose.core.DockerComposeOrigin
- 
Returns the value of thecomposeFilerecord component.
- CompositeDataSourcePoolMetadataProvider - Class in org.springframework.boot.jdbc.metadata
- 
ADataSourcePoolMetadataProviderimplementation that returns the firstDataSourcePoolMetadatathat is found by one of its delegate.
- CompositeDataSourcePoolMetadataProvider(Collection<? extends DataSourcePoolMetadataProvider>) - Constructor for class org.springframework.boot.jdbc.metadata.CompositeDataSourcePoolMetadataProvider
- 
Create aCompositeDataSourcePoolMetadataProviderinstance with an initial collection of delegates to use.
- CompositeHealth - Class in org.springframework.boot.actuate.health
- 
AHealthComponentthat is composed of otherHealthComponentinstances.
- CompositeHealthContributor - Interface in org.springframework.boot.actuate.health
- 
AHealthContributorthat is composed of otherHealthContributorinstances.
- CompositeHealthContributorConfiguration<I extends HealthIndicator,B> - Class in org.springframework.boot.actuate.autoconfigure.health 
- 
Base class for health contributor configurations that can combine source beans into a composite.
- CompositeHealthContributorConfiguration(Function<B, I>) - Constructor for class org.springframework.boot.actuate.autoconfigure.health.CompositeHealthContributorConfiguration
- 
Creates aCompositeHealthContributorConfigurationthat will use the givenindicatorFactoryto createHealthIndicatorinstances.
- CompositeMeterRegistryAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics
- 
Auto-configurationfor aCompositeMeterRegistry.
- CompositeMeterRegistryAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryAutoConfiguration
- CompositeReactiveHealthContributor - Interface in org.springframework.boot.actuate.health
- 
AReactiveHealthContributorthat is composed of otherReactiveHealthContributorinstances.
- CompositeReactiveHealthContributorConfiguration<I extends ReactiveHealthIndicator,B> - Class in org.springframework.boot.actuate.autoconfigure.health 
- 
Base class for health contributor configurations that can combine source beans into a composite.
- CompositeReactiveHealthContributorConfiguration(Function<B, I>) - Constructor for class org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthContributorConfiguration
- 
Creates aCompositeReactiveHealthContributorConfigurationthat will use the givenindicatorFactoryto createReactiveHealthIndicatorinstances.
- Compression - Class in org.springframework.boot.web.server
- 
Simple server-independent abstraction for compression configuration.
- Compression() - Constructor for class org.springframework.boot.web.server.Compression
- CONCURRENCY_LIMITING - Enum constant in enum class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.ThrottlerType
- 
Limit the number of requests that can be executed in parallel.
- concurrencyLimit(Integer) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
- 
Set the concurrency limit.
- concurrencyLimit(Integer) - Method in class org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
- 
Set the concurrency limit.
- ConcurrentKafkaListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.kafka
- 
ConfigureConcurrentKafkaListenerContainerFactorywith sensible defaults.
- ConcurrentKafkaListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer
- ConcurrentReferenceCachingMetadataReaderFactory - Class in org.springframework.boot.type.classreading
- 
Caching implementation of theMetadataReaderFactoryinterface backed by aConcurrentReferenceHashMap, cachingMetadataReaderper SpringResourcehandle (i.e.
- ConcurrentReferenceCachingMetadataReaderFactory() - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
- 
Create a newConcurrentReferenceCachingMetadataReaderFactoryinstance for the default class loader.
- ConcurrentReferenceCachingMetadataReaderFactory(ClassLoader) - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
- 
Create a newConcurrentReferenceCachingMetadataReaderFactoryinstance for the given class loader.
- ConcurrentReferenceCachingMetadataReaderFactory(ResourceLoader) - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
- 
Create a newConcurrentReferenceCachingMetadataReaderFactoryinstance for the given resource loader.
- ConditionalOnAvailableEndpoint - Annotation Interface in org.springframework.boot.actuate.autoconfigure.endpoint.condition
- 
@Conditionalthat checks whether an endpoint is available.
- ConditionalOnBean - Annotation Interface in org.springframework.boot.autoconfigure.condition
- 
@Conditionalthat only matches when beans meeting all the specified requirements are already contained in theBeanFactory.
- ConditionalOnCheckpointRestore - Annotation Interface in org.springframework.boot.autoconfigure.condition
- 
@Conditionalthat only matches when coordinated restore at checkpoint is to be used.
- ConditionalOnClass - Annotation Interface in org.springframework.boot.autoconfigure.condition
- 
@Conditionalthat only matches when the specified classes are on the classpath.
- ConditionalOnCloudPlatform - Annotation Interface in org.springframework.boot.autoconfigure.condition
- 
@Conditionalthat matches when the specified cloud platform is active.
- ConditionalOnDefaultWebSecurity - Annotation Interface in org.springframework.boot.autoconfigure.security
- 
@Conditionalthat only matches when web security is available and the user has not defined their own configuration.
- ConditionalOnEnabledHealthIndicator - Annotation Interface in org.springframework.boot.actuate.autoconfigure.health
- 
@Conditionalthat checks whether a default health indicator is enabled.
- ConditionalOnEnabledInfoContributor - Annotation Interface in org.springframework.boot.actuate.autoconfigure.info
- 
@Conditionalthat checks whether an info contributor is enabled.
- ConditionalOnEnabledMetricsExport - Annotation Interface in org.springframework.boot.actuate.autoconfigure.metrics.export
- 
@Conditionalthat checks whether a metrics exporter is enabled.
- ConditionalOnEnabledResourceChain - Annotation Interface in org.springframework.boot.autoconfigure.web
- 
@Conditionalthat checks whether the Spring resource handling chain is enabled.
- ConditionalOnEnabledTracing - Annotation Interface in org.springframework.boot.actuate.autoconfigure.tracing
- 
@Conditionalthat checks whether tracing is enabled.
- ConditionalOnExpression - Annotation Interface in org.springframework.boot.autoconfigure.condition
- 
Configuration annotation for a conditional element that depends on the value of a SpEL expression.
- ConditionalOnGraphQlSchema - Annotation Interface in org.springframework.boot.autoconfigure.graphql
- 
@Conditionalthat only matches when a GraphQL schema is defined for the application, through schema files or infrastructure beans.
- ConditionalOnInitializedRestarter - Annotation Interface in org.springframework.boot.devtools.restart
- ConditionalOnJava - Annotation Interface in org.springframework.boot.autoconfigure.condition
- 
@Conditionalthat matches based on the JVM version the application is running on.
- ConditionalOnJava.Range - Enum Class in org.springframework.boot.autoconfigure.condition
- 
Range options.
- ConditionalOnJndi - Annotation Interface in org.springframework.boot.autoconfigure.condition
- 
@Conditionalthat matches based on the availability of a JNDIInitialContextand the ability to lookup specific locations.
- ConditionalOnManagementPort - Annotation Interface in org.springframework.boot.actuate.autoconfigure.web.server
- 
@Conditionalthat matches based on the configuration of the management port.
- ConditionalOnMissingBean - Annotation Interface in org.springframework.boot.autoconfigure.condition
- 
@Conditionalthat only matches when no beans meeting the specified requirements are already contained in theBeanFactory.
- ConditionalOnMissingClass - Annotation Interface in org.springframework.boot.autoconfigure.condition
- 
@Conditionalthat only matches when the specified classes are not on the classpath.
- ConditionalOnMissingFilterBean - Annotation Interface in org.springframework.boot.autoconfigure.web.servlet
- 
@Conditionalthat only matches when noFilterbeans of the specified type are contained in theBeanFactory.
- ConditionalOnNotWarDeployment - Annotation Interface in org.springframework.boot.autoconfigure.condition
- 
@Conditionalthat only matches when the application is not a traditional WAR deployment.
- ConditionalOnNotWebApplication - Annotation Interface in org.springframework.boot.autoconfigure.condition
- 
@Conditionalthat only matches when the application context is a not a web application context.
- ConditionalOnProperty - Annotation Interface in org.springframework.boot.autoconfigure.condition
- 
@Conditionalthat checks if the specified properties have a specific value.
- ConditionalOnRepositoryType - Annotation Interface in org.springframework.boot.autoconfigure.data
- 
@Conditionalthat only matches when a particular type of Spring Data repository has been enabled.
- ConditionalOnResource - Annotation Interface in org.springframework.boot.autoconfigure.condition
- 
@Conditionalthat only matches when the specified resources are on the classpath.
- ConditionalOnSingleCandidate - Annotation Interface in org.springframework.boot.autoconfigure.condition
- 
@Conditionalthat only matches when a bean of the specified class is already contained in theBeanFactoryand a single candidate can be determined.
- ConditionalOnThreading - Annotation Interface in org.springframework.boot.autoconfigure.condition
- 
@Conditionalthat matches when the specified threading is active.
- ConditionalOnWarDeployment - Annotation Interface in org.springframework.boot.autoconfigure.condition
- 
@Conditionalthat matches when the application is a traditional WAR deployment.
- ConditionalOnWebApplication - Annotation Interface in org.springframework.boot.autoconfigure.condition
- 
@Conditionalthat matches when the application is a web application.
- ConditionalOnWebApplication.Type - Enum Class in org.springframework.boot.autoconfigure.condition
- 
Available application types.
- ConditionAndOutcome(Condition, ConditionOutcome) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
- ConditionAndOutcomes() - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
- ConditionEvaluationReport - Class in org.springframework.boot.autoconfigure.condition
- 
Records condition evaluation details for reporting and logging.
- ConditionEvaluationReport.ConditionAndOutcome - Class in org.springframework.boot.autoconfigure.condition
- 
Provides access to a singleConditionandConditionOutcome.
- ConditionEvaluationReport.ConditionAndOutcomes - Class in org.springframework.boot.autoconfigure.condition
- 
Provides access to a number ofConditionEvaluationReport.ConditionAndOutcomeitems.
- ConditionEvaluationReportLoggingListener - Class in org.springframework.boot.autoconfigure.logging
- 
ApplicationContextInitializerthat writes theConditionEvaluationReportto the log.
- ConditionEvaluationReportLoggingListener() - Constructor for class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
- ConditionEvaluationReportMessage - Class in org.springframework.boot.autoconfigure.logging
- 
A condition evaluation report message that can logged or printed.
- ConditionEvaluationReportMessage(ConditionEvaluationReport) - Constructor for class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportMessage
- ConditionEvaluationReportMessage(ConditionEvaluationReport, String) - Constructor for class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportMessage
- ConditionMessage - Class in org.springframework.boot.autoconfigure.condition
- 
A message associated with aConditionOutcome.
- ConditionMessage.Builder - Class in org.springframework.boot.autoconfigure.condition
- 
Builder used to create aConditionMessagefor a condition.
- ConditionMessage.ItemsBuilder - Class in org.springframework.boot.autoconfigure.condition
- 
Builder used to create anConditionMessage.ItemsBuilderfor a condition.
- ConditionMessage.Style - Enum Class in org.springframework.boot.autoconfigure.condition
- 
Render styles.
- ConditionOutcome - Class in org.springframework.boot.autoconfigure.condition
- 
Outcome for a condition match, including log message.
- ConditionOutcome(boolean, String) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionOutcome
- 
Create a newConditionOutcomeinstance.
- ConditionOutcome(boolean, ConditionMessage) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionOutcome
- 
Create a newConditionOutcomeinstance.
- ConditionReportApplicationContextFailureProcessor - Class in org.springframework.boot.test.autoconfigure
- 
AnApplicationContextFailureProcessorthat prints theConditionEvaluationReportwhen the context cannot be prepared.
- ConditionReportApplicationContextFailureProcessor() - Constructor for class org.springframework.boot.test.autoconfigure.ConditionReportApplicationContextFailureProcessor
- conditions() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint
- conditionsReportEndpoint(ConfigurableApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpointAutoConfiguration
- ConditionsReportEndpoint - Class in org.springframework.boot.actuate.autoconfigure.condition
- 
@Endpointto expose theConditionEvaluationReport.
- ConditionsReportEndpoint(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint
- ConditionsReportEndpoint.ConditionsDescriptor - Class in org.springframework.boot.actuate.autoconfigure.condition
- 
A description of an application's condition evaluation.
- ConditionsReportEndpoint.ContextConditionsDescriptor - Class in org.springframework.boot.actuate.autoconfigure.condition
- 
A description of an application context's condition evaluation, primarily intended for serialization to JSON.
- ConditionsReportEndpoint.MessageAndConditionDescriptor - Class in org.springframework.boot.actuate.autoconfigure.condition
- 
AdaptsConditionEvaluationReport.ConditionAndOutcometo a JSON friendly structure.
- ConditionsReportEndpoint.MessageAndConditionsDescriptor - Class in org.springframework.boot.actuate.autoconfigure.condition
- 
AdaptsConditionEvaluationReport.ConditionAndOutcomesto a JSON friendly structure.
- ConditionsReportEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.condition
- ConditionsReportEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpointAutoConfiguration
- CONFIG_PROPERTY - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
- 
The name of the Spring property that contains a reference to the logging configuration to load.
- ConfigBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.neo4j
- 
Callback interface that can be implemented by beans wishing to customize theConfigthrough aConfig.ConfigBuilderwhilst retaining default auto-configuration.
- ConfigData - Class in org.springframework.boot.context.config
- 
Configuration data that has been loaded from aConfigDataResourceand may ultimately contributeproperty sourcesto Spring'sEnvironment.
- ConfigData(Collection<? extends PropertySource<?>>, ConfigData.Option...) - Constructor for class org.springframework.boot.context.config.ConfigData
- 
Create a newConfigDatainstance with the same options applied to each source.
- ConfigData(Collection<? extends PropertySource<?>>, ConfigData.PropertySourceOptions) - Constructor for class org.springframework.boot.context.config.ConfigData
- 
Create a newConfigDatainstance with specific property source options.
- ConfigData.Option - Enum Class in org.springframework.boot.context.config
- 
Option flags that can be applied.
- ConfigData.Options - Class in org.springframework.boot.context.config
- 
A set ofConfigData.Optionflags.
- ConfigData.PropertySourceOptions - Interface in org.springframework.boot.context.config
- 
Strategy interface used to supplyConfigData.Optionsfor a givenPropertySource.
- ConfigDataApplicationContextInitializer - Class in org.springframework.boot.test.context
- 
ApplicationContextInitializerthat can be used with theContextConfiguration.initializers()to trigger loading ofConfigDatasuch as application.properties.
- ConfigDataApplicationContextInitializer() - Constructor for class org.springframework.boot.test.context.ConfigDataApplicationContextInitializer
- ConfigDataEnvironmentPostProcessor - Class in org.springframework.boot.context.config
- ConfigDataEnvironmentPostProcessor(DeferredLogFactory, ConfigurableBootstrapContext) - Constructor for class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
- ConfigDataEnvironmentUpdateListener - Interface in org.springframework.boot.context.config
- ConfigDataException - Exception in org.springframework.boot.context.config
- 
Abstract base class for configuration data exceptions.
- ConfigDataException(String, Throwable) - Constructor for exception org.springframework.boot.context.config.ConfigDataException
- 
Create a newConfigDataExceptioninstance.
- ConfigDataLoader<R extends ConfigDataResource> - Interface in org.springframework.boot.context.config
- 
Strategy class that can be used to loadConfigDatafor a givenConfigDataResource.
- ConfigDataLoaderContext - Interface in org.springframework.boot.context.config
- 
Context provided toConfigDataLoadermethods.
- ConfigDataLocation - Class in org.springframework.boot.context.config
- 
A user specified location that can beresolvedto one or moreconfig data resources.
- ConfigDataLocationNotFoundException - Exception in org.springframework.boot.context.config
- 
ConfigDataNotFoundExceptionthrown when aConfigDataLocationcannot be found.
- ConfigDataLocationNotFoundException(ConfigDataLocation) - Constructor for exception org.springframework.boot.context.config.ConfigDataLocationNotFoundException
- 
Create a newConfigDataLocationNotFoundExceptioninstance.
- ConfigDataLocationNotFoundException(ConfigDataLocation, String, Throwable) - Constructor for exception org.springframework.boot.context.config.ConfigDataLocationNotFoundException
- 
Create a newConfigDataLocationNotFoundExceptioninstance.
- ConfigDataLocationNotFoundException(ConfigDataLocation, Throwable) - Constructor for exception org.springframework.boot.context.config.ConfigDataLocationNotFoundException
- 
Create a newConfigDataLocationNotFoundExceptioninstance.
- ConfigDataLocationResolver<R extends ConfigDataResource> - Interface in org.springframework.boot.context.config
- ConfigDataLocationResolverContext - Interface in org.springframework.boot.context.config
- 
Context provided toConfigDataLocationResolvermethods.
- ConfigDataNotFoundAction - Enum Class in org.springframework.boot.context.config
- 
Action to take when an uncaughtConfigDataNotFoundExceptionis thrown.
- ConfigDataNotFoundException - Exception in org.springframework.boot.context.config
- 
ConfigDataNotFoundExceptionthrown when aConfigDatacannot be found.
- ConfigDataResource - Class in org.springframework.boot.context.config
- 
A single resource from whichConfigDatacan be loaded.
- ConfigDataResource() - Constructor for class org.springframework.boot.context.config.ConfigDataResource
- 
Create a new non-optionalConfigDataResourceinstance.
- ConfigDataResource(boolean) - Constructor for class org.springframework.boot.context.config.ConfigDataResource
- 
Create a newConfigDataResourceinstance.
- ConfigDataResourceNotFoundException - Exception in org.springframework.boot.context.config
- 
ConfigDataNotFoundExceptionthrown when aConfigDataResourcecannot be found.
- ConfigDataResourceNotFoundException(ConfigDataResource) - Constructor for exception org.springframework.boot.context.config.ConfigDataResourceNotFoundException
- 
Create a newConfigDataResourceNotFoundExceptioninstance.
- ConfigDataResourceNotFoundException(ConfigDataResource, Throwable) - Constructor for exception org.springframework.boot.context.config.ConfigDataResourceNotFoundException
- 
Create a newConfigDataResourceNotFoundExceptioninstance.
- ConfigTreeConfigDataLoader - Class in org.springframework.boot.context.config
- 
ConfigDataLoaderfor config tree locations.
- ConfigTreeConfigDataLoader() - Constructor for class org.springframework.boot.context.config.ConfigTreeConfigDataLoader
- ConfigTreeConfigDataLocationResolver - Class in org.springframework.boot.context.config
- 
ConfigDataLocationResolverfor config tree locations.
- ConfigTreeConfigDataLocationResolver(ResourceLoader) - Constructor for class org.springframework.boot.context.config.ConfigTreeConfigDataLocationResolver
- ConfigTreeConfigDataResource - Class in org.springframework.boot.context.config
- 
ConfigDataResourcebacked by a config tree directory.
- ConfigTreePropertySource - Class in org.springframework.boot.env
- 
PropertySourcebacked by a directory tree that contains files for each value.
- ConfigTreePropertySource(String, Path) - Constructor for class org.springframework.boot.env.ConfigTreePropertySource
- 
Create a newConfigTreePropertySourceinstance.
- ConfigTreePropertySource(String, Path, ConfigTreePropertySource.Option...) - Constructor for class org.springframework.boot.env.ConfigTreePropertySource
- 
Create a newConfigTreePropertySourceinstance.
- ConfigTreePropertySource.Option - Enum Class in org.springframework.boot.env
- 
Property source options.
- ConfigTreePropertySource.Value - Interface in org.springframework.boot.env
- 
A value returned from the property source which exposes the contents of the property file.
- ConfigurableBootstrapContext - Interface in org.springframework.boot
- 
ABootstrapContextthat also provides configuration methods through theBootstrapRegistryinterface.
- ConfigurableJettyWebServerFactory - Interface in org.springframework.boot.web.embedded.jetty
- 
ConfigurableWebServerFactoryfor Jetty-specific features.
- ConfigurableReactiveWebApplicationContext - Interface in org.springframework.boot.web.reactive.context
- 
Interface to provide configuration for a reactive web application.
- ConfigurableReactiveWebEnvironment - Interface in org.springframework.boot.web.reactive.context
- 
Specialization ofConfigurableEnvironmentfor reactive application contexts.
- ConfigurableReactiveWebServerFactory - Interface in org.springframework.boot.web.reactive.server
- 
ConfigurableReactiveWebServerFactory.
- ConfigurableRSocketServerFactory - Interface in org.springframework.boot.rsocket.server
- 
A configurableRSocketServerFactory.
- ConfigurableServletWebServerFactory - Interface in org.springframework.boot.web.servlet.server
- 
A configurableServletWebServerFactory.
- ConfigurableTomcatWebServerFactory - Interface in org.springframework.boot.web.embedded.tomcat
- 
ConfigurableWebServerFactoryfor Tomcat-specific features.
- ConfigurableUndertowWebServerFactory - Interface in org.springframework.boot.web.embedded.undertow
- 
ConfigurableWebServerFactoryfor Undertow-specific features.
- ConfigurableWebServerApplicationContext - Interface in org.springframework.boot.web.context
- 
SPI interface to be implemented by most if not allweb server application contexts.
- ConfigurableWebServerFactory - Interface in org.springframework.boot.web.server
- 
A configurableWebServerFactory.
- CONFIGURATION_COMPARATOR - Static variable in class org.springframework.boot.logging.AbstractLoggingSystem
- configurationProperties() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
- configurationProperties(SecurityContext) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpointWebExtension
- ConfigurationProperties - Annotation Interface in org.springframework.boot.context.properties
- 
Annotation for externalized configuration.
- ConfigurationPropertiesAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
- 
Auto-configurationfor@ConfigurationPropertiesbeans.
- ConfigurationPropertiesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration
- ConfigurationPropertiesBean - Class in org.springframework.boot.context.properties
- 
Provides access to@ConfigurationPropertiesbean details, regardless of if the annotation was used directly or on a@Beanfactory method.
- ConfigurationPropertiesBean.BindMethod - Enum Class in org.springframework.boot.context.properties
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.0.8 for removal in 3.3.0 in favor ofBindMethod
- ConfigurationPropertiesBindException - Exception in org.springframework.boot.context.properties
- 
Exception thrown when@ConfigurationPropertiesbinding fails.
- ConfigurationPropertiesBindHandlerAdvisor - Interface in org.springframework.boot.context.properties
- 
Allows additional functionality to be applied to theBindHandlerused by theConfigurationPropertiesBindingPostProcessor.
- ConfigurationPropertiesBinding - Annotation Interface in org.springframework.boot.context.properties
- 
Qualifier for beans that are needed to configure the binding of@ConfigurationProperties(e.g.
- ConfigurationPropertiesBindingPostProcessor - Class in org.springframework.boot.context.properties
- ConfigurationPropertiesBindingPostProcessor() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
- configurationPropertiesReportEndpoint(ConfigurationPropertiesReportEndpointProperties, ObjectProvider<SanitizingFunction>) - Method in class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration
- ConfigurationPropertiesReportEndpoint - Class in org.springframework.boot.actuate.context.properties
- 
@Endpointto expose application properties from@ConfigurationPropertiesannotated beans.
- ConfigurationPropertiesReportEndpoint(Iterable<SanitizingFunction>, Show) - Constructor for class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
- ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor - Class in org.springframework.boot.actuate.context.properties
- 
Description of a@ConfigurationPropertiesbean.
- ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesDescriptor - Class in org.springframework.boot.actuate.context.properties
- 
Description of an application's@ConfigurationPropertiesbeans.
- ConfigurationPropertiesReportEndpoint.ContextConfigurationPropertiesDescriptor - Class in org.springframework.boot.actuate.context.properties
- 
Description of an application context's@ConfigurationPropertiesbeans.
- ConfigurationPropertiesReportEndpoint.GenericSerializerModifier - Class in org.springframework.boot.actuate.context.properties
- 
BeanSerializerModifierto return only relevant configuration properties.
- ConfigurationPropertiesReportEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.context.properties
- ConfigurationPropertiesReportEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration
- ConfigurationPropertiesReportEndpointProperties - Class in org.springframework.boot.actuate.autoconfigure.context.properties
- 
Configuration properties forConfigurationPropertiesReportEndpoint.
- ConfigurationPropertiesReportEndpointProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties
- configurationPropertiesReportEndpointWebExtension(ConfigurationPropertiesReportEndpoint, ConfigurationPropertiesReportEndpointProperties) - Method in class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration
- ConfigurationPropertiesReportEndpointWebExtension - Class in org.springframework.boot.actuate.context.properties
- ConfigurationPropertiesReportEndpointWebExtension(ConfigurationPropertiesReportEndpoint, Show, Set<String>) - Constructor for class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpointWebExtension
- ConfigurationPropertiesScan - Annotation Interface in org.springframework.boot.context.properties
- 
Configures the base packages used when scanning for@ConfigurationPropertiesclasses.
- configurationPropertiesWithPrefix(String) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
- configurationPropertiesWithPrefix(SecurityContext, String) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpointWebExtension
- ConfigurationProperty - Class in org.springframework.boot.context.properties.source
- 
A single configuration property obtained from aConfigurationPropertySourceconsisting of aname,valueand optionalorigin.
- ConfigurationProperty(ConfigurationPropertyName, Object, Origin) - Constructor for class org.springframework.boot.context.properties.source.ConfigurationProperty
- ConfigurationPropertyCaching - Interface in org.springframework.boot.context.properties.source
- 
Interface that can be used to control configuration property source caches.
- ConfigurationPropertyName - Class in org.springframework.boot.context.properties.source
- 
A configuration property name composed of elements separated by dots.
- ConfigurationPropertyName.Form - Enum Class in org.springframework.boot.context.properties.source
- 
The various forms that a non-indexed element value can take.
- ConfigurationPropertyNameAliases - Class in org.springframework.boot.context.properties.source
- 
Maintains a mapping ofConfigurationPropertyNamealiases.
- ConfigurationPropertyNameAliases() - Constructor for class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
- ConfigurationPropertyNameAliases(String, String...) - Constructor for class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
- ConfigurationPropertyNameAliases(ConfigurationPropertyName, ConfigurationPropertyName...) - Constructor for class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
- ConfigurationPropertySource - Interface in org.springframework.boot.context.properties.source
- 
A source ofConfigurationProperties.
- ConfigurationPropertySources - Class in org.springframework.boot.context.properties.source
- 
Provides access toConfigurationPropertySources.
- ConfigurationPropertyState - Enum Class in org.springframework.boot.context.properties.source
- 
The state of content from aConfigurationPropertySource.
- Configurations - Class in org.springframework.boot.context.annotation
- 
A set of@Configurationclasses that can be registered inApplicationContext.
- Configurations(Collection<Class<?>>) - Constructor for class org.springframework.boot.context.annotation.Configurations
- ConfigurationWarningsApplicationContextInitializer - Class in org.springframework.boot.context
- 
ApplicationContextInitializerto report warnings for common misconfiguration mistakes.
- ConfigurationWarningsApplicationContextInitializer() - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
- ConfigurationWarningsApplicationContextInitializer.Check - Interface in org.springframework.boot.context
- 
A single check that can be applied.
- ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck - Class in org.springframework.boot.context
- 
ConfigurationWarningsApplicationContextInitializer.Checkfor@ComponentScanon problematic package.
- ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor - Class in org.springframework.boot.context
- 
BeanDefinitionRegistryPostProcessorto report warnings.
- ConfigurationWarningsPostProcessor(ConfigurationWarningsApplicationContextInitializer.Check[]) - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
- configure(LoggerContext) - Method in class org.springframework.boot.logging.logback.RootLogLevelConfigurator
- configure(D) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
- configure(Meter.Id, DistributionStatisticConfig) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.PropertiesMeterFilter
- configure(FilterRegistration.Dynamic) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- 
Configure registration settings.
- configure(ServletRegistration.Dynamic) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
- 
Configure registration settings.
- configure(Consumer<ConnectionFactoryOptions.Builder>) - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
- 
Configure additional options.
- configure(Map<String, ?>) - Method in class org.springframework.boot.autoconfigure.kafka.SslBundleSslEngineFactory
- configure(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.ServletContextInitializerConfiguration
- configure(DirectRabbitListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.DirectRabbitListenerContainerFactoryConfigurer
- configure(SimpleRabbitListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.SimpleRabbitListenerContainerFactoryConfigurer
- configure(CachingConnectionFactory, RabbitProperties) - Method in class org.springframework.boot.autoconfigure.amqp.CachingConnectionFactoryConfigurer
- configure(RabbitConnectionFactoryBean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitConnectionFactoryBeanConfigurer
- 
Configure the specified rabbit connection factory bean.
- configure(RabbitTemplate, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitTemplateConfigurer
- 
Configure the specifiedRabbitTemplate.
- configure(SpringApplicationBuilder) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
- 
Configure the application.
- configure(RestTemplateBuilder) - Method in class org.springframework.boot.autoconfigure.web.client.RestTemplateBuilderConfigurer
- 
Configure the specifiedRestTemplateBuilder.
- configure(FormatterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
- 
Configure the givenFormatterRegistrywith formatters and converters appropriate for most Spring Boot applications.
- configure(DefaultJmsListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.jms.DefaultJmsListenerContainerFactoryConfigurer
- 
Configure the specified jms listener container factory.
- configure(ConcurrentKafkaListenerContainerFactory<Object, Object>, ConsumerFactory<Object, Object>) - Method in class org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer
- 
Configure the specified Kafka listener container factory.
- configure(RabbitStreamTemplate) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitStreamTemplateConfigurer
- 
Configure the specifiedRabbitStreamTemplate.
- configure(RestClient.Builder) - Method in class org.springframework.boot.autoconfigure.web.client.RestClientBuilderConfigurer
- 
Configure the specifiedRestClient.Builder.
- configure(HttpClient) - Method in interface org.springframework.boot.autoconfigure.web.reactive.function.client.ReactorNettyHttpClientMapper
- 
Configure the givenHttpClientand return the newly created instance.
- configure(T) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractConnectionFactoryConfigurer
- 
Configures the givenconnectionFactorywith sensible defaults.
- configure(T) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
- 
Configure the providedSimpleAsyncTaskExecutorinstance using this builder.
- configure(T) - Method in class org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
- 
Configure the providedSimpleAsyncTaskSchedulerinstance using this builder.
- configure(T) - Method in class org.springframework.boot.task.TaskExecutorBuilder
- 
Deprecated.Configure the providedThreadPoolTaskExecutorinstance using this builder.
- configure(T) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
- 
Deprecated.Configure the providedThreadPoolTaskSchedulerinstance using this builder.
- configure(T) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
- 
Configure the providedThreadPoolTaskExecutorinstance using this builder.
- configure(T) - Method in class org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
- 
Configure the providedThreadPoolTaskSchedulerinstance using this builder.
- configure(T) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Configure the providedRestTemplateinstance using this builder.
- configure(T) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Configure the providedWebServiceTemplateinstance using this builder.
- configure(T, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
- 
Configure the specified rabbit listener container factory.
- configure(T, ConnectionFactory, RabbitProperties.AmqpContainer) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
- configure(T, RabbitProperties) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractConnectionFactoryConfigurer
- 
Configures the givenconnectionFactoryusing the givenrabbitProperties.
- configureArgumentResolvers(ArgumentResolverConfigurer) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
- configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- configureBlockingExecution(BlockingExecutionConfigurer) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
- configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- configureContext(Context) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
Configure the TomcatContext.
- configureContext(Context, ServletContextInitializer[]) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Configure the TomcatContext.
- configureEnvironment(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
- 
Template method delegating toSpringApplication.configurePropertySources(ConfigurableEnvironment, String[])andSpringApplication.configureProfiles(ConfigurableEnvironment, String[])in that order.
- configureHttpMessageCodecs(ServerCodecConfigurer) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
- configureJsonMapper(JsonMapper.Builder) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
- 
Configure Jackson'sJsonMapperto be used to serialize the@ConfigurationPropertiesobjects into aMapstructure.
- configureLogLevel(String, LogLevel) - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint
- configureLogLevel(LogLevel, BiConsumer<String, LogLevel>) - Method in class org.springframework.boot.logging.LoggerGroup
- configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- configurePathMatch(PathMatchConfigurer) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- configureProfiles(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
- 
Configure which profiles are active (or active by default) for this application environment.
- configurePropertySources(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
- 
Add, remove or re-order anyPropertySources in this application's environment.
- configureViewResolvers(ViewResolverRegistry) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
- configureWebAppContext(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Configure the given JettyWebAppContextfor use.
- connection() - Element in annotation interface org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase
- 
The type of connection to be established whenreplacingthe DataSource.
- Connection() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
- Connection() - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Connection
- ConnectionDetails - Interface in org.springframework.boot.autoconfigure.service.connection
- 
Base interface for types that provide the details required to establish a connection to a remote service.
- ConnectionDetailsFactories - Class in org.springframework.boot.autoconfigure.service.connection
- 
A registry ofConnectionDetailsFactoryinstances.
- ConnectionDetailsFactories() - Constructor for class org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactories
- ConnectionDetailsFactory<S,D extends ConnectionDetails> - Interface in org.springframework.boot.autoconfigure.service.connection 
- 
A factory to createConnectionDetailsfrom a givensource.
- ConnectionDetailsFactoryNotFoundException - Exception in org.springframework.boot.autoconfigure.service.connection
- 
RuntimeExceptionthrown when aConnectionDetailsFactorycould not be found.
- 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
- 
RuntimeExceptionthrown when requiredConnectionDetailscould not be found.
- 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 - Class in org.springframework.boot.r2dbc
- 
Builder forConnectionFactory.
- ConnectionFactoryCustomizer - Interface in org.springframework.boot.autoconfigure.amqp
- 
Callback interface that can be implemented by beans wishing to customize the auto-configured RabbitMQConnectionFactory.
- ConnectionFactoryDecorator - Interface in org.springframework.boot.r2dbc
- 
Decorator forconnection factories.
- ConnectionFactoryHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.r2dbc
- ConnectionFactoryHealthIndicator - Class in org.springframework.boot.actuate.r2dbc
- 
AHealthIndicatorto validate a R2DBCConnectionFactory.
- ConnectionFactoryHealthIndicator(ConnectionFactory) - Constructor for class org.springframework.boot.actuate.r2dbc.ConnectionFactoryHealthIndicator
- 
Create a newConnectionFactoryHealthIndicatorusing the specifiedConnectionFactoryand no validation query.
- ConnectionFactoryHealthIndicator(ConnectionFactory, String) - Constructor for class org.springframework.boot.actuate.r2dbc.ConnectionFactoryHealthIndicator
- 
Create a newConnectionFactoryHealthIndicatorusing the specifiedConnectionFactoryand validation query.
- ConnectionFactoryOptionsBuilder - Class in org.springframework.boot.docker.compose.service.connection.r2dbc
- 
Utility used to build an R2DBCConnectionFactoryOptionsfor aRunningService.
- ConnectionFactoryOptionsBuilder(String, int) - Constructor for class org.springframework.boot.docker.compose.service.connection.r2dbc.ConnectionFactoryOptionsBuilder
- 
Create a newJdbcUrlBuilderinstance.
- ConnectionFactoryOptionsBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.r2dbc
- 
Callback interface that can be implemented by beans wishing to customize theConnectionFactoryOptionsthrough aConnectionFactoryOptions.Builderwhilst retaining default auto-configuration.
- connectionFactoryTransactionManager(ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcTransactionManagerAutoConfiguration
- ConnectionPoolMetrics - Class in org.springframework.boot.actuate.metrics.r2dbc
- 
AMeterBinderfor aConnectionPool.
- ConnectionPoolMetrics(ConnectionPool, String, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.r2dbc.ConnectionPoolMetrics
- ConnectionPoolMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.r2dbc
- 
Auto-configurationfor metrics on all availableR2DBC connection factories.
- ConnectionPoolMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.r2dbc.ConnectionPoolMetricsAutoConfiguration
- ConnectionPorts - Interface in org.springframework.boot.docker.compose.core
- 
Provides access to the ports that can be used to connect to aRunningService.
- ConnectorStartFailedException - Exception in org.springframework.boot.web.embedded.tomcat
- 
AConnectorStartFailedExceptionis thrown when a TomcatConnectorfails to start, for example due to a port clash or incorrect SSL configuration.
- ConnectorStartFailedException(int) - Constructor for exception org.springframework.boot.web.embedded.tomcat.ConnectorStartFailedException
- 
Creates a newConnectorStartFailedExceptionfor a connector that's configured to listen on the givenport.
- connectTimeout() - Method in record class org.springframework.boot.web.client.ClientHttpRequestFactorySettings
- 
Returns the value of theconnectTimeoutrecord component.
- CONSOLE - Enum constant in enum class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.ShowSummaryOutput
- 
Output the summary to the console.
- CONSOLE - Enum constant in enum class org.springframework.boot.Banner.Mode
- 
Print the banner to System.out.
- CONSOLE_CHARSET - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Logging system property for the console log charset.
- CONSOLE_LOG_CHARSET - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of callingLoggingSystemProperty.getEnvironmentVariableName()onLoggingSystemProperty.CONSOLE_CHARSET
- CONSOLE_LOG_PATTERN - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of callingLoggingSystemProperty.getEnvironmentVariableName()onLoggingSystemProperty.CONSOLE_PATTERN
- CONSOLE_LOG_THRESHOLD - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor of callingLoggingSystemProperty.getEnvironmentVariableName()onLoggingSystemProperty.CONSOLE_THRESHOLD
- CONSOLE_PATTERN - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Logging system property for the console log pattern.
- CONSOLE_THRESHOLD - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Logging system property for the console log.
- ConstructorBinding - Annotation Interface in org.springframework.boot.context.properties.bind
- 
Annotation that can be used to indicate which constructor to use when binding configuration properties using constructor arguments rather than by calling setters.
- ConstructorBound - Class in org.springframework.boot.context.properties
- 
Helper class to programmatically bind configuration properties that use constructor injection.
- ConstructorBound() - Constructor for class org.springframework.boot.context.properties.ConstructorBound
- Consumer() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
- Consumer() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer
- ContainerConnectionDetails(ContainerConnectionSource<C>) - Constructor for class org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory.ContainerConnectionDetails
- 
Create a newContainerConnectionDetailsFactory.ContainerConnectionDetailsinstance.
- ContainerConnectionDetailsFactory<C extends org.testcontainers.containers.Container<?>,D extends ConnectionDetails> - Class in org.springframework.boot.testcontainers.service.connection 
- 
Base class forConnectionDetailsFactoryimplementations that provideConnectionDetailsfrom aContainerConnectionSource.
- ContainerConnectionDetailsFactory() - Constructor for class org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory
- 
Create a newContainerConnectionDetailsFactoryinstance that acceptsany connection name.
- ContainerConnectionDetailsFactory(String, String...) - Constructor for class org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory
- 
Create a newContainerConnectionDetailsFactoryinstance with the given connection name restriction.
- ContainerConnectionDetailsFactory.ContainerConnectionDetails<C extends org.testcontainers.containers.Container<?>> - Class in org.springframework.boot.testcontainers.service.connection
- 
Base class forConnectionDetailsresults that are backed by aContainerConnectionSource.
- ContainerConnectionSource<C extends org.testcontainers.containers.Container<?>> - Class in org.springframework.boot.testcontainers.service.connection
- 
Passed toContainerConnectionDetailsFactoryto provide details of the@ServiceConnectionannotatedContainerthat provides the service.
- contains(ConfigData.Option) - Method in class org.springframework.boot.context.config.ConfigData.Options
- 
Returns if the given option is contained in this set.
- containsDescendantOf(ConfigurationPropertyName) - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
- 
Returns if the source contains any descendants of the specified name.
- containsDescendantOf(ConfigurationPropertyName) - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
- containsOption(String) - Method in interface org.springframework.boot.ApplicationArguments
- 
Return whether the set of option arguments parsed from the arguments contains an option with the given name.
- containsOption(String) - Method in class org.springframework.boot.DefaultApplicationArguments
- containsProperty(String) - Method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource
- containsProperty(String) - Method in class org.springframework.boot.logging.log4j2.SpringBootPropertySource
- containsProperty(String) - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
- containsProperty(String) - Method in class org.springframework.boot.testcontainers.properties.TestcontainersPropertySource
- Content() - Constructor for class 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 text version 0.0.4.
- CONTENT_TYPE_OPENMETRICS_100 - Enum constant in enum class org.springframework.boot.actuate.metrics.export.prometheus.TextOutputFormat
- 
OpenMetrics text version 1.0.0.
- contentLength() - Method in class org.springframework.boot.origin.OriginTrackedResource
- Contentnegotiation() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
- context() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Accessor for the current application context.
- ContextCloserListener(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
- ContextConditionsDescriptor(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ContextConditionsDescriptor
- ContextConsumer<C extends ApplicationContext> - Interface in org.springframework.boot.test.context.runner
- 
Callback interface used to process anApplicationContextwith the ability to throw a (checked) exception.
- ContextExpressionDescriptor(Set<String>) - Constructor for class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextExpressionDescriptor
- contextFactory(ApplicationContextFactory) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Explicitly set the factory used to create the application context.
- ContextIdApplicationContextInitializer - Class in org.springframework.boot.context
- 
ApplicationContextInitializerthat sets the SpringApplicationContext ID.
- ContextIdApplicationContextInitializer() - Constructor for class org.springframework.boot.context.ContextIdApplicationContextInitializer
- contextLoaded(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
- 
Called once the application context has been loaded but before it has been refreshed.
- contextPrepared(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
- 
Called once theApplicationContexthas been created and prepared, but before sources have been loaded.
- continueOnError(boolean) - Method in class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.Scripts
- contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.BuildInfoContributor
- contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.EnvironmentInfoContributor
- contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.GitInfoContributor
- contribute(Info.Builder) - Method in interface org.springframework.boot.actuate.info.InfoContributor
- 
Contributes additional details using the specifiedBuilder.
- contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.JavaInfoContributor
- contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.MapInfoContributor
- contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.OsInfoContributor
- contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.SimpleInfoContributor
- ContributorRegistry<C> - Interface in org.springframework.boot.actuate.health
- 
A mutable registry of health endpoint contributors (eitherHealthContributororReactiveHealthContributor).
- Controlconnection() - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Controlconnection
- ControllerEndpoint - Annotation Interface in org.springframework.boot.actuate.endpoint.web.annotation
- 
Identifies a type as being an endpoint that is only exposed over Spring MVC or Spring WebFlux.
- controllerEndpointDiscoverer(ObjectProvider<PathMapper>, ObjectProvider<Collection<EndpointFilter<ExposableControllerEndpoint>>>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration
- ControllerEndpointDiscoverer - Class in org.springframework.boot.actuate.endpoint.web.annotation
- ControllerEndpointDiscoverer(ApplicationContext, List<PathMapper>, Collection<EndpointFilter<ExposableControllerEndpoint>>) - Constructor for class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
- 
Create a newControllerEndpointDiscovererinstance.
- controllerEndpointHandlerMapping(ControllerEndpointsSupplier, CorsEndpointProperties, WebEndpointProperties) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive.WebFluxEndpointManagementContextConfiguration
- controllerEndpointHandlerMapping(ControllerEndpointsSupplier, CorsEndpointProperties, WebEndpointProperties) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet.WebMvcEndpointManagementContextConfiguration
- ControllerEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.reactive
- 
HandlerMappingthat exposes@ControllerEndpointand@RestControllerEndpointannotated endpoints over Spring WebFlux.
- ControllerEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.servlet
- 
HandlerMappingthat exposes@ControllerEndpointand@RestControllerEndpointannotated endpoints over Spring MVC.
- ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
- 
Create a newControllerEndpointHandlerMappinginstance providing mappings for the specified endpoints.
- ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
- 
Create a newControllerEndpointHandlerMappinginstance providing mappings for the specified endpoints.
- ControllerEndpointsSupplier - Interface in org.springframework.boot.actuate.endpoint.web.annotation
- controllerExposeExcludePropertyEndpointFilter() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration
- controllers() - Element in annotation interface org.springframework.boot.test.autoconfigure.graphql.GraphQlTest
- 
Specifies the controllers to test.
- controllers() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTest
- 
Specifies the controllers to test.
- controllers() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest
- 
Specifies the controllers to test.
- ConversionServiceParameterValueMapper - Class in org.springframework.boot.actuate.endpoint.invoke.convert
- 
ParameterValueMapperbacked by aConversionService.
- ConversionServiceParameterValueMapper() - Constructor for class org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
- 
Create a newConversionServiceParameterValueMapperinstance.
- ConversionServiceParameterValueMapper(ConversionService) - Constructor for class org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
- 
Create a newConversionServiceParameterValueMapperinstance backed by a specific conversion service.
- convert(ILoggingEvent) - Method in class org.springframework.boot.logging.logback.CorrelationIdConverter
- convert(String) - Method in class org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
- convertNativeToSystem(T) - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
- convertSystemToNative(LogLevel) - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
- Cookie - Class in org.springframework.boot.web.server
- 
Cookie properties.
- Cookie() - Constructor for class org.springframework.boot.web.server.Cookie
- Cookie() - Constructor for class org.springframework.boot.web.servlet.server.Session.Cookie
- COOKIE - Enum constant in enum class org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
- 
Send a cookie in response to the client's first request.
- COOKIE_HEADERS - Enum constant in enum class org.springframework.boot.actuate.web.exchanges.Include
- 
Include "Cookie" header (if any) in request headers and "Set-Cookie" (if any) in response headers.
- Cookie.SameSite - Enum Class in org.springframework.boot.web.server
- 
SameSite values.
- CookieSameSiteSupplier - Interface in org.springframework.boot.web.servlet.server
- 
Strategy interface that can be used withConfigurableServletWebServerFactoryimplementations in order to supply customCookie.SameSitevalues for specificcookies.
- copyIfSet(Properties, String) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
- 
Copy the specified key to the targetPropertiesif it is set.
- corePoolSize(int) - Method in class org.springframework.boot.task.TaskExecutorBuilder
- 
Deprecated.Set the core number of threads.
- corePoolSize(int) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
- 
Set the core number of threads.
- CORRECT - Enum constant in enum class org.springframework.boot.availability.LivenessState
- 
The application is running and its internal state is correct.
- Correlation() - Constructor for class org.springframework.boot.actuate.autoconfigure.tracing.TracingProperties.Baggage.Correlation
- CORRELATION_PATTERN - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Logging system property for the correlation pattern.
- CorrelationIdConverter - Class in org.springframework.boot.logging.log4j2
- 
Log4j2LogEventPatternConverterto convert aCorrelationIdFormatterpattern into formatted output using data from theMDC.
- CorrelationIdConverter - Class in org.springframework.boot.logging.logback
- 
LogbackDynamicConverterto convert aCorrelationIdFormatterpattern into formatted output using data from theMDCandEnvironment.
- CorrelationIdConverter() - Constructor for class org.springframework.boot.logging.logback.CorrelationIdConverter
- CorrelationIdFormatter - Class in org.springframework.boot.logging
- 
Utility class that can be used to format a correlation identifier for logging based on W3C recommendations.
- CorsEndpointProperties - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web
- 
Configuration properties for web endpoints' CORS support.
- CorsEndpointProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
- Couchbase() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
- COUCHBASE - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
- 
Couchbase backed caching.
- CouchbaseAutoConfiguration - Class in org.springframework.boot.autoconfigure.couchbase
- 
Auto-configurationfor Couchbase.
- CouchbaseCacheManagerBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.cache
- 
Callback interface that can be implemented by beans wishing to customize theCouchbaseCacheManager.CouchbaseCacheManagerBuilderbefore it is used to build the auto-configuredCouchbaseCacheManager.
- couchbaseCluster(ClusterEnvironment, CouchbaseConnectionDetails) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration
- couchbaseClusterEnvironment(CouchbaseConnectionDetails, ObjectProvider<ClusterEnvironmentBuilderCustomizer>, ObjectProvider<SslBundles>) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration
- CouchbaseConnectionDetails - Interface in org.springframework.boot.autoconfigure.couchbase
- 
Details required to establish a connection to a Couchbase service.
- CouchbaseDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
- 
Auto-configurationfor Spring Data's Couchbase support.
- CouchbaseDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataAutoConfiguration
- CouchbaseDataAutoConfiguration.ValidationConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
- CouchbaseDataProperties - Class in org.springframework.boot.autoconfigure.data.couchbase
- 
Configuration properties for Spring Data Couchbase.
- CouchbaseDataProperties() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
- couchbaseHealthContributor(Map<String, Cluster>) - Method in class org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseHealthContributorAutoConfiguration
- couchbaseHealthContributor(Map<String, Cluster>) - Method in class org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseReactiveHealthContributorAutoConfiguration
- CouchbaseHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.couchbase
- CouchbaseHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseHealthContributorAutoConfiguration
- CouchbaseHealthIndicator - Class in org.springframework.boot.actuate.couchbase
- 
HealthIndicatorfor Couchbase.
- CouchbaseHealthIndicator(Cluster) - Constructor for class org.springframework.boot.actuate.couchbase.CouchbaseHealthIndicator
- 
Create an indicator with the specifiedCluster.
- CouchbaseProperties - Class in org.springframework.boot.autoconfigure.couchbase
- 
Configuration properties for Couchbase.
- CouchbaseProperties() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
- CouchbaseProperties.Env - Class in org.springframework.boot.autoconfigure.couchbase
- CouchbaseProperties.Io - Class in org.springframework.boot.autoconfigure.couchbase
- CouchbaseProperties.Ssl - Class in org.springframework.boot.autoconfigure.couchbase
- CouchbaseProperties.Timeouts - Class in org.springframework.boot.autoconfigure.couchbase
- CouchbaseReactiveDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
- 
Auto-configurationfor Spring Data's Reactive Couchbase support.
- CouchbaseReactiveDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseReactiveDataAutoConfiguration
- CouchbaseReactiveHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.couchbase
- CouchbaseReactiveHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseReactiveHealthContributorAutoConfiguration
- CouchbaseReactiveHealthIndicator - Class in org.springframework.boot.actuate.couchbase
- 
AReactiveHealthIndicatorfor Couchbase.
- CouchbaseReactiveHealthIndicator(Cluster) - Constructor for class org.springframework.boot.actuate.couchbase.CouchbaseReactiveHealthIndicator
- 
Create a newCouchbaseReactiveHealthIndicatorinstance.
- CouchbaseReactiveRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
- 
Auto-configurationfor Spring Data's Couchbase Reactive Repositories.
- CouchbaseReactiveRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseReactiveRepositoriesAutoConfiguration
- CouchbaseRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
- 
Auto-configurationfor Spring Data's Couchbase Repositories.
- CouchbaseRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseRepositoriesAutoConfiguration
- CqlSessionBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.cassandra
- 
Callback interface that can be implemented by beans wishing to customize theCqlSessionthrough aCqlSessionBuilderwhilst retaining default auto-configuration.
- create() - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
- 
Create a newDataSourceBuilderinstance.
- create() - Method in class 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
- 
Gets a new fully configured but pausedRSocketServerinstance.
- create(ClassLoader) - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
- 
Create a newDataSourceBuilderinstance.
- create(Consumer<JsonMixinModuleEntries.Builder>) - Static method in class org.springframework.boot.jackson.JsonMixinModuleEntries
- 
Create an instance using the specifiedJsonMixinModuleEntries.Builder.
- create(WebApplicationType) - Method in interface org.springframework.boot.ApplicationContextFactory
- createApplicationContext() - Method in class org.springframework.boot.SpringApplication
- 
Strategy method used to create theApplicationContext.
- createBeanDefinitionLoader(BeanDefinitionRegistry, Object[]) - Method in class org.springframework.boot.SpringApplication
- 
Factory method used to create theBeanDefinitionLoader.
- createClassPathScanningCandidateComponentProvider(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.domain.EntityScanner
- 
Create aClassPathScanningCandidateComponentProviderto scan entities based on the specifiedApplicationContext.
- createClientSslEngine(String, int, String) - Method in class org.springframework.boot.autoconfigure.kafka.SslBundleSslEngineFactory
- createComposite(Map<String, B>) - Method in class org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration
- createComposite(Map<String, B>) - Method in class org.springframework.boot.actuate.autoconfigure.health.CompositeHealthContributorConfiguration
- createComposite(Map<String, B>) - Method in class org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthContributorConfiguration
- createConnection(Socket, InputStream, OutputStream) - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
- 
Factory method used to create theConnection.
- createContextCloserListener(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
- 
Subclasses may override to create their own subclass of ContextCloserListener.
- createContributor(Map<String, B>) - Method in class org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration
- createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.EndpointRequestMatcher
- createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.LinksRequestMatcher
- createEndpoint(Object, EndpointId, boolean, Collection<O>) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
- 
Factory method called to create theendpoint.
- createEndpoint(Object, EndpointId, boolean, Collection<JmxOperation>) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
- createEndpoint(Object, EndpointId, boolean, Collection<Operation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
- createEndpoint(Object, EndpointId, boolean, Collection<Operation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
- createEndpoint(Object, EndpointId, boolean, Collection<WebOperation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
- createEndpointResources(EndpointMapping, Collection<ExposableWebEndpoint>) - Method in class org.springframework.boot.actuate.endpoint.web.jersey.JerseyHealthEndpointAdditionalPathResourceFactory
- createEndpointResources(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, EndpointLinksResolver, boolean) - Method in class org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory
- 
CreatesResourcesfor the operations of the givenwebEndpoints.
- createEnvironment() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
- createEnvironment() - Method in class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
- createEnvironment(WebApplicationType) - Method in interface org.springframework.boot.ApplicationContextFactory
- 
Create a newEnvironmentto be set on thecreatedapplication context.
- createExceptionHandlerExceptionResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
- createExpectationManager() - Method in class org.springframework.boot.test.web.client.MockServerRestClientCustomizer
- createExpectationManager() - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
- createHandlerMethod(Object, Method) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
- createHandlerMethod(Object, Method) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
- createHeapDumper() - Method in class org.springframework.boot.actuate.management.HeapDumpWebEndpoint
- 
Factory method used to create theHeapDumpWebEndpoint.HeapDumper.
- createHttpContext(HttpMethod, URI) - Method in class org.springframework.boot.test.web.client.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
- createHttpHandler() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
- createHttpHandler() - Method in class org.springframework.boot.web.embedded.undertow.UndertowWebServer
- createIndicator(B) - Method in class org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration
- createJettyServer(JettyHttpHandlerAdapter) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- createJpaVendorAdapter() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
- createManagementContext(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.web.ManagementContextFactory
- createMetadataReader(Resource) - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
- 
Create the meta-data reader.
- createModifiedConfig(MergedContextConfiguration, Class<?>[]) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
- 
Create a newMergedContextConfigurationwith different classes.
- createModifiedConfig(MergedContextConfiguration, Class<?>[], String[]) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
- 
Create a newMergedContextConfigurationwith different classes and properties.
- createMongoClient(MongoClientSettings) - Method in class org.springframework.boot.autoconfigure.mongo.MongoClientFactorySupport
- createMultipartConfig() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
- 
Create a newMultipartConfigElementusing the properties.
- createMultipartConfig() - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
- 
Create a newMultipartConfigElementinstance.
- createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
- 
Factory method to create anendpoint operation.
- createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
- createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
- createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
- createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
- createOperationKey(O) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
- 
Create anEndpointDiscoverer.OperationKeyfor the given operation.
- createOperationKey(JmxOperation) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
- createOperationKey(Operation) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
- createOperationKey(Operation) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
- createOperationKey(WebOperation) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
- createPooledConnectionFactory(ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryFactory
- 
Create aÂJmsPoolConnectionFactorybased on the specifiedConnectionFactory.
- createPropertyResolver(MutablePropertySources) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
- 
Create a newPropertyResolverthat resolves property values against an underlying set ofPropertySources.
- createRegistrationBean(String, T, int) - Method in interface org.springframework.boot.web.servlet.ServletContextInitializerBeans.RegistrationBeanAdapter
- createRelative(String) - Method in class org.springframework.boot.origin.OriginTrackedResource
- createRequestConfig() - Method in class org.springframework.boot.test.web.client.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
- createRequestMappingHandlerAdapter() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
- createRequestMappingHandlerAdapter() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
- createRequestMappingHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
- createRequestMappingHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
- createResource(EndpointMapping, WebOperation) - Method in class org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory
- createRootApplicationContext(ServletContext) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
- createServerSslEngine(String, int) - Method in class org.springframework.boot.autoconfigure.kafka.SslBundleSslEngineFactory
- createSpringApplication(ResourceLoader, Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Creates a newSpringApplicationinstance from the given sources using the givenResourceLoader.
- createSpringApplicationBuilder() - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
- 
Returns theSpringApplicationBuilderthat is used to configure and create theSpringApplication.
- createSpyIfNecessary(Object, String) - Method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
- createSslContext() - Method in interface org.springframework.boot.ssl.SslBundle
- 
Factory method to create a newSSLContextfor this bundle.
- createSslContext(String) - Method in interface org.springframework.boot.ssl.SslManagerBundle
- 
Factory method to create a newSSLContextfor thekey managersandtrust managersmanaged by this instance.
- createSslContextSpec() - Method in class org.springframework.boot.web.embedded.netty.SslServerCustomizer
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor ofSslServerCustomizer.createSslContextSpec(SslBundle)
- createSslContextSpec(SslBundle) - Method in class org.springframework.boot.web.embedded.netty.SslServerCustomizer
- 
Create anAbstractProtocolSslContextSpecfor a givenSslBundle.
- createSubPath(String) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointMapping
- createTempDir(String) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- 
Return the absolute temp dir for given web server.
- createTester(Class<?>, ResolvableType, M) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
- createView(String) - Method in class org.springframework.boot.web.reactive.result.view.MustacheViewResolver
- Credential() - Constructor for class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
- Credential() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty.Verification.Credential
- Credential() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Decryption.Credential
- Credential() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing.Credential
- CronTriggerDescriptor(CronTrigger) - Constructor for class 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 token.
- CSP_CLIENT_CREDENTIALS - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.TokenType
- 
CSP client credentials.
- CSS - Enum constant in enum class org.springframework.boot.autoconfigure.security.StaticResourceLocation
- 
Resources under"/css".
- CUMULATIVE - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties.HistogramType
- 
Cumulative histogram.
- CURRENT - Enum constant in enum class org.springframework.boot.autoconfigure.condition.SearchStrategy
- 
Search only the current context.
- CustomHttpComponentsClientHttpRequestFactory(TestRestTemplate.HttpClientOption[], ClientHttpRequestFactorySettings) - Constructor for class org.springframework.boot.test.web.client.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
- customize(ClusterEnvironment.Builder) - Method in interface org.springframework.boot.autoconfigure.couchbase.ClusterEnvironmentBuilderCustomizer
- 
Customize theClusterEnvironment.Builder.
- customize(ProgrammaticDriverConfigLoaderBuilder) - Method in interface org.springframework.boot.autoconfigure.cassandra.DriverConfigLoaderBuilderCustomizer
- 
Customize the DriverConfigLoader builder.
- customize(CqlSessionBuilder) - Method in interface org.springframework.boot.autoconfigure.cassandra.CqlSessionBuilderCustomizer
- 
Customize theCqlSessionBuilder.
- customize(GsonBuilder) - Method in interface org.springframework.boot.autoconfigure.gson.GsonBuilderCustomizer
- 
Customize the GsonBuilder.
- customize(Config) - Method in interface org.springframework.boot.autoconfigure.hazelcast.HazelcastConfigCustomizer
- 
Customize the configuration.
- customize(MongoClientSettings.Builder) - Method in interface org.springframework.boot.autoconfigure.mongo.MongoClientSettingsBuilderCustomizer
- 
Customize theMongoClientSettings.Builder.
- customize(MongoClientSettings.Builder) - Method in class org.springframework.boot.autoconfigure.mongo.MongoPropertiesClientSettingsBuilderCustomizer
- 
Deprecated.
- customize(MongoClientSettings.Builder) - Method in class org.springframework.boot.autoconfigure.mongo.StandardMongoClientSettingsBuilderCustomizer
- customize(ConnectionFactory) - Method in interface org.springframework.boot.autoconfigure.amqp.ConnectionFactoryCustomizer
- 
Customize theConnectionFactory.
- customize(EnvironmentBuilder) - Method in interface org.springframework.boot.autoconfigure.amqp.EnvironmentBuilderCustomizer
- 
Customize theEnvironmentBuilder.
- customize(ClientResources.Builder) - Method in interface org.springframework.boot.autoconfigure.data.redis.ClientResourcesBuilderCustomizer
- 
Customize theClientResources.Builder.
- customize(SdkTracerProviderBuilder) - Method in interface org.springframework.boot.actuate.autoconfigure.tracing.SdkTracerProviderBuilderCustomizer
- 
Customize the givenbuilder.
- customize(ConnectionFactoryOptions.Builder) - Method in interface org.springframework.boot.autoconfigure.r2dbc.ConnectionFactoryOptionsBuilderCustomizer
- 
Customize theConnectionFactoryOptions.Builder.
- customize(RSocketServer) - Method in interface org.springframework.boot.rsocket.server.RSocketServerCustomizer
- 
Callback to customize aRSocketServerinstance.
- customize(DeploymentInfo) - Method in interface org.springframework.boot.web.embedded.undertow.UndertowDeploymentInfoCustomizer
- 
Customize the deployment info.
- customize(Undertow.Builder) - Method in interface org.springframework.boot.web.embedded.undertow.UndertowBuilderCustomizer
- 
Customize the builder.
- customize(Configuration<?>) - Method in interface org.springframework.boot.autoconfigure.validation.ValidationConfigurationCustomizer
- 
Customize the givenconfiguration.
- customize(Map<String, Object>) - Method in interface org.springframework.boot.autoconfigure.orm.jpa.HibernatePropertiesCustomizer
- 
Customize the specified JPA vendor properties.
- customize(CacheManager) - Method in interface org.springframework.boot.autoconfigure.cache.JCacheManagerCustomizer
- 
Customize the cache manager.
- customize(ActiveMQConnectionFactory) - Method in interface org.springframework.boot.autoconfigure.jms.activemq.ActiveMQConnectionFactoryCustomizer
- 
Customize theActiveMQConnectionFactory.
- customize(Configuration) - Method in interface org.springframework.boot.autoconfigure.jms.artemis.ArtemisConfigurationCustomizer
- 
Customize the configuration.
- customize(Connector) - Method in interface org.springframework.boot.web.embedded.tomcat.TomcatConnectorCustomizer
- 
Customize the connector.
- customize(Context) - Method in interface org.springframework.boot.web.embedded.tomcat.TomcatContextCustomizer
- 
Customize the context.
- customize(RequestConfig.Builder) - Method in interface org.springframework.boot.autoconfigure.elasticsearch.RestClientBuilderCustomizer
- 
Customize theRequestConfig.Builder.
- customize(HttpAsyncClientBuilder) - Method in interface org.springframework.boot.autoconfigure.elasticsearch.RestClientBuilderCustomizer
- 
Customize theHttpAsyncClientBuilder.
- customize(Cache2kBuilder<?, ?>) - Method in interface org.springframework.boot.autoconfigure.cache.Cache2kBuilderCustomizer
- 
Customize the default cache settings.
- customize(Server) - Method in interface org.springframework.boot.web.embedded.jetty.JettyServerCustomizer
- 
Customize the server.
- customize(RestClientBuilder) - Method in interface org.springframework.boot.autoconfigure.elasticsearch.RestClientBuilderCustomizer
- 
Customize theRestClientBuilder.
- customize(FluentConfiguration) - Method in interface org.springframework.boot.autoconfigure.flyway.FlywayConfigurationCustomizer
- 
Customize the flyway configuration.
- customize(ResourceConfig) - Method in interface org.springframework.boot.actuate.autoconfigure.web.jersey.ManagementContextResourceConfigCustomizer
- 
Customize the resource config.
- customize(ResourceConfig) - Method in interface org.springframework.boot.autoconfigure.jersey.ResourceConfigCustomizer
- 
Customize the resource config.
- customize(InfluxDB) - Method in interface org.springframework.boot.autoconfigure.influx.InfluxDbCustomizer
- 
Deprecated.Customize theInfluxDB.
- customize(DefaultConfiguration) - Method in interface org.springframework.boot.autoconfigure.jooq.DefaultConfigurationCustomizer
- 
Customize thejOOQ Configuration.
- customize(Config.ConfigBuilder) - Method in interface org.springframework.boot.autoconfigure.neo4j.ConfigBuilderCustomizer
- 
Customize theConfig.ConfigBuilder.
- customize(RabbitTemplate) - Method in interface org.springframework.boot.autoconfigure.amqp.RabbitTemplateCustomizer
- 
Callback to customize aRabbitTemplateinstance.
- customize(RabbitRetryTemplateCustomizer.Target, RetryTemplate) - Method in interface org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer
- 
Callback to customize aRetryTemplateinstance used in the context of the specifiedRabbitRetryTemplateCustomizer.Target.
- customize(EntityManagerFactoryBuilder) - Method in interface org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryBuilderCustomizer
- 
Customize the givenbuilder.
- customize(RestTemplateBuilder) - Method in interface org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinRestTemplateBuilderCustomizer
- 
Customize the rest template builder.
- customize(ConfigurableJettyWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.JettyVirtualThreadsWebServerFactoryCustomizer
- customize(ConfigurableJettyWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.JettyWebServerFactoryCustomizer
- customize(JettyReactiveWebServerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.reactive.JettyWebSocketReactiveWebServerCustomizer
- customize(JettyServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.servlet.JettyWebSocketServletWebServerCustomizer
- customize(NettyReactiveWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.NettyWebServerFactoryCustomizer
- customize(ConfigurableTomcatWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.TomcatVirtualThreadsWebServerFactoryCustomizer
- customize(ConfigurableTomcatWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.TomcatWebServerFactoryCustomizer
- customize(TomcatReactiveWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.reactive.TomcatReactiveWebServerFactoryCustomizer
- customize(TomcatReactiveWebServerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.reactive.TomcatWebSocketReactiveWebServerCustomizer
- customize(TomcatServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.servlet.TomcatServletWebServerFactoryCustomizer
- customize(TomcatServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.servlet.TomcatWebSocketServletWebServerCustomizer
- customize(ConfigurableUndertowWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.UndertowWebServerFactoryCustomizer
- customize(UndertowServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.servlet.UndertowServletWebServerFactoryCustomizer
- customize(UndertowServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.servlet.UndertowWebSocketServletWebServerCustomizer
- customize(ConfigurableReactiveWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
- customize(ConfigurableServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer
- customize(ConfigurableConversionService) - Method in interface org.springframework.boot.autoconfigure.batch.BatchConversionServiceCustomizer
- 
Customize theConfigurableConversionService.
- customize(SimpleAsyncTaskExecutor) - Method in interface org.springframework.boot.task.SimpleAsyncTaskExecutorCustomizer
- 
Callback to customize aSimpleAsyncTaskExecutorinstance.
- customize(CouchbaseCacheManager.CouchbaseCacheManagerBuilder) - Method in interface org.springframework.boot.autoconfigure.cache.CouchbaseCacheManagerBuilderCustomizer
- 
Customize theCouchbaseCacheManager.CouchbaseCacheManagerBuilder.
- customize(RedisCacheManager.RedisCacheManagerBuilder) - Method in interface org.springframework.boot.autoconfigure.cache.RedisCacheManagerBuilderCustomizer
- 
Customize theRedisCacheManager.RedisCacheManagerBuilder.
- customize(JedisClientConfiguration.JedisClientConfigurationBuilder) - Method in interface org.springframework.boot.autoconfigure.data.redis.JedisClientConfigurationBuilderCustomizer
- 
Customize theJedisClientConfiguration.JedisClientConfigurationBuilder.
- customize(LettuceClientConfiguration.LettuceClientConfigurationBuilder) - Method in interface org.springframework.boot.autoconfigure.data.redis.LettuceClientConfigurationBuilderCustomizer
- 
Customize theLettuceClientConfiguration.LettuceClientConfigurationBuilder.
- customize(GraphQlSource.SchemaResourceBuilder) - Method in interface org.springframework.boot.autoconfigure.graphql.GraphQlSourceBuilderCustomizer
- 
Customize theBuilderinstance.
- customize(CodecConfigurer) - Method in interface org.springframework.boot.web.codec.CodecCustomizer
- 
Callback to customize aCodecConfigurerinstance.
- customize(Jackson2ObjectMapperBuilder) - Method in interface org.springframework.boot.autoconfigure.jackson.Jackson2ObjectMapperBuilderCustomizer
- 
Customize the JacksonObjectMapperBuilder.
- customize(ResourceDatabasePopulator) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceScriptDatabaseInitializer
- customize(ResourceDatabasePopulator) - Method in class org.springframework.boot.jdbc.init.DataSourceScriptDatabaseInitializer
- 
Customize theResourceDatabasePopulator.
- customize(StreamsBuilderFactoryBean) - Method in interface org.springframework.boot.autoconfigure.kafka.StreamsBuilderFactoryBeanCustomizer
- 
Customize theStreamsBuilderFactoryBean.
- customize(DefaultKafkaConsumerFactory<?, ?>) - Method in interface org.springframework.boot.autoconfigure.kafka.DefaultKafkaConsumerFactoryCustomizer
- 
Customize theDefaultKafkaConsumerFactory.
- customize(DefaultKafkaProducerFactory<?, ?>) - Method in interface org.springframework.boot.autoconfigure.kafka.DefaultKafkaProducerFactoryCustomizer
- 
Customize theDefaultKafkaProducerFactory.
- customize(RSocketMessageHandler) - Method in interface org.springframework.boot.autoconfigure.rsocket.RSocketMessageHandlerCustomizer
- 
Customize theRSocketMessageHandler.
- customize(RSocketStrategies.Builder) - Method in interface org.springframework.boot.rsocket.messaging.RSocketStrategiesCustomizer
- 
Callback to customize aRSocketStrategies.builder()instance.
- customize(MockMvcRestDocumentationConfigurer) - Method in interface org.springframework.boot.test.autoconfigure.restdocs.RestDocsMockMvcConfigurationCustomizer
- 
Customize the givenconfigurer.
- customize(RestAssuredRestDocumentationConfigurer) - Method in interface org.springframework.boot.test.autoconfigure.restdocs.RestDocsRestAssuredConfigurationCustomizer
- 
Customize the givenconfigurer.
- customize(WebTestClientRestDocumentationConfigurer) - Method in interface org.springframework.boot.test.autoconfigure.restdocs.RestDocsWebTestClientConfigurationCustomizer
- 
Customize the givenconfigurer.
- customize(SimpleAsyncTaskScheduler) - Method in interface org.springframework.boot.task.SimpleAsyncTaskSchedulerCustomizer
- 
Callback to customize aSimpleAsyncTaskSchedulerinstance.
- customize(ThreadPoolTaskExecutor) - Method in interface org.springframework.boot.task.TaskExecutorCustomizer
- 
Deprecated.Callback to customize aThreadPoolTaskExecutorinstance.
- customize(ThreadPoolTaskExecutor) - Method in interface org.springframework.boot.task.ThreadPoolTaskExecutorCustomizer
- 
Callback to customize aThreadPoolTaskExecutorinstance.
- customize(ThreadPoolTaskScheduler) - Method in interface org.springframework.boot.task.TaskSchedulerCustomizer
- 
Deprecated.Callback to customize aThreadPoolTaskSchedulerinstance.
- customize(ThreadPoolTaskScheduler) - Method in interface org.springframework.boot.task.ThreadPoolTaskSchedulerCustomizer
- 
Callback to customize aThreadPoolTaskSchedulerinstance.
- customize(SchedulerFactoryBean) - Method in interface org.springframework.boot.autoconfigure.quartz.SchedulerFactoryBeanCustomizer
- 
Customize theSchedulerFactoryBean.
- customize(NimbusJwtDecoder.JwkSetUriJwtDecoderBuilder) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.JwkSetUriJwtDecoderBuilderCustomizer
- 
Customize the givenbuilder.
- customize(NimbusReactiveJwtDecoder.JwkSetUriReactiveJwtDecoderBuilder) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.reactive.JwkSetUriReactiveJwtDecoderBuilderCustomizer
- 
Customize the givenbuilder.
- customize(DefaultCookieSerializer) - Method in interface org.springframework.boot.autoconfigure.session.DefaultCookieSerializerCustomizer
- 
Customize the cookie serializer.
- customize(WebTestClient.Builder) - Method in class org.springframework.boot.test.autoconfigure.web.reactive.SpringBootWebTestClientBuilderCustomizer
- customize(WebTestClient.Builder) - Method in interface org.springframework.boot.test.web.reactive.server.WebTestClientBuilderCustomizer
- 
Customize the givenbuilder.
- customize(ConfigurableMockMvcBuilder<?>) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsMockMvcBuilderCustomizer
- customize(ConfigurableMockMvcBuilder<?>) - Method in interface org.springframework.boot.test.autoconfigure.web.servlet.MockMvcBuilderCustomizer
- 
Customize the givenbuilder.
- customize(ConfigurableMockMvcBuilder<?>) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
- customize(PlatformTransactionManager) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 in favor ofTransactionManagerCustomizers.customize(TransactionManager)
- customize(AbstractPlatformTransactionManager) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionProperties
- customize(TransactionManager) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers
- 
Customize the giventransactionManager.
- customize(RestClient.Builder) - Method in class org.springframework.boot.actuate.metrics.web.client.ObservationRestClientCustomizer
- customize(RestClient.Builder) - Method in class org.springframework.boot.autoconfigure.web.client.HttpMessageConvertersRestClientCustomizer
- customize(RestClient.Builder) - Method in class org.springframework.boot.test.web.client.MockServerRestClientCustomizer
- customize(RestClient.Builder) - Method in interface org.springframework.boot.web.client.RestClientCustomizer
- 
Callback to customize aRestClient.Builderinstance.
- customize(RestTemplate) - Method in class org.springframework.boot.actuate.metrics.web.client.ObservationRestTemplateCustomizer
- customize(RestTemplate) - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
- customize(RestTemplate) - Method in interface org.springframework.boot.web.client.RestTemplateCustomizer
- 
Callback to customize aRestTemplateinstance.
- customize(ResourceHandlerRegistration) - Method in interface org.springframework.boot.autoconfigure.web.reactive.ResourceHandlerRegistrationCustomizer
- 
Customize the givenResourceHandlerRegistration.
- customize(WebClient.Builder) - Method in interface org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinWebClientBuilderCustomizer
- 
Customize the web client builder.
- customize(WebClient.Builder) - Method in class org.springframework.boot.actuate.metrics.web.reactive.client.ObservationWebClientCustomizer
- customize(WebClient.Builder) - Method in class org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientCodecCustomizer
- customize(WebClient.Builder) - Method in interface org.springframework.boot.web.reactive.function.client.WebClientCustomizer
- 
Callback to customize aWebClient.Builderinstance.
- customize(WebServiceTemplate) - Method in interface org.springframework.boot.webservices.client.WebServiceTemplateCustomizer
- 
Callback to customize aWebServiceTemplateinstance.
- customize(T) - Method in interface org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer
- 
Customize the givenregistry.
- customize(T) - Method in interface org.springframework.boot.actuate.autoconfigure.observation.ObservationRegistryCustomizer
- 
Customize the givenregistry.
- customize(T) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementWebServerFactoryCustomizer
- customize(T) - Method in interface org.springframework.boot.autoconfigure.cache.CacheManagerCustomizer
- 
Customize the cache manager.
- customize(T) - Method in class org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers
- 
Customize the specifiedCacheManager.
- customize(T) - Method in interface org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizer
- 
Customize the given transaction manager.
- customize(T) - Method in interface org.springframework.boot.web.client.RestTemplateRequestCustomizer
- 
Customize the specifiedClientHttpRequest.
- customize(T) - Method in interface org.springframework.boot.web.embedded.tomcat.TomcatProtocolHandlerCustomizer
- 
Customize the protocol handler.
- customize(T) - Method in interface org.springframework.boot.web.server.WebServerFactoryCustomizer
- 
Customize the specifiedWebServerFactory.
- customize(T, ManagementServerProperties, ServerProperties) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementWebServerFactoryCustomizer
- customizeConnector(Connector) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- customizeConnector(Connector) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- customizers(Iterable<? extends SimpleAsyncTaskExecutorCustomizer>) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
- 
Set thecustomizersthat should be applied to theSimpleAsyncTaskExecutor.
- customizers(Iterable<? extends SimpleAsyncTaskSchedulerCustomizer>) - Method in class org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
- 
Set thecustomizersthat should be applied to theSimpleAsyncTaskScheduler.
- customizers(Iterable<? extends ThreadPoolTaskExecutorCustomizer>) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
- 
Set theThreadPoolTaskExecutorCustomizersthat should be applied to theThreadPoolTaskExecutor.
- customizers(Iterable<? extends ThreadPoolTaskSchedulerCustomizer>) - Method in class org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
- 
Set thethreadPoolTaskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler.
- customizers(Iterable<TaskExecutorCustomizer>) - Method in class org.springframework.boot.task.TaskExecutorBuilder
- 
Deprecated.Set theTaskExecutorCustomizersthat should be applied to theThreadPoolTaskExecutor.
- customizers(Iterable<TaskSchedulerCustomizer>) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
- 
Deprecated.Set thetaskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler.
- customizers(Collection<? extends RestTemplateCustomizer>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Set theRestTemplateCustomizersthat should be applied to theRestTemplate.
- customizers(Collection<? extends WebServiceTemplateCustomizer>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
SetWebServiceTemplateCustomizersthat should be applied to theWebServiceTemplate.
- customizers(SimpleAsyncTaskExecutorCustomizer...) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
- 
Set thecustomizersthat should be applied to theSimpleAsyncTaskExecutor.
- customizers(SimpleAsyncTaskSchedulerCustomizer...) - Method in class org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
- 
Set thecustomizersthat should be applied to theSimpleAsyncTaskScheduler.
- customizers(TaskExecutorCustomizer...) - Method in class org.springframework.boot.task.TaskExecutorBuilder
- 
Deprecated.Set theTaskExecutorCustomizersthat should be applied to theThreadPoolTaskExecutor.
- customizers(TaskSchedulerCustomizer...) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
- 
Deprecated.Set theTaskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler.
- customizers(ThreadPoolTaskExecutorCustomizer...) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
- 
Set theThreadPoolTaskExecutorCustomizersthat should be applied to theThreadPoolTaskExecutor.
- customizers(ThreadPoolTaskSchedulerCustomizer...) - Method in class org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
- 
Set thethreadPoolTaskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler.
- customizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Set theRestTemplateCustomizersthat should be applied to theRestTemplate.
- customizers(WebServiceTemplateCustomizer...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
SetWebServiceTemplateCustomizersthat should be applied to theWebServiceTemplate.
- customizeVendorProperties(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
- 
Customize vendor properties before they are used.
- CustomTriggerDescriptor(Trigger) - Constructor for class 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
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
PemSslStoreDetails.certificates()