- cache(String, String) - Method in class org.springframework.boot.actuate.cache.CachesEndpoint
- 
- cache(String, String) - Method in class org.springframework.boot.actuate.cache.CachesEndpointWebExtension
-  
- Cache() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
-  
- Cache() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
-  
- Cache() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache
-  
- CacheAutoConfiguration - Class in org.springframework.boot.autoconfigure.cache
- 
- CacheAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
-  
- cacheAutoConfigurationValidator(CacheProperties, ObjectProvider<CacheManager>) - Method in class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
-  
- Cachecontrol() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
-  
- CacheDescriptor(String) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint.CacheDescriptor
-  
- CacheEntry(Cache, String) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint.CacheEntry
-  
- cacheManager(CacheProperties, CacheManagerCustomizers, ObjectProvider<CouchbaseCacheManagerBuilderCustomizer>, CouchbaseClientFactory) - Method in class org.springframework.boot.autoconfigure.cache.CouchbaseCacheConfiguration
- 
Deprecated. 
- cacheManager(CacheManagerCustomizers, EmbeddedCacheManager) - Method in class org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
-  
- CacheManagerCustomizer<T extends CacheManager> - Interface in org.springframework.boot.autoconfigure.cache
- 
Callback interface that can be implemented by beans wishing to customize the cache
 manager before it is fully initialized, in particular to tune its configuration. 
- cacheManagerCustomizers(ObjectProvider<CacheManagerCustomizer<?>>) - Method in class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
-  
- CacheManagerCustomizers - Class in org.springframework.boot.autoconfigure.cache
- 
- CacheManagerCustomizers(List<? extends CacheManagerCustomizer<?>>) - Constructor for class org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers
-  
- CacheManagerDescriptor(Map<String, CachesEndpoint.CacheDescriptor>) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint.CacheManagerDescriptor
-  
- CacheMeterBinderProvider<C extends Cache> - Interface in org.springframework.boot.actuate.metrics.cache
- 
Provide a  MeterBinder based on a  Cache. 
- CacheMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.cache
- 
- CacheMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsAutoConfiguration
-  
- CacheMetricsRegistrar - Class in org.springframework.boot.actuate.metrics.cache
- 
Register supported  Cache to a  MeterRegistry. 
- CacheMetricsRegistrar(MeterRegistry, Collection<CacheMeterBinderProvider<?>>) - Constructor for class org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
- 
Creates a new registrar. 
- CacheProperties - Class in org.springframework.boot.autoconfigure.cache
- 
Configuration properties for the cache abstraction. 
- CacheProperties() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties
-  
- CacheProperties.Caffeine - Class in org.springframework.boot.autoconfigure.cache
- 
Caffeine specific cache properties. 
- CacheProperties.Couchbase - Class in org.springframework.boot.autoconfigure.cache
- 
Couchbase specific cache properties. 
- CacheProperties.EhCache - Class in org.springframework.boot.autoconfigure.cache
- 
EhCache specific cache properties. 
- CacheProperties.Infinispan - Class in org.springframework.boot.autoconfigure.cache
- 
Infinispan specific cache properties. 
- CacheProperties.JCache - Class in org.springframework.boot.autoconfigure.cache
- 
JCache (JSR-107) specific cache properties. 
- CacheProperties.Redis - Class in org.springframework.boot.autoconfigure.cache
- 
Redis-specific cache properties. 
- caches() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint
- 
- cachesEndpoint(Map<String, CacheManager>) - Method in class org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration
-  
- CachesEndpoint - Class in org.springframework.boot.actuate.cache
- 
- CachesEndpoint(Map<String, CacheManager>) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint
- 
Create a new endpoint with the  CacheManager instances to use. 
- CachesEndpoint.CacheDescriptor - Class in org.springframework.boot.actuate.cache
- 
Basic description of a  Cache, primarily intended for serialization to JSON. 
- CachesEndpoint.CacheEntry - Class in org.springframework.boot.actuate.cache
- 
Description of a  Cache, primarily intended for serialization to JSON. 
- CachesEndpoint.CacheManagerDescriptor - Class in org.springframework.boot.actuate.cache
- 
Description of a  CacheManager, primarily intended for serialization to
 JSON. 
- CachesEndpoint.CachesReport - Class in org.springframework.boot.actuate.cache
- 
A report of available  caches, primarily intended for serialization to
 JSON. 
- CachesEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.cache
- 
- CachesEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration
-  
- cachesEndpointWebExtension(CachesEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration
-  
- CachesEndpointWebExtension - Class in org.springframework.boot.actuate.cache
- 
- CachesEndpointWebExtension(CachesEndpoint) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpointWebExtension
-  
- CachesReport(Map<String, CachesEndpoint.CacheManagerDescriptor>) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint.CachesReport
-  
- CacheType - Enum in org.springframework.boot.autoconfigure.cache
- 
Supported cache types (defined in order of precedence). 
- CachingCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
- 
- CachingCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.CachingCompilerAutoConfiguration
-  
- CachingOperationInvoker - Class in org.springframework.boot.actuate.endpoint.invoker.cache
- 
An  OperationInvoker that caches the response of an operation with a
 configurable time to live. 
- CachingOperationInvokerAdvisor - Class in org.springframework.boot.actuate.endpoint.invoker.cache
- 
- CachingOperationInvokerAdvisor(Function<EndpointId, Long>) - Constructor for class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor
-  
- Caffeine() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
-  
- CaffeineCacheMeterBinderProvider - Class in org.springframework.boot.actuate.metrics.cache
- 
- CaffeineCacheMeterBinderProvider() - Constructor for class org.springframework.boot.actuate.metrics.cache.CaffeineCacheMeterBinderProvider
-  
- callback(Class<C>, C, A, Object...) - Static method in class org.springframework.boot.util.LambdaSafe
- 
Start a call to a single callback instance, dealing with common generic type
 concerns and exceptions. 
- callbacks(Class<C>, Collection<? extends C>, A, Object...) - Static method in class org.springframework.boot.util.LambdaSafe
- 
Start a call to callback instances, dealing with common generic type concerns and
 exceptions. 
- canAdd() - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
- 
Strategy called to test if dependencies can be added. 
- CapturedOutput - Interface in org.springframework.boot.test.system
- 
- CassandraAutoConfiguration - Class in org.springframework.boot.autoconfigure.cassandra
- 
- CassandraAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
-  
- cassandraConverter(CassandraMappingContext, CassandraCustomConversions) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
-  
- cassandraCustomConversions() - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
-  
- CassandraDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
- 
- CassandraDataAutoConfiguration(CqlSession) - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
-  
- cassandraDriverConfigLoader(CassandraProperties, ObjectProvider<DriverConfigLoaderBuilderCustomizer>) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
-  
- cassandraHealthContributor(Map<String, CassandraOperations>) - Method in class org.springframework.boot.actuate.autoconfigure.cassandra.CassandraHealthContributorAutoConfiguration
-  
- cassandraHealthContributor(Map<String, ReactiveCassandraOperations>) - Method in class org.springframework.boot.actuate.autoconfigure.cassandra.CassandraReactiveHealthContributorAutoConfiguration
-  
- CassandraHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.cassandra
- 
- CassandraHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.cassandra.CassandraHealthContributorAutoConfiguration
-  
- CassandraHealthIndicator - Class in org.springframework.boot.actuate.cassandra
- 
Simple implementation of a  HealthIndicator returning status information for
 Cassandra data stores. 
- CassandraHealthIndicator() - Constructor for class org.springframework.boot.actuate.cassandra.CassandraHealthIndicator
-  
- CassandraHealthIndicator(CassandraOperations) - Constructor for class org.springframework.boot.actuate.cassandra.CassandraHealthIndicator
- 
- cassandraMapping(BeanFactory, CassandraCustomConversions) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
-  
- CassandraProperties - Class in org.springframework.boot.autoconfigure.cassandra
- 
Configuration properties for Cassandra. 
- CassandraProperties() - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
-  
- CassandraProperties.Compression - Enum in org.springframework.boot.autoconfigure.cassandra
- 
Name of the algorithm used to compress protocol frames. 
- CassandraProperties.Connection - Class in org.springframework.boot.autoconfigure.cassandra
-  
- CassandraProperties.Pool - Class in org.springframework.boot.autoconfigure.cassandra
- 
Pool properties. 
- CassandraProperties.Request - Class in org.springframework.boot.autoconfigure.cassandra
-  
- CassandraProperties.Throttler - Class in org.springframework.boot.autoconfigure.cassandra
-  
- CassandraProperties.ThrottlerType - Enum in org.springframework.boot.autoconfigure.cassandra
-  
- CassandraReactiveDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
- 
- CassandraReactiveDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveDataAutoConfiguration
-  
- CassandraReactiveHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.cassandra
- 
- CassandraReactiveHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.cassandra.CassandraReactiveHealthContributorAutoConfiguration
-  
- CassandraReactiveHealthIndicator - Class in org.springframework.boot.actuate.cassandra
- 
- CassandraReactiveHealthIndicator(ReactiveCassandraOperations) - Constructor for class org.springframework.boot.actuate.cassandra.CassandraReactiveHealthIndicator
- 
- CassandraReactiveRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
- 
- CassandraReactiveRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveRepositoriesAutoConfiguration
-  
- CassandraRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
- 
- CassandraRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraRepositoriesAutoConfiguration
-  
- cassandraSession(CqlSessionBuilder) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
-  
- cassandraSessionBuilder(CassandraProperties, DriverConfigLoader, ObjectProvider<CqlSessionBuilderCustomizer>) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
-  
- cassandraSessionFactory(Environment, CassandraConverter) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
-  
- cassandraTemplate(SessionFactory, CassandraConverter) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
-  
- CglibAutoProxyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration
-  
- Chain() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.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
- 
- ChangedFile.Type - Enum in org.springframework.boot.devtools.filewatch
- 
Change types. 
- ChangedFiles - Class in org.springframework.boot.devtools.filewatch
- 
A collections of files from a specific source directory that have changed. 
- ChangedFiles(File, Set<ChangedFile>) - Constructor for class org.springframework.boot.devtools.filewatch.ChangedFiles
-  
- changeProperties(SerializationConfig, BeanDescription, List<BeanPropertyWriter>) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
-  
- ChangeSet(RanChangeSet) - Constructor for class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
-  
- Channel() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
-  
- characterEncodingFilter() - Method in class org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration
-  
- charAt(int) - Method in interface org.springframework.boot.test.system.CapturedOutput
-  
- checkResource(Locale) - Method in class org.springframework.boot.web.servlet.view.MustacheView
-  
- checkResourceExists(Locale) - Method in class org.springframework.boot.web.reactive.result.view.MustacheView
-  
- checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration
-  
- checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
-  
- checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
-  
- child(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Create a child application with the provided sources. 
- chop(int) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
- ClassLoaderFile - Class in org.springframework.boot.devtools.restart.classloader
- 
- ClassLoaderFile(ClassLoaderFile.Kind, byte[]) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
- 
- ClassLoaderFile(ClassLoaderFile.Kind, long, byte[]) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
- 
- ClassLoaderFile.Kind - Enum 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 a  ClassLoader. 
- ClassLoaderFiles - Class in org.springframework.boot.devtools.restart.classloader
- 
- ClassLoaderFiles() - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
- 
- ClassLoaderFiles(ClassLoaderFiles) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
- 
- 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
- 
- ClassLoaderFileURLStreamHandler(ClassLoaderFile) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFileURLStreamHandler
-  
- classLoaderMetrics() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration
-  
- CLASSPATH_URL_PREFIX - Static variable in class org.springframework.boot.cli.util.ResourceUtils
- 
Pseudo URL prefix for loading from the class path: "classpath:". 
- ClassPathChangedEvent - Class in org.springframework.boot.devtools.classpath
- 
- ClassPathChangedEvent(Object, Set<ChangedFiles>, boolean) - Constructor for class org.springframework.boot.devtools.classpath.ClassPathChangedEvent
- 
- 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 a  FileSystemWatcher to watch the local classpath directories for
 changes. 
- ClassPathFileSystemWatcher(FileSystemWatcherFactory, ClassPathRestartStrategy, URL[]) - Constructor for class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
- 
- ClasspathLoggingApplicationListener - Class in org.springframework.boot.context.logging
- 
- ClasspathLoggingApplicationListener() - Constructor for class org.springframework.boot.context.logging.ClasspathLoggingApplicationListener
-  
- ClassPathRestartStrategy - Interface in org.springframework.boot.devtools.classpath
- 
Strategy interface used to determine when a changed classpath file should trigger a
 full application restart. 
- 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() - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
-  
- clear() - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
- 
Clear the cache and force it to be reloaded on next access. 
- clear() - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
- 
Clear the persistence context, causing all managed entities to become detached. 
- clearCache(String, String) - Method in class org.springframework.boot.actuate.cache.CachesEndpoint
- 
Clear the specific  Cache. 
- clearCache(String, String) - Method in class org.springframework.boot.actuate.cache.CachesEndpointWebExtension
-  
- clearCache() - Method in class org.springframework.boot.loader.jar.JarFile
-  
- clearCache() - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
- 
Clear URL caches. 
- clearCache() - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
- 
Clear the entire MetadataReader cache, removing all cached class metadata. 
- clearCaches() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint
- 
Clear all the available  caches. 
- clearInstance() - Static method in class org.springframework.boot.devtools.restart.Restarter
- 
Clear the instance. 
- Client() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Client
-  
- Client() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationProperties.RSocket.Client
-  
- clientConfiguration(ReactiveElasticsearchRestClientProperties) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveElasticsearchRestClientAutoConfiguration
-  
- clientConnectorCustomizer(ClientHttpConnector) - Method in class org.springframework.boot.autoconfigure.web.reactive.function.client.ClientHttpConnectorAutoConfiguration
-  
- ClientHttpConnectorAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive.function.client
- 
- ClientHttpConnectorAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.function.client.ClientHttpConnectorAutoConfiguration
-  
- clientHttpRequestFactory() - Method in class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
-  
- ClientHttpRequestFactorySupplier - Class in org.springframework.boot.web.client
- 
A supplier for  ClientHttpRequestFactory that detects the preferred candidate
 based on the available implementations on the classpath. 
- ClientHttpRequestFactorySupplier() - Constructor for class org.springframework.boot.web.client.ClientHttpRequestFactorySupplier
-  
- clientName(HttpRequest) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
- 
Create a  clientNameTag derived from the  host
 of the  URI of the given  request. 
- clientName(ClientRequest) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
- 
Create a  clientNameTag derived from the
  host of the  URL of the
 given  request. 
- clientProviderType() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicPropertiesConfigAdapter
-  
- ClientRequest() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Client.ClientRequest
-  
- clientRSocketConnector(IntegrationProperties, RSocketStrategies) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketClientConfiguration
-  
- ClientsConfiguredCondition - Class in org.springframework.boot.autoconfigure.security.oauth2.client
- 
Condition that matches if any spring.security.oauth2.client.registrationproperties are defined.
 
- ClientsConfiguredCondition() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.ClientsConfiguredCondition
-  
- close() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
-  
- close() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration
-  
- close() - Method in class org.springframework.boot.buildpack.platform.socket.DomainSocket
-  
- close() - Method in class org.springframework.boot.buildpack.platform.socket.NamedPipeSocket
-  
- close() - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
-  
- close() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
-  
- close() - Method in interface org.springframework.boot.loader.archive.Archive
- 
Closes the Archive, releasing any open resources.
 
- close() - Method in class org.springframework.boot.loader.archive.JarFileArchive
-  
- close() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
-  
- close() - Method in class org.springframework.boot.loader.jar.JarFile
-  
- close() - Method in class org.springframework.boot.loader.tools.JarWriter
- 
Close the writer. 
- close() - Method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
-  
- closeAll(ApplicationContext) - Static method in class org.springframework.boot.test.util.ApplicationContextTestUtils
- 
- CloudFoundryActuatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
- 
- CloudFoundryActuatorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration
-  
- CloudFoundryActuatorAutoConfiguration.IgnoredPathsWebSecurityConfigurer - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
- 
- CloudFoundryAuthorizationException - Exception in org.springframework.boot.actuate.autoconfigure.cloudfoundry
- 
Authorization exceptions thrown to limit access to the endpoints. 
- CloudFoundryAuthorizationException(CloudFoundryAuthorizationException.Reason, String) - Constructor for exception org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException
-  
- CloudFoundryAuthorizationException(CloudFoundryAuthorizationException.Reason, String, Throwable) - Constructor for exception org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException
-  
- CloudFoundryAuthorizationException.Reason - Enum in org.springframework.boot.actuate.autoconfigure.cloudfoundry
- 
Reasons why the exception can be thrown. 
- cloudFoundryHealthEndpointWebExtension(HealthEndpointWebExtension) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration
-  
- CloudFoundryHealthEndpointWebExtension - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
- 
- CloudFoundryHealthEndpointWebExtension(HealthEndpointWebExtension) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryHealthEndpointWebExtension
-  
- cloudFoundryInfoEndpointWebExtension(GitProperties, ObjectProvider<InfoContributor>) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.ReactiveCloudFoundryActuatorAutoConfiguration
-  
- cloudFoundryInfoEndpointWebExtension(GitProperties, ObjectProvider<InfoContributor>) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration
-  
- CloudFoundryInfoEndpointWebExtension - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
- 
- CloudFoundryInfoEndpointWebExtension(InfoEndpoint) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryInfoEndpointWebExtension
-  
- CloudFoundryReactiveHealthEndpointWebExtension - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive
- 
- CloudFoundryReactiveHealthEndpointWebExtension(ReactiveHealthEndpointWebExtension) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.CloudFoundryReactiveHealthEndpointWebExtension
-  
- cloudFoundryReactiveHealthEndpointWebExtension(ReactiveHealthEndpointWebExtension) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.ReactiveCloudFoundryActuatorAutoConfiguration
-  
- CloudFoundryVcapEnvironmentPostProcessor - Class in org.springframework.boot.cloud
- 
- CloudFoundryVcapEnvironmentPostProcessor() - Constructor for class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
-  
- CloudFoundryWebEndpointDiscoverer - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry
- 
- CloudFoundryWebEndpointDiscoverer(ApplicationContext, ParameterValueMapper, EndpointMediaTypes, List<PathMapper>, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableWebEndpoint>>) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryWebEndpointDiscoverer
- 
- cloudFoundryWebEndpointServletHandlerMapping(ParameterValueMapper, EndpointMediaTypes, RestTemplateBuilder, ServletEndpointsSupplier, ControllerEndpointsSupplier, ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration
-  
- cloudFoundryWebFluxEndpointHandlerMapping(ParameterValueMapper, EndpointMediaTypes, WebClient.Builder, ControllerEndpointsSupplier, ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.ReactiveCloudFoundryActuatorAutoConfiguration
-  
- CloudPlatform - Enum in org.springframework.boot.cloud
- 
Simple detection for well known cloud platforms. 
- Cluster() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
-  
- Cluster() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Lettuce.Cluster
-  
- ClusterEnvironmentBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.couchbase
- 
Callback interface that can be implemented by beans wishing to customize the
 ClusterEnvironmentvia aClusterEnvironment.Builderwhilst retaining default auto-configuration.whilst
 retaining default auto-configuration.
 
- CodecCustomizer - Interface in org.springframework.boot.web.codec
- 
Callback interface that can be used to customize codecs configuration for an HTTP
 client and/or server with a  CodecConfigurer. 
- CodecProperties - Class in org.springframework.boot.autoconfigure.codec
- 
- CodecProperties() - Constructor for class org.springframework.boot.autoconfigure.codec.CodecProperties
-  
- CodecsAutoConfiguration - Class in org.springframework.boot.autoconfigure.http.codec
- 
- CodecsAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration
-  
- collectorRegistry() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration
-  
- ColorConverter - Class in org.springframework.boot.logging.log4j2
- 
Log4j2  LogEventPatternConverter colors output using the  AnsiOutput
 class. 
- ColorConverter - Class in org.springframework.boot.logging.logback
- 
Logback  CompositeConverter colors output using the  AnsiOutput class. 
- ColorConverter() - Constructor for class org.springframework.boot.logging.logback.ColorConverter
-  
- Command - Interface in org.springframework.boot.cli.command
- 
A single command that can be run from the CLI. 
- CommandCompleter - Class in org.springframework.boot.cli.command.shell
- 
JLine  Completer for Spring Boot  Commands. 
- CommandCompleter(ConsoleReader, ArgumentCompleter.ArgumentDelimiter, Iterable<Command>) - Constructor for class org.springframework.boot.cli.command.shell.CommandCompleter
-  
- CommandException - Exception in org.springframework.boot.cli.command
- 
- CommandException(CommandException.Option...) - Constructor for exception org.springframework.boot.cli.command.CommandException
- 
- CommandException(String, CommandException.Option...) - Constructor for exception org.springframework.boot.cli.command.CommandException
- 
- CommandException(String, Throwable, CommandException.Option...) - Constructor for exception org.springframework.boot.cli.command.CommandException
- 
- CommandException(Throwable, CommandException.Option...) - Constructor for exception org.springframework.boot.cli.command.CommandException
- 
- CommandException.Option - Enum in org.springframework.boot.cli.command
- 
- CommandFactory - Interface in org.springframework.boot.cli.command
- 
Factory used to create CLI  Commands. 
- CommandLineRunner - Interface in org.springframework.boot
- 
Interface used to indicate that a bean should  run when it is contained within
 a  SpringApplication. 
- CommandRunner - Class in org.springframework.boot.cli.command
- 
- CommandRunner(String) - Constructor for class org.springframework.boot.cli.command.CommandRunner
- 
- commit(TransactionContext) - Method in class org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
-  
- CommonsDbcp2DataSourcePoolMetadata - Class in org.springframework.boot.jdbc.metadata
- 
- CommonsDbcp2DataSourcePoolMetadata(BasicDataSource) - Constructor for class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
-  
- compareTo(ConfigurationProperty) - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
-  
- compareTo(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-  
- compile(String...) - Method in class org.springframework.boot.cli.compiler.GroovyCompiler
- 
- COMPILE - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
- 
The library is used at compile time and runtime. 
- compileAndRun() - Method in class org.springframework.boot.cli.command.run.SpringApplicationRunner
- 
Compile and run the application. 
- CompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler
- 
Strategy that can be used to apply some auto-configuration during the
 CompilePhase.CONVERSIONGroovy compile phase.
 
- CompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
-  
- CompilerOptionHandler - Class in org.springframework.boot.cli.command.options
- 
An  OptionHandler for commands that result in the compilation of one or more
 Groovy scripts. 
- CompilerOptionHandler() - Constructor for class org.springframework.boot.cli.command.options.CompilerOptionHandler
-  
- complete(String, int, List<CharSequence>) - Method in class org.springframework.boot.cli.command.shell.CommandCompleter
-  
- complete() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
- 
Called when a request is complete. 
- ComponentScanPackageCheck() - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
-  
- CompositeDataSourcePoolMetadataProvider - Class in org.springframework.boot.jdbc.metadata
- 
- CompositeDataSourcePoolMetadataProvider(Collection<? extends DataSourcePoolMetadataProvider>) - Constructor for class org.springframework.boot.jdbc.metadata.CompositeDataSourcePoolMetadataProvider
- 
- CompositeDependencyManagement - Class in org.springframework.boot.cli.compiler.dependencies
- 
- CompositeDependencyManagement(DependencyManagement...) - Constructor for class org.springframework.boot.cli.compiler.dependencies.CompositeDependencyManagement
-  
- CompositeHealth - Class in org.springframework.boot.actuate.health
- 
- CompositeHealthContributor - Interface in org.springframework.boot.actuate.health
- 
- CompositeHealthContributorConfiguration<I extends HealthIndicator,B> - Class in org.springframework.boot.actuate.autoconfigure.health
- 
Base class for health contributor configurations that can combine source beans into a
 composite. 
- CompositeHealthContributorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.CompositeHealthContributorConfiguration
-  
- CompositeHealthIndicator - Class in org.springframework.boot.actuate.health
- 
- CompositeHealthIndicator(HealthAggregator, Map<String, HealthIndicator>) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicator
- 
Deprecated. 
- CompositeHealthIndicator(HealthAggregator, HealthIndicatorRegistry) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicator
- 
Deprecated. 
- CompositeHealthIndicatorConfiguration<H extends HealthIndicator,S> - Class in org.springframework.boot.actuate.autoconfigure.health
- 
- CompositeHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.CompositeHealthIndicatorConfiguration
- 
Deprecated. 
- CompositeMeterRegistryAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics
- 
- CompositeMeterRegistryAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryAutoConfiguration
-  
- CompositeProxySelector - Class in org.springframework.boot.cli.compiler.grape
- 
Composite ProxySelector.
 
- CompositeProxySelector(List<ProxySelector>) - Constructor for class org.springframework.boot.cli.compiler.grape.CompositeProxySelector
-  
- CompositeReactiveHealthContributor - Interface in org.springframework.boot.actuate.health
- 
- CompositeReactiveHealthContributorConfiguration<I extends ReactiveHealthIndicator,B> - Class in org.springframework.boot.actuate.autoconfigure.health
- 
Base class for health contributor configurations that can combine source beans into a
 composite. 
- CompositeReactiveHealthContributorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthContributorConfiguration
-  
- CompositeReactiveHealthIndicator - Class in org.springframework.boot.actuate.health
- 
- CompositeReactiveHealthIndicator(HealthAggregator, ReactiveHealthIndicatorRegistry) - Constructor for class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
- 
Deprecated. 
- CompositeReactiveHealthIndicatorConfiguration<H extends ReactiveHealthIndicator,S> - Class in org.springframework.boot.actuate.autoconfigure.health
- 
- CompositeReactiveHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthIndicatorConfiguration
- 
Deprecated. 
- 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
-  
- ConcurrentKafkaListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.kafka
- 
Configure ConcurrentKafkaListenerContainerFactorywith sensible defaults.
 
- ConcurrentKafkaListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer
-  
- ConcurrentReferenceCachingMetadataReaderFactory - Class in org.springframework.boot.type.classreading
- 
- ConcurrentReferenceCachingMetadataReaderFactory() - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
- 
- ConcurrentReferenceCachingMetadataReaderFactory(ResourceLoader) - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
- 
- ConcurrentReferenceCachingMetadataReaderFactory(ClassLoader) - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
- 
- ConditionalOnAvailableEndpoint - Annotation Type in org.springframework.boot.actuate.autoconfigure.endpoint.condition
- 
- ConditionalOnBean - Annotation Type in org.springframework.boot.autoconfigure.condition
- 
@Conditional that only matches when beans meeting all the specified
 requirements are already contained in the  BeanFactory. 
- ConditionalOnClass - Annotation Type in org.springframework.boot.autoconfigure.condition
- 
@Conditional that only matches when the specified classes are on
 the classpath. 
- ConditionalOnCloudPlatform - Annotation Type in org.springframework.boot.autoconfigure.condition
- 
@Conditional that matches when the specified cloud platform is
 active. 
- ConditionalOnEnabledHealthIndicator - Annotation Type in org.springframework.boot.actuate.autoconfigure.health
- 
@Conditional that checks whether or not a default health indicator
 is enabled. 
- ConditionalOnEnabledInfoContributor - Annotation Type in org.springframework.boot.actuate.autoconfigure.info
- 
@Conditional that checks whether or not a default info contributor
 is enabled. 
- ConditionalOnEnabledResourceChain - Annotation Type in org.springframework.boot.autoconfigure.web
- 
@Conditional that checks whether or not the Spring resource
 handling chain is enabled. 
- ConditionalOnExpression - Annotation Type in org.springframework.boot.autoconfigure.condition
- 
Configuration annotation for a conditional element that depends on the value of a SpEL
 expression. 
- ConditionalOnInitializedRestarter - Annotation Type in org.springframework.boot.devtools.restart
- 
- ConditionalOnJava - Annotation Type in org.springframework.boot.autoconfigure.condition
- 
@Conditional that matches based on the JVM version the application
 is running on. 
- ConditionalOnJava.Range - Enum in org.springframework.boot.autoconfigure.condition
- 
Range options. 
- ConditionalOnJndi - Annotation Type in org.springframework.boot.autoconfigure.condition
- 
- ConditionalOnManagementPort - Annotation Type in org.springframework.boot.actuate.autoconfigure.web.server
- 
@Conditional that matches based on the configuration of the
 management port. 
- ConditionalOnMissingBean - Annotation Type in org.springframework.boot.autoconfigure.condition
- 
@Conditional that only matches when no beans meeting the specified
 requirements are already contained in the  BeanFactory. 
- ConditionalOnMissingClass - Annotation Type in org.springframework.boot.autoconfigure.condition
- 
@Conditional that only matches when the specified classes are not
 on the classpath. 
- ConditionalOnMissingFilterBean - Annotation Type in org.springframework.boot.autoconfigure.web.servlet
- 
- ConditionalOnNotWebApplication - Annotation Type in org.springframework.boot.autoconfigure.condition
- 
@Conditional that only matches when the application context is a
 not a web application context. 
- ConditionalOnProperty - Annotation Type in org.springframework.boot.autoconfigure.condition
- 
@Conditional that checks if the specified properties have a
 specific value. 
- ConditionalOnRepositoryType - Annotation Type in org.springframework.boot.autoconfigure.data
- 
@Conditional that only matches when a particular type of Spring
 Data repository has been enabled. 
- ConditionalOnResource - Annotation Type in org.springframework.boot.autoconfigure.condition
- 
@Conditional that only matches when the specified resources are on
 the classpath. 
- ConditionalOnSingleCandidate - Annotation Type in org.springframework.boot.autoconfigure.condition
- 
@Conditional that only matches when a bean of the specified class
 is already contained in the  BeanFactory and a single candidate can be
 determined. 
- ConditionalOnWarDeployment - Annotation Type in org.springframework.boot.autoconfigure.condition
- 
@Conditional that matches when the application is a traditional WAR
 deployment. 
- ConditionalOnWebApplication - Annotation Type in org.springframework.boot.autoconfigure.condition
- 
@Conditional that matches when the application is a web
 application. 
- ConditionalOnWebApplication.Type - Enum 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
- 
- ConditionEvaluationReport.ConditionAndOutcomes - Class in org.springframework.boot.autoconfigure.condition
- 
- ConditionEvaluationReportLoggingListener - Class in org.springframework.boot.autoconfigure.logging
- 
- ConditionEvaluationReportLoggingListener() - Constructor for class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
-  
- ConditionEvaluationReportLoggingListener(LogLevel) - 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
- 
- ConditionMessage.Builder - Class in org.springframework.boot.autoconfigure.condition
- 
- ConditionMessage.ItemsBuilder - Class in org.springframework.boot.autoconfigure.condition
- 
- ConditionMessage.Style - Enum 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
- 
- ConditionOutcome(boolean, ConditionMessage) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionOutcome
- 
- ConditionsReportEndpoint - Class in org.springframework.boot.actuate.autoconfigure.condition
- 
- ConditionsReportEndpoint(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint
-  
- conditionsReportEndpoint(ConfigurableApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpointAutoConfiguration
-  
- ConditionsReportEndpoint.ApplicationConditionEvaluation - Class in org.springframework.boot.actuate.autoconfigure.condition
- 
A description of an application's condition evaluation, primarily intended for
 serialization to JSON. 
- ConditionsReportEndpoint.ContextConditionEvaluation - Class in org.springframework.boot.actuate.autoconfigure.condition
- 
A description of an application context's condition evaluation, primarily intended
 for serialization to JSON. 
- ConditionsReportEndpoint.MessageAndCondition - Class in org.springframework.boot.actuate.autoconfigure.condition
- 
- ConditionsReportEndpoint.MessageAndConditions - Class in org.springframework.boot.actuate.autoconfigure.condition
- 
- ConditionsReportEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.condition
- 
- ConditionsReportEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpointAutoConfiguration
-  
- CONFIG_ADDITIONAL_LOCATION_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
- 
The "config additional location" property name. 
- CONFIG_LOCATION - Static variable in class org.springframework.boot.loader.PropertiesLauncher
- 
Properties key for config file location (including optional classpath:, file: or
 URL prefix). 
- CONFIG_LOCATION_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
- 
The "config location" property name. 
- CONFIG_NAME - Static variable in class org.springframework.boot.loader.PropertiesLauncher
- 
Properties key for name of external configuration file (excluding suffix). 
- CONFIG_NAME_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
- 
The "config name" property name. 
- 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. 
- ConfigFileApplicationContextInitializer - Class in org.springframework.boot.test.context
- 
- ConfigFileApplicationContextInitializer() - Constructor for class org.springframework.boot.test.context.ConfigFileApplicationContextInitializer
-  
- ConfigFileApplicationListener - Class in org.springframework.boot.context.config
- 
- ConfigFileApplicationListener() - Constructor for class org.springframework.boot.context.config.ConfigFileApplicationListener
-  
- ConfigurableJettyWebServerFactory - Interface in org.springframework.boot.web.embedded.jetty
- 
- ConfigurableReactiveWebApplicationContext - Interface in org.springframework.boot.web.reactive.context
- 
Interface to provide configuration for a reactive web application. 
- ConfigurableReactiveWebEnvironment - Interface in org.springframework.boot.web.reactive.context
- 
- ConfigurableReactiveWebServerFactory - Interface in org.springframework.boot.web.reactive.server
- 
- ConfigurableRSocketServerFactory - Interface in org.springframework.boot.rsocket.server
- 
- ConfigurableServletWebServerFactory - Interface in org.springframework.boot.web.servlet.server
- 
- ConfigurableTomcatWebServerFactory - Interface in org.springframework.boot.web.embedded.tomcat
- 
- ConfigurableUndertowWebServerFactory - Interface in org.springframework.boot.web.embedded.undertow
- 
- ConfigurableWebServerApplicationContext - Interface in org.springframework.boot.web.context
- 
- ConfigurableWebServerFactory - Interface in org.springframework.boot.web.server
- 
- CONFIGURATION_COMPARATOR - Static variable in class org.springframework.boot.logging.AbstractLoggingSystem
-  
- ConfigurationBeanFactoryMetadata - Class in org.springframework.boot.context.properties
- 
- ConfigurationBeanFactoryMetadata() - Constructor for class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
- 
Deprecated. 
- configurationProperties() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
-  
- ConfigurationProperties - Annotation Type in org.springframework.boot.context.properties
- 
Annotation for externalized configuration. 
- ConfigurationPropertiesAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
- 
- ConfigurationPropertiesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration
-  
- ConfigurationPropertiesBean - Class in org.springframework.boot.context.properties
- 
- ConfigurationPropertiesBean.BindMethod - Enum in org.springframework.boot.context.properties
- 
The binding method that is used for the bean. 
- ConfigurationPropertiesBindException - Exception in org.springframework.boot.context.properties
- 
- ConfigurationPropertiesBindHandlerAdvisor - Interface in org.springframework.boot.context.properties
- 
- ConfigurationPropertiesBinding - Annotation Type in org.springframework.boot.context.properties
- 
- ConfigurationPropertiesBindingPostProcessor - Class in org.springframework.boot.context.properties
- 
- ConfigurationPropertiesBindingPostProcessor() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-  
- configurationPropertiesReportEndpoint(ConfigurationPropertiesReportEndpointProperties) - Method in class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration
-  
- ConfigurationPropertiesReportEndpoint - Class in org.springframework.boot.actuate.context.properties
- 
- ConfigurationPropertiesReportEndpoint() - Constructor for class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
-  
- ConfigurationPropertiesReportEndpoint.ApplicationConfigurationProperties - Class in org.springframework.boot.actuate.context.properties
- 
- ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor - Class in org.springframework.boot.actuate.context.properties
- 
- ConfigurationPropertiesReportEndpoint.ContextConfigurationProperties - Class in org.springframework.boot.actuate.context.properties
- 
- ConfigurationPropertiesReportEndpoint.GenericSerializerModifier - Class in org.springframework.boot.actuate.context.properties
- 
BeanSerializerModifierto return only relevant configuration properties.
 
- ConfigurationPropertiesReportEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.context.properties
- 
- ConfigurationPropertiesReportEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration
-  
- ConfigurationPropertiesReportEndpointProperties - Class in org.springframework.boot.actuate.autoconfigure.context.properties
- 
- ConfigurationPropertiesReportEndpointProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties
-  
- ConfigurationPropertiesScan - Annotation Type in org.springframework.boot.context.properties
- 
- ConfigurationProperty - Class in org.springframework.boot.context.properties.source
- 
- ConfigurationProperty(ConfigurationPropertyName, Object, Origin) - Constructor for class org.springframework.boot.context.properties.source.ConfigurationProperty
-  
- ConfigurationPropertyCaching - Interface in org.springframework.boot.context.properties.source
- 
Interface that can be used to control configuration property source caches. 
- ConfigurationPropertyName - Class in org.springframework.boot.context.properties.source
- 
A configuration property name composed of elements separated by dots. 
- ConfigurationPropertyName.Form - Enum 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
- 
- 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
- 
- ConfigurationPropertySources - Class in org.springframework.boot.context.properties.source
- 
- ConfigurationPropertyState - Enum in org.springframework.boot.context.properties.source
- 
- Configurations - Class in org.springframework.boot.context.annotation
- 
- Configurations(Collection<Class<?>>) - Constructor for class org.springframework.boot.context.annotation.Configurations
-  
- ConfigurationWarningsApplicationContextInitializer - Class in org.springframework.boot.context
- 
- 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.ConfigurationWarningsPostProcessor - Class in org.springframework.boot.context
- 
- ConfigurationWarningsPostProcessor(ConfigurationWarningsApplicationContextInitializer.Check[]) - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
-  
- configure(WebSecurity) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration.IgnoredPathsWebSecurityConfigurer
-  
- configure(Meter.Id, DistributionStatisticConfig) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.PropertiesMeterFilter
-  
- configure(T, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
- 
Configure the specified rabbit listener container factory. 
- configure(T, ConnectionFactory, RabbitProperties.AmqpContainer) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
-  
- configure(DirectRabbitListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.DirectRabbitListenerContainerFactoryConfigurer
-  
- configure(RabbitTemplate, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitTemplateConfigurer
- 
Configure the specified RabbitTemplate.
 
- configure(SimpleRabbitListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.SimpleRabbitListenerContainerFactoryConfigurer
-  
- configure(DefaultJmsListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.jms.DefaultJmsListenerContainerFactoryConfigurer
- 
Configure the specified jms listener container factory. 
- configure(ConcurrentKafkaListenerContainerFactory<Object, Object>, ConsumerFactory<Object, Object>) - Method in class org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer
- 
Configure the specified Kafka listener container factory. 
- configure(Consumer<ConnectionFactoryOptions.Builder>) - Method in class org.springframework.boot.autoconfigure.r2dbc.ConnectionFactoryBuilder
- 
Configure additional options. 
- configure(HttpClient) - Method in interface org.springframework.boot.autoconfigure.web.reactive.function.client.ReactorNettyHttpClientMapper
- 
Configure the given HttpClientand return the newly created instance.
 
- configure(SpringApplicationBuilder) - Method in class org.springframework.boot.cli.app.SpringApplicationWebApplicationInitializer
-  
- configure(FormatterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
- 
Configure the given  FormatterRegistry with formatters and converters
 appropriate for most Spring Boot applications. 
- configure(T) - Method in class org.springframework.boot.task.TaskExecutorBuilder
- 
- configure(T) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
- 
- configure(T) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Configure the provided  RestTemplate instance using this builder. 
- configure(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.ServletContextInitializerConfiguration
-  
- configure(FilterRegistration.Dynamic) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- 
Configure registration settings. 
- configure(D) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
-  
- configure(ServletRegistration.Dynamic) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
- 
Configure registration settings. 
- configure(SpringApplicationBuilder) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
- 
Configure the application. 
- configure(T) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Configure the provided WebServiceTemplateinstance using this builder.
 
- configureArgumentResolvers(ArgumentResolverConfigurer) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
-  
- configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-  
- configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-  
- configureContext(Context) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
- configureContext(Context, ServletContextInitializer[]) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
- configureEnvironment(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
- 
- configureHttpMessageCodecs(ServerCodecConfigurer) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
-  
- configureLogLevel(String, LogLevel) - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint
-  
- configureLogLevel(LogLevel, BiConsumer<String, LogLevel>) - Method in class org.springframework.boot.logging.LoggerGroup
-  
- configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-  
- configureObjectMapper(ObjectMapper) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
- 
- configurePathMatch(PathMatchConfigurer) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-  
- configureProfiles(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
- 
Configure which profiles are active (or active by default) for this application
 environment. 
- configurePropertySources(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
- 
Add, remove or re-order any  PropertySources in this application's
 environment. 
- configureViewResolvers(ViewResolverRegistry) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
-  
- configureWebAppContext(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Configure the given Jetty WebAppContextfor use.
 
- connect(String, int) - Method in class org.springframework.boot.buildpack.platform.socket.DomainSocket
-  
- Connection() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
-  
- Connection() - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Connection
-  
- ConnectionFactoryBuilder - Class in org.springframework.boot.autoconfigure.r2dbc
- 
Builder for ConnectionFactory.
 
- ConnectionFactoryHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.r2dbc
- 
- ConnectionFactoryHealthIndicator - Class in org.springframework.boot.actuate.r2dbc
- 
- ConnectionFactoryHealthIndicator(ConnectionFactory) - Constructor for class org.springframework.boot.actuate.r2dbc.ConnectionFactoryHealthIndicator
- 
- ConnectionFactoryHealthIndicator(ConnectionFactory, String) - Constructor for class org.springframework.boot.actuate.r2dbc.ConnectionFactoryHealthIndicator
- 
- ConnectionFactoryOptionsBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.r2dbc
- 
Callback interface that can be implemented by beans wishing to customize the
 ConnectionFactoryOptionsvia aConnectionFactoryOptions.Builderwhilst retaining default
 auto-configuration.whilst retaining default auto-configuration.
 
- connectionFactoryTransactionManager(ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.data.r2dbc.R2dbcTransactionManagerAutoConfiguration
-  
- ConnectionPoolMetrics - Class in org.springframework.boot.actuate.metrics.r2dbc
- 
A MeterBinderfor aConnectionPool.
 
- ConnectionPoolMetrics(ConnectionPool, String, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.r2dbc.ConnectionPoolMetrics
-  
- ConnectionPoolMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.r2dbc
- 
- ConnectionPoolMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.r2dbc.ConnectionPoolMetricsAutoConfiguration
-  
- ConnectorStartFailedException - Exception in org.springframework.boot.web.embedded.tomcat
- 
A  ConnectorStartFailedException is thrown when a Tomcat  Connector fails
 to start, for example due to a port clash or incorrect SSL configuration. 
- ConnectorStartFailedException(int) - Constructor for exception org.springframework.boot.web.embedded.tomcat.ConnectorStartFailedException
- 
Creates a new ConnectorStartFailedExceptionfor a connector that's
 configured to listen on the givenport.
 
- CONSOLE_LOG_PATTERN - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
- 
The name of the System property that contains the console log pattern. 
- ConstructorBinding - Annotation Type in org.springframework.boot.context.properties
- 
Annotation that can be used to indicate that configuration properties should be bound
 using constructor arguments rather than by calling setters. 
- Consumer() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.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. 
- ContainerContent - Interface in org.springframework.boot.buildpack.platform.docker.type
- 
Additional content that can be written to a created container. 
- 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 from Docker container wait.
 
- contains(T) - Method in interface org.springframework.boot.loader.tools.layer.ContentSelector
- 
Returns trueif 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
-  
- containsEntry(String) - Method in class org.springframework.boot.loader.jar.JarFile
-  
- 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.test.autoconfigure.properties.AnnotationsPropertySource
-  
- Content() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
-  
- Content - Interface in org.springframework.boot.buildpack.platform.io
- 
Content with a known size that can be written to an  OutputStream. 
- ContentFilter<T> - Interface in org.springframework.boot.loader.tools.layer
- 
Callback interface that can be used to filter layer contents. 
- Contentnegotiation() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
-  
- ContentSelector<T> - Interface in org.springframework.boot.loader.tools.layer
- 
Strategy used by  CustomLayers to select the layer of an item. 
- context() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Accessor for the current application context. 
- contextClass(Class<? extends ConfigurableApplicationContext>) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Explicitly set the context class to be used. 
- ContextCloserListener(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
-  
- ContextConditionEvaluation(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ContextConditionEvaluation
-  
- ContextConsumer<C extends ApplicationContext> - Interface in org.springframework.boot.test.context.runner
- 
Callback interface used to process an  ApplicationContext with the ability to
 throw a (checked) exception. 
- ContextExpression(Set<String>) - Constructor for class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextExpression
-  
- ContextIdApplicationContextInitializer - Class in org.springframework.boot.context
- 
- ContextIdApplicationContextInitializer() - Constructor for class org.springframework.boot.context.ContextIdApplicationContextInitializer
-  
- contextLoaded(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-  
- contextLoaded(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
- 
Called once the application context has been loaded but before it has been
 refreshed. 
- contextPrepared(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-  
- contextPrepared(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
- 
Called once the  ApplicationContext has been created and prepared, but
 before sources have been loaded. 
- 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 specified  Builder. 
- contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.MapInfoContributor
-  
- contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.SimpleInfoContributor
-  
- ContributorRegistry<C> - Interface in org.springframework.boot.actuate.health
- 
- ControllerEndpoint - Annotation Type in org.springframework.boot.actuate.endpoint.web.annotation
- 
Identifies a type as being an endpoint that is only exposed over Spring MVC or Spring
 WebFlux. 
- controllerEndpointDiscoverer(ObjectProvider<PathMapper>, ObjectProvider<Collection<EndpointFilter<ExposableControllerEndpoint>>>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration
-  
- ControllerEndpointDiscoverer - Class in org.springframework.boot.actuate.endpoint.web.annotation
- 
- ControllerEndpointDiscoverer(ApplicationContext, List<PathMapper>, Collection<EndpointFilter<ExposableControllerEndpoint>>) - Constructor for class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
- 
- controllerEndpointHandlerMapping(ControllerEndpointsSupplier, CorsEndpointProperties, WebEndpointProperties) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive.WebFluxEndpointManagementContextConfiguration
-  
- controllerEndpointHandlerMapping(ControllerEndpointsSupplier, CorsEndpointProperties, WebEndpointProperties) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet.WebMvcEndpointManagementContextConfiguration
-  
- ControllerEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.reactive
- 
- ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
- 
- ControllerEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.servlet
- 
- ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
- 
- ControllerEndpointsSupplier - Interface in org.springframework.boot.actuate.endpoint.web.annotation
- 
- controllerExposeExcludePropertyEndpointFilter() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration
-  
- ConversionServiceParameterValueMapper - Class in org.springframework.boot.actuate.endpoint.invoke.convert
- 
- ConversionServiceParameterValueMapper() - Constructor for class org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
- 
- ConversionServiceParameterValueMapper(ConversionService) - Constructor for class org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
- 
- 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() - Constructor for class org.springframework.boot.web.servlet.server.Session.Cookie
-  
- copy(Consumer<ImageConfig.Update>) - 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 target  Properties if it is set. 
- corePoolSize(int) - Method in class org.springframework.boot.task.TaskExecutorBuilder
- 
Set the core number of threads. 
- CorsEndpointProperties - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web
- 
Configuration properties for web endpoints' CORS support. 
- CorsEndpointProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
-  
- Couchbase() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
-  
- CouchbaseAutoConfiguration - Class in org.springframework.boot.autoconfigure.couchbase
- 
- CouchbaseAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration
-  
- CouchbaseCacheConfiguration - Class in org.springframework.boot.autoconfigure.cache
- 
- CouchbaseCacheConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cache.CouchbaseCacheConfiguration
- 
Deprecated. 
- CouchbaseCacheManagerBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.cache
- 
Callback interface that can be implemented by beans wishing to customize the
 CouchbaseCacheManager.CouchbaseCacheManagerBuilderbefore it is used to build the auto-configuredCouchbaseCacheManager.
 
- couchbaseCluster(CouchbaseProperties, ClusterEnvironment) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration
-  
- couchbaseClusterEnvironment(CouchbaseProperties, ObjectProvider<ClusterEnvironmentBuilderCustomizer>) - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration
-  
- CouchbaseDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
- 
- CouchbaseDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataAutoConfiguration
-  
- CouchbaseDataAutoConfiguration.ValidationConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
-  
- CouchbaseDataProperties - Class in org.springframework.boot.autoconfigure.data.couchbase
- 
Configuration properties for Spring Data Couchbase. 
- CouchbaseDataProperties() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
-  
- couchbaseHealthContributor(Map<String, Cluster>) - Method in class org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseHealthContributorAutoConfiguration
-  
- couchbaseHealthContributor(Map<String, Cluster>) - Method in class org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseReactiveHealthContributorAutoConfiguration
-  
- CouchbaseHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.couchbase
- 
- CouchbaseHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseHealthContributorAutoConfiguration
-  
- CouchbaseHealthIndicator - Class in org.springframework.boot.actuate.couchbase
- 
- CouchbaseHealthIndicator(Cluster) - Constructor for class org.springframework.boot.actuate.couchbase.CouchbaseHealthIndicator
- 
Create an indicator with the specified Cluster.
 
- CouchbaseProperties - Class in org.springframework.boot.autoconfigure.couchbase
- 
Configuration properties for Couchbase. 
- CouchbaseProperties() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
-  
- CouchbaseProperties.Env - Class in org.springframework.boot.autoconfigure.couchbase
-  
- CouchbaseProperties.Io - Class in org.springframework.boot.autoconfigure.couchbase
-  
- CouchbaseProperties.Ssl - Class in org.springframework.boot.autoconfigure.couchbase
-  
- CouchbaseProperties.Timeouts - Class in org.springframework.boot.autoconfigure.couchbase
-  
- CouchbaseReactiveDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
- 
- CouchbaseReactiveDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseReactiveDataAutoConfiguration
-  
- CouchbaseReactiveHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.couchbase
- 
- CouchbaseReactiveHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseReactiveHealthContributorAutoConfiguration
-  
- CouchbaseReactiveHealthIndicator - Class in org.springframework.boot.actuate.couchbase
- 
- CouchbaseReactiveHealthIndicator(Cluster) - Constructor for class org.springframework.boot.actuate.couchbase.CouchbaseReactiveHealthIndicator
- 
- CouchbaseReactiveRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
- 
- CouchbaseReactiveRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseReactiveRepositoriesAutoConfiguration
-  
- CouchbaseRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
- 
- CouchbaseRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseRepositoriesAutoConfiguration
-  
- CqlSessionBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.cassandra
- 
Callback interface that can be implemented by beans wishing to customize the
 CqlSessionvia aCqlSessionBuilderwhilst retaining default
 auto-configuration.
 
- create(ContainerConfig, ContainerContent...) - Method in class org.springframework.boot.buildpack.platform.docker.DockerApi.ContainerApi
- 
- create() - Static method in interface org.springframework.boot.buildpack.platform.docker.transport.HttpTransport
- 
- create(Environment) - Static method in interface org.springframework.boot.buildpack.platform.docker.transport.HttpTransport
- 
- create(GroovyClassLoader, List<RepositoryConfiguration>, DependencyResolutionContext, boolean) - Static method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngineFactory
-  
- create() - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
-  
- create(ClassLoader) - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
-  
- create(SocketAcceptor) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
-  
- create(SocketAcceptor) - Method in interface org.springframework.boot.rsocket.server.RSocketServerFactory
- 
- createApplicationContext() - Method in class org.springframework.boot.SpringApplication
- 
- createArchive() - Method in class org.springframework.boot.loader.Launcher
-  
- createBeanDefinitionLoader(BeanDefinitionRegistry, Object[]) - Method in class org.springframework.boot.SpringApplication
- 
Factory method used to create the BeanDefinitionLoader.
 
- createBuildInfo(BuildPropertiesWriter.ProjectDetails) - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter
-  
- createClass(byte[], ClassNode) - Method in class org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader.ExtendedClassCollector
-  
- createClassLoader(Iterator<Archive>) - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
-  
- createClassLoader(List<Archive>) - Method in class org.springframework.boot.loader.Launcher
- 
- createClassLoader(Iterator<Archive>) - Method in class org.springframework.boot.loader.Launcher
- 
Create a classloader for the specified archives. 
- createClassLoader(URL[]) - Method in class org.springframework.boot.loader.Launcher
- 
Create a classloader for the specified URLs. 
- createClassLoader(Iterator<Archive>) - Method in class org.springframework.boot.loader.PropertiesLauncher
-  
- createCollector(CompilationUnit, SourceUnit) - Method in class org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader
-  
- createComposite(Map<String, B>) - Method in class org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration
-  
- createComposite(Map<String, B>) - Method in class org.springframework.boot.actuate.autoconfigure.health.CompositeHealthContributorConfiguration
-  
- createComposite(Map<String, B>) - Method in class org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthContributorConfiguration
-  
- createConfiguration() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
- 
Create a Configurationbased on the state of this instance.
 
- createConnection(Socket, InputStream, OutputStream) - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
- 
Factory method used to create the Connection.
 
- createContextCloserListener(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
- 
Subclasses may override to create their own subclass of ContextCloserListener. 
- createContributor(Map<String, B>) - Method in class org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration
-  
- createDefaultRepositoryConfiguration() - Static method in class org.springframework.boot.cli.compiler.RepositoryConfigurationFactory
- 
Create a new default repository configuration. 
- createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.EndpointRequestMatcher
-  
- createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.LinksRequestMatcher
-  
- createEndpoint(Object, EndpointId, boolean, Collection<O>) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
- 
Factory method called to create the  endpoint. 
- createEndpoint(Object, EndpointId, boolean, Collection<JmxOperation>) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
-  
- createEndpoint(Object, EndpointId, boolean, Collection<Operation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
-  
- createEndpoint(Object, EndpointId, boolean, Collection<Operation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
-  
- createEndpoint(Object, EndpointId, boolean, Collection<WebOperation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
-  
- createEndpointResources(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, EndpointLinksResolver, boolean) - Method in class org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory
- 
Creates Resourcesfor the operations of the givenwebEndpoints.
 
- createEnvironment() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-  
- createEnvironment() - Method in class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
-  
- createExceptionHandlerExceptionResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
-  
- createExpectationManager() - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
-  
- createFetcher(Object, String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheEnvironmentCollector
-  
- createHandlerMethod(Object, Method) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
-  
- createHandlerMethod(Object, Method) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
-  
- createHealthIndicator(Map<String, S>) - Method in class org.springframework.boot.actuate.autoconfigure.health.CompositeHealthIndicatorConfiguration
- 
Deprecated. 
- createHealthIndicator(S) - Method in class org.springframework.boot.actuate.autoconfigure.health.CompositeHealthIndicatorConfiguration
- 
Deprecated. 
- createHealthIndicator(Map<String, S>) - Method in class org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthIndicatorConfiguration
- 
Deprecated. 
- createHealthIndicator(S) - Method in class org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthIndicatorConfiguration
- 
Deprecated. 
- createHealthIndicatorRegistry(Map<String, HealthIndicator>) - Method in class org.springframework.boot.actuate.health.HealthIndicatorRegistryFactory
- 
Deprecated. 
- createHeapDumper() - Method in class org.springframework.boot.actuate.management.HeapDumpWebEndpoint
- 
- createHttpContext(HttpMethod, URI) - Method in class org.springframework.boot.test.web.client.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
-  
- createHttpHandler() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
-  
- createHttpHandler() - Method in class org.springframework.boot.web.embedded.undertow.UndertowWebServer
-  
- createIndicator(B) - Method in class org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration
-  
- createIndicator(DataSource) - Method in class org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthContributorAutoConfiguration
-  
- createJettyServer(JettyHttpHandlerAdapter) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-  
- createJobExplorer() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-  
- createJobLauncher() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-  
- createJobRepository() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-  
- createJpaVendorAdapter() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-  
- createMainMethodRunner(String, String[], ClassLoader) - Method in class org.springframework.boot.loader.Launcher
- 
Create the MainMethodRunnerused to launch the application.
 
- createManagementContext(ApplicationContext, Class<?>...) - Method in interface org.springframework.boot.actuate.autoconfigure.web.ManagementContextFactory
- 
Create the management application context. 
- createMetadataReader(Resource) - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
- 
Create the meta-data reader. 
- createModifiedConfig(MergedContextConfiguration, Class<?>[]) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
- 
- createModifiedConfig(MergedContextConfiguration, Class<?>[], String[]) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
- 
- createMongoClient(MongoClientSettings) - Method in class org.springframework.boot.autoconfigure.mongo.MongoClientFactorySupport
-  
- createMultipartConfig() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
- 
- createMultipartConfig() - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
- 
- createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
- 
- createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
-  
- createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
-  
- createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
-  
- createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
-  
- createOperationKey(O) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
- 
- createOperationKey(JmxOperation) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
-  
- createOperationKey(Operation) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
-  
- createOperationKey(Operation) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
-  
- createOperationKey(WebOperation) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
-  
- createPooledConnection(Object, ResourceBean) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
- 
Deprecated. 
- createPooledConnection(Object, ResourceBean) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
- 
Deprecated. 
- createPooledConnectionFactory(ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryFactory
- 
- createReactiveHealthIndicatorRegistry(Map<String, ReactiveHealthIndicator>, Map<String, HealthIndicator>) - Method in class org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistryFactory
- 
Deprecated. 
- createRegistrationBean(String, T, int) - Method in interface org.springframework.boot.web.servlet.ServletContextInitializerBeans.RegistrationBeanAdapter
-  
- createRequest(boolean) - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection
-  
- createRequestMappingHandlerAdapter() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
-  
- createRequestMappingHandlerAdapter() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
-  
- createRequestMappingHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
-  
- createRequestMappingHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
-  
- createRootApplicationContext(ServletContext) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-  
- createSpringApplication(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
- createSpringApplicationBuilder() - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
- 
Returns the  SpringApplicationBuilder that is used to configure and create
 the  SpringApplication. 
- createSpyIfNecessary(Object, String) - Method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
-  
- 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
-  
- createTransactionManager() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
-  
- createTransactionManager() - Method in class org.springframework.boot.autoconfigure.batch.JpaBatchConfigurer
-  
- createView(String) - Method in class org.springframework.boot.web.reactive.result.view.MustacheViewResolver
-  
- createXAConnection() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
- 
Deprecated. 
- createXAConnection(String, String) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
- 
Deprecated. 
- createXAContext() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
- 
Deprecated. 
- createXAContext(String, String) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
- 
Deprecated. 
- 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.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
-  
- Credential() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Identityprovider.Verification.Credential
-  
- Credential() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Signing.Credential
-  
- CUSTOM - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
- 
Marker for custom scope when custom configuration is used. 
- CustomHttpComponentsClientHttpRequestFactory(TestRestTemplate.HttpClientOption[]) - Constructor for class org.springframework.boot.test.web.client.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
-  
- customize(T) - Method in interface org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer
- 
Customize the given registry.
 
- customize(T) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementWebServerFactoryCustomizer
-  
- customize(T, ManagementServerProperties, ServerProperties) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementWebServerFactoryCustomizer
-  
- customize(RestTemplate) - Method in class org.springframework.boot.actuate.metrics.web.client.MetricsRestTemplateCustomizer
-  
- customize(WebClient.Builder) - Method in class org.springframework.boot.actuate.metrics.web.reactive.client.MetricsWebClientCustomizer
-  
- customize(RabbitRetryTemplateCustomizer.Target, RetryTemplate) - Method in interface org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer
- 
- customize(T) - Method in interface org.springframework.boot.autoconfigure.cache.CacheManagerCustomizer
- 
Customize the cache manager. 
- customize(T) - Method in class org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers
- 
- customize(CouchbaseCacheManager.CouchbaseCacheManagerBuilder) - Method in interface org.springframework.boot.autoconfigure.cache.CouchbaseCacheManagerBuilderCustomizer
- 
Customize the CouchbaseCacheManager.CouchbaseCacheManagerBuilder.
 
- customize(CacheManager) - Method in interface org.springframework.boot.autoconfigure.cache.JCacheManagerCustomizer
- 
Customize the cache manager. 
- customize(RedisCacheManager.RedisCacheManagerBuilder) - Method in interface org.springframework.boot.autoconfigure.cache.RedisCacheManagerBuilderCustomizer
- 
Customize the RedisCacheManager.RedisCacheManagerBuilder.
 
- customize(CqlSessionBuilder) - Method in interface org.springframework.boot.autoconfigure.cassandra.CqlSessionBuilderCustomizer
- 
Customize the CqlSessionBuilder.
 
- customize(ProgrammaticDriverConfigLoaderBuilder) - Method in interface org.springframework.boot.autoconfigure.cassandra.DriverConfigLoaderBuilderCustomizer
- 
Customize the DriverConfigLoader
 builder. 
- customize(ClusterEnvironment.Builder) - Method in interface org.springframework.boot.autoconfigure.couchbase.ClusterEnvironmentBuilderCustomizer
- 
Customize the ClusterEnvironment.Builder.
 
- customize(JedisClientConfiguration.JedisClientConfigurationBuilder) - Method in interface org.springframework.boot.autoconfigure.data.redis.JedisClientConfigurationBuilderCustomizer
- 
Customize the JedisClientConfiguration.JedisClientConfigurationBuilder.
 
- customize(LettuceClientConfiguration.LettuceClientConfigurationBuilder) - Method in interface org.springframework.boot.autoconfigure.data.redis.LettuceClientConfigurationBuilderCustomizer
- 
Customize the LettuceClientConfiguration.LettuceClientConfigurationBuilder.
 
- customize(RestClientBuilder) - Method in interface org.springframework.boot.autoconfigure.elasticsearch.RestClientBuilderCustomizer
- 
Customize the RestClientBuilder.
 
- customize(HttpAsyncClientBuilder) - Method in interface org.springframework.boot.autoconfigure.elasticsearch.RestClientBuilderCustomizer
- 
Customize the HttpAsyncClientBuilder.
 
- customize(RequestConfig.Builder) - Method in interface org.springframework.boot.autoconfigure.elasticsearch.RestClientBuilderCustomizer
- 
Customize the RequestConfig.Builder.
 
- customize(FluentConfiguration) - Method in interface org.springframework.boot.autoconfigure.flyway.FlywayConfigurationCustomizer
- 
Customize the flyway configuration. 
- customize(GsonBuilder) - Method in interface org.springframework.boot.autoconfigure.gson.GsonBuilderCustomizer
- 
Customize the GsonBuilder. 
- customize(Jackson2ObjectMapperBuilder) - Method in interface org.springframework.boot.autoconfigure.jackson.Jackson2ObjectMapperBuilderCustomizer
- 
Customize the JacksonObjectMapperBuilder. 
- customize(ResourceConfig) - Method in interface org.springframework.boot.autoconfigure.jersey.ResourceConfigCustomizer
- 
Customize the resource config. 
- customize(ActiveMQConnectionFactory) - Method in interface org.springframework.boot.autoconfigure.jms.activemq.ActiveMQConnectionFactoryCustomizer
- 
Customize the ActiveMQConnectionFactory.
 
- customize(Configuration) - Method in interface org.springframework.boot.autoconfigure.jms.artemis.ArtemisConfigurationCustomizer
- 
Customize the configuration. 
- customize(DefaultKafkaConsumerFactory<?, ?>) - Method in interface org.springframework.boot.autoconfigure.kafka.DefaultKafkaConsumerFactoryCustomizer
- 
Customize the DefaultKafkaConsumerFactory.
 
- customize(DefaultKafkaProducerFactory<?, ?>) - Method in interface org.springframework.boot.autoconfigure.kafka.DefaultKafkaProducerFactoryCustomizer
- 
Customize the DefaultKafkaProducerFactory.
 
- customize(StreamsBuilderFactoryBean) - Method in interface org.springframework.boot.autoconfigure.kafka.StreamsBuilderFactoryBeanCustomizer
- 
Customize the StreamsBuilderFactoryBean.
 
- customize(DownloadConfigBuilder) - Method in interface org.springframework.boot.autoconfigure.mongo.embedded.DownloadConfigBuilderCustomizer
- 
Customize the DownloadConfigBuilder.
 
- customize(MongoClientSettings.Builder) - Method in interface org.springframework.boot.autoconfigure.mongo.MongoClientSettingsBuilderCustomizer
- 
Customize the MongoClientSettings.Builder.
 
- customize(EntityManagerFactoryBuilder) - Method in interface org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryBuilderCustomizer
- 
Customize the given builder.
 
- customize(Map<String, Object>) - Method in interface org.springframework.boot.autoconfigure.orm.jpa.HibernatePropertiesCustomizer
- 
Customize the specified JPA vendor properties. 
- customize(ResourceDatabasePopulator) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceInitializer
-  
- customize(SchedulerFactoryBean) - Method in interface org.springframework.boot.autoconfigure.quartz.SchedulerFactoryBeanCustomizer
- 
- customize(ConnectionFactoryOptions.Builder) - Method in interface org.springframework.boot.autoconfigure.r2dbc.ConnectionFactoryOptionsBuilderCustomizer
- 
Customize the ConnectionFactoryOptions.Builder.
 
- customize(RSocketMessageHandler) - Method in interface org.springframework.boot.autoconfigure.rsocket.RSocketMessageHandlerCustomizer
- 
- customize(DefaultCookieSerializer) - Method in interface org.springframework.boot.autoconfigure.session.DefaultCookieSerializerCustomizer
- 
Customize the cookie serializer. 
- customize(T) - Method in interface org.springframework.boot.autoconfigure.transaction.PlatformTransactionManagerCustomizer
- 
Customize the given transaction manager. 
- customize(PlatformTransactionManager) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers
-  
- customize(AbstractPlatformTransactionManager) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionProperties
-  
- customize(ConfigurableJettyWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.JettyWebServerFactoryCustomizer
-  
- customize(NettyReactiveWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.NettyWebServerFactoryCustomizer
-  
- customize(ConfigurableTomcatWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.TomcatWebServerFactoryCustomizer
-  
- customize(ConfigurableUndertowWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.UndertowWebServerFactoryCustomizer
-  
- customize(WebClient.Builder) - Method in class org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientCodecCustomizer
-  
- customize(ConfigurableReactiveWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
-  
- customize(ResourceHandlerRegistration) - Method in interface org.springframework.boot.autoconfigure.web.reactive.ResourceHandlerRegistrationCustomizer
- 
- customize(TomcatReactiveWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.reactive.TomcatReactiveWebServerFactoryCustomizer
-  
- customize(ConfigurableServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer
-  
- customize(TomcatServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.servlet.TomcatServletWebServerFactoryCustomizer
-  
- customize(UndertowServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.servlet.UndertowServletWebServerFactoryCustomizer
-  
- customize(TomcatReactiveWebServerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.reactive.TomcatWebSocketReactiveWebServerCustomizer
-  
- customize(JettyServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.servlet.JettyWebSocketServletWebServerCustomizer
-  
- customize(TomcatServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.servlet.TomcatWebSocketServletWebServerCustomizer
-  
- customize(UndertowServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.servlet.UndertowWebSocketServletWebServerCustomizer
-  
- customize(ResourceDatabasePopulator) - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
- 
- customize(RSocketStrategies.Builder) - Method in interface org.springframework.boot.rsocket.messaging.RSocketStrategiesCustomizer
- 
- customize(RSocketServer) - Method in interface org.springframework.boot.rsocket.server.RSocketServerCustomizer
- 
- customize(ThreadPoolTaskExecutor) - Method in interface org.springframework.boot.task.TaskExecutorCustomizer
- 
- customize(ThreadPoolTaskScheduler) - Method in interface org.springframework.boot.task.TaskSchedulerCustomizer
- 
- customize(ConfigurableMockMvcBuilder<?>) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsMockMvcBuilderCustomizer
-  
- customize(MockMvcRestDocumentationConfigurer) - Method in interface org.springframework.boot.test.autoconfigure.restdocs.RestDocsMockMvcConfigurationCustomizer
- 
Customize the given configurer.
 
- customize(RestAssuredRestDocumentationConfigurer) - Method in interface org.springframework.boot.test.autoconfigure.restdocs.RestDocsRestAssuredConfigurationCustomizer
- 
Customize the given configurer.
 
- customize(WebTestClientRestDocumentationConfigurer) - Method in interface org.springframework.boot.test.autoconfigure.restdocs.RestDocsWebTestClientConfigurationCustomizer
- 
Customize the given configurer.
 
- customize(WebTestClient.Builder) - Method in class org.springframework.boot.test.autoconfigure.web.reactive.SpringBootWebTestClientBuilderCustomizer
-  
- customize(ConfigurableMockMvcBuilder<?>) - Method in interface org.springframework.boot.test.autoconfigure.web.servlet.MockMvcBuilderCustomizer
- 
Customize the given builder.
 
- customize(ConfigurableMockMvcBuilder<?>) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
-  
- customize(RestTemplate) - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
-  
- customize(WebTestClient.Builder) - Method in interface org.springframework.boot.test.web.reactive.server.WebTestClientBuilderCustomizer
- 
Customize the given builder.
 
- customize(RestTemplate) - Method in interface org.springframework.boot.web.client.RestTemplateCustomizer
- 
- customize(T) - Method in interface org.springframework.boot.web.client.RestTemplateRequestCustomizer
- 
- customize(CodecConfigurer) - Method in interface org.springframework.boot.web.codec.CodecCustomizer
- 
- customize(Server) - Method in interface org.springframework.boot.web.embedded.jetty.JettyServerCustomizer
- 
Customize the server. 
- customize(Connector) - Method in interface org.springframework.boot.web.embedded.tomcat.TomcatConnectorCustomizer
- 
Customize the connector. 
- customize(Context) - Method in interface org.springframework.boot.web.embedded.tomcat.TomcatContextCustomizer
- 
Customize the context. 
- customize(T) - Method in interface org.springframework.boot.web.embedded.tomcat.TomcatProtocolHandlerCustomizer
- 
Customize the protocol handler. 
- customize(Undertow.Builder) - Method in interface org.springframework.boot.web.embedded.undertow.UndertowBuilderCustomizer
- 
Customize the builder. 
- customize(DeploymentInfo) - Method in interface org.springframework.boot.web.embedded.undertow.UndertowDeploymentInfoCustomizer
- 
Customize the deployment info. 
- customize(WebClient.Builder) - Method in interface org.springframework.boot.web.reactive.function.client.WebClientCustomizer
- 
- customize(T) - Method in interface org.springframework.boot.web.server.WebServerFactoryCustomizer
- 
- customize(WebServiceTemplate) - Method in interface org.springframework.boot.webservices.client.WebServiceTemplateCustomizer
- 
Callback to customize a WebServiceTemplateinstance.
 
- customizeConnector(Connector) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-  
- customizeConnector(Connector) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-  
- customizers(TaskExecutorCustomizer...) - Method in class org.springframework.boot.task.TaskExecutorBuilder
- 
- customizers(Iterable<TaskExecutorCustomizer>) - Method in class org.springframework.boot.task.TaskExecutorBuilder
- 
- customizers(TaskSchedulerCustomizer...) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
- 
- customizers(Iterable<TaskSchedulerCustomizer>) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
- 
- customizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- customizers(Collection<? extends RestTemplateCustomizer>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- customizers(WebServiceTemplateCustomizer...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
- customizers(Collection<? extends WebServiceTemplateCustomizer>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
- customizeVendorProperties(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
- 
Customize vendor properties before they are used. 
- CustomLayers - Class in org.springframework.boot.loader.tools.layer
- 
Custom  Layers implementation where layer content is selected by the user. 
- CustomLayers(List<Layer>, List<ContentSelector<String>>, List<ContentSelector<Library>>) - Constructor for class org.springframework.boot.loader.tools.layer.CustomLayers
-  
- CustomLoaderLayout - Interface in org.springframework.boot.loader.tools
- 
Additional interface that can be implemented by  Layouts that write their
 own loader classes.