Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- cache(String, String) - Method in class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint
- 
Return aCachesEndpoint.CacheDescriptorfor the specified cache.
- cache(String, String) - Method in class org.springframework.boot.cache.actuate.endpoint.CachesEndpointWebExtension
- Cache - Class in org.springframework.boot.buildpack.platform.build
- 
Details of a cache for use by the CNB builder.
- Cache() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Cache
- Cache() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache
- Cache() - Constructor for class org.springframework.boot.jms.autoconfigure.JmsProperties.Cache
- Cache() - Constructor for class org.springframework.boot.pulsar.autoconfigure.PulsarProperties.Producer.Cache
- Cache.Bind - Class in org.springframework.boot.buildpack.platform.build
- 
Details of a cache stored in a bind mount.
- Cache.Format - Enum Class in org.springframework.boot.buildpack.platform.build
- 
The format of the cache.
- Cache.Volume - Class in org.springframework.boot.buildpack.platform.build
- 
Details of a cache stored in a Docker volume.
- CACHE2K - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
- 
Cache2k backed caching.
- Cache2kBuilderCustomizer - Interface in org.springframework.boot.cache.autoconfigure
- 
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.cache.metrics
- 
CacheMeterBinderProviderimplementation for cache2k.
- Cache2kCacheMeterBinderProvider() - Constructor for class org.springframework.boot.cache.metrics.Cache2kCacheMeterBinderProvider
- CacheAutoConfiguration - Class in org.springframework.boot.cache.autoconfigure
- 
Auto-configurationfor the cache abstraction.
- CacheAutoConfiguration() - Constructor for class org.springframework.boot.cache.autoconfigure.CacheAutoConfiguration
- Cachecontrol() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- CacheDescriptor(String) - Constructor for class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint.CacheDescriptor
- CacheEntryDescriptor(Cache, String) - Constructor for class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint.CacheEntryDescriptor
- cacheManager(CacheManagerCustomizers, EmbeddedCacheManager) - Method in class org.springframework.boot.cache.autoconfigure.InfinispanCacheConfiguration
- CacheManagerCustomizer<T> - Interface in org.springframework.boot.cache.autoconfigure
- 
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 - Class in org.springframework.boot.cache.autoconfigure
- 
Invokes the availableCacheManagerCustomizerinstances in the context for a givenCacheManager.
- CacheManagerCustomizers(List) - Constructor for class org.springframework.boot.cache.autoconfigure.CacheManagerCustomizers
- CacheManagerDescriptor(Map) - Constructor for class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint.CacheManagerDescriptor
- CacheMeterBinderProvider<C> - Interface in org.springframework.boot.cache.metrics
- 
Provide aMeterBinderbased on aCache.
- CacheMetricsAutoConfiguration - Class in org.springframework.boot.cache.autoconfigure.metrics
- 
Auto-configurationfor metrics on all availablecaches.
- CacheMetricsAutoConfiguration() - Constructor for class org.springframework.boot.cache.autoconfigure.metrics.CacheMetricsAutoConfiguration
- CacheMetricsRegistrar - Class in org.springframework.boot.cache.metrics
- 
Register supportedCacheto aMeterRegistry.
- CacheMetricsRegistrar(MeterRegistry, Collection) - Constructor for class org.springframework.boot.cache.metrics.CacheMetricsRegistrar
- 
Creates a new registrar.
- CacheProperties - Class in org.springframework.boot.cache.autoconfigure
- 
Configuration properties for the cache abstraction.
- CacheProperties() - Constructor for class org.springframework.boot.cache.autoconfigure.CacheProperties
- CacheProperties.Caffeine - Class in org.springframework.boot.cache.autoconfigure
- 
Caffeine specific cache properties.
- CacheProperties.Couchbase - Class in org.springframework.boot.cache.autoconfigure
- 
Couchbase specific cache properties.
- CacheProperties.Infinispan - Class in org.springframework.boot.cache.autoconfigure
- 
Infinispan specific cache properties.
- CacheProperties.JCache - Class in org.springframework.boot.cache.autoconfigure
- 
JCache (JSR-107) specific cache properties.
- CacheProperties.Redis - Class in org.springframework.boot.cache.autoconfigure
- 
Redis-specific cache properties.
- cacheProvider() - Element in annotation interface org.springframework.boot.cache.test.autoconfigure.AutoConfigureCache
- caches() - Method in class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint
- 
Return aCachesEndpoint.CachesDescriptorof all availablecaches.
- CachesDescriptor(Map) - Constructor for class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint.CachesDescriptor
- CachesEndpoint - Class in org.springframework.boot.cache.actuate.endpoint
- CachesEndpoint(Map) - Constructor for class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint
- 
Create a new endpoint with theCacheManagerinstances to use.
- CachesEndpoint.CacheDescriptor - Class in org.springframework.boot.cache.actuate.endpoint
- 
Description of aCache.
- CachesEndpoint.CacheEntryDescriptor - Class in org.springframework.boot.cache.actuate.endpoint
- 
Description of aCacheentry.
- CachesEndpoint.CacheManagerDescriptor - Class in org.springframework.boot.cache.actuate.endpoint
- 
Description of aCacheManager.
- CachesEndpoint.CachesDescriptor - Class in org.springframework.boot.cache.actuate.endpoint
- 
Description of the caches.
- CachesEndpointAutoConfiguration - Class in org.springframework.boot.cache.autoconfigure
- CachesEndpointAutoConfiguration() - Constructor for class org.springframework.boot.cache.autoconfigure.CachesEndpointAutoConfiguration
- CachesEndpointWebExtension - Class in org.springframework.boot.cache.actuate.endpoint
- 
@EndpointWebExtensionfor theCachesEndpoint.
- CachesEndpointWebExtension(CachesEndpoint) - Constructor for class org.springframework.boot.cache.actuate.endpoint.CachesEndpointWebExtension
- CacheType - Enum Class in org.springframework.boot.autoconfigure.cache
- 
Supported cache types (defined in order of precedence).
- CachingConnectionFactoryConfigurer - Class in org.springframework.boot.amqp.autoconfigure
- 
Configures RabbitCachingConnectionFactorywith sensible defaults tuned using configuration properties.
- CachingConnectionFactoryConfigurer(RabbitProperties) - Constructor for class org.springframework.boot.amqp.autoconfigure.CachingConnectionFactoryConfigurer
- 
Creates a new configurer that will configure the connection factory using the givenproperties.
- CachingConnectionFactoryConfigurer(RabbitProperties, RabbitConnectionDetails) - Constructor for class org.springframework.boot.amqp.autoconfigure.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) - Constructor for class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor
- Caffeine() - Constructor for class org.springframework.boot.cache.autoconfigure.CacheProperties.Caffeine
- CAFFEINE - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
- 
Caffeine backed caching.
- CaffeineCacheMeterBinderProvider - Class in org.springframework.boot.cache.metrics
- 
CacheMeterBinderProviderimplementation for Caffeine.
- CaffeineCacheMeterBinderProvider() - Constructor for class org.springframework.boot.cache.metrics.CaffeineCacheMeterBinderProvider
- CalendarIntervalTriggerDescriptor(CalendarIntervalTrigger) - Constructor for class org.springframework.boot.quartz.actuate.endpoint.QuartzEndpoint.CalendarIntervalTriggerDescriptor
- callback(Class, 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, Collection, 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.
- cancelRemainingTasksOnClose(boolean) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
- 
Set whether to cancel remaining tasks on close.
- 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
- cap(Access) - Method in enum class org.springframework.boot.actuate.endpoint.Access
- 
Cap access to a maximum permitted.
- 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.cassandra.autoconfigure
- 
Auto-configurationfor Cassandra.
- CassandraConnectionDetails - Interface in org.springframework.boot.cassandra.autoconfigure
- 
Details required to establish a connection to a Cassandra service.
- CassandraConnectionDetails.Node - Record Class in org.springframework.boot.cassandra.autoconfigure
- 
A Cassandra node.
- CassandraDriverHealthIndicator - Class in org.springframework.boot.cassandra.health
- 
Simple implementation of aHealthIndicatorreturning status information for Cassandra data stores.
- CassandraDriverHealthIndicator(CqlSession) - Constructor for class org.springframework.boot.cassandra.health.CassandraDriverHealthIndicator
- 
Create a newCassandraDriverHealthIndicatorinstance.
- CassandraDriverReactiveHealthIndicator - Class in org.springframework.boot.cassandra.health
- 
Simple implementation of aReactiveHealthIndicatorreturning status information for Cassandra data stores.
- CassandraDriverReactiveHealthIndicator(CqlSession) - Constructor for class org.springframework.boot.cassandra.health.CassandraDriverReactiveHealthIndicator
- 
Create a newCassandraDriverReactiveHealthIndicatorinstance.
- CassandraHealthContributorAutoConfiguration - Class in org.springframework.boot.cassandra.autoconfigure.health
- CassandraHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.cassandra.autoconfigure.health.CassandraHealthContributorAutoConfiguration
- CassandraProperties - Class in org.springframework.boot.cassandra.autoconfigure
- 
Configuration properties for Cassandra.
- CassandraProperties() - Constructor for class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- CassandraProperties.Compression - Enum Class in org.springframework.boot.cassandra.autoconfigure
- 
Name of the algorithm used to compress protocol frames.
- CassandraProperties.Connection - Class in org.springframework.boot.cassandra.autoconfigure
- CassandraProperties.Controlconnection - Class in org.springframework.boot.cassandra.autoconfigure
- CassandraProperties.Pool - Class in org.springframework.boot.cassandra.autoconfigure
- 
Pool properties.
- CassandraProperties.Request - Class in org.springframework.boot.cassandra.autoconfigure
- CassandraProperties.Ssl - Class in org.springframework.boot.cassandra.autoconfigure
- CassandraProperties.Throttler - Class in org.springframework.boot.cassandra.autoconfigure
- CassandraProperties.ThrottlerType - Enum Class in org.springframework.boot.cassandra.autoconfigure
- CassandraReactiveHealthContributorAutoConfiguration - Class in org.springframework.boot.cassandra.autoconfigure.health
- CassandraReactiveHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.cassandra.autoconfigure.health.CassandraReactiveHealthContributorAutoConfiguration
- CborMapperBuilderCustomizer - Interface in org.springframework.boot.jackson.autoconfigure
- 
Callback interface that can be implemented by beans wishing to further customize theCBORMapperthroughCBORMapper.Builderto fine-tune its auto-configuration.
- CENATT - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENATX - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENCOM - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENCRC - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENDSK - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENEXT - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENFLG - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENHDR - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENHOW - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENLEN - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENNAM - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENOFF - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENSIG - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENSIZ - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENTIM - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENVEM - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENVER - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- certificate() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.PemKeyStore
- 
The location or content of the certificate or certificate chain in PEM format.
- certificate() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.PemTrustStore
- 
The location or content of the certificate or certificate chain in PEM format.
- certificatePath() - Method in record class org.springframework.boot.buildpack.platform.docker.configuration.DockerConnectionConfiguration.Host
- 
Returns the value of thecertificatePathrecord component.
- 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.
- 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) - Constructor for class org.springframework.boot.devtools.filewatch.ChangedFiles
- ChangeSetDescriptor(RanChangeSet) - Constructor for class org.springframework.boot.liquibase.actuate.endpoint.LiquibaseEndpoint.ChangeSetDescriptor
- Channel() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Cache.Channel
- Channel() - Constructor for class org.springframework.boot.integration.autoconfigure.IntegrationProperties.Channel
- charAt(int) - Method in interface org.springframework.boot.test.system.CapturedOutput
- checkAccess(Path, AccessMode...) - Method in class org.springframework.boot.loader.nio.file.NestedFileSystemProvider
- checkResource(Locale) - Method in class org.springframework.boot.mustache.servlet.view.MustacheView
- checkResourceExists(Locale) - Method in class org.springframework.boot.mustache.reactive.view.MustacheView
- child(int) - Method in record class org.springframework.boot.json.JsonWriter.MemberPath
- 
Create a new child from this path with the specified index.
- child(Class...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Create a child application with the provided sources.
- child(String) - Method in record class org.springframework.boot.json.JsonWriter.MemberPath
- 
Create a new child from this path with the specified name.
- 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.
- childrenAt(String, Function) - Method in class org.springframework.boot.buildpack.platform.json.MappedObject
- 
Get children at the given JSON path expression by constructing them using the given factory.
- chop(int) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Return a newConfigurationPropertyNameby chopping this name to the givensize.
- ciphers() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.Ssl
- 
The ciphers that can be used for the SSL connection.
- 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.
- 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
- ClassPathChangedEvent - Class in org.springframework.boot.devtools.classpath
- 
ApplicationEventcontaining details of a classpath change.
- ClassPathChangedEvent(Object, Set, 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.
- classPathIndex - Variable in class org.springframework.boot.loader.launch.Launcher
- 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.
- Cleaner - Interface in org.springframework.boot.loader.ref
- 
Wrapper forCleanerproviding registration support.
- 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.kafka.autoconfigure.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.jpa.test.autoconfigure.TestEntityManager
- 
Clear the persistence context, causing all managed entities to become detached.
- clearCache() - Method in class org.springframework.boot.loader.jar.NestedJarFile
- 
Clear any internal caches.
- clearCache() - Static method in class org.springframework.boot.loader.net.protocol.jar.Handler
- 
Clear any internal caches.
- clearCache() - Method in class org.springframework.boot.loader.net.protocol.jar.JarUrlClassLoader
- 
Clear any caches.
- clearCache() - Static method in class org.springframework.boot.loader.net.protocol.nested.Handler
- 
Clear any internal caches.
- clearCache(String, String) - Method in class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint
- 
Clear the specificCache.
- clearCache(String, String) - Method in class org.springframework.boot.cache.actuate.endpoint.CachesEndpointWebExtension
- clearCaches() - Method in class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint
- 
Clear all the availablecaches.
- clearInstance() - Static method in class org.springframework.boot.devtools.restart.Restarter
- 
Clear the instance.
- CLICKHOUSE - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
ClickHouse.
- Client() - Constructor for class org.springframework.boot.integration.autoconfigure.IntegrationProperties.RSocket.Client
- Client() - Constructor for class org.springframework.boot.micrometer.metrics.autoconfigure.MetricsProperties.Web.Client
- Client() - Constructor for class org.springframework.boot.micrometer.observation.autoconfigure.ObservationProperties.Http.Client
- Client() - Constructor for class org.springframework.boot.pulsar.autoconfigure.PulsarProperties.Client
- Client() - Constructor for class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Client
- CLIENT - Static variable in class org.springframework.boot.jms.autoconfigure.AcknowledgeMode
- 
Messages are acknowledged once the message listener implementation has calledMessage.acknowledge().
- ClientHttpConnectorBuilder<T> - Interface in org.springframework.boot.http.client.reactive
- 
Interface used to build a fully configuredClientHttpConnector.
- ClientHttpConnectorBuilderCustomizer<B> - Interface in org.springframework.boot.http.client.autoconfigure.reactive
- 
Customizer that can be used to modify the auto-configuredClientHttpConnectorBuilderwhen its type matches.
- ClientHttpMessageConvertersCustomizer - Interface in org.springframework.boot.http.converter.autoconfigure
- 
Callback interface that can be used to customize aHttpMessageConvertersfor client usage.
- clientHttpRequestFactory() - Method in class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
- ClientHttpRequestFactoryBuilder<T> - Interface in org.springframework.boot.http.client
- 
Interface used to build a fully configuredClientHttpRequestFactory.
- ClientHttpRequestFactoryBuilderCustomizer<B> - Interface in org.springframework.boot.http.client.autoconfigure
- 
Customizer that can be used to modify the auto-configuredClientHttpRequestFactoryBuilderwhen its type matches.
- clientProviderType() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.newrelic.NewRelicPropertiesConfigAdapter
- ClientRequests() - Constructor for class org.springframework.boot.micrometer.observation.autoconfigure.ObservationProperties.Http.Client.ClientRequests
- ClientResourcesBuilderCustomizer - Interface in org.springframework.boot.data.redis.autoconfigure
- 
Callback interface that can be implemented by beans wishing to customize theClientResources.Builderto fine-tune its auto-configuration before it creates theClientResources.
- clientSettings(UnaryOperator) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
- 
Update theHttpClientSettingsusing the given customizer.
- clientSettings(HttpClientSettings) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
- 
Sets theHttpClientSettings.
- close() - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisNoOpBindingRegistry
- close() - Method in class org.springframework.boot.buildpack.platform.socket.NamedPipeSocket
- close() - Method in class org.springframework.boot.buildpack.platform.socket.UnixDomainSocket
- close() - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertyCaching.CacheOverride
- close() - Method in class org.springframework.boot.kafka.autoconfigure.SslBundleSslEngineFactory
- close() - Method in class org.springframework.boot.loader.jar.NestedJarFile
- close() - Method in interface org.springframework.boot.loader.launch.Archive
- 
Closes theArchive, releasing any open resources.
- close() - Method in class org.springframework.boot.loader.net.protocol.jar.JarUrlClassLoader
- close() - Method in class org.springframework.boot.loader.tools.JarWriter
- 
Close the writer.
- close() - Method in class org.springframework.boot.loader.zip.ZipContent
- 
Close this jar file, releasing the underlying file if this was the last reference.
- close() - Method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
- close(ConfigurableApplicationContext) - Method in class org.springframework.boot.bootstrap.DefaultBootstrapContext
- 
Method to be called whenBootstrapContextis closed and theApplicationContextis prepared.
- CloseableDataBlock - Interface in org.springframework.boot.loader.zip
- 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.cloud.CloudPlatform
- 
Cloud Foundry platform.
- CloudFoundryActuatorAutoConfiguration - Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet
- 
Auto-configurationto expose actuator endpoints for Cloud Foundry to use.
- CloudFoundryActuatorAutoConfiguration() - Constructor for class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet.CloudFoundryActuatorAutoConfiguration
- CloudFoundryAuthorizationException - Exception Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint
- 
Authorization exceptions thrown to limit access to the endpoints.
- CloudFoundryAuthorizationException(CloudFoundryAuthorizationException.Reason, String) - Constructor for exception class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException
- CloudFoundryAuthorizationException(CloudFoundryAuthorizationException.Reason, String, Throwable) - Constructor for exception class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException
- CloudFoundryAuthorizationException.Reason - Enum Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint
- 
Reasons why the exception can be thrown.
- CloudFoundryHealthEndpointWebExtension - Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet
- 
@EndpointExtensionfor theHealthEndpointthat always exposes full health details.
- CloudFoundryHealthEndpointWebExtension(HealthEndpointWebExtension) - Constructor for class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet.CloudFoundryHealthEndpointWebExtension
- CloudFoundryInfoEndpointWebExtension - Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet
- 
@EndpointExtensionfor theInfoEndpointthat always exposes full git details.
- CloudFoundryInfoEndpointWebExtension(InfoEndpoint) - Constructor for class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet.CloudFoundryInfoEndpointWebExtension
- CloudFoundryReactiveActuatorAutoConfiguration - Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive
- 
Auto-configurationto expose actuator endpoints for Cloud Foundry to use in a reactive environment.
- CloudFoundryReactiveActuatorAutoConfiguration() - Constructor for class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive.CloudFoundryReactiveActuatorAutoConfiguration
- CloudFoundryReactiveHealthEndpointWebExtension - Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive
- 
Reactive@EndpointExtensionfor theHealthEndpointthat always exposes full health details.
- CloudFoundryReactiveHealthEndpointWebExtension(ReactiveHealthEndpointWebExtension) - Constructor for class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.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.cloudfoundry.autoconfigure.actuate.endpoint
- 
WebEndpointDiscovererfor Cloud Foundry that uses Cloud Foundry specific extensions for theHealthEndpoint.
- CloudFoundryWebEndpointDiscoverer(ApplicationContext, ParameterValueMapper, EndpointMediaTypes, List, Collection, Collection, Collection) - Constructor for class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryWebEndpointDiscoverer
- 
Create a newWebEndpointDiscovererinstance.
- CloudPlatform - Enum Class in org.springframework.boot.cloud
- 
Simple detection for well known cloud platforms.
- Cluster() - Constructor for class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Cluster
- Cluster() - Constructor for class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Lettuce.Cluster
- ClusterEnvironmentBuilderCustomizer - Interface in org.springframework.boot.couchbase.autoconfigure
- 
Callback interface that can be implemented by beans wishing to customize theClusterEnvironment.Builderto fine-tune its auto-configuration before it creates theClusterEnvironment.
- CodecCustomizer - Interface in org.springframework.boot.http.codec
- 
Callback interface that can be used to customize codecs configuration for an HTTP client and/or server with aCodecConfigurer.
- CodecsAutoConfiguration - Class in org.springframework.boot.http.codec.autoconfigure
- CodecsAutoConfiguration() - Constructor for class org.springframework.boot.http.codec.autoconfigure.CodecsAutoConfiguration
- collate(Collection) - Static method in class org.springframework.boot.context.annotation.Configurations
- 
Collate the given configuration by sorting and merging them.
- ColorConverter - Class in org.springframework.boot.logging.log4j2
- 
Log4j2LogEventPatternConverterto color output using theAnsiOutputclass.
- ColorConverter - Class in org.springframework.boot.logging.logback
- 
LogbackCompositeConverterto color 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.jooq.autoconfigure.SpringTransactionProvider
- CommonFormatters() - Constructor for class org.springframework.boot.logging.structured.StructuredLogFormatterFactory.CommonFormatters
- CommonsDbcp2DataSourcePoolMetadata - Class in org.springframework.boot.jdbc.metadata
- 
DataSourcePoolMetadatafor an Apache Commons DBCP2DataSource.
- CommonsDbcp2DataSourcePoolMetadata(BasicDataSource) - Constructor for class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
- CommonStructuredLogFormat - Enum Class in org.springframework.boot.logging.structured
- 
Common structured log formats supported by Spring Boot.
- compareTo(ConfigurationProperty) - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
- compareTo(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- compareTo(ObservationHandlerGroup) - Method in interface org.springframework.boot.micrometer.observation.autoconfigure.ObservationHandlerGroup
- COMPILE - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
- 
The library is used at compile time and runtime.
- components() - Element in annotation interface org.springframework.boot.restclient.test.autoconfigure.RestClientTest
- 
Specifies the components to test.
- components() - Element in annotation interface org.springframework.boot.webclient.test.autoconfigure.WebClientTest
- 
Specifies the components to test.
- components() - Element in annotation interface org.springframework.boot.webservices.test.autoconfigure.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.
- composeFile() - Method in interface org.springframework.boot.docker.compose.core.RunningService
- 
Return the Docker Compose file for the service.
- CompositeDataSourcePoolMetadataProvider - Class in org.springframework.boot.jdbc.metadata
- 
ADataSourcePoolMetadataProviderimplementation that returns the firstDataSourcePoolMetadatathat is found by one of its delegate.
- CompositeDataSourcePoolMetadataProvider(Collection) - Constructor for class org.springframework.boot.jdbc.metadata.CompositeDataSourcePoolMetadataProvider
- 
Create aCompositeDataSourcePoolMetadataProviderinstance with an initial collection of delegates to use.
- CompositeHealthContributor - Interface in org.springframework.boot.health.contributor
- 
AHealthContributorthat is composed of otherHealthContributorinstances.
- CompositeHealthContributorConfiguration<I,B> - Class in org.springframework.boot.health.autoconfigure.contributor
- 
Base class for health contributor configurations that can combine source beans into a composite.
- CompositeHealthContributorConfiguration(Function) - Constructor for class org.springframework.boot.health.autoconfigure.contributor.CompositeHealthContributorConfiguration
- 
Creates aCompositeHealthContributorConfigurationthat will use the givenindicatorFactoryto createHealthIndicatorinstances.
- CompositeHealthDescriptor - Class in org.springframework.boot.health.actuate.endpoint
- 
Description of health that is composed of otherhealth descriptors.
- CompositeMeterRegistryAutoConfiguration - Class in org.springframework.boot.micrometer.metrics.autoconfigure
- 
Auto-configurationfor aCompositeMeterRegistry.
- CompositeMeterRegistryAutoConfiguration() - Constructor for class org.springframework.boot.micrometer.metrics.autoconfigure.CompositeMeterRegistryAutoConfiguration
- CompositeReactiveHealthContributor - Interface in org.springframework.boot.health.contributor
- 
AReactiveHealthContributorthat is composed of otherReactiveHealthContributorinstances.
- CompositeReactiveHealthContributorConfiguration<I,B> - Class in org.springframework.boot.health.autoconfigure.contributor
- 
Base class for health contributor configurations that can combine source beans into a composite.
- CompositeReactiveHealthContributorConfiguration(Function) - Constructor for class org.springframework.boot.health.autoconfigure.contributor.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
- CompressionConnectorCustomizer - Class in org.springframework.boot.tomcat
- 
TomcatConnectorCustomizerthat configures compression support on the given Connector.
- CompressionConnectorCustomizer(Compression) - Constructor for class org.springframework.boot.tomcat.CompressionConnectorCustomizer
- CONCURRENCY_LIMITING - Enum constant in enum class org.springframework.boot.cassandra.autoconfigure.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.kafka.autoconfigure
- 
ConfigureConcurrentKafkaListenerContainerFactorywith sensible defaults tuned using configuration properties.
- ConcurrentKafkaListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.kafka.autoconfigure.ConcurrentKafkaListenerContainerFactoryConfigurer
- 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.
- ConditionalOnBooleanProperties - Annotation Interface in org.springframework.boot.autoconfigure.condition
- 
Container annotation that aggregates several@ConditionalOnBooleanPropertyannotations.
- ConditionalOnBooleanProperty - Annotation Interface in org.springframework.boot.autoconfigure.condition
- 
@Conditionalthat checks if the specified properties have a specific boolean value.
- 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.security.autoconfigure.web.servlet
- 
@Conditionalthat only matches when web security is available and the user has not defined their own configuration.
- ConditionalOnEnabledDevTools - Annotation Interface in org.springframework.boot.devtools.autoconfigure
- 
@Conditionalthat matches when DevTools is enabled.
- ConditionalOnEnabledHealthIndicator - Annotation Interface in org.springframework.boot.health.autoconfigure.contributor
- 
@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.
- ConditionalOnEnabledLoggingExport - Annotation Interface in org.springframework.boot.actuate.autoconfigure.logging
- 
@Conditionalthat checks whether logging export is enabled.
- ConditionalOnEnabledMetricsExport - Annotation Interface in org.springframework.boot.micrometer.metrics.autoconfigure.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.
- ConditionalOnEnabledTracingExport - Annotation Interface in org.springframework.boot.micrometer.tracing.autoconfigure
- 
@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.graphql.autoconfigure
- 
@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
- ConditionalOnIssuerLocationJwtDecoder - Annotation Interface in org.springframework.boot.security.oauth2.server.resource.autoconfigure
- 
Condition that matches when anissuer-location-based JWT decodershould be used.
- 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.
- ConditionalOnJsonTesters - Annotation Interface in org.springframework.boot.test.autoconfigure.json
- 
@Conditionalthat checks if JSON testers are enabled.
- 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.condition
- 
@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.
- ConditionalOnOAuth2ClientRegistrationProperties - Annotation Interface in org.springframework.boot.security.oauth2.client.autoconfigure
- 
Condition that matches if anyspring.security.oauth2.client.registrationproperties are defined.
- ConditionalOnProperties - Annotation Interface in org.springframework.boot.autoconfigure.condition
- 
Container annotation that aggregates several@ConditionalOnPropertyannotations.
- ConditionalOnProperty - Annotation Interface in org.springframework.boot.autoconfigure.condition
- 
@Conditionalthat checks if the specified properties have a specific value.
- ConditionalOnPublicKeyJwtDecoder - Annotation Interface in org.springframework.boot.security.oauth2.server.resource.autoconfigure
- 
Condition that matches when apublic-key-based JWT decodershould be used.
- 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.
- ConditionalOnSqlInitialization - Annotation Interface in org.springframework.boot.sql.autoconfigure.init
- 
Condition that matches whenspring.sql.init.modeis set to a value other thanDatabaseInitializationMode.NEVER.
- 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.
- conditions() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint
- 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_LOCATION - Static variable in class org.springframework.boot.loader.launch.PropertiesLauncher
- 
Properties key for config file location (including optional classpath:, file: or URL prefix).
- CONFIG_NAME - Static variable in class org.springframework.boot.loader.launch.PropertiesLauncher
- 
Properties key for name of external configuration file (excluding suffix).
- 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.neo4j.autoconfigure
- 
Callback interface that can be implemented by beans wishing to customize the aConfig.ConfigBuilderto fine-tune its auto-configuration before it creates aConfiginstance.
- ConfigData - Class in org.springframework.boot.context.config
- 
Configuration data that has been loaded from aConfigDataResourceand may ultimately contributeproperty sourcesto Spring'sEnvironment.
- ConfigData(Collection, ConfigData.Option...) - Constructor for class org.springframework.boot.context.config.ConfigData
- 
Create a newConfigDatainstance with the same options applied to each source.
- ConfigData(Collection, 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 Class in org.springframework.boot.context.config
- 
Abstract base class for configuration data exceptions.
- ConfigDataException(String, Throwable) - Constructor for exception class org.springframework.boot.context.config.ConfigDataException
- 
Create a newConfigDataExceptioninstance.
- ConfigDataLoader<R> - 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 Class in org.springframework.boot.context.config
- 
ConfigDataNotFoundExceptionthrown when aConfigDataLocationcannot be found.
- ConfigDataLocationNotFoundException(ConfigDataLocation) - Constructor for exception class org.springframework.boot.context.config.ConfigDataLocationNotFoundException
- 
Create a newConfigDataLocationNotFoundExceptioninstance.
- ConfigDataLocationNotFoundException(ConfigDataLocation, Throwable) - Constructor for exception class org.springframework.boot.context.config.ConfigDataLocationNotFoundException
- 
Create a newConfigDataLocationNotFoundExceptioninstance.
- ConfigDataLocationNotFoundException(ConfigDataLocation, String, Throwable) - Constructor for exception class org.springframework.boot.context.config.ConfigDataLocationNotFoundException
- 
Create a newConfigDataLocationNotFoundExceptioninstance.
- ConfigDataLocationResolver<R> - 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 Class 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 Class in org.springframework.boot.context.config
- 
ConfigDataNotFoundExceptionthrown when aConfigDataResourcecannot be found.
- ConfigDataResourceNotFoundException(ConfigDataResource) - Constructor for exception class org.springframework.boot.context.config.ConfigDataResourceNotFoundException
- 
Create a newConfigDataResourceNotFoundExceptioninstance.
- ConfigDataResourceNotFoundException(ConfigDataResource, Throwable) - Constructor for exception class 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.bootstrap
- 
ABootstrapContextthat also provides configuration methods through theBootstrapRegistryinterface.
- ConfigurableJettyWebServerFactory - Interface in org.springframework.boot.jetty
- 
ConfigurableWebServerFactoryfor Jetty-specific features.
- ConfigurableReactiveWebApplicationContext - Interface in org.springframework.boot.web.context.reactive
- 
Interface to provide configuration for a reactive web application.
- ConfigurableReactiveWebEnvironment - Interface in org.springframework.boot.web.context.reactive
- 
Specialization ofConfigurableEnvironmentfor reactive application contexts.
- ConfigurableReactiveWebServerFactory - Interface in org.springframework.boot.web.server.reactive
- 
ConfigurableReactiveWebServerFactory.
- ConfigurableRSocketServerFactory - Interface in org.springframework.boot.rsocket.server
- 
A configurableRSocketServerFactory.
- ConfigurableServletWebServerFactory - Interface in org.springframework.boot.web.server.servlet
- 
A configurableServletWebServerFactory.
- ConfigurableTomcatWebServerFactory - Interface in org.springframework.boot.tomcat
- 
ConfigurableWebServerFactoryfor Tomcat-specific features.
- ConfigurableWebServerApplicationContext - Interface in org.springframework.boot.web.server.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(DockerRegistryAuthentication) - Static method in interface org.springframework.boot.buildpack.platform.docker.configuration.DockerRegistryAuthentication
- 
Factory method that returns a newDockerRegistryAuthenticationinstance that uses the standard docker JSON config (including support for credential helpers) to generate auth headers.
- configuration(DockerRegistryAuthentication, BiConsumer) - Static method in interface org.springframework.boot.buildpack.platform.docker.configuration.DockerRegistryAuthentication
- 
Factory method that returns a newDockerRegistryAuthenticationinstance that uses the standard docker JSON config (including support for credential helpers) to generate auth headers.
- 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.
- ConfigurationPropertiesBindException - Exception Class 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 - Class in org.springframework.boot.actuate.context.properties
- 
@Endpointto expose application properties from@ConfigurationPropertiesannotated beans.
- ConfigurationPropertiesReportEndpoint(Iterable, 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.
- 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 - Class in org.springframework.boot.actuate.context.properties
- ConfigurationPropertiesReportEndpointWebExtension(ConfigurationPropertiesReportEndpoint, Show, Set) - 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.
- ConfigurationPropertiesSource - Annotation Interface in org.springframework.boot.context.properties
- 
Indicates that the annotated type is a source of configuration properties metadata.
- 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.
- ConfigurationPropertyCaching.CacheOverride - Interface in org.springframework.boot.context.properties.source
- 
AutoCloseableused to control acache override.
- 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) - Constructor for class org.springframework.boot.context.annotation.Configurations
- 
Create a newConfigurationsinstance.
- Configurations(UnaryOperator, Collection, Function) - Constructor for class org.springframework.boot.context.annotation.Configurations
- 
Create a newConfigurationsinstance.
- 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.micrometer.metrics.autoconfigure.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) - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
- 
Configure additional options.
- configure(Map) - Method in class org.springframework.boot.kafka.autoconfigure.SslBundleSslEngineFactory
- configure(DirectRabbitListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.amqp.autoconfigure.DirectRabbitListenerContainerFactoryConfigurer
- configure(SimpleRabbitListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.amqp.autoconfigure.SimpleRabbitListenerContainerFactoryConfigurer
- configure(CachingConnectionFactory, RabbitProperties) - Method in class org.springframework.boot.amqp.autoconfigure.CachingConnectionFactoryConfigurer
- configure(RabbitConnectionFactoryBean) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitConnectionFactoryBeanConfigurer
- 
Configure the specified rabbit connection factory bean.
- configure(RabbitTemplate, ConnectionFactory) - Method in class org.springframework.boot.amqp.autoconfigure.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.restclient.autoconfigure.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.jms.autoconfigure.DefaultJmsListenerContainerFactoryConfigurer
- 
Configure the specified jms listener container factory.
- configure(ConcurrentKafkaListenerContainerFactory, ConsumerFactory) - Method in class org.springframework.boot.kafka.autoconfigure.ConcurrentKafkaListenerContainerFactoryConfigurer
- 
Configure the specified Kafka listener container factory.
- configure(RabbitStreamTemplate) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitStreamTemplateConfigurer
- 
Configure the specifiedRabbitStreamTemplate.
- configure(RestClient.Builder) - Method in class org.springframework.boot.restclient.autoconfigure.RestClientBuilderConfigurer
- 
Configure the specifiedRestClient.Builder.
- configure(T) - Method in class org.springframework.boot.amqp.autoconfigure.AbstractConnectionFactoryConfigurer
- 
Configures the givenconnectionFactorywith sensible defaults.
- configure(T) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
- 
Configure the providedRestTemplateinstance using this builder.
- 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.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.webservices.client.WebServiceTemplateBuilder
- 
Configure the providedWebServiceTemplateinstance using this builder.
- configure(T, ConnectionFactory) - Method in class org.springframework.boot.amqp.autoconfigure.AbstractRabbitListenerContainerFactoryConfigurer
- 
Configure the specified rabbit listener container factory.
- configure(T, ConnectionFactory, RabbitProperties.AmqpContainer) - Method in class org.springframework.boot.amqp.autoconfigure.AbstractRabbitListenerContainerFactoryConfigurer
- configure(T, RabbitProperties) - Method in class org.springframework.boot.amqp.autoconfigure.AbstractConnectionFactoryConfigurer
- 
Configures the givenconnectionFactoryusing the givenrabbitProperties.
- configureContext(Context) - Method in class org.springframework.boot.tomcat.reactive.TomcatReactiveWebServerFactory
- 
Configure the TomcatContext.
- configureContext(Context, Iterable) - Method in class org.springframework.boot.tomcat.servlet.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.
- configureLogLevel(String, LogLevel) - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint
- configureLogLevel(LogLevel, BiConsumer) - Method in class org.springframework.boot.logging.LoggerGroup
- 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.
- configureWebAppContext(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.jetty.servlet.JettyServletWebServerFactory
- 
Configure the given JettyWebAppContextfor use.
- connect(SocketAddress) - Method in class org.springframework.boot.buildpack.platform.socket.UnixDomainSocket
- connect(SocketAddress) - Method in class org.springframework.boot.buildpack.platform.socket.NamedPipeSocket
- connect(SocketAddress, int) - Method in class org.springframework.boot.buildpack.platform.socket.UnixDomainSocket
- connect(SocketAddress, int) - Method in class org.springframework.boot.buildpack.platform.socket.NamedPipeSocket
- connection() - Method in record class org.springframework.boot.buildpack.platform.build.BuilderDockerConfiguration
- 
Returns the value of theconnectionrecord component.
- connection() - Element in annotation interface org.springframework.boot.jdbc.test.autoconfigure.AutoConfigureTestDatabase
- 
The type of connection to be established whenreplacingthe DataSource.
- Connection() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Cache.Connection
- Connection() - Constructor for class org.springframework.boot.cassandra.autoconfigure.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(ClassLoader) - Constructor for class org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactories
- 
Create a newConnectionDetailsFactoriesinstance.
- ConnectionDetailsFactory<S,D> - Interface in org.springframework.boot.autoconfigure.service.connection
- 
A factory to createConnectionDetailsfrom a givensource.
- ConnectionDetailsFactoryNotFoundException - Exception Class in org.springframework.boot.autoconfigure.service.connection
- 
RuntimeExceptionthrown when aConnectionDetailsFactorycould not be found.
- ConnectionDetailsFactoryNotFoundException(String) - Constructor for exception class org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactoryNotFoundException
- ConnectionDetailsFactoryNotFoundException(String, Throwable) - Constructor for exception class org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactoryNotFoundException
- ConnectionDetailsNotFoundException - Exception Class in org.springframework.boot.autoconfigure.service.connection
- 
RuntimeExceptionthrown when requiredConnectionDetailscould not be found.
- ConnectionDetailsNotFoundException(String) - Constructor for exception class org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsNotFoundException
- ConnectionDetailsNotFoundException(String, Throwable) - Constructor for exception class org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsNotFoundException
- ConnectionFactoryBuilder - Class in org.springframework.boot.r2dbc
- 
Builder forConnectionFactory.
- ConnectionFactoryCustomizer - Interface in org.springframework.boot.amqp.autoconfigure
- 
Callback interface that can be implemented by beans wishing to customize the RabbitMQConnectionFactoryto fine-tune its auto-configuration.
- ConnectionFactoryDecorator - Interface in org.springframework.boot.r2dbc
- 
Decorator forconnection factories.
- ConnectionFactoryHealthContributorAutoConfiguration - Class in org.springframework.boot.r2dbc.autoconfigure.health
- ConnectionFactoryHealthIndicator - Class in org.springframework.boot.r2dbc.health
- 
AHealthIndicatorto validate a R2DBCConnectionFactory.
- ConnectionFactoryHealthIndicator(ConnectionFactory) - Constructor for class org.springframework.boot.r2dbc.health.ConnectionFactoryHealthIndicator
- 
Create a newConnectionFactoryHealthIndicatorusing the specifiedConnectionFactoryand no validation query.
- ConnectionFactoryHealthIndicator(ConnectionFactory, String) - Constructor for class org.springframework.boot.r2dbc.health.ConnectionFactoryHealthIndicator
- 
Create a newConnectionFactoryHealthIndicatorusing the specifiedConnectionFactoryand validation query.
- ConnectionFactoryOptionsBuilderCustomizer - Interface in org.springframework.boot.r2dbc.autoconfigure
- 
Callback interface that can be implemented by beans wishing to customize theConnectionFactoryOptions.Builderto fine-tune its auto-configuration before it creates aConnectionFactoryOptions.
- ConnectionFactoryUnwrapper - Class in org.springframework.boot.jms
- 
Unwrap aConnectionFactorythat may have been wrapped to perform caching or pooling.
- ConnectionPoolMetrics - Class in org.springframework.boot.r2dbc.metrics
- 
AMeterBinderfor aConnectionPool.
- ConnectionPoolMetrics(ConnectionPool, String, Iterable) - Constructor for class org.springframework.boot.r2dbc.metrics.ConnectionPoolMetrics
- ConnectionPoolMetricsAutoConfiguration - Class in org.springframework.boot.r2dbc.autoconfigure.metrics
- 
Auto-configurationfor metrics on all availableR2DBC connection factories.
- ConnectionPoolMetricsAutoConfiguration() - Constructor for class org.springframework.boot.r2dbc.autoconfigure.metrics.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 Class in org.springframework.boot.tomcat
- 
AConnectorStartFailedExceptionis thrown when a TomcatConnectorfails to start, for example due to a port clash or incorrect SSL configuration.
- ConnectorStartFailedException(int) - Constructor for exception class org.springframework.boot.tomcat.ConnectorStartFailedException
- 
Creates a newConnectorStartFailedExceptionfor a connector that's configured to listen on the givenport.
- connectTimeout() - Method in record class org.springframework.boot.http.client.HttpClientSettings
- 
Returns the value of theconnectTimeoutrecord component.
- connectTimeout(Duration) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
- 
Sets the connection timeout on the underlyingClientHttpRequestFactory.
- CONSOLE - Enum constant in enum class org.springframework.boot.Banner.Mode
- 
Print the banner to System.out.
- CONSOLE - Enum constant in enum class org.springframework.boot.liquibase.autoconfigure.LiquibaseProperties.ShowSummaryOutput
- 
Output the summary to the console.
- CONSOLE - Enum constant in enum class org.springframework.boot.liquibase.autoconfigure.LiquibaseProperties.UiService
- 
Console-based UIService.
- CONSOLE_CHARSET - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Logging system property for the console log charset.
- CONSOLE_PATTERN - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Logging system property for the console log pattern.
- CONSOLE_STRUCTURED_FORMAT - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Logging system property for the console structured logging format.
- 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.kafka.autoconfigure.KafkaProperties.Consumer
- Consumer() - Constructor for class org.springframework.boot.pulsar.autoconfigure.PulsarProperties.Consumer
- container() - Method in class org.springframework.boot.buildpack.platform.docker.DockerApi
- 
Return the Docker API for container operations.
- ContainerConfig - Class in org.springframework.boot.buildpack.platform.docker.type
- 
Configuration used when creating a new container.
- ContainerConfig.Update - Class in org.springframework.boot.buildpack.platform.docker.type
- 
Update class used to change data when creating a container config.
- ContainerConnectionDetails(ContainerConnectionSource) - Constructor for class org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory.ContainerConnectionDetails
- 
Create a newContainerConnectionDetailsFactory.ContainerConnectionDetailsinstance.
- ContainerConnectionDetailsFactory<C,D> - 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(List, String...) - Constructor for class org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory
- 
Create a newContainerConnectionDetailsFactoryinstance with the given supported connection names.
- ContainerConnectionDetailsFactory.ContainerConnectionDetails<C> - Class in org.springframework.boot.testcontainers.service.connection
- 
Base class forConnectionDetailsresults that are backed by aContainerConnectionSource.
- ContainerConnectionSource<C> - Class in org.springframework.boot.testcontainers.service.connection
- 
Passed toContainerConnectionDetailsFactoryto provide details of the@ServiceConnectionannotatedContainerthat provides the service.
- ContainerContent - Interface in org.springframework.boot.buildpack.platform.docker.type
- 
Additional content that can be written to a created container.
- ContainerImageMetadata - Record Class in org.springframework.boot.autoconfigure.container
- 
Metadata about a container image that can be added to anAttributeAccessor.
- ContainerImageMetadata(String) - Constructor for record class org.springframework.boot.autoconfigure.container.ContainerImageMetadata
- 
Creates an instance of aContainerImageMetadatarecord class.
- ContainerReference - Class in org.springframework.boot.buildpack.platform.docker.type
- 
A reference to a Docker container.
- ContainerStatus - Class in org.springframework.boot.buildpack.platform.docker.type
- 
Status details returned fromDocker container wait.
- contains(ConfigData.Option) - Method in class org.springframework.boot.context.config.ConfigData.Options
- 
Returns if the given option is contained in this set.
- contains(T) - Method in interface org.springframework.boot.loader.tools.layer.ContentSelector
- 
Returnstrueif the specified item is contained in this selection.
- contains(T) - Method in class org.springframework.boot.loader.tools.layer.IncludeExcludeContentSelector
- 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.logging.log4j2.SpringBootPropertySource
- containsProperty(String) - Method in class org.springframework.boot.support.SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource
- Content - Interface in org.springframework.boot.buildpack.platform.io
- 
Content with a known size that can be written to anOutputStream.
- 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.micrometer.metrics.autoconfigure.export.prometheus.PrometheusOutputFormat
- 
Prometheus text version 0.0.4.
- CONTENT_TYPE_OPENMETRICS_100 - Enum constant in enum class org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus.PrometheusOutputFormat
- 
OpenMetrics text version 1.0.0.
- CONTENT_TYPE_PROTOBUF - Enum constant in enum class org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus.PrometheusOutputFormat
- 
Prometheus metrics protobuf.
- ContentFilter<T> - Interface in org.springframework.boot.loader.tools.layer
- 
Callback interface that can be used to filter layer contents.
- contentLength() - Method in class org.springframework.boot.origin.OriginTrackedResource
- Contentnegotiation() - Constructor for class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Contentnegotiation
- ContentSelector<T> - Interface in org.springframework.boot.loader.tools.layer
- 
Strategy used byCustomLayersto select the layer of an item.
- context() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Accessor for the current application context.
- context() - Method in record class org.springframework.boot.buildpack.platform.docker.configuration.DockerConnectionConfiguration.Context
- 
Returns the value of thecontextrecord component.
- Context(String) - Constructor for record class org.springframework.boot.buildpack.platform.docker.configuration.DockerConnectionConfiguration.Context
- 
Creates an instance of aContextrecord class.
- 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> - Interface in org.springframework.boot.test.context.runner
- 
Callback interface used to process anApplicationContextwith the ability to throw a (checked) exception.
- ContextExpressionDescriptor(Set) - Constructor for class org.springframework.boot.liquibase.actuate.endpoint.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.
- ContextPairs - Class in org.springframework.boot.logging.structured
- 
Helper that can be used to add JSON pairs from context data (typically the logger MDC) in the correct location (or drop them altogether).
- ContextPairs.Joiner - Interface in org.springframework.boot.logging.structured
- 
Joins a prefix and a name.
- ContextPairs.Pairs<T> - Class in org.springframework.boot.logging.structured
- 
Callback used to add pairs.
- ContextPath - Class in org.springframework.boot.web.server.servlet
- 
The context path of a servlet web server.
- 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.ProcessInfoContributor
- contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.SimpleInfoContributor
- contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.SslInfoContributor
- contributor() - Method in record class org.springframework.boot.health.contributor.HealthContributors.Entry
- 
Returns the value of thecontributorrecord component.
- contributor() - Method in record class org.springframework.boot.health.contributor.ReactiveHealthContributors.Entry
- 
Returns the value of thecontributorrecord component.
- Controlconnection() - Constructor for class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Controlconnection
- ControllerEndpoint - Annotation Interface in org.springframework.boot.actuate.endpoint.web.annotation
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- ControllerEndpointDiscoverer - Class in org.springframework.boot.actuate.endpoint.web.annotation
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.3.0 in favor of@Endpointand@WebEndpointsupport
- ControllerEndpointDiscoverer(ApplicationContext, List, Collection) - Constructor for class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
- 
Deprecated.Create a newControllerEndpointDiscovererinstance.
- controllerEndpointHandlerMapping(ControllerEndpointsSupplier, CorsEndpointProperties, WebEndpointProperties, EndpointAccessResolver) - Method in class org.springframework.boot.webflux.autoconfigure.actuate.web.WebFluxEndpointManagementContextConfiguration
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- ControllerEndpointHandlerMapping - Class in org.springframework.boot.webflux.actuate.endpoint.web
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.3.5 in favor of@Endpointand@WebEndpointsupport
- ControllerEndpointHandlerMapping - Class in org.springframework.boot.webmvc.actuate.endpoint.web
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.3.5 in favor of@Endpointand@WebEndpointsupport
- ControllerEndpointHandlerMapping(EndpointMapping, Collection, CorsConfiguration) - Constructor for class org.springframework.boot.webflux.actuate.endpoint.web.ControllerEndpointHandlerMapping
- 
Deprecated.Create a newControllerEndpointHandlerMappinginstance providing mappings for the specified endpoints.
- ControllerEndpointHandlerMapping(EndpointMapping, Collection, CorsConfiguration) - Constructor for class org.springframework.boot.webmvc.actuate.endpoint.web.ControllerEndpointHandlerMapping
- 
Deprecated.Create a newControllerEndpointHandlerMappinginstance providing mappings for the specified endpoints.
- ControllerEndpointHandlerMapping(EndpointMapping, Collection, CorsConfiguration, EndpointAccessResolver) - Constructor for class org.springframework.boot.webflux.actuate.endpoint.web.ControllerEndpointHandlerMapping
- 
Deprecated.Create a newControllerEndpointHandlerMappinginstance providing mappings for the specified endpoints.
- ControllerEndpointHandlerMapping(EndpointMapping, Collection, CorsConfiguration, EndpointAccessResolver) - Constructor for class org.springframework.boot.webmvc.actuate.endpoint.web.ControllerEndpointHandlerMapping
- 
Deprecated.Create a newControllerEndpointHandlerMappinginstance providing mappings for the specified endpoints.
- ControllerEndpointsSupplier - Interface in org.springframework.boot.actuate.endpoint.web.annotation
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.3.3 in favor of@Endpointand@WebEndpointsupport
- controllers() - Element in annotation interface org.springframework.boot.graphql.test.autoconfigure.GraphQlTest
- 
Specifies the controllers to test.
- controllers() - Element in annotation interface org.springframework.boot.webflux.test.autoconfigure.WebFluxTest
- 
Specifies the controllers to test.
- controllers() - Element in annotation interface org.springframework.boot.webmvc.test.autoconfigure.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 - Enum constant in enum class org.springframework.boot.web.server.servlet.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.server.servlet
- 
Strategy interface that can be used withConfigurableServletWebServerFactoryimplementations in order to supply customCookie.SameSitevalues for specificcookies.
- copy(Path, Path, CopyOption...) - Method in class org.springframework.boot.loader.nio.file.NestedFileSystemProvider
- copy(Consumer) - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageConfig
- 
Create an updated copy of this image config.
- 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.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.micrometer.tracing.autoconfigure.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.cache.autoconfigure.CacheProperties.Couchbase
- COUCHBASE - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
- 
Couchbase backed caching.
- CouchbaseAutoConfiguration - Class in org.springframework.boot.couchbase.autoconfigure
- 
Auto-configurationfor Couchbase.
- CouchbaseCacheManagerBuilderCustomizer - Interface in org.springframework.boot.cache.autoconfigure
- 
Callback interface that can be implemented by beans wishing to customize theCouchbaseCacheManager.CouchbaseCacheManagerBuilderto fine-tune its auto-configuration before it is used to build the auto-configuredCouchbaseCacheManager.
- CouchbaseConnectionDetails - Interface in org.springframework.boot.couchbase.autoconfigure
- 
Details required to establish a connection to a Couchbase service.
- CouchbaseHealthContributorAutoConfiguration - Class in org.springframework.boot.couchbase.autoconfigure.health
- CouchbaseHealthIndicator - Class in org.springframework.boot.couchbase.health
- 
HealthIndicatorfor Couchbase.
- CouchbaseHealthIndicator(Cluster) - Constructor for class org.springframework.boot.couchbase.health.CouchbaseHealthIndicator
- 
Create an indicator with the specifiedCluster.
- CouchbaseProperties - Class in org.springframework.boot.couchbase.autoconfigure
- 
Configuration properties for Couchbase.
- CouchbaseProperties() - Constructor for class org.springframework.boot.couchbase.autoconfigure.CouchbaseProperties
- CouchbaseProperties.Authentication - Class in org.springframework.boot.couchbase.autoconfigure
- CouchbaseProperties.Authentication.Jks - Class in org.springframework.boot.couchbase.autoconfigure
- CouchbaseProperties.Authentication.Pem - Class in org.springframework.boot.couchbase.autoconfigure
- CouchbaseProperties.Env - Class in org.springframework.boot.couchbase.autoconfigure
- CouchbaseProperties.Io - Class in org.springframework.boot.couchbase.autoconfigure
- CouchbaseProperties.Ssl - Class in org.springframework.boot.couchbase.autoconfigure
- CouchbaseProperties.Timeouts - Class in org.springframework.boot.couchbase.autoconfigure
- CouchbaseReactiveHealthContributorAutoConfiguration - Class in org.springframework.boot.couchbase.autoconfigure.health
- CouchbaseReactiveHealthIndicator - Class in org.springframework.boot.couchbase.health
- 
AReactiveHealthIndicatorfor Couchbase.
- CouchbaseReactiveHealthIndicator(Cluster) - Constructor for class org.springframework.boot.couchbase.health.CouchbaseReactiveHealthIndicator
- 
Create a newCouchbaseReactiveHealthIndicatorinstance.
- CqlSessionBuilderCustomizer - Interface in org.springframework.boot.cassandra.autoconfigure
- 
Callback interface that can be implemented by beans wishing to customize theCqlSessionBuilderto fine-tune its auto-configuration before it creates aCqlSession.
- create() - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
- 
Create a newDataSourceBuilderinstance.
- create() - Method in class org.springframework.boot.r2dbc.OptionsCapableConnectionFactory
- create(T) - Method in interface org.springframework.boot.context.properties.PropertyMapper.Source.Always.Factory
- 
Create a new instance for the given nullable value.
- 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(File) - Static method in interface org.springframework.boot.loader.launch.Archive
- create(File) - Static method in class org.springframework.boot.loader.net.protocol.jar.JarUrl
- 
Create a new jar URL.
- create(File, String) - Static method in class org.springframework.boot.loader.net.protocol.jar.JarUrl
- 
Create a new jar URL.
- create(File, String, String) - Static method in class org.springframework.boot.loader.net.protocol.jar.JarUrl
- 
Create a new jar URL.
- create(File, JarEntry) - Static method in class org.springframework.boot.loader.net.protocol.jar.JarUrl
- 
Create a new jar URL.
- create(ClassLoader) - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
- 
Create a newDataSourceBuilderinstance.
- create(Class) - Static method in interface org.springframework.boot.loader.launch.Archive
- create(ProtectionDomain) - Static method in interface org.springframework.boot.loader.launch.Archive
- create(Consumer) - Static method in class org.springframework.boot.jackson.JacksonMixinModuleEntries
- 
Create an instance using the specifiedJacksonMixinModuleEntries.Builder.
- create(Consumer) - Static method in class org.springframework.boot.jackson2.JsonMixinModuleEntries
- 
Deprecated.Create an instance using the specifiedJsonMixinModuleEntries.Builder.
- create(WebApplicationType) - Method in interface org.springframework.boot.ApplicationContextFactory
- create(DockerConnectionConfiguration) - Static method in interface org.springframework.boot.buildpack.platform.docker.transport.HttpTransport
- 
Create the most suitableHttpTransportbased on theDockerHost.
- create(ContainerConfig, ImagePlatform, ContainerContent...) - Method in class org.springframework.boot.buildpack.platform.docker.DockerApi.ContainerApi
- 
Create a new container aContainerConfig.
- 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.
- createBuildInfo(BuildPropertiesWriter.ProjectDetails) - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter
- createClassLoader(Collection) - Method in class org.springframework.boot.loader.launch.ExecutableArchiveLauncher
- createClassLoader(Collection) - Method in class org.springframework.boot.loader.launch.Launcher
- 
Create a classloader for the specified archives.
- createClassLoader(Collection) - Method in class org.springframework.boot.loader.launch.PropertiesLauncher
- createClassPathScanningCandidateComponentProvider(ApplicationContext) - Method in class org.springframework.boot.persistence.autoconfigure.EntityScanner
- 
Create aClassPathScanningCandidateComponentProviderto scan entities based on the specifiedApplicationContext.
- createClientHttpConnector(HttpClientSettings) - Method in class org.springframework.boot.http.client.reactive.HttpComponentsClientHttpConnectorBuilder
- createClientHttpConnector(HttpClientSettings) - Method in class org.springframework.boot.http.client.reactive.JdkClientHttpConnectorBuilder
- createClientHttpConnector(HttpClientSettings) - Method in class org.springframework.boot.http.client.reactive.JettyClientHttpConnectorBuilder
- createClientHttpConnector(HttpClientSettings) - Method in class org.springframework.boot.http.client.reactive.ReactorClientHttpConnectorBuilder
- createClientHttpRequestFactory(HttpClientSettings) - Method in class org.springframework.boot.http.client.HttpComponentsClientHttpRequestFactoryBuilder
- createClientHttpRequestFactory(HttpClientSettings) - Method in class org.springframework.boot.http.client.JdkClientHttpRequestFactoryBuilder
- createClientHttpRequestFactory(HttpClientSettings) - Method in class org.springframework.boot.http.client.JettyClientHttpRequestFactoryBuilder
- createClientHttpRequestFactory(HttpClientSettings) - Method in class org.springframework.boot.http.client.ReactorClientHttpRequestFactoryBuilder
- createClientHttpRequestFactory(HttpClientSettings) - Method in class org.springframework.boot.http.client.SimpleClientHttpRequestFactoryBuilder
- createClientSslEngine(String, int, String) - Method in class org.springframework.boot.kafka.autoconfigure.SslBundleSslEngineFactory
- createComposite(Map) - Method in class org.springframework.boot.health.autoconfigure.contributor.CompositeHealthContributorConfiguration
- createComposite(Map) - Method in class org.springframework.boot.health.autoconfigure.contributor.CompositeReactiveHealthContributorConfiguration
- createConnection(Socket, InputStream, OutputStream) - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
- 
Factory method used to create theConnection.
- createConnector(InetSocketAddress, Server) - Method in class org.springframework.boot.jetty.JettyWebServerFactory
- createConnector(InetSocketAddress, Server, Executor, Scheduler, ByteBufferPool) - Method in class org.springframework.boot.jetty.JettyWebServerFactory
- createContextCloserListener(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
- 
Subclasses may override to create their own subclass of ContextCloserListener.
- createContributor(Map) - Method in class org.springframework.boot.health.autoconfigure.contributor.CompositeHealthContributorConfiguration
- createContributor(Map) - Method in class org.springframework.boot.health.autoconfigure.contributor.CompositeReactiveHealthContributorConfiguration
- createContributor(Map) - Method in class org.springframework.boot.r2dbc.autoconfigure.health.ConnectionFactoryHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.couchbase.autoconfigure.health.CouchbaseHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.couchbase.autoconfigure.health.CouchbaseReactiveHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.data.elasticsearch.autoconfigure.health.DataElasticsearchReactiveHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.data.redis.autoconfigure.health.DataRedisHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.data.redis.autoconfigure.health.DataRedisReactiveHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.elasticsearch.autoconfigure.health.ElasticsearchRestHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.hazelcast.autoconfigure.health.HazelcastHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.jms.autoconfigure.health.JmsHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.ldap.autoconfigure.health.LdapHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.mail.autoconfigure.MailHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.mongodb.autoconfigure.health.MongoHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.mongodb.autoconfigure.health.MongoReactiveHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.amqp.autoconfigure.health.RabbitHealthContributorAutoConfiguration
- createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.health.autoconfigure.contributor.CompositeHealthContributorConfiguration
- 
Creates a composite contributor from the beans of the givenbeanTyperetrieved from the givenbeanFactory.
- createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.health.autoconfigure.contributor.CompositeReactiveHealthContributorConfiguration
- 
Creates a composite contributor from the beans of the givenbeanTyperetrieved from the givenbeanFactory.
- createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.r2dbc.autoconfigure.health.ConnectionFactoryHealthContributorAutoConfiguration
- 
Creates a composite contributor from the beans of the givenbeanTyperetrieved from the givenbeanFactory.
- createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.couchbase.autoconfigure.health.CouchbaseHealthContributorAutoConfiguration
- 
Creates a composite contributor from the beans of the givenbeanTyperetrieved from the givenbeanFactory.
- createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.couchbase.autoconfigure.health.CouchbaseReactiveHealthContributorAutoConfiguration
- 
Creates a composite contributor from the beans of the givenbeanTyperetrieved from the givenbeanFactory.
- createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.data.elasticsearch.autoconfigure.health.DataElasticsearchReactiveHealthContributorAutoConfiguration
- 
Creates a composite contributor from the beans of the givenbeanTyperetrieved from the givenbeanFactory.
- createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.data.redis.autoconfigure.health.DataRedisHealthContributorAutoConfiguration
- 
Creates a composite contributor from the beans of the givenbeanTyperetrieved from the givenbeanFactory.
- createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.data.redis.autoconfigure.health.DataRedisReactiveHealthContributorAutoConfiguration
- 
Creates a composite contributor from the beans of the givenbeanTyperetrieved from the givenbeanFactory.
- createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.elasticsearch.autoconfigure.health.ElasticsearchRestHealthContributorAutoConfiguration
- 
Creates a composite contributor from the beans of the givenbeanTyperetrieved from the givenbeanFactory.
- createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.hazelcast.autoconfigure.health.HazelcastHealthContributorAutoConfiguration
- 
Creates a composite contributor from the beans of the givenbeanTyperetrieved from the givenbeanFactory.
- createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.jms.autoconfigure.health.JmsHealthContributorAutoConfiguration
- 
Creates a composite contributor from the beans of the givenbeanTyperetrieved from the givenbeanFactory.
- createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.ldap.autoconfigure.health.LdapHealthContributorAutoConfiguration
- 
Creates a composite contributor from the beans of the givenbeanTyperetrieved from the givenbeanFactory.
- createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.mail.autoconfigure.MailHealthContributorAutoConfiguration
- 
Creates a composite contributor from the beans of the givenbeanTyperetrieved from the givenbeanFactory.
- createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.mongodb.autoconfigure.health.MongoHealthContributorAutoConfiguration
- 
Creates a composite contributor from the beans of the givenbeanTyperetrieved from the givenbeanFactory.
- createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.mongodb.autoconfigure.health.MongoReactiveHealthContributorAutoConfiguration
- 
Creates a composite contributor from the beans of the givenbeanTyperetrieved from the givenbeanFactory.
- createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.amqp.autoconfigure.health.RabbitHealthContributorAutoConfiguration
- 
Creates a composite contributor from the beans of the givenbeanTyperetrieved from the givenbeanFactory.
- createDelegate(WebEndpointProperties) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.LinksServerWebExchangeMatcher
- createDelegate(PathMappedEndpoints) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
- createDelegate(PathMappedEndpoints) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
- createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
- createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.EndpointRequestMatcher
- createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.LinksRequestMatcher
- createDirectory(Path, FileAttribute...) - Method in class org.springframework.boot.loader.nio.file.NestedFileSystemProvider
- createEndpoint(Object, EndpointId, Access, Collection) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
- 
Factory method called to create theendpoint.
- createEndpoint(Object, EndpointId, Access, Collection) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
- createEndpoint(Object, EndpointId, Access, Collection) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
- 
Deprecated.
- createEndpoint(Object, EndpointId, Access, Collection) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
- 
Deprecated.
- createEndpoint(Object, EndpointId, Access, Collection) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
- createEnvironment() - Method in class org.springframework.boot.web.context.reactive.AnnotationConfigReactiveWebApplicationContext
- createEnvironment() - Method in class org.springframework.boot.web.context.reactive.GenericReactiveWebApplicationContext
- createEnvironment(WebApplicationType) - Method in interface org.springframework.boot.ApplicationContextFactory
- 
Create a newEnvironmentto be set on thecreatedapplication context.
- createExpectationManager() - Method in class org.springframework.boot.restclient.test.MockServerRestClientCustomizer
- createExpectationManager() - Method in class org.springframework.boot.restclient.test.MockServerRestTemplateCustomizer
- createFormatter(Instantiator) - Method in interface org.springframework.boot.logging.structured.StructuredLogFormatterFactory.CommonFormatterFactory
- 
Create theStructuredLogFormatterinstance.
- createHandlerMethod(Object, Method) - Method in class org.springframework.boot.webflux.actuate.endpoint.web.AbstractWebFluxEndpointHandlerMapping
- createHandlerMethod(Object, Method) - Method in class org.springframework.boot.webmvc.actuate.endpoint.web.AbstractWebMvcEndpointHandlerMapping
- createHeapDumper() - Method in class org.springframework.boot.actuate.management.HeapDumpWebEndpoint
- 
Factory method used to create theHeapDumpWebEndpoint.HeapDumper.
- createIndicator(B) - Method in class org.springframework.boot.health.autoconfigure.contributor.CompositeHealthContributorConfiguration
- createIndicator(B) - Method in class org.springframework.boot.health.autoconfigure.contributor.CompositeReactiveHealthContributorConfiguration
- createIndicator(ConnectionFactory) - Method in class org.springframework.boot.r2dbc.autoconfigure.health.ConnectionFactoryHealthContributorAutoConfiguration
- createIndicator(Cluster) - Method in class org.springframework.boot.couchbase.autoconfigure.health.CouchbaseHealthContributorAutoConfiguration
- createIndicator(Cluster) - Method in class org.springframework.boot.couchbase.autoconfigure.health.CouchbaseReactiveHealthContributorAutoConfiguration
- createIndicator(ReactiveElasticsearchClient) - Method in class org.springframework.boot.data.elasticsearch.autoconfigure.health.DataElasticsearchReactiveHealthContributorAutoConfiguration
- createIndicator(RedisConnectionFactory) - Method in class org.springframework.boot.data.redis.autoconfigure.health.DataRedisHealthContributorAutoConfiguration
- createIndicator(ReactiveRedisConnectionFactory) - Method in class org.springframework.boot.data.redis.autoconfigure.health.DataRedisReactiveHealthContributorAutoConfiguration
- createIndicator(Rest5Client) - Method in class org.springframework.boot.elasticsearch.autoconfigure.health.ElasticsearchRestHealthContributorAutoConfiguration
- createIndicator(HazelcastInstance) - Method in class org.springframework.boot.hazelcast.autoconfigure.health.HazelcastHealthContributorAutoConfiguration
- createIndicator(ConnectionFactory) - Method in class org.springframework.boot.jms.autoconfigure.health.JmsHealthContributorAutoConfiguration
- createIndicator(LdapOperations) - Method in class org.springframework.boot.ldap.autoconfigure.health.LdapHealthContributorAutoConfiguration
- createIndicator(JavaMailSenderImpl) - Method in class org.springframework.boot.mail.autoconfigure.MailHealthContributorAutoConfiguration
- createIndicator(MongoClient) - Method in class org.springframework.boot.mongodb.autoconfigure.health.MongoHealthContributorAutoConfiguration
- createIndicator(MongoClient) - Method in class org.springframework.boot.mongodb.autoconfigure.health.MongoReactiveHealthContributorAutoConfiguration
- createIndicator(RabbitTemplate) - Method in class org.springframework.boot.amqp.autoconfigure.health.RabbitHealthContributorAutoConfiguration
- createJettyServer(ServletHttpHandlerAdapter) - Method in class org.springframework.boot.jetty.reactive.JettyReactiveWebServerFactory
- createJpaVendorAdapter() - Method in class org.springframework.boot.jpa.autoconfigure.JpaBaseConfiguration
- createManagementContext(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextFactory
- 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.mongodb.autoconfigure.MongoClientFactorySupport
- createMultipartConfig() - Method in class org.springframework.boot.servlet.autoconfigure.MultipartProperties
- 
Create a newMultipartConfigElementusing the properties.
- createMultipartConfig() - Method in class org.springframework.boot.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
- 
Deprecated.
- createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
- 
Deprecated.
- 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
- 
Deprecated.
- createOperationKey(Operation) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
- 
Deprecated.
- createOperationKey(WebOperation) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
- createPooledConnectionFactory(ConnectionFactory) - Method in class org.springframework.boot.jms.autoconfigure.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.
- createPropertyResolver(MutablePropertySources) - Method in class org.springframework.boot.web.context.servlet.ApplicationServletEnvironment
- createRegistrationBean(String, T, int) - Method in interface org.springframework.boot.web.servlet.ServletContextInitializerBeans.RegistrationBeanAdapter
- createRelative(String) - Method in class org.springframework.boot.origin.OriginTrackedResource
- createRetryPolicy() - Method in class org.springframework.boot.retry.RetryPolicySettings
- 
Create aRetryPolicybased on the state of this instance.
- createRetryTemplate(RabbitProperties.Retry) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitTemplateConfigurer
- createRootApplicationContext(ServletContext) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
- createServerSslEngine(String, int) - Method in class org.springframework.boot.kafka.autoconfigure.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.
- 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(SslBundle) - Method in class org.springframework.boot.reactor.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
- createTomcat() - Method in class org.springframework.boot.tomcat.TomcatWebServerFactory
- createView(String) - Method in class org.springframework.boot.mustache.reactive.view.MustacheViewResolver
- Creator - Class in org.springframework.boot.buildpack.platform.build
- 
Identifying information about the tooling that created a builder.
- Credential() - Constructor for class org.springframework.boot.ldap.autoconfigure.embedded.EmbeddedLdapProperties.Credential
- Credential() - Constructor for class org.springframework.boot.security.saml2.autoconfigure.Saml2RelyingPartyProperties.AssertingParty.Verification.Credential
- Credential() - Constructor for class org.springframework.boot.security.saml2.autoconfigure.Saml2RelyingPartyProperties.Decryption.Credential
- Credential() - Constructor for class org.springframework.boot.security.saml2.autoconfigure.Saml2RelyingPartyProperties.Registration.Signing.Credential
- CronTriggerDescriptor(CronTrigger) - Constructor for class org.springframework.boot.quartz.actuate.endpoint.QuartzEndpoint.CronTriggerDescriptor
- CSS - Enum constant in enum class org.springframework.boot.security.autoconfigure.web.StaticResourceLocation
- 
Resources under"/css".
- CURRENT - Enum constant in enum class org.springframework.boot.autoconfigure.condition.SearchStrategy
- 
Search only the current context.
- CUSTOM - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
- 
Marker for custom scope when custom configuration is used.
- customize(B) - Method in interface org.springframework.boot.http.client.autoconfigure.ClientHttpRequestFactoryBuilderCustomizer
- 
Customize the given builder.
- customize(B) - Method in interface org.springframework.boot.http.client.autoconfigure.reactive.ClientHttpConnectorBuilderCustomizer
- 
Customize the given builder.
- customize(Rest5ClientBuilder) - Method in interface org.springframework.boot.elasticsearch.autoconfigure.Rest5ClientBuilderCustomizer
- 
Customize theRest5ClientBuilder.
- customize(ClusterEnvironment.Builder) - Method in interface org.springframework.boot.couchbase.autoconfigure.ClusterEnvironmentBuilderCustomizer
- 
Customize theClusterEnvironment.Builder.
- customize(ProgrammaticDriverConfigLoaderBuilder) - Method in interface org.springframework.boot.cassandra.autoconfigure.DriverConfigLoaderBuilderCustomizer
- 
Customize the DriverConfigLoader builder.
- customize(CqlSessionBuilder) - Method in interface org.springframework.boot.cassandra.autoconfigure.CqlSessionBuilderCustomizer
- 
Customize theCqlSessionBuilder.
- customize(GsonBuilder) - Method in interface org.springframework.boot.gson.autoconfigure.GsonBuilderCustomizer
- 
Customize the GsonBuilder.
- customize(Config) - Method in interface org.springframework.boot.hazelcast.autoconfigure.HazelcastConfigCustomizer
- 
Customize the configuration.
- customize(MongoClientSettings.Builder) - Method in interface org.springframework.boot.mongodb.autoconfigure.MongoClientSettingsBuilderCustomizer
- 
Customize theMongoClientSettings.Builder.
- customize(MongoClientSettings.Builder) - Method in class org.springframework.boot.mongodb.autoconfigure.StandardMongoClientSettingsBuilderCustomizer
- customize(ConnectionFactory) - Method in interface org.springframework.boot.amqp.autoconfigure.ConnectionFactoryCustomizer
- 
Customize theConnectionFactory.
- customize(EnvironmentBuilder) - Method in interface org.springframework.boot.amqp.autoconfigure.EnvironmentBuilderCustomizer
- 
Customize theEnvironmentBuilder.
- customize(ClientOptions.Builder) - Method in interface org.springframework.boot.data.redis.autoconfigure.LettuceClientOptionsBuilderCustomizer
- 
Customize theClientOptions.Builder.
- customize(ClientResources.Builder) - Method in interface org.springframework.boot.data.redis.autoconfigure.ClientResourcesBuilderCustomizer
- 
Customize theClientResources.Builder.
- customize(OtlpHttpSpanExporterBuilder) - Method in interface org.springframework.boot.micrometer.tracing.autoconfigure.otlp.OtlpHttpSpanExporterBuilderCustomizer
- 
Customize theOtlpHttpSpanExporterBuilder.
- customize(OtlpGrpcSpanExporterBuilder) - Method in interface org.springframework.boot.micrometer.tracing.autoconfigure.otlp.OtlpGrpcSpanExporterBuilderCustomizer
- 
Customize theOtlpGrpcSpanExporterBuilder.
- customize(SdkLoggerProviderBuilder) - Method in interface org.springframework.boot.opentelemetry.autoconfigure.SdkLoggerProviderBuilderCustomizer
- 
Customize the givenbuilder.
- customize(SdkTracerProviderBuilder) - Method in interface org.springframework.boot.micrometer.tracing.autoconfigure.SdkTracerProviderBuilderCustomizer
- 
Customize the givenbuilder.
- customize(ProxyConnectionFactory.Builder) - Method in interface org.springframework.boot.r2dbc.autoconfigure.ProxyConnectionFactoryCustomizer
- 
Callback to customize aProxyConnectionFactory.Builderinstance.
- customize(ConnectionFactoryOptions.Builder) - Method in interface org.springframework.boot.r2dbc.autoconfigure.ConnectionFactoryOptionsBuilderCustomizer
- 
Customize theConnectionFactoryOptions.Builder.
- customize(RSocketServer) - Method in interface org.springframework.boot.rsocket.server.RSocketServerCustomizer
- 
Callback to customize aRSocketServerinstance.
- customize(Configuration) - Method in interface org.springframework.boot.validation.autoconfigure.ValidationConfigurationCustomizer
- 
Customize the givenconfiguration.
- customize(HttpClient.Builder) - Method in interface org.springframework.boot.zipkin.autoconfigure.ZipkinHttpClientBuilderCustomizer
- 
Customize the http client builder.
- customize(Map) - Method in interface org.springframework.boot.hibernate.autoconfigure.HibernatePropertiesCustomizer
- 
Customize the specified JPA vendor properties.
- customize(Properties) - Method in interface org.springframework.boot.cache.autoconfigure.JCachePropertiesCustomizer
- 
Customize the properties.
- customize(CacheManager) - Method in interface org.springframework.boot.cache.autoconfigure.JCacheManagerCustomizer
- 
Customize the cache manager.
- customize(JsonBuilder) - Method in interface org.springframework.boot.kotlin.serialization.autoconfigure.KotlinSerializationJsonBuilderCustomizer
- 
Customize the Kotlin SerializationJsonthroughJsonBuilder.
- customize(ActiveMQConnectionFactory) - Method in interface org.springframework.boot.activemq.autoconfigure.ActiveMQConnectionFactoryCustomizer
- 
Customize theActiveMQConnectionFactory.
- customize(Configuration) - Method in interface org.springframework.boot.artemis.autoconfigure.ArtemisConfigurationCustomizer
- 
Customize the configuration.
- customize(Connector) - Method in class org.springframework.boot.tomcat.CompressionConnectorCustomizer
- customize(Connector) - Method in interface org.springframework.boot.tomcat.TomcatConnectorCustomizer
- 
Customize the connector.
- customize(Context) - Method in class org.springframework.boot.tomcat.DisableReferenceClearingContextCustomizer
- customize(Context) - Method in interface org.springframework.boot.tomcat.TomcatContextCustomizer
- 
Customize the context.
- customize(ConnectionConfig.Builder) - Method in interface org.springframework.boot.elasticsearch.autoconfigure.Rest5ClientBuilderCustomizer
- 
Customize theConnectionConfig.Builder.
- customize(RequestConfig.Builder) - Method in interface org.springframework.boot.elasticsearch.autoconfigure.Rest5ClientBuilderCustomizer
- 
Customize theRequestConfig.Builder.
- customize(HttpAsyncClientBuilder) - Method in interface org.springframework.boot.elasticsearch.autoconfigure.Rest5ClientBuilderCustomizer
- 
Customize theHttpAsyncClientBuilder.
- customize(PoolingAsyncClientConnectionManagerBuilder) - Method in interface org.springframework.boot.elasticsearch.autoconfigure.Rest5ClientBuilderCustomizer
- 
Customize thePoolingAsyncClientConnectionManagerBuilder.
- customize(Cache2kBuilder) - Method in interface org.springframework.boot.cache.autoconfigure.Cache2kBuilderCustomizer
- 
Customize the default cache settings.
- customize(Server) - Method in class org.springframework.boot.jetty.ForwardHeadersCustomizer
- customize(Server) - Method in interface org.springframework.boot.jetty.JettyServerCustomizer
- 
Customize the server.
- customize(FluentConfiguration) - Method in interface org.springframework.boot.flyway.autoconfigure.FlywayConfigurationCustomizer
- 
Customize the flyway configuration.
- customize(DefaultConfiguration) - Method in interface org.springframework.boot.jooq.autoconfigure.DefaultConfigurationCustomizer
- 
Customize thejOOQ Configuration.
- customize(Config.ConfigBuilder) - Method in interface org.springframework.boot.neo4j.autoconfigure.ConfigBuilderCustomizer
- 
Customize theConfig.ConfigBuilder.
- customize(HtmlUnitDriver) - Method in interface org.springframework.boot.webmvc.test.autoconfigure.MockMvcHtmlUnitDriverCustomizer
- 
Customize the MockMvc HtmlUnitDriver.
- customize(RabbitTemplate) - Method in interface org.springframework.boot.amqp.autoconfigure.RabbitTemplateCustomizer
- 
Callback to customize aRabbitTemplateinstance.
- customize(RabbitRetryTemplateSettings) - Method in interface org.springframework.boot.amqp.autoconfigure.RabbitTemplateRetrySettingsCustomizer
- 
Callback to customize theRabbitRetryTemplateSettingsto create theRetryTemplateused as part ofRabbitTemplateoperations.
- customize(ConfigurableJettyWebServerFactory) - Method in class org.springframework.boot.jetty.autoconfigure.JettyVirtualThreadsWebServerFactoryCustomizer
- customize(ConfigurableJettyWebServerFactory) - Method in class org.springframework.boot.jetty.autoconfigure.JettyWebServerFactoryCustomizer
- customize(JettyReactiveWebServerFactory) - Method in class org.springframework.boot.jetty.autoconfigure.reactive.WebSocketJettyReactiveWebServerFactoryCustomizer
- customize(JettyServletWebServerFactory) - Method in class org.springframework.boot.jetty.autoconfigure.servlet.WebSocketJettyServletWebServerFactoryCustomizer
- customize(EntityManagerFactoryBuilder) - Method in interface org.springframework.boot.jpa.autoconfigure.EntityManagerFactoryBuilderCustomizer
- 
Customize the givenbuilder.
- customize(JsonWriter.Members) - Method in interface org.springframework.boot.logging.structured.StructuredLoggingJsonMembersCustomizer
- 
Customize the givenJsonWriter.Membersinstance.
- customize(NettyReactiveWebServerFactory) - Method in class org.springframework.boot.reactor.netty.autoconfigure.NettyReactiveWebServerFactoryCustomizer
- customize(RetryPolicySettings) - Method in interface org.springframework.boot.amqp.autoconfigure.RabbitListenerRetrySettingsCustomizer
- 
Callback to customize theRetryPolicySettingsto create theRetryPolicyused by message listeners.
- customize(SslBundle, Map) - Method in class org.springframework.boot.tomcat.SslConnectorCustomizer
- customize(ConfigurableTomcatWebServerFactory) - Method in class org.springframework.boot.tomcat.autoconfigure.TomcatVirtualThreadsWebServerFactoryCustomizer
- customize(ConfigurableTomcatWebServerFactory) - Method in class org.springframework.boot.tomcat.autoconfigure.TomcatWebServerFactoryCustomizer
- customize(ConfigurableTomcatWebServerFactory) - Method in class org.springframework.boot.tomcat.autoconfigure.WebSocketTomcatWebServerFactoryCustomizer
- customize(ConfigurableReactiveWebServerFactory) - Method in class org.springframework.boot.web.server.autoconfigure.reactive.ReactiveWebServerFactoryCustomizer
- customize(ConfigurableServletWebServerFactory) - Method in class org.springframework.boot.web.server.autoconfigure.servlet.ServletWebServerFactoryCustomizer
- customize(ConfigurableConversionService) - Method in interface org.springframework.boot.batch.autoconfigure.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.cache.autoconfigure.CouchbaseCacheManagerBuilderCustomizer
- 
Customize theCouchbaseCacheManager.CouchbaseCacheManagerBuilder.
- customize(RedisCacheManager.RedisCacheManagerBuilder) - Method in interface org.springframework.boot.cache.autoconfigure.RedisCacheManagerBuilderCustomizer
- 
Customize theRedisCacheManager.RedisCacheManagerBuilder.
- customize(JedisClientConfiguration.JedisClientConfigurationBuilder) - Method in interface org.springframework.boot.data.redis.autoconfigure.JedisClientConfigurationBuilderCustomizer
- 
Customize theJedisClientConfiguration.JedisClientConfigurationBuilder.
- customize(LettuceClientConfiguration.LettuceClientConfigurationBuilder) - Method in interface org.springframework.boot.data.redis.autoconfigure.LettuceClientConfigurationBuilderCustomizer
- 
Customize theLettuceClientConfiguration.LettuceClientConfigurationBuilder.
- customize(GraphQlSource.SchemaResourceBuilder) - Method in interface org.springframework.boot.graphql.autoconfigure.GraphQlSourceBuilderCustomizer
- 
Customize theBuilderinstance.
- customize(CodecConfigurer) - Method in interface org.springframework.boot.http.codec.CodecCustomizer
- 
Callback to customize aCodecConfigurerinstance.
- customize(HttpMessageConverters.ClientBuilder) - Method in interface org.springframework.boot.http.converter.autoconfigure.ClientHttpMessageConvertersCustomizer
- 
Callback to customize aHttpMessageConverters.ClientBuilderinstance.
- customize(HttpMessageConverters.ServerBuilder) - Method in interface org.springframework.boot.http.converter.autoconfigure.ServerHttpMessageConvertersCustomizer
- 
Callback to customize aHttpMessageConverters.ServerBuilderinstance.
- customize(Jackson2ObjectMapperBuilder) - Method in interface org.springframework.boot.jackson2.autoconfigure.Jackson2ObjectMapperBuilderCustomizer
- 
Deprecated.Customize the JacksonObjectMapperBuilder.
- customize(PollerMetadata) - Method in interface org.springframework.boot.integration.autoconfigure.PollerMetadataCustomizer
- 
Customize thePollerMetadata.
- customize(ResourceDatabasePopulator) - Method in class org.springframework.boot.jdbc.init.DataSourceScriptDatabaseInitializer
- 
Customize theResourceDatabasePopulator.
- customize(ResourceDatabasePopulator) - Method in class org.springframework.boot.quartz.autoconfigure.QuartzDataSourceScriptDatabaseInitializer
- customize(DefaultKafkaConsumerFactory) - Method in interface org.springframework.boot.kafka.autoconfigure.DefaultKafkaConsumerFactoryCustomizer
- 
Customize theDefaultKafkaConsumerFactory.
- customize(DefaultKafkaProducerFactory) - Method in interface org.springframework.boot.kafka.autoconfigure.DefaultKafkaProducerFactoryCustomizer
- 
Customize theDefaultKafkaProducerFactory.
- customize(RSocketMessageHandler) - Method in interface org.springframework.boot.rsocket.autoconfigure.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.restdocs.test.autoconfigure.RestDocsMockMvcConfigurationCustomizer
- 
Customize the givenconfigurer.
- customize(WebTestClientRestDocumentationConfigurer) - Method in interface org.springframework.boot.restdocs.test.autoconfigure.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.ThreadPoolTaskExecutorCustomizer
- 
Callback to customize aThreadPoolTaskExecutorinstance.
- customize(ThreadPoolTaskScheduler) - Method in interface org.springframework.boot.task.ThreadPoolTaskSchedulerCustomizer
- 
Callback to customize aThreadPoolTaskSchedulerinstance.
- customize(SchedulerFactoryBean) - Method in interface org.springframework.boot.quartz.autoconfigure.SchedulerFactoryBeanCustomizer
- 
Customize theSchedulerFactoryBean.
- customize(NimbusJwtDecoder.JwkSetUriJwtDecoderBuilder) - Method in interface org.springframework.boot.security.oauth2.server.resource.autoconfigure.servlet.JwkSetUriJwtDecoderBuilderCustomizer
- 
Customize the givenbuilder.
- customize(NimbusReactiveJwtDecoder.JwkSetUriReactiveJwtDecoderBuilder) - Method in interface org.springframework.boot.security.oauth2.server.resource.autoconfigure.reactive.JwkSetUriReactiveJwtDecoderBuilderCustomizer
- 
Customize the givenbuilder.
- customize(DefaultCookieSerializer) - Method in interface org.springframework.boot.session.autoconfigure.DefaultCookieSerializerCustomizer
- 
Customize the cookie serializer.
- customize(WebTestClient.Builder) - Method in class org.springframework.boot.webtestclient.SpringBootWebTestClientBuilderCustomizer
- customize(WebTestClient.Builder) - Method in interface org.springframework.boot.webtestclient.WebTestClientBuilderCustomizer
- 
Customize the givenbuilder.
- customize(RestTestClient.Builder) - Method in interface org.springframework.boot.resttestclient.autoconfigure.RestTestClientBuilderCustomizer
- 
Customize the givenRestTestClient.Builder.
- customize(RestTestClient.Builder) - Method in class org.springframework.boot.resttestclient.autoconfigure.SpringBootRestTestClientBuilderCustomizer
- customize(ConfigurableMockMvcBuilder) - Method in class org.springframework.boot.restdocs.test.autoconfigure.RestDocsMockMvcBuilderCustomizer
- customize(ConfigurableMockMvcBuilder) - Method in interface org.springframework.boot.webmvc.test.autoconfigure.MockMvcBuilderCustomizer
- 
Customize the givenbuilder.
- customize(ConfigurableMockMvcBuilder) - Method in class org.springframework.boot.webmvc.test.autoconfigure.SpringBootMockMvcBuilderCustomizer
- customize(AbstractPlatformTransactionManager) - Method in class org.springframework.boot.transaction.autoconfigure.TransactionProperties
- customize(TransactionManager) - Method in class org.springframework.boot.transaction.autoconfigure.TransactionManagerCustomizers
- 
Customize the giventransactionManager.
- customize(RestClient.Builder) - Method in class org.springframework.boot.restclient.autoconfigure.HttpMessageConvertersRestClientCustomizer
- customize(RestClient.Builder) - Method in class org.springframework.boot.restclient.observation.ObservationRestClientCustomizer
- customize(RestClient.Builder) - Method in interface org.springframework.boot.restclient.RestClientCustomizer
- 
Callback to customize aRestClient.Builderinstance.
- customize(RestClient.Builder) - Method in class org.springframework.boot.restclient.test.MockServerRestClientCustomizer
- customize(RestTemplate) - Method in class org.springframework.boot.restclient.observation.ObservationRestTemplateCustomizer
- customize(RestTemplate) - Method in interface org.springframework.boot.restclient.RestTemplateCustomizer
- 
Callback to customize aRestTemplateinstance.
- customize(RestTemplate) - Method in class org.springframework.boot.restclient.test.MockServerRestTemplateCustomizer
- customize(ForwardedHeaderFilter) - Method in interface org.springframework.boot.web.server.autoconfigure.servlet.ForwardedHeaderFilterCustomizer
- 
Customizes the givenfilter.
- customize(ResourceHandlerRegistration) - Method in interface org.springframework.boot.webflux.autoconfigure.ResourceHandlerRegistrationCustomizer
- 
Customize the givenResourceHandlerRegistration.
- customize(WebClient.Builder) - Method in class org.springframework.boot.webclient.autoconfigure.WebClientCodecCustomizer
- customize(WebClient.Builder) - Method in class org.springframework.boot.webclient.observation.ObservationWebClientCustomizer
- customize(WebClient.Builder) - Method in interface org.springframework.boot.webclient.WebClientCustomizer
- 
Callback to customize aWebClient.Builderinstance.
- customize(WebHttpHandlerBuilder) - Method in interface org.springframework.boot.webflux.autoconfigure.WebHttpHandlerBuilderCustomizer
- 
Callback to customize aWebHttpHandlerBuilderinstance.
- customize(WebServiceTemplate) - Method in interface org.springframework.boot.webservices.client.WebServiceTemplateCustomizer
- 
Callback to customize aWebServiceTemplateinstance.
- customize(T) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementWebServerFactoryCustomizer
- customize(T) - Method in interface org.springframework.boot.cache.autoconfigure.CacheManagerCustomizer
- 
Customize the cache manager.
- customize(T) - Method in class org.springframework.boot.cache.autoconfigure.CacheManagerCustomizers
- 
Customize the specifiedCacheManager.
- customize(T) - Method in interface org.springframework.boot.micrometer.metrics.autoconfigure.MeterRegistryCustomizer
- 
Customize the givenregistry.
- customize(T) - Method in interface org.springframework.boot.micrometer.observation.autoconfigure.ObservationRegistryCustomizer
- 
Customize the givenregistry.
- customize(T) - Method in interface org.springframework.boot.pulsar.autoconfigure.PulsarContainerFactoryCustomizer
- 
Customize the container factory.
- customize(T) - Method in interface org.springframework.boot.restclient.RestTemplateRequestCustomizer
- 
Customize the specifiedClientHttpRequest.
- customize(T) - Method in interface org.springframework.boot.tomcat.TomcatProtocolHandlerCustomizer
- 
Customize the protocol handler.
- customize(T) - Method in interface org.springframework.boot.transaction.autoconfigure.TransactionManagerCustomizer
- 
Customize the given transaction manager.
- customize(T) - Method in interface org.springframework.boot.web.server.WebServerFactoryCustomizer
- 
Customize the specifiedWebServerFactory.
- customize(JsonMapper.Builder) - Method in interface org.springframework.boot.jackson.autoconfigure.JsonMapperBuilderCustomizer
- 
Customize the JsonMapper.Builder.
- customize(CBORMapper.Builder) - Method in interface org.springframework.boot.jackson.autoconfigure.CborMapperBuilderCustomizer
- 
Customize the CBORMapper.Builder.
- customize(T, ManagementServerProperties, ServerProperties) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementWebServerFactoryCustomizer
- customizeConnector(Connector) - Method in class org.springframework.boot.tomcat.TomcatWebServerFactory
- customizeFreeMarkerVariables(Map) - Method in interface org.springframework.boot.freemarker.autoconfigure.FreeMarkerVariablesCustomizer
- 
Customize thevariablesto be set as well-known FreeMarker objects.
- customizePrefix(String) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.AccessLogCustomizer
- customizers(Iterable) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
- 
Set thecustomizersthat should be applied to theSimpleAsyncTaskExecutor.
- customizers(Iterable) - Method in class org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
- 
Set thecustomizersthat should be applied to theSimpleAsyncTaskScheduler.
- customizers(Iterable) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
- 
Set theThreadPoolTaskExecutorCustomizersthat should be applied to theThreadPoolTaskExecutor.
- customizers(Iterable) - Method in class org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
- 
Set thethreadPoolTaskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler.
- customizers(Collection) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
- 
Set theRestTemplateCustomizersthat should be applied to theRestTemplate.
- customizers(Collection) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
SetWebServiceTemplateCustomizersthat should be applied to theWebServiceTemplate.
- customizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
- 
Set theRestTemplateCustomizersthat should be applied to theRestTemplate.
- 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(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(WebServiceTemplateCustomizer...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
SetWebServiceTemplateCustomizersthat should be applied to theWebServiceTemplate.
- customizeSsl(Server, InetSocketAddress) - Method in class org.springframework.boot.jetty.JettyWebServerFactory
- customizeVendorProperties(Map) - Method in class org.springframework.boot.jpa.autoconfigure.JpaBaseConfiguration
- 
Customize vendor properties before they are used.
- CustomLayers - Class in org.springframework.boot.loader.tools.layer
- 
CustomLayersimplementation where layer content is selected by the user.
- CustomLayers(List, List, List) - Constructor for class org.springframework.boot.loader.tools.layer.CustomLayers
- CustomLoaderLayout - Interface in org.springframework.boot.loader.tools
- 
Additional interface that can be implemented byLayoutsthat write their own loader classes.
- CustomTriggerDescriptor(Trigger) - Constructor for class org.springframework.boot.quartz.actuate.endpoint.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
@Endpointand@WebEndpoint