Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- cache(String, String) - Method in class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint
-
Return a
CachesEndpoint.CacheDescriptorfor the specified cache. - cache(String, String) - Method in class org.springframework.boot.cache.actuate.endpoint.CachesEndpointWebExtension
- Cache - Class in org.springframework.boot.buildpack.platform.build
-
Details of a cache for use by the CNB builder.
- Cache() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Cache
- Cache() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache
- Cache() - Constructor for class org.springframework.boot.jms.autoconfigure.JmsProperties.Cache
- Cache() - Constructor for class org.springframework.boot.pulsar.autoconfigure.PulsarProperties.Producer.Cache
- Cache.Bind - Class in org.springframework.boot.buildpack.platform.build
-
Details of a cache stored in a bind mount.
- Cache.Format - Enum Class in org.springframework.boot.buildpack.platform.build
-
The format of the cache.
- Cache.Volume - Class in org.springframework.boot.buildpack.platform.build
-
Details of a cache stored in a Docker volume.
- CACHE2K - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
-
Cache2k backed caching.
- Cache2kBuilderCustomizer - Interface in org.springframework.boot.cache.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the default setup for caches added to the manager through addCaches and for dynamically created caches.
- Cache2kCacheMeterBinderProvider - Class in org.springframework.boot.cache.metrics
-
CacheMeterBinderProviderimplementation for cache2k. - Cache2kCacheMeterBinderProvider() - Constructor for class org.springframework.boot.cache.metrics.Cache2kCacheMeterBinderProvider
- CacheAutoConfiguration - Class in org.springframework.boot.cache.autoconfigure
-
Auto-configurationfor the cache abstraction. - CacheAutoConfiguration() - Constructor for class org.springframework.boot.cache.autoconfigure.CacheAutoConfiguration
- Cachecontrol() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Cache.Cachecontrol
- CacheDescriptor(String) - Constructor for class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint.CacheDescriptor
- CacheEntryDescriptor(Cache, String) - Constructor for class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint.CacheEntryDescriptor
- cacheManager(CacheManagerCustomizers, EmbeddedCacheManager) - Method in class org.springframework.boot.cache.autoconfigure.InfinispanCacheConfiguration
- CacheManagerCustomizer<T> - Interface in org.springframework.boot.cache.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the cache manager before it is fully initialized, in particular to tune its configuration.
- CacheManagerCustomizers - Class in org.springframework.boot.cache.autoconfigure
-
Invokes the available
CacheManagerCustomizerinstances in the context for a givenCacheManager. - CacheManagerCustomizers(List) - Constructor for class org.springframework.boot.cache.autoconfigure.CacheManagerCustomizers
- CacheManagerDescriptor(Map) - Constructor for class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint.CacheManagerDescriptor
- CacheMeterBinderProvider<C> - Interface in org.springframework.boot.cache.metrics
-
Provide a
MeterBinderbased on aCache. - CacheMetricsAutoConfiguration - Class in org.springframework.boot.cache.autoconfigure.metrics
-
Auto-configurationfor metrics on all availablecaches. - CacheMetricsAutoConfiguration() - Constructor for class org.springframework.boot.cache.autoconfigure.metrics.CacheMetricsAutoConfiguration
- CacheMetricsRegistrar - Class in org.springframework.boot.cache.metrics
-
Register supported
Cacheto aMeterRegistry. - CacheMetricsRegistrar(MeterRegistry, Collection) - Constructor for class org.springframework.boot.cache.metrics.CacheMetricsRegistrar
-
Creates a new registrar.
- CacheProperties - Class in org.springframework.boot.cache.autoconfigure
-
Configuration properties for the cache abstraction.
- CacheProperties() - Constructor for class org.springframework.boot.cache.autoconfigure.CacheProperties
- CacheProperties.Caffeine - Class in org.springframework.boot.cache.autoconfigure
-
Caffeine specific cache properties.
- CacheProperties.Couchbase - Class in org.springframework.boot.cache.autoconfigure
-
Couchbase specific cache properties.
- CacheProperties.Infinispan - Class in org.springframework.boot.cache.autoconfigure
-
Infinispan specific cache properties.
- CacheProperties.JCache - Class in org.springframework.boot.cache.autoconfigure
-
JCache (JSR-107) specific cache properties.
- CacheProperties.Redis - Class in org.springframework.boot.cache.autoconfigure
-
Redis-specific cache properties.
- cacheProvider() - Element in annotation interface org.springframework.boot.cache.test.autoconfigure.AutoConfigureCache
- caches() - Method in class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint
-
Return a
CachesEndpoint.CachesDescriptorof all availablecaches. - CachesDescriptor(Map) - Constructor for class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint.CachesDescriptor
- CachesEndpoint - Class in org.springframework.boot.cache.actuate.endpoint
- CachesEndpoint(Map) - Constructor for class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint
-
Create a new endpoint with the
CacheManagerinstances to use. - CachesEndpoint.CacheDescriptor - Class in org.springframework.boot.cache.actuate.endpoint
-
Description of a
Cache. - CachesEndpoint.CacheEntryDescriptor - Class in org.springframework.boot.cache.actuate.endpoint
-
Description of a
Cacheentry. - CachesEndpoint.CacheManagerDescriptor - Class in org.springframework.boot.cache.actuate.endpoint
-
Description of a
CacheManager. - CachesEndpoint.CachesDescriptor - Class in org.springframework.boot.cache.actuate.endpoint
-
Description of the caches.
- CachesEndpointAutoConfiguration - Class in org.springframework.boot.cache.autoconfigure
- CachesEndpointAutoConfiguration() - Constructor for class org.springframework.boot.cache.autoconfigure.CachesEndpointAutoConfiguration
- CachesEndpointWebExtension - Class in org.springframework.boot.cache.actuate.endpoint
-
@EndpointWebExtensionfor theCachesEndpoint. - CachesEndpointWebExtension(CachesEndpoint) - Constructor for class org.springframework.boot.cache.actuate.endpoint.CachesEndpointWebExtension
- CacheType - Enum Class in org.springframework.boot.autoconfigure.cache
-
Supported cache types (defined in order of precedence).
- CachingConnectionFactoryConfigurer - Class in org.springframework.boot.amqp.autoconfigure
-
Configures Rabbit
CachingConnectionFactorywith sensible defaults tuned using configuration properties. - CachingConnectionFactoryConfigurer(RabbitProperties) - Constructor for class org.springframework.boot.amqp.autoconfigure.CachingConnectionFactoryConfigurer
-
Creates a new configurer that will configure the connection factory using the given
properties. - CachingConnectionFactoryConfigurer(RabbitProperties, RabbitConnectionDetails) - Constructor for class org.springframework.boot.amqp.autoconfigure.CachingConnectionFactoryConfigurer
-
Creates a new configurer that will configure the connection factory using the given
propertiesandconnectionDetails, with the latter taking priority. - CachingOperationInvoker - Class in org.springframework.boot.actuate.endpoint.invoker.cache
-
An
OperationInvokerthat caches the response of an operation with a configurable time to live. - CachingOperationInvokerAdvisor - Class in org.springframework.boot.actuate.endpoint.invoker.cache
-
OperationInvokerAdvisorto optionally provide result caching support. - CachingOperationInvokerAdvisor(Function) - Constructor for class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor
- Caffeine() - Constructor for class org.springframework.boot.cache.autoconfigure.CacheProperties.Caffeine
- CAFFEINE - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
-
Caffeine backed caching.
- CaffeineCacheMeterBinderProvider - Class in org.springframework.boot.cache.metrics
-
CacheMeterBinderProviderimplementation for Caffeine. - CaffeineCacheMeterBinderProvider() - Constructor for class org.springframework.boot.cache.metrics.CaffeineCacheMeterBinderProvider
- CalendarIntervalTriggerDescriptor(CalendarIntervalTrigger) - Constructor for class org.springframework.boot.quartz.actuate.endpoint.QuartzEndpoint.CalendarIntervalTriggerDescriptor
- callback(Class, C, A, Object...) - Static method in class org.springframework.boot.util.LambdaSafe
-
Start a call to a single callback instance, dealing with common generic type concerns and exceptions.
- callbacks(Class, Collection, A, Object...) - Static method in class org.springframework.boot.util.LambdaSafe
-
Start a call to callback instances, dealing with common generic type concerns and exceptions.
- cancelRemainingTasksOnClose(boolean) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
-
Set whether to cancel remaining tasks on close.
- canResolve(Class) - Method in class org.springframework.boot.actuate.endpoint.InvocationContext
-
Returns whether the context is capable of resolving an argument of the given
type. - canResolve(Class) - Method in interface org.springframework.boot.actuate.endpoint.OperationArgumentResolver
-
Return whether an argument of the given
typecan be resolved. - canResolve(Class) - Method in class org.springframework.boot.actuate.endpoint.ProducibleOperationArgumentResolver
- cap(Access) - Method in enum class org.springframework.boot.actuate.endpoint.Access
-
Cap access to a maximum permitted.
- CapturedOutput - Interface in org.springframework.boot.test.system
-
Provides access to
System.outandSystem.erroutput that has been captured by theOutputCaptureExtensionorOutputCaptureRule. - CassandraAutoConfiguration - Class in org.springframework.boot.cassandra.autoconfigure
-
Auto-configurationfor Cassandra. - CassandraConnectionDetails - Interface in org.springframework.boot.cassandra.autoconfigure
-
Details required to establish a connection to a Cassandra service.
- CassandraConnectionDetails.Node - Record Class in org.springframework.boot.cassandra.autoconfigure
-
A Cassandra node.
- CassandraDriverHealthIndicator - Class in org.springframework.boot.cassandra.health
-
Simple implementation of a
HealthIndicatorreturning status information for Cassandra data stores. - CassandraDriverHealthIndicator(CqlSession) - Constructor for class org.springframework.boot.cassandra.health.CassandraDriverHealthIndicator
-
Create a new
CassandraDriverHealthIndicatorinstance. - CassandraDriverReactiveHealthIndicator - Class in org.springframework.boot.cassandra.health
-
Simple implementation of a
ReactiveHealthIndicatorreturning status information for Cassandra data stores. - CassandraDriverReactiveHealthIndicator(CqlSession) - Constructor for class org.springframework.boot.cassandra.health.CassandraDriverReactiveHealthIndicator
-
Create a new
CassandraDriverReactiveHealthIndicatorinstance. - CassandraHealthContributorAutoConfiguration - Class in org.springframework.boot.cassandra.autoconfigure.health
- CassandraHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.cassandra.autoconfigure.health.CassandraHealthContributorAutoConfiguration
- CassandraProperties - Class in org.springframework.boot.cassandra.autoconfigure
-
Configuration properties for Cassandra.
- CassandraProperties() - Constructor for class org.springframework.boot.cassandra.autoconfigure.CassandraProperties
- CassandraProperties.Compression - Enum Class in org.springframework.boot.cassandra.autoconfigure
-
Name of the algorithm used to compress protocol frames.
- CassandraProperties.Connection - Class in org.springframework.boot.cassandra.autoconfigure
- CassandraProperties.Controlconnection - Class in org.springframework.boot.cassandra.autoconfigure
- CassandraProperties.Pool - Class in org.springframework.boot.cassandra.autoconfigure
-
Pool properties.
- CassandraProperties.Request - Class in org.springframework.boot.cassandra.autoconfigure
- CassandraProperties.Ssl - Class in org.springframework.boot.cassandra.autoconfigure
- CassandraProperties.Throttler - Class in org.springframework.boot.cassandra.autoconfigure
- CassandraProperties.ThrottlerType - Enum Class in org.springframework.boot.cassandra.autoconfigure
- CassandraReactiveHealthContributorAutoConfiguration - Class in org.springframework.boot.cassandra.autoconfigure.health
- CassandraReactiveHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.cassandra.autoconfigure.health.CassandraReactiveHealthContributorAutoConfiguration
- CborMapperBuilderCustomizer - Interface in org.springframework.boot.jackson.autoconfigure
-
Callback interface that can be implemented by beans wishing to further customize the
CBORMapperthroughCBORMapper.Builderto fine-tune its auto-configuration. - CENATT - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENATX - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENCOM - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENCRC - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENDSK - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENEXT - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENFLG - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENHDR - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENHOW - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENLEN - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENNAM - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENOFF - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENSIG - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENSIZ - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENTIM - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENVEM - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- CENVER - Static variable in class org.springframework.boot.loader.jar.NestedJarFile
- certificate() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.PemKeyStore
-
The location or content of the certificate or certificate chain in PEM format.
- certificate() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.PemTrustStore
-
The location or content of the certificate or certificate chain in PEM format.
- certificatePath() - Method in record class org.springframework.boot.buildpack.platform.docker.configuration.DockerConnectionConfiguration.Host
-
Returns the value of the
certificatePathrecord component. - certificates() - Method in interface org.springframework.boot.ssl.pem.PemSslStore
-
The certificates for this store.
- certificates() - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
-
Returns the value of the
certificatesrecord component. - Chain() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain
- ChangedFile - Class in org.springframework.boot.devtools.filewatch
-
A single file that has changed.
- ChangedFile(File, File, ChangedFile.Type) - Constructor for class org.springframework.boot.devtools.filewatch.ChangedFile
-
Create a new
ChangedFileinstance. - ChangedFile.Type - Enum Class in org.springframework.boot.devtools.filewatch
-
Change types.
- ChangedFiles - Class in org.springframework.boot.devtools.filewatch
-
A collections of files from a specific source directory that have changed.
- ChangedFiles(File, Set) - Constructor for class org.springframework.boot.devtools.filewatch.ChangedFiles
- ChangeSetDescriptor(RanChangeSet) - Constructor for class org.springframework.boot.liquibase.actuate.endpoint.LiquibaseEndpoint.ChangeSetDescriptor
- Channel() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Cache.Channel
- Channel() - Constructor for class org.springframework.boot.integration.autoconfigure.IntegrationProperties.Channel
- charAt(int) - Method in interface org.springframework.boot.test.system.CapturedOutput
- checkAccess(Path, AccessMode...) - Method in class org.springframework.boot.loader.nio.file.NestedFileSystemProvider
- checkResource(Locale) - Method in class org.springframework.boot.mustache.servlet.view.MustacheView
- checkResourceExists(Locale) - Method in class org.springframework.boot.mustache.reactive.view.MustacheView
- child(int) - Method in record class org.springframework.boot.json.JsonWriter.MemberPath
-
Create a new child from this path with the specified index.
- child(Class...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Create a child application with the provided sources.
- child(String) - Method in record class org.springframework.boot.json.JsonWriter.MemberPath
-
Create a new child from this path with the specified name.
- CHILD - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.web.ManagementContextType
-
The management context is a separate context that is a child of the main application context.
- childrenAt(String, Function) - Method in class org.springframework.boot.buildpack.platform.json.MappedObject
-
Get children at the given JSON path expression by constructing them using the given factory.
- chop(int) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-
Return a new
ConfigurationPropertyNameby chopping this name to the givensize. - ciphers() - Element in annotation interface org.springframework.boot.testcontainers.service.connection.Ssl
-
The ciphers that can be used for the SSL connection.
- classes() - Element in annotation interface org.springframework.boot.autoconfigure.ImportAutoConfiguration
-
The auto-configuration classes that should be imported.
- classes() - Element in annotation interface org.springframework.boot.test.context.SpringBootTest
-
The component classes to use for loading an
ApplicationContext. - ClassLoaderFile - Class in org.springframework.boot.devtools.restart.classloader
-
A single file that may be served from a
ClassLoader. - ClassLoaderFile(ClassLoaderFile.Kind, byte[]) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
-
Create a new
ClassLoaderFileinstance. - ClassLoaderFile(ClassLoaderFile.Kind, long, byte[]) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
-
Create a new
ClassLoaderFileinstance. - ClassLoaderFile.Kind - Enum Class in org.springframework.boot.devtools.restart.classloader
-
The kinds of class load files.
- ClassLoaderFileRepository - Interface in org.springframework.boot.devtools.restart.classloader
-
A container for files that may be served from a
ClassLoader. - ClassLoaderFiles - Class in org.springframework.boot.devtools.restart.classloader
-
ClassLoaderFileRepositorythat maintains a collection ofClassLoaderFileitems grouped by source directories. - ClassLoaderFiles() - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
-
Create a new
ClassLoaderFilesinstance. - ClassLoaderFiles(ClassLoaderFiles) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
-
Create a new
ClassLoaderFilesinstance. - ClassLoaderFiles.SourceDirectory - Class in org.springframework.boot.devtools.restart.classloader
-
An individual source directory that is being managed by the collection.
- ClassLoaderFileURLStreamHandler - Class in org.springframework.boot.devtools.restart.classloader
-
URLStreamHandlerfor the contents of aClassLoaderFile. - ClassLoaderFileURLStreamHandler(ClassLoaderFile) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFileURLStreamHandler
- ClassPathChangedEvent - Class in org.springframework.boot.devtools.classpath
-
ApplicationEventcontaining details of a classpath change. - ClassPathChangedEvent(Object, Set, boolean) - Constructor for class org.springframework.boot.devtools.classpath.ClassPathChangedEvent
-
Create a new
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
FileSystemWatcherto watch the local classpath directories for changes. - ClassPathFileSystemWatcher(FileSystemWatcherFactory, ClassPathRestartStrategy, URL[]) - Constructor for class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
-
Create a new
ClassPathFileSystemWatcherinstance. - classPathIndex - Variable in class org.springframework.boot.loader.launch.Launcher
- ClassPathRestartStrategy - Interface in org.springframework.boot.devtools.classpath
-
Strategy interface used to determine when a changed classpath file should trigger a full application restart.
- CLEAN_HISTORY_ON_START - Enum constant in enum class org.springframework.boot.logging.logback.RollingPolicySystemProperty
-
Logging system property for the clean history on start flag.
- Cleaner - Interface in org.springframework.boot.loader.ref
-
Wrapper for
Cleanerproviding registration support. - cleanUp() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
- cleanUp() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
- cleanUp() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
- cleanUp() - Method in class org.springframework.boot.logging.LoggingSystem
-
Clean up the logging system.
- Cleanup() - Constructor for class org.springframework.boot.kafka.autoconfigure.KafkaProperties.Cleanup
- clear() - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
-
Clear the cache and force it to be reloaded on next access.
- clear() - Method in class org.springframework.boot.jpa.test.autoconfigure.TestEntityManager
-
Clear the persistence context, causing all managed entities to become detached.
- clearCache() - Method in class org.springframework.boot.loader.jar.NestedJarFile
-
Clear any internal caches.
- clearCache() - Static method in class org.springframework.boot.loader.net.protocol.jar.Handler
-
Clear any internal caches.
- clearCache() - Method in class org.springframework.boot.loader.net.protocol.jar.JarUrlClassLoader
-
Clear any caches.
- clearCache() - Static method in class org.springframework.boot.loader.net.protocol.nested.Handler
-
Clear any internal caches.
- clearCache(String, String) - Method in class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint
-
Clear the specific
Cache. - clearCache(String, String) - Method in class org.springframework.boot.cache.actuate.endpoint.CachesEndpointWebExtension
- clearCaches() - Method in class org.springframework.boot.cache.actuate.endpoint.CachesEndpoint
-
Clear all the available
caches. - clearInstance() - Static method in class org.springframework.boot.devtools.restart.Restarter
-
Clear the instance.
- CLICKHOUSE - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
-
ClickHouse.
- Client() - Constructor for class org.springframework.boot.integration.autoconfigure.IntegrationProperties.RSocket.Client
- Client() - Constructor for class org.springframework.boot.micrometer.metrics.autoconfigure.MetricsProperties.Web.Client
- Client() - Constructor for class org.springframework.boot.micrometer.observation.autoconfigure.ObservationProperties.Http.Client
- Client() - Constructor for class org.springframework.boot.pulsar.autoconfigure.PulsarProperties.Client
- Client() - Constructor for class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Client
- CLIENT - Static variable in class org.springframework.boot.jms.autoconfigure.AcknowledgeMode
-
Messages are acknowledged once the message listener implementation has called
Message.acknowledge(). - ClientHttpConnectorBuilder<T> - Interface in org.springframework.boot.http.client.reactive
-
Interface used to build a fully configured
ClientHttpConnector. - ClientHttpConnectorBuilderCustomizer<B> - Interface in org.springframework.boot.http.client.autoconfigure.reactive
-
Customizer that can be used to modify the auto-configured
ClientHttpConnectorBuilderwhen its type matches. - ClientHttpMessageConvertersCustomizer - Interface in org.springframework.boot.http.converter.autoconfigure
-
Callback interface that can be used to customize a
HttpMessageConvertersfor client usage. - clientHttpRequestFactory() - Method in class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
- ClientHttpRequestFactoryBuilder<T> - Interface in org.springframework.boot.http.client
-
Interface used to build a fully configured
ClientHttpRequestFactory. - ClientHttpRequestFactoryBuilderCustomizer<B> - Interface in org.springframework.boot.http.client.autoconfigure
-
Customizer that can be used to modify the auto-configured
ClientHttpRequestFactoryBuilderwhen its type matches. - clientProviderType() - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.export.newrelic.NewRelicPropertiesConfigAdapter
- ClientRequests() - Constructor for class org.springframework.boot.micrometer.observation.autoconfigure.ObservationProperties.Http.Client.ClientRequests
- ClientResourcesBuilderCustomizer - Interface in org.springframework.boot.data.redis.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the
ClientResources.Builderto fine-tune its auto-configuration before it creates theClientResources. - clientSettings(UnaryOperator) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
-
Update the
HttpClientSettingsusing the given customizer. - clientSettings(HttpClientSettings) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
-
Sets the
HttpClientSettings. - close() - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisNoOpBindingRegistry
- close() - Method in class org.springframework.boot.buildpack.platform.socket.NamedPipeSocket
- close() - Method in class org.springframework.boot.buildpack.platform.socket.UnixDomainSocket
- close() - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertyCaching.CacheOverride
- close() - Method in class org.springframework.boot.kafka.autoconfigure.SslBundleSslEngineFactory
- close() - Method in class org.springframework.boot.loader.jar.NestedJarFile
- close() - Method in interface org.springframework.boot.loader.launch.Archive
-
Closes the
Archive, releasing any open resources. - close() - Method in class org.springframework.boot.loader.net.protocol.jar.JarUrlClassLoader
- close() - Method in class org.springframework.boot.loader.tools.JarWriter
-
Close the writer.
- close() - Method in class org.springframework.boot.loader.zip.ZipContent
-
Close this jar file, releasing the underlying file if this was the last reference.
- close() - Method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
- close(ConfigurableApplicationContext) - Method in class org.springframework.boot.bootstrap.DefaultBootstrapContext
-
Method to be called when
BootstrapContextis closed and theApplicationContextis prepared. - CloseableDataBlock - Interface in org.springframework.boot.loader.zip
- closeAll(ApplicationContext) - Static method in class org.springframework.boot.test.util.ApplicationContextTestUtils
-
Closes this
ApplicationContextand its parent hierarchy if any. - CLOUD_FOUNDRY - Enum constant in enum class org.springframework.boot.cloud.CloudPlatform
-
Cloud Foundry platform.
- CloudFoundryActuatorAutoConfiguration - Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet
-
Auto-configurationto expose actuator endpoints for Cloud Foundry to use. - CloudFoundryActuatorAutoConfiguration() - Constructor for class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet.CloudFoundryActuatorAutoConfiguration
- CloudFoundryAuthorizationException - Exception Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint
-
Authorization exceptions thrown to limit access to the endpoints.
- CloudFoundryAuthorizationException(CloudFoundryAuthorizationException.Reason, String) - Constructor for exception class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException
- CloudFoundryAuthorizationException(CloudFoundryAuthorizationException.Reason, String, Throwable) - Constructor for exception class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryAuthorizationException
- CloudFoundryAuthorizationException.Reason - Enum Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint
-
Reasons why the exception can be thrown.
- CloudFoundryHealthEndpointWebExtension - Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet
-
@EndpointExtensionfor theHealthEndpointthat always exposes full health details. - CloudFoundryHealthEndpointWebExtension(HealthEndpointWebExtension) - Constructor for class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet.CloudFoundryHealthEndpointWebExtension
- CloudFoundryInfoEndpointWebExtension - Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet
-
@EndpointExtensionfor theInfoEndpointthat always exposes full git details. - CloudFoundryInfoEndpointWebExtension(InfoEndpoint) - Constructor for class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.servlet.CloudFoundryInfoEndpointWebExtension
- CloudFoundryReactiveActuatorAutoConfiguration - Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive
-
Auto-configurationto expose actuator endpoints for Cloud Foundry to use in a reactive environment. - CloudFoundryReactiveActuatorAutoConfiguration() - Constructor for class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive.CloudFoundryReactiveActuatorAutoConfiguration
- CloudFoundryReactiveHealthEndpointWebExtension - Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive
-
Reactive
@EndpointExtensionfor theHealthEndpointthat always exposes full health details. - CloudFoundryReactiveHealthEndpointWebExtension(ReactiveHealthEndpointWebExtension) - Constructor for class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.reactive.CloudFoundryReactiveHealthEndpointWebExtension
- CloudFoundryVcapEnvironmentPostProcessor - Class in org.springframework.boot.cloud
-
An
EnvironmentPostProcessorthat knows where to find VCAP (a.k.a. - CloudFoundryVcapEnvironmentPostProcessor(DeferredLogFactory) - Constructor for class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
-
Create a new
CloudFoundryVcapEnvironmentPostProcessorinstance. - CloudFoundryWebEndpointDiscoverer - Class in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint
-
WebEndpointDiscovererfor Cloud Foundry that uses Cloud Foundry specific extensions for theHealthEndpoint. - CloudFoundryWebEndpointDiscoverer(ApplicationContext, ParameterValueMapper, EndpointMediaTypes, List, Collection, Collection, Collection) - Constructor for class org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint.CloudFoundryWebEndpointDiscoverer
-
Create a new
WebEndpointDiscovererinstance. - CloudPlatform - Enum Class in org.springframework.boot.cloud
-
Simple detection for well known cloud platforms.
- Cluster() - Constructor for class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Cluster
- Cluster() - Constructor for class org.springframework.boot.data.redis.autoconfigure.DataRedisProperties.Lettuce.Cluster
- ClusterEnvironmentBuilderCustomizer - Interface in org.springframework.boot.couchbase.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the
ClusterEnvironment.Builderto fine-tune its auto-configuration before it creates theClusterEnvironment. - CodecCustomizer - Interface in org.springframework.boot.http.codec
-
Callback interface that can be used to customize codecs configuration for an HTTP client and/or server with a
CodecConfigurer. - CodecsAutoConfiguration - Class in org.springframework.boot.http.codec.autoconfigure
- CodecsAutoConfiguration() - Constructor for class org.springframework.boot.http.codec.autoconfigure.CodecsAutoConfiguration
- collate(Collection) - Static method in class org.springframework.boot.context.annotation.Configurations
-
Collate the given configuration by sorting and merging them.
- ColorConverter - Class in org.springframework.boot.logging.log4j2
-
Log4j2
LogEventPatternConverterto color output using theAnsiOutputclass. - ColorConverter - Class in org.springframework.boot.logging.logback
-
Logback
CompositeConverterto color output using theAnsiOutputclass. - ColorConverter() - Constructor for class org.springframework.boot.logging.logback.ColorConverter
- CommandLineRunner - Interface in org.springframework.boot
-
Interface used to indicate that a bean should run when it is contained within a
SpringApplication. - commit(TransactionContext) - Method in class org.springframework.boot.jooq.autoconfigure.SpringTransactionProvider
- CommonFormatters() - Constructor for class org.springframework.boot.logging.structured.StructuredLogFormatterFactory.CommonFormatters
- CommonsDbcp2DataSourcePoolMetadata - Class in org.springframework.boot.jdbc.metadata
-
DataSourcePoolMetadatafor an Apache Commons DBCP2DataSource. - CommonsDbcp2DataSourcePoolMetadata(BasicDataSource) - Constructor for class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
- CommonStructuredLogFormat - Enum Class in org.springframework.boot.logging.structured
-
Common structured log formats supported by Spring Boot.
- compareTo(ConfigurationProperty) - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
- compareTo(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- compareTo(ObservationHandlerGroup) - Method in interface org.springframework.boot.micrometer.observation.autoconfigure.ObservationHandlerGroup
- COMPILE - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
-
The library is used at compile time and runtime.
- components() - Element in annotation interface org.springframework.boot.restclient.test.autoconfigure.RestClientTest
-
Specifies the components to test.
- components() - Element in annotation interface org.springframework.boot.webclient.test.autoconfigure.WebClientTest
-
Specifies the components to test.
- components() - Element in annotation interface org.springframework.boot.webservices.test.autoconfigure.client.WebServiceClientTest
-
Specifies the components to test.
- ComponentScanPackageCheck() - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
- composeFile() - Method in record class org.springframework.boot.docker.compose.core.DockerComposeOrigin
-
Returns the value of the
composeFilerecord component. - composeFile() - Method in interface org.springframework.boot.docker.compose.core.RunningService
-
Return the Docker Compose file for the service.
- CompositeDataSourcePoolMetadataProvider - Class in org.springframework.boot.jdbc.metadata
-
A
DataSourcePoolMetadataProviderimplementation that returns the firstDataSourcePoolMetadatathat is found by one of its delegate. - CompositeDataSourcePoolMetadataProvider(Collection) - Constructor for class org.springframework.boot.jdbc.metadata.CompositeDataSourcePoolMetadataProvider
-
Create a
CompositeDataSourcePoolMetadataProviderinstance with an initial collection of delegates to use. - CompositeHealthContributor - Interface in org.springframework.boot.health.contributor
-
A
HealthContributorthat is composed of otherHealthContributorinstances. - CompositeHealthContributorConfiguration<I,
B> - Class in org.springframework.boot.health.autoconfigure.contributor -
Base class for health contributor configurations that can combine source beans into a composite.
- CompositeHealthContributorConfiguration(Function) - Constructor for class org.springframework.boot.health.autoconfigure.contributor.CompositeHealthContributorConfiguration
-
Creates a
CompositeHealthContributorConfigurationthat will use the givenindicatorFactoryto createHealthIndicatorinstances. - CompositeHealthDescriptor - Class in org.springframework.boot.health.actuate.endpoint
-
Description of health that is composed of other
health descriptors. - CompositeMeterRegistryAutoConfiguration - Class in org.springframework.boot.micrometer.metrics.autoconfigure
-
Auto-configurationfor aCompositeMeterRegistry. - CompositeMeterRegistryAutoConfiguration() - Constructor for class org.springframework.boot.micrometer.metrics.autoconfigure.CompositeMeterRegistryAutoConfiguration
- CompositeReactiveHealthContributor - Interface in org.springframework.boot.health.contributor
-
A
ReactiveHealthContributorthat is composed of otherReactiveHealthContributorinstances. - CompositeReactiveHealthContributorConfiguration<I,
B> - Class in org.springframework.boot.health.autoconfigure.contributor -
Base class for health contributor configurations that can combine source beans into a composite.
- CompositeReactiveHealthContributorConfiguration(Function) - Constructor for class org.springframework.boot.health.autoconfigure.contributor.CompositeReactiveHealthContributorConfiguration
-
Creates a
CompositeReactiveHealthContributorConfigurationthat will use the givenindicatorFactoryto createReactiveHealthIndicatorinstances. - Compression - Class in org.springframework.boot.web.server
-
Simple server-independent abstraction for compression configuration.
- Compression() - Constructor for class org.springframework.boot.web.server.Compression
- CompressionConnectorCustomizer - Class in org.springframework.boot.tomcat
-
TomcatConnectorCustomizerthat configures compression support on the given Connector. - CompressionConnectorCustomizer(Compression) - Constructor for class org.springframework.boot.tomcat.CompressionConnectorCustomizer
- CONCURRENCY_LIMITING - Enum constant in enum class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.ThrottlerType
-
Limit the number of requests that can be executed in parallel.
- concurrencyLimit(Integer) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
-
Set the concurrency limit.
- concurrencyLimit(Integer) - Method in class org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
-
Set the concurrency limit.
- ConcurrentKafkaListenerContainerFactoryConfigurer - Class in org.springframework.boot.kafka.autoconfigure
-
Configure
ConcurrentKafkaListenerContainerFactorywith sensible defaults tuned using configuration properties. - ConcurrentKafkaListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.kafka.autoconfigure.ConcurrentKafkaListenerContainerFactoryConfigurer
- ConditionalOnAvailableEndpoint - Annotation Interface in org.springframework.boot.actuate.autoconfigure.endpoint.condition
-
@Conditionalthat checks whether an endpoint is available. - ConditionalOnBean - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when beans meeting all the specified requirements are already contained in theBeanFactory. - ConditionalOnBooleanProperties - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
Container annotation that aggregates several
@ConditionalOnBooleanPropertyannotations. - ConditionalOnBooleanProperty - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat checks if the specified properties have a specific boolean value. - ConditionalOnCheckpointRestore - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when coordinated restore at checkpoint is to be used. - ConditionalOnClass - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when the specified classes are on the classpath. - ConditionalOnCloudPlatform - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat matches when the specified cloud platform is active. - ConditionalOnDefaultWebSecurity - Annotation Interface in org.springframework.boot.security.autoconfigure.web.servlet
-
@Conditionalthat only matches when web security is available and the user has not defined their own configuration. - ConditionalOnEnabledDevTools - Annotation Interface in org.springframework.boot.devtools.autoconfigure
-
@Conditionalthat matches when DevTools is enabled. - ConditionalOnEnabledHealthIndicator - Annotation Interface in org.springframework.boot.health.autoconfigure.contributor
-
@Conditionalthat checks whether a default health indicator is enabled. - ConditionalOnEnabledInfoContributor - Annotation Interface in org.springframework.boot.actuate.autoconfigure.info
-
@Conditionalthat checks whether an info contributor is enabled. - ConditionalOnEnabledLoggingExport - Annotation Interface in org.springframework.boot.actuate.autoconfigure.logging
-
@Conditionalthat checks whether logging export is enabled. - ConditionalOnEnabledMetricsExport - Annotation Interface in org.springframework.boot.micrometer.metrics.autoconfigure.export
-
@Conditionalthat checks whether a metrics exporter is enabled. - ConditionalOnEnabledResourceChain - Annotation Interface in org.springframework.boot.autoconfigure.web
-
@Conditionalthat checks whether the Spring resource handling chain is enabled. - ConditionalOnEnabledTracingExport - Annotation Interface in org.springframework.boot.micrometer.tracing.autoconfigure
-
@Conditionalthat checks whether tracing is enabled. - ConditionalOnExpression - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
Configuration annotation for a conditional element that depends on the value of a SpEL expression.
- ConditionalOnGraphQlSchema - Annotation Interface in org.springframework.boot.graphql.autoconfigure
-
@Conditionalthat only matches when a GraphQL schema is defined for the application, through schema files or infrastructure beans. - ConditionalOnInitializedRestarter - Annotation Interface in org.springframework.boot.devtools.restart
- ConditionalOnIssuerLocationJwtDecoder - Annotation Interface in org.springframework.boot.security.oauth2.server.resource.autoconfigure
-
Condition that matches when an
issuer-location-based JWT decodershould be used. - ConditionalOnJava - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat matches based on the JVM version the application is running on. - ConditionalOnJava.Range - Enum Class in org.springframework.boot.autoconfigure.condition
-
Range options.
- ConditionalOnJndi - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat matches based on the availability of a JNDIInitialContextand the ability to lookup specific locations. - ConditionalOnJsonTesters - Annotation Interface in org.springframework.boot.test.autoconfigure.json
-
@Conditionalthat checks if JSON testers are enabled. - ConditionalOnManagementPort - Annotation Interface in org.springframework.boot.actuate.autoconfigure.web.server
-
@Conditionalthat matches based on the configuration of the management port. - ConditionalOnMissingBean - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when no beans meeting the specified requirements are already contained in theBeanFactory. - ConditionalOnMissingClass - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when the specified classes are not on the classpath. - ConditionalOnMissingFilterBean - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when noFilterbeans of the specified type are contained in theBeanFactory. - ConditionalOnNotWarDeployment - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when the application is not a traditional WAR deployment. - ConditionalOnNotWebApplication - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when the application context is a not a web application context. - ConditionalOnOAuth2ClientRegistrationProperties - Annotation Interface in org.springframework.boot.security.oauth2.client.autoconfigure
-
Condition that matches if any
spring.security.oauth2.client.registrationproperties are defined. - ConditionalOnProperties - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
Container annotation that aggregates several
@ConditionalOnPropertyannotations. - ConditionalOnProperty - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat checks if the specified properties have a specific value. - ConditionalOnPublicKeyJwtDecoder - Annotation Interface in org.springframework.boot.security.oauth2.server.resource.autoconfigure
-
Condition that matches when a
public-key-based JWT decodershould be used. - ConditionalOnRepositoryType - Annotation Interface in org.springframework.boot.autoconfigure.data
-
@Conditionalthat only matches when a particular type of Spring Data repository has been enabled. - ConditionalOnResource - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when the specified resources are on the classpath. - ConditionalOnSingleCandidate - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat only matches when a bean of the specified class is already contained in theBeanFactoryand a single candidate can be determined. - ConditionalOnSqlInitialization - Annotation Interface in org.springframework.boot.sql.autoconfigure.init
-
Condition that matches when
spring.sql.init.modeis set to a value other thanDatabaseInitializationMode.NEVER. - ConditionalOnThreading - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat matches when the specified threading is active. - ConditionalOnWarDeployment - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat matches when the application is a traditional WAR deployment. - ConditionalOnWebApplication - Annotation Interface in org.springframework.boot.autoconfigure.condition
-
@Conditionalthat matches when the application is a web application. - ConditionalOnWebApplication.Type - Enum Class in org.springframework.boot.autoconfigure.condition
-
Available application types.
- ConditionAndOutcome(Condition, ConditionOutcome) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
- ConditionAndOutcomes() - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
- ConditionEvaluationReport - Class in org.springframework.boot.autoconfigure.condition
-
Records condition evaluation details for reporting and logging.
- ConditionEvaluationReport.ConditionAndOutcome - Class in org.springframework.boot.autoconfigure.condition
-
Provides access to a single
ConditionandConditionOutcome. - ConditionEvaluationReport.ConditionAndOutcomes - Class in org.springframework.boot.autoconfigure.condition
-
Provides access to a number of
ConditionEvaluationReport.ConditionAndOutcomeitems. - ConditionEvaluationReportLoggingListener - Class in org.springframework.boot.autoconfigure.logging
-
ApplicationContextInitializerthat writes theConditionEvaluationReportto the log. - ConditionEvaluationReportLoggingListener() - Constructor for class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
- ConditionEvaluationReportMessage - Class in org.springframework.boot.autoconfigure.logging
-
A condition evaluation report message that can logged or printed.
- ConditionEvaluationReportMessage(ConditionEvaluationReport) - Constructor for class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportMessage
- ConditionEvaluationReportMessage(ConditionEvaluationReport, String) - Constructor for class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportMessage
- ConditionMessage - Class in org.springframework.boot.autoconfigure.condition
-
A message associated with a
ConditionOutcome. - ConditionMessage.Builder - Class in org.springframework.boot.autoconfigure.condition
-
Builder used to create a
ConditionMessagefor a condition. - ConditionMessage.ItemsBuilder - Class in org.springframework.boot.autoconfigure.condition
-
Builder used to create an
ConditionMessage.ItemsBuilderfor a condition. - ConditionMessage.Style - Enum Class in org.springframework.boot.autoconfigure.condition
-
Render styles.
- ConditionOutcome - Class in org.springframework.boot.autoconfigure.condition
-
Outcome for a condition match, including log message.
- ConditionOutcome(boolean, String) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Create a new
ConditionOutcomeinstance. - ConditionOutcome(boolean, ConditionMessage) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionOutcome
-
Create a new
ConditionOutcomeinstance. - conditions() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint
- ConditionsReportEndpoint - Class in org.springframework.boot.actuate.autoconfigure.condition
-
@Endpointto expose theConditionEvaluationReport. - ConditionsReportEndpoint(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint
- ConditionsReportEndpoint.ConditionsDescriptor - Class in org.springframework.boot.actuate.autoconfigure.condition
-
A description of an application's condition evaluation.
- ConditionsReportEndpoint.ContextConditionsDescriptor - Class in org.springframework.boot.actuate.autoconfigure.condition
-
A description of an application context's condition evaluation, primarily intended for serialization to JSON.
- ConditionsReportEndpoint.MessageAndConditionDescriptor - Class in org.springframework.boot.actuate.autoconfigure.condition
-
Adapts
ConditionEvaluationReport.ConditionAndOutcometo a JSON friendly structure. - ConditionsReportEndpoint.MessageAndConditionsDescriptor - Class in org.springframework.boot.actuate.autoconfigure.condition
-
Adapts
ConditionEvaluationReport.ConditionAndOutcomesto a JSON friendly structure. - ConditionsReportEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.condition
- ConditionsReportEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpointAutoConfiguration
- CONFIG_LOCATION - Static variable in class org.springframework.boot.loader.launch.PropertiesLauncher
-
Properties key for config file location (including optional classpath:, file: or URL prefix).
- CONFIG_NAME - Static variable in class org.springframework.boot.loader.launch.PropertiesLauncher
-
Properties key for name of external configuration file (excluding suffix).
- CONFIG_PROPERTY - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
-
The name of the Spring property that contains a reference to the logging configuration to load.
- ConfigBuilderCustomizer - Interface in org.springframework.boot.neo4j.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the a
Config.ConfigBuilderto fine-tune its auto-configuration before it creates aConfiginstance. - ConfigData - Class in org.springframework.boot.context.config
-
Configuration data that has been loaded from a
ConfigDataResourceand may ultimately contributeproperty sourcesto Spring'sEnvironment. - ConfigData(Collection, ConfigData.Option...) - Constructor for class org.springframework.boot.context.config.ConfigData
-
Create a new
ConfigDatainstance with the same options applied to each source. - ConfigData(Collection, ConfigData.PropertySourceOptions) - Constructor for class org.springframework.boot.context.config.ConfigData
-
Create a new
ConfigDatainstance with specific property source options. - ConfigData.Option - Enum Class in org.springframework.boot.context.config
-
Option flags that can be applied.
- ConfigData.Options - Class in org.springframework.boot.context.config
-
A set of
ConfigData.Optionflags. - ConfigData.PropertySourceOptions - Interface in org.springframework.boot.context.config
-
Strategy interface used to supply
ConfigData.Optionsfor a givenPropertySource. - ConfigDataApplicationContextInitializer - Class in org.springframework.boot.test.context
-
ApplicationContextInitializerthat can be used with theContextConfiguration.initializers()to trigger loading ofConfigDatasuch as application.properties. - ConfigDataApplicationContextInitializer() - Constructor for class org.springframework.boot.test.context.ConfigDataApplicationContextInitializer
- ConfigDataEnvironmentPostProcessor - Class in org.springframework.boot.context.config
- ConfigDataEnvironmentPostProcessor(DeferredLogFactory, ConfigurableBootstrapContext) - Constructor for class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
- ConfigDataEnvironmentUpdateListener - Interface in org.springframework.boot.context.config
- ConfigDataException - Exception Class in org.springframework.boot.context.config
-
Abstract base class for configuration data exceptions.
- ConfigDataException(String, Throwable) - Constructor for exception class org.springframework.boot.context.config.ConfigDataException
-
Create a new
ConfigDataExceptioninstance. - ConfigDataLoader<R> - Interface in org.springframework.boot.context.config
-
Strategy class that can be used to load
ConfigDatafor a givenConfigDataResource. - ConfigDataLoaderContext - Interface in org.springframework.boot.context.config
-
Context provided to
ConfigDataLoadermethods. - ConfigDataLocation - Class in org.springframework.boot.context.config
-
A user specified location that can be
resolvedto one or moreconfig data resources. - ConfigDataLocationNotFoundException - Exception Class in org.springframework.boot.context.config
-
ConfigDataNotFoundExceptionthrown when aConfigDataLocationcannot be found. - ConfigDataLocationNotFoundException(ConfigDataLocation) - Constructor for exception class org.springframework.boot.context.config.ConfigDataLocationNotFoundException
-
Create a new
ConfigDataLocationNotFoundExceptioninstance. - ConfigDataLocationNotFoundException(ConfigDataLocation, Throwable) - Constructor for exception class org.springframework.boot.context.config.ConfigDataLocationNotFoundException
-
Create a new
ConfigDataLocationNotFoundExceptioninstance. - ConfigDataLocationNotFoundException(ConfigDataLocation, String, Throwable) - Constructor for exception class org.springframework.boot.context.config.ConfigDataLocationNotFoundException
-
Create a new
ConfigDataLocationNotFoundExceptioninstance. - ConfigDataLocationResolver<R> - Interface in org.springframework.boot.context.config
- ConfigDataLocationResolverContext - Interface in org.springframework.boot.context.config
-
Context provided to
ConfigDataLocationResolvermethods. - ConfigDataNotFoundAction - Enum Class in org.springframework.boot.context.config
-
Action to take when an uncaught
ConfigDataNotFoundExceptionis thrown. - ConfigDataNotFoundException - Exception Class in org.springframework.boot.context.config
-
ConfigDataNotFoundExceptionthrown when aConfigDatacannot be found. - ConfigDataResource - Class in org.springframework.boot.context.config
-
A single resource from which
ConfigDatacan be loaded. - ConfigDataResource() - Constructor for class org.springframework.boot.context.config.ConfigDataResource
-
Create a new non-optional
ConfigDataResourceinstance. - ConfigDataResource(boolean) - Constructor for class org.springframework.boot.context.config.ConfigDataResource
-
Create a new
ConfigDataResourceinstance. - ConfigDataResourceNotFoundException - Exception Class in org.springframework.boot.context.config
-
ConfigDataNotFoundExceptionthrown when aConfigDataResourcecannot be found. - ConfigDataResourceNotFoundException(ConfigDataResource) - Constructor for exception class org.springframework.boot.context.config.ConfigDataResourceNotFoundException
-
Create a new
ConfigDataResourceNotFoundExceptioninstance. - ConfigDataResourceNotFoundException(ConfigDataResource, Throwable) - Constructor for exception class org.springframework.boot.context.config.ConfigDataResourceNotFoundException
-
Create a new
ConfigDataResourceNotFoundExceptioninstance. - ConfigTreeConfigDataLoader - Class in org.springframework.boot.context.config
-
ConfigDataLoaderfor config tree locations. - ConfigTreeConfigDataLoader() - Constructor for class org.springframework.boot.context.config.ConfigTreeConfigDataLoader
- ConfigTreeConfigDataLocationResolver - Class in org.springframework.boot.context.config
-
ConfigDataLocationResolverfor config tree locations. - ConfigTreeConfigDataLocationResolver(ResourceLoader) - Constructor for class org.springframework.boot.context.config.ConfigTreeConfigDataLocationResolver
- ConfigTreeConfigDataResource - Class in org.springframework.boot.context.config
-
ConfigDataResourcebacked by a config tree directory. - ConfigTreePropertySource - Class in org.springframework.boot.env
-
PropertySourcebacked by a directory tree that contains files for each value. - ConfigTreePropertySource(String, Path) - Constructor for class org.springframework.boot.env.ConfigTreePropertySource
-
Create a new
ConfigTreePropertySourceinstance. - ConfigTreePropertySource(String, Path, ConfigTreePropertySource.Option...) - Constructor for class org.springframework.boot.env.ConfigTreePropertySource
-
Create a new
ConfigTreePropertySourceinstance. - ConfigTreePropertySource.Option - Enum Class in org.springframework.boot.env
-
Property source options.
- ConfigTreePropertySource.Value - Interface in org.springframework.boot.env
-
A value returned from the property source which exposes the contents of the property file.
- ConfigurableBootstrapContext - Interface in org.springframework.boot.bootstrap
-
A
BootstrapContextthat also provides configuration methods through theBootstrapRegistryinterface. - ConfigurableJettyWebServerFactory - Interface in org.springframework.boot.jetty
-
ConfigurableWebServerFactoryfor Jetty-specific features. - ConfigurableReactiveWebApplicationContext - Interface in org.springframework.boot.web.context.reactive
-
Interface to provide configuration for a reactive web application.
- ConfigurableReactiveWebEnvironment - Interface in org.springframework.boot.web.context.reactive
-
Specialization of
ConfigurableEnvironmentfor reactive application contexts. - ConfigurableReactiveWebServerFactory - Interface in org.springframework.boot.web.server.reactive
-
Configurable
ReactiveWebServerFactory. - ConfigurableRSocketServerFactory - Interface in org.springframework.boot.rsocket.server
-
A configurable
RSocketServerFactory. - ConfigurableServletWebServerFactory - Interface in org.springframework.boot.web.server.servlet
-
A configurable
ServletWebServerFactory. - ConfigurableTomcatWebServerFactory - Interface in org.springframework.boot.tomcat
-
ConfigurableWebServerFactoryfor Tomcat-specific features. - ConfigurableWebServerApplicationContext - Interface in org.springframework.boot.web.server.context
-
SPI interface to be implemented by most if not all
web server application contexts. - ConfigurableWebServerFactory - Interface in org.springframework.boot.web.server
-
A configurable
WebServerFactory. - configuration(DockerRegistryAuthentication) - Static method in interface org.springframework.boot.buildpack.platform.docker.configuration.DockerRegistryAuthentication
-
Factory method that returns a new
DockerRegistryAuthenticationinstance that uses the standard docker JSON config (including support for credential helpers) to generate auth headers. - configuration(DockerRegistryAuthentication, BiConsumer) - Static method in interface org.springframework.boot.buildpack.platform.docker.configuration.DockerRegistryAuthentication
-
Factory method that returns a new
DockerRegistryAuthenticationinstance that uses the standard docker JSON config (including support for credential helpers) to generate auth headers. - CONFIGURATION_COMPARATOR - Static variable in class org.springframework.boot.logging.AbstractLoggingSystem
- configurationProperties() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
- configurationProperties(SecurityContext) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpointWebExtension
- ConfigurationProperties - Annotation Interface in org.springframework.boot.context.properties
-
Annotation for externalized configuration.
- ConfigurationPropertiesAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
-
Auto-configurationfor@ConfigurationPropertiesbeans. - ConfigurationPropertiesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration
- ConfigurationPropertiesBean - Class in org.springframework.boot.context.properties
-
Provides access to
@ConfigurationPropertiesbean details, regardless of if the annotation was used directly or on a@Beanfactory method. - ConfigurationPropertiesBindException - Exception Class in org.springframework.boot.context.properties
-
Exception thrown when
@ConfigurationPropertiesbinding fails. - ConfigurationPropertiesBindHandlerAdvisor - Interface in org.springframework.boot.context.properties
-
Allows additional functionality to be applied to the
BindHandlerused by theConfigurationPropertiesBindingPostProcessor. - ConfigurationPropertiesBinding - Annotation Interface in org.springframework.boot.context.properties
-
Qualifier for beans that are needed to configure the binding of
@ConfigurationProperties(e.g. - ConfigurationPropertiesBindingPostProcessor - Class in org.springframework.boot.context.properties
- ConfigurationPropertiesBindingPostProcessor() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
- ConfigurationPropertiesReportEndpoint - Class in org.springframework.boot.actuate.context.properties
-
@Endpointto expose application properties from@ConfigurationPropertiesannotated beans. - ConfigurationPropertiesReportEndpoint(Iterable, Show) - Constructor for class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
- ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor - Class in org.springframework.boot.actuate.context.properties
-
Description of a
@ConfigurationPropertiesbean. - ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesDescriptor - Class in org.springframework.boot.actuate.context.properties
-
Description of an application's
@ConfigurationPropertiesbeans. - ConfigurationPropertiesReportEndpoint.ContextConfigurationPropertiesDescriptor - Class in org.springframework.boot.actuate.context.properties
-
Description of an application context's
@ConfigurationPropertiesbeans. - ConfigurationPropertiesReportEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.context.properties
- ConfigurationPropertiesReportEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration
- ConfigurationPropertiesReportEndpointProperties - Class in org.springframework.boot.actuate.autoconfigure.context.properties
-
Configuration properties for
ConfigurationPropertiesReportEndpoint. - ConfigurationPropertiesReportEndpointProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties
- ConfigurationPropertiesReportEndpointWebExtension - Class in org.springframework.boot.actuate.context.properties
- ConfigurationPropertiesReportEndpointWebExtension(ConfigurationPropertiesReportEndpoint, Show, Set) - Constructor for class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpointWebExtension
- ConfigurationPropertiesScan - Annotation Interface in org.springframework.boot.context.properties
-
Configures the base packages used when scanning for
@ConfigurationPropertiesclasses. - ConfigurationPropertiesSource - Annotation Interface in org.springframework.boot.context.properties
-
Indicates that the annotated type is a source of configuration properties metadata.
- configurationPropertiesWithPrefix(String) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
- configurationPropertiesWithPrefix(SecurityContext, String) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpointWebExtension
- ConfigurationProperty - Class in org.springframework.boot.context.properties.source
-
A single configuration property obtained from a
ConfigurationPropertySourceconsisting of aname,valueand optionalorigin. - ConfigurationProperty(ConfigurationPropertyName, Object, Origin) - Constructor for class org.springframework.boot.context.properties.source.ConfigurationProperty
- ConfigurationPropertyCaching - Interface in org.springframework.boot.context.properties.source
-
Interface that can be used to control configuration property source caches.
- ConfigurationPropertyCaching.CacheOverride - Interface in org.springframework.boot.context.properties.source
-
AutoCloseableused to control acache override. - ConfigurationPropertyName - Class in org.springframework.boot.context.properties.source
-
A configuration property name composed of elements separated by dots.
- ConfigurationPropertyName.Form - Enum Class in org.springframework.boot.context.properties.source
-
The various forms that a non-indexed element value can take.
- ConfigurationPropertyNameAliases - Class in org.springframework.boot.context.properties.source
-
Maintains a mapping of
ConfigurationPropertyNamealiases. - ConfigurationPropertyNameAliases() - Constructor for class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
- ConfigurationPropertyNameAliases(String, String...) - Constructor for class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
- ConfigurationPropertyNameAliases(ConfigurationPropertyName, ConfigurationPropertyName...) - Constructor for class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
- ConfigurationPropertySource - Interface in org.springframework.boot.context.properties.source
-
A source of
ConfigurationProperties. - ConfigurationPropertySources - Class in org.springframework.boot.context.properties.source
-
Provides access to
ConfigurationPropertySources. - ConfigurationPropertyState - Enum Class in org.springframework.boot.context.properties.source
-
The state of content from a
ConfigurationPropertySource. - Configurations - Class in org.springframework.boot.context.annotation
-
A set of
@Configurationclasses that can be registered inApplicationContext. - Configurations(Collection) - Constructor for class org.springframework.boot.context.annotation.Configurations
-
Create a new
Configurationsinstance. - Configurations(UnaryOperator, Collection, Function) - Constructor for class org.springframework.boot.context.annotation.Configurations
-
Create a new
Configurationsinstance. - ConfigurationWarningsApplicationContextInitializer - Class in org.springframework.boot.context
-
ApplicationContextInitializerto report warnings for common misconfiguration mistakes. - ConfigurationWarningsApplicationContextInitializer() - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
- ConfigurationWarningsApplicationContextInitializer.Check - Interface in org.springframework.boot.context
-
A single check that can be applied.
- ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck - Class in org.springframework.boot.context
-
ConfigurationWarningsApplicationContextInitializer.Checkfor@ComponentScanon problematic package. - ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor - Class in org.springframework.boot.context
-
BeanDefinitionRegistryPostProcessorto report warnings. - ConfigurationWarningsPostProcessor(ConfigurationWarningsApplicationContextInitializer.Check[]) - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
- configure(LoggerContext) - Method in class org.springframework.boot.logging.logback.RootLogLevelConfigurator
- configure(D) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
- configure(Meter.Id, DistributionStatisticConfig) - Method in class org.springframework.boot.micrometer.metrics.autoconfigure.PropertiesMeterFilter
- configure(FilterRegistration.Dynamic) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Configure registration settings.
- configure(ServletRegistration.Dynamic) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
-
Configure registration settings.
- configure(Consumer) - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
-
Configure additional options.
- configure(Map) - Method in class org.springframework.boot.kafka.autoconfigure.SslBundleSslEngineFactory
- configure(DirectRabbitListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.amqp.autoconfigure.DirectRabbitListenerContainerFactoryConfigurer
- configure(SimpleRabbitListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.amqp.autoconfigure.SimpleRabbitListenerContainerFactoryConfigurer
- configure(CachingConnectionFactory, RabbitProperties) - Method in class org.springframework.boot.amqp.autoconfigure.CachingConnectionFactoryConfigurer
- configure(RabbitConnectionFactoryBean) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitConnectionFactoryBeanConfigurer
-
Configure the specified rabbit connection factory bean.
- configure(RabbitTemplate, ConnectionFactory) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitTemplateConfigurer
-
Configure the specified
RabbitTemplate. - configure(SpringApplicationBuilder) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
Configure the application.
- configure(RestTemplateBuilder) - Method in class org.springframework.boot.restclient.autoconfigure.RestTemplateBuilderConfigurer
-
Configure the specified
RestTemplateBuilder. - configure(FormatterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
-
Configure the given
FormatterRegistrywith formatters and converters appropriate for most Spring Boot applications. - configure(DefaultJmsListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.jms.autoconfigure.DefaultJmsListenerContainerFactoryConfigurer
-
Configure the specified jms listener container factory.
- configure(ConcurrentKafkaListenerContainerFactory, ConsumerFactory) - Method in class org.springframework.boot.kafka.autoconfigure.ConcurrentKafkaListenerContainerFactoryConfigurer
-
Configure the specified Kafka listener container factory.
- configure(RabbitStreamTemplate) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitStreamTemplateConfigurer
-
Configure the specified
RabbitStreamTemplate. - configure(RestClient.Builder) - Method in class org.springframework.boot.restclient.autoconfigure.RestClientBuilderConfigurer
-
Configure the specified
RestClient.Builder. - configure(T) - Method in class org.springframework.boot.amqp.autoconfigure.AbstractConnectionFactoryConfigurer
-
Configures the given
connectionFactorywith sensible defaults. - configure(T) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
-
Configure the provided
RestTemplateinstance using this builder. - configure(T) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
-
Configure the provided
SimpleAsyncTaskExecutorinstance using this builder. - configure(T) - Method in class org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
-
Configure the provided
SimpleAsyncTaskSchedulerinstance using this builder. - configure(T) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
-
Configure the provided
ThreadPoolTaskExecutorinstance using this builder. - configure(T) - Method in class org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
-
Configure the provided
ThreadPoolTaskSchedulerinstance using this builder. - configure(T) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Configure the provided
WebServiceTemplateinstance using this builder. - configure(T, ConnectionFactory) - Method in class org.springframework.boot.amqp.autoconfigure.AbstractRabbitListenerContainerFactoryConfigurer
-
Configure the specified rabbit listener container factory.
- configure(T, ConnectionFactory, RabbitProperties.AmqpContainer) - Method in class org.springframework.boot.amqp.autoconfigure.AbstractRabbitListenerContainerFactoryConfigurer
- configure(T, RabbitProperties) - Method in class org.springframework.boot.amqp.autoconfigure.AbstractConnectionFactoryConfigurer
-
Configures the given
connectionFactoryusing the givenrabbitProperties. - configureContext(Context) - Method in class org.springframework.boot.tomcat.reactive.TomcatReactiveWebServerFactory
-
Configure the Tomcat
Context. - configureContext(Context, Iterable) - Method in class org.springframework.boot.tomcat.servlet.TomcatServletWebServerFactory
-
Configure the Tomcat
Context. - configureEnvironment(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
-
Template method delegating to
SpringApplication.configurePropertySources(ConfigurableEnvironment, String[])andSpringApplication.configureProfiles(ConfigurableEnvironment, String[])in that order. - configureLogLevel(String, LogLevel) - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint
- configureLogLevel(LogLevel, BiConsumer) - Method in class org.springframework.boot.logging.LoggerGroup
- configureProfiles(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
-
Configure which profiles are active (or active by default) for this application environment.
- configurePropertySources(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
-
Add, remove or re-order any
PropertySources in this application's environment. - configureWebAppContext(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.jetty.servlet.JettyServletWebServerFactory
-
Configure the given Jetty
WebAppContextfor use. - connect(SocketAddress) - Method in class org.springframework.boot.buildpack.platform.socket.UnixDomainSocket
- connect(SocketAddress) - Method in class org.springframework.boot.buildpack.platform.socket.NamedPipeSocket
- connect(SocketAddress, int) - Method in class org.springframework.boot.buildpack.platform.socket.UnixDomainSocket
- connect(SocketAddress, int) - Method in class org.springframework.boot.buildpack.platform.socket.NamedPipeSocket
- connection() - Method in record class org.springframework.boot.buildpack.platform.build.BuilderDockerConfiguration
-
Returns the value of the
connectionrecord component. - connection() - Element in annotation interface org.springframework.boot.jdbc.test.autoconfigure.AutoConfigureTestDatabase
-
The type of connection to be established when
replacingthe DataSource. - Connection() - Constructor for class org.springframework.boot.amqp.autoconfigure.RabbitProperties.Cache.Connection
- Connection() - Constructor for class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Connection
- ConnectionDetails - Interface in org.springframework.boot.autoconfigure.service.connection
-
Base interface for types that provide the details required to establish a connection to a remote service.
- ConnectionDetailsFactories - Class in org.springframework.boot.autoconfigure.service.connection
-
A registry of
ConnectionDetailsFactoryinstances. - ConnectionDetailsFactories(ClassLoader) - Constructor for class org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactories
-
Create a new
ConnectionDetailsFactoriesinstance. - ConnectionDetailsFactory<S,
D> - Interface in org.springframework.boot.autoconfigure.service.connection -
A factory to create
ConnectionDetailsfrom a givensource. - ConnectionDetailsFactoryNotFoundException - Exception Class in org.springframework.boot.autoconfigure.service.connection
-
RuntimeExceptionthrown when aConnectionDetailsFactorycould not be found. - ConnectionDetailsFactoryNotFoundException(String) - Constructor for exception class org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactoryNotFoundException
- ConnectionDetailsFactoryNotFoundException(String, Throwable) - Constructor for exception class org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsFactoryNotFoundException
- ConnectionDetailsNotFoundException - Exception Class in org.springframework.boot.autoconfigure.service.connection
-
RuntimeExceptionthrown when requiredConnectionDetailscould not be found. - ConnectionDetailsNotFoundException(String) - Constructor for exception class org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsNotFoundException
- ConnectionDetailsNotFoundException(String, Throwable) - Constructor for exception class org.springframework.boot.autoconfigure.service.connection.ConnectionDetailsNotFoundException
- ConnectionFactoryBuilder - Class in org.springframework.boot.r2dbc
-
Builder for
ConnectionFactory. - ConnectionFactoryCustomizer - Interface in org.springframework.boot.amqp.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the RabbitMQ
ConnectionFactoryto fine-tune its auto-configuration. - ConnectionFactoryDecorator - Interface in org.springframework.boot.r2dbc
-
Decorator for
connection factories. - ConnectionFactoryHealthContributorAutoConfiguration - Class in org.springframework.boot.r2dbc.autoconfigure.health
- ConnectionFactoryHealthIndicator - Class in org.springframework.boot.r2dbc.health
-
A
HealthIndicatorto validate a R2DBCConnectionFactory. - ConnectionFactoryHealthIndicator(ConnectionFactory) - Constructor for class org.springframework.boot.r2dbc.health.ConnectionFactoryHealthIndicator
-
Create a new
ConnectionFactoryHealthIndicatorusing the specifiedConnectionFactoryand no validation query. - ConnectionFactoryHealthIndicator(ConnectionFactory, String) - Constructor for class org.springframework.boot.r2dbc.health.ConnectionFactoryHealthIndicator
-
Create a new
ConnectionFactoryHealthIndicatorusing the specifiedConnectionFactoryand validation query. - ConnectionFactoryOptionsBuilderCustomizer - Interface in org.springframework.boot.r2dbc.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the
ConnectionFactoryOptions.Builderto fine-tune its auto-configuration before it creates aConnectionFactoryOptions. - ConnectionFactoryUnwrapper - Class in org.springframework.boot.jms
-
Unwrap a
ConnectionFactorythat may have been wrapped to perform caching or pooling. - ConnectionPoolMetrics - Class in org.springframework.boot.r2dbc.metrics
-
A
MeterBinderfor aConnectionPool. - ConnectionPoolMetrics(ConnectionPool, String, Iterable) - Constructor for class org.springframework.boot.r2dbc.metrics.ConnectionPoolMetrics
- ConnectionPoolMetricsAutoConfiguration - Class in org.springframework.boot.r2dbc.autoconfigure.metrics
-
Auto-configurationfor metrics on all availableR2DBC connection factories. - ConnectionPoolMetricsAutoConfiguration() - Constructor for class org.springframework.boot.r2dbc.autoconfigure.metrics.ConnectionPoolMetricsAutoConfiguration
- ConnectionPorts - Interface in org.springframework.boot.docker.compose.core
-
Provides access to the ports that can be used to connect to a
RunningService. - ConnectorStartFailedException - Exception Class in org.springframework.boot.tomcat
-
A
ConnectorStartFailedExceptionis thrown when a TomcatConnectorfails to start, for example due to a port clash or incorrect SSL configuration. - ConnectorStartFailedException(int) - Constructor for exception class org.springframework.boot.tomcat.ConnectorStartFailedException
-
Creates a new
ConnectorStartFailedExceptionfor a connector that's configured to listen on the givenport. - connectTimeout() - Method in record class org.springframework.boot.http.client.HttpClientSettings
-
Returns the value of the
connectTimeoutrecord component. - connectTimeout(Duration) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
-
Sets the connection timeout on the underlying
ClientHttpRequestFactory. - CONSOLE - Enum constant in enum class org.springframework.boot.Banner.Mode
-
Print the banner to System.out.
- CONSOLE - Enum constant in enum class org.springframework.boot.liquibase.autoconfigure.LiquibaseProperties.ShowSummaryOutput
-
Output the summary to the console.
- CONSOLE - Enum constant in enum class org.springframework.boot.liquibase.autoconfigure.LiquibaseProperties.UiService
-
Console-based UIService.
- CONSOLE_CHARSET - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
-
Logging system property for the console log charset.
- CONSOLE_PATTERN - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
-
Logging system property for the console log pattern.
- CONSOLE_STRUCTURED_FORMAT - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
-
Logging system property for the console structured logging format.
- CONSOLE_THRESHOLD - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
-
Logging system property for the console log.
- ConstructorBinding - Annotation Interface in org.springframework.boot.context.properties.bind
-
Annotation that can be used to indicate which constructor to use when binding configuration properties using constructor arguments rather than by calling setters.
- ConstructorBound - Class in org.springframework.boot.context.properties
-
Helper class to programmatically bind configuration properties that use constructor injection.
- ConstructorBound() - Constructor for class org.springframework.boot.context.properties.ConstructorBound
- Consumer() - Constructor for class org.springframework.boot.kafka.autoconfigure.KafkaProperties.Consumer
- Consumer() - Constructor for class org.springframework.boot.pulsar.autoconfigure.PulsarProperties.Consumer
- container() - Method in class org.springframework.boot.buildpack.platform.docker.DockerApi
-
Return the Docker API for container operations.
- ContainerConfig - Class in org.springframework.boot.buildpack.platform.docker.type
-
Configuration used when creating a new container.
- ContainerConfig.Update - Class in org.springframework.boot.buildpack.platform.docker.type
-
Update class used to change data when creating a container config.
- ContainerConnectionDetails(ContainerConnectionSource) - Constructor for class org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory.ContainerConnectionDetails
-
Create a new
ContainerConnectionDetailsFactory.ContainerConnectionDetailsinstance. - ContainerConnectionDetailsFactory<C,
D> - Class in org.springframework.boot.testcontainers.service.connection -
Base class for
ConnectionDetailsFactoryimplementations that provideConnectionDetailsfrom aContainerConnectionSource. - ContainerConnectionDetailsFactory() - Constructor for class org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory
-
Create a new
ContainerConnectionDetailsFactoryinstance that acceptsany connection name. - ContainerConnectionDetailsFactory(String, String...) - Constructor for class org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory
-
Create a new
ContainerConnectionDetailsFactoryinstance with the given connection name restriction. - ContainerConnectionDetailsFactory(List, String...) - Constructor for class org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory
-
Create a new
ContainerConnectionDetailsFactoryinstance with the given supported connection names. - ContainerConnectionDetailsFactory.ContainerConnectionDetails<C> - Class in org.springframework.boot.testcontainers.service.connection
-
Base class for
ConnectionDetailsresults that are backed by aContainerConnectionSource. - ContainerConnectionSource<C> - Class in org.springframework.boot.testcontainers.service.connection
-
Passed to
ContainerConnectionDetailsFactoryto provide details of the@ServiceConnectionannotatedContainerthat provides the service. - ContainerContent - Interface in org.springframework.boot.buildpack.platform.docker.type
-
Additional content that can be written to a created container.
- ContainerImageMetadata - Record Class in org.springframework.boot.autoconfigure.container
-
Metadata about a container image that can be added to an
AttributeAccessor. - ContainerImageMetadata(String) - Constructor for record class org.springframework.boot.autoconfigure.container.ContainerImageMetadata
-
Creates an instance of a
ContainerImageMetadatarecord class. - ContainerReference - Class in org.springframework.boot.buildpack.platform.docker.type
-
A reference to a Docker container.
- ContainerStatus - Class in org.springframework.boot.buildpack.platform.docker.type
-
Status details returned from
Docker container wait. - contains(ConfigData.Option) - Method in class org.springframework.boot.context.config.ConfigData.Options
-
Returns if the given option is contained in this set.
- contains(T) - Method in interface org.springframework.boot.loader.tools.layer.ContentSelector
-
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
- containsOption(String) - Method in interface org.springframework.boot.ApplicationArguments
-
Return whether the set of option arguments parsed from the arguments contains an option with the given name.
- containsOption(String) - Method in class org.springframework.boot.DefaultApplicationArguments
- containsProperty(String) - Method in class org.springframework.boot.logging.log4j2.SpringBootPropertySource
- containsProperty(String) - Method in class org.springframework.boot.support.SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource
- Content - Interface in org.springframework.boot.buildpack.platform.io
-
Content with a known size that can be written to an
OutputStream. - Content() - Constructor for class org.springframework.boot.autoconfigure.web.WebProperties.Resources.Chain.Strategy.Content
- CONTENT_TYPE_004 - Enum constant in enum class org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus.PrometheusOutputFormat
-
Prometheus text version 0.0.4.
- CONTENT_TYPE_OPENMETRICS_100 - Enum constant in enum class org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus.PrometheusOutputFormat
-
OpenMetrics text version 1.0.0.
- CONTENT_TYPE_PROTOBUF - Enum constant in enum class org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus.PrometheusOutputFormat
-
Prometheus metrics protobuf.
- ContentFilter<T> - Interface in org.springframework.boot.loader.tools.layer
-
Callback interface that can be used to filter layer contents.
- contentLength() - Method in class org.springframework.boot.origin.OriginTrackedResource
- Contentnegotiation() - Constructor for class org.springframework.boot.webmvc.autoconfigure.WebMvcProperties.Contentnegotiation
- ContentSelector<T> - Interface in org.springframework.boot.loader.tools.layer
-
Strategy used by
CustomLayersto select the layer of an item. - context() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Accessor for the current application context.
- context() - Method in record class org.springframework.boot.buildpack.platform.docker.configuration.DockerConnectionConfiguration.Context
-
Returns the value of the
contextrecord component. - Context(String) - Constructor for record class org.springframework.boot.buildpack.platform.docker.configuration.DockerConnectionConfiguration.Context
-
Creates an instance of a
Contextrecord class. - ContextCloserListener(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
- ContextConditionsDescriptor(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ContextConditionsDescriptor
- ContextConsumer<C> - Interface in org.springframework.boot.test.context.runner
-
Callback interface used to process an
ApplicationContextwith the ability to throw a (checked) exception. - ContextExpressionDescriptor(Set) - Constructor for class org.springframework.boot.liquibase.actuate.endpoint.LiquibaseEndpoint.ContextExpressionDescriptor
- contextFactory(ApplicationContextFactory) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Explicitly set the factory used to create the application context.
- ContextIdApplicationContextInitializer - Class in org.springframework.boot.context
-
ApplicationContextInitializerthat sets the SpringApplicationContext ID. - ContextIdApplicationContextInitializer() - Constructor for class org.springframework.boot.context.ContextIdApplicationContextInitializer
- contextLoaded(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
-
Called once the application context has been loaded but before it has been refreshed.
- ContextPairs - Class in org.springframework.boot.logging.structured
-
Helper that can be used to add JSON pairs from context data (typically the logger MDC) in the correct location (or drop them altogether).
- ContextPairs.Joiner - Interface in org.springframework.boot.logging.structured
-
Joins a prefix and a name.
- ContextPairs.Pairs<T> - Class in org.springframework.boot.logging.structured
-
Callback used to add pairs.
- ContextPath - Class in org.springframework.boot.web.server.servlet
-
The context path of a servlet web server.
- contextPrepared(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
-
Called once the
ApplicationContexthas been created and prepared, but before sources have been loaded. - continueOnError(boolean) - Method in class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.Scripts
- contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.BuildInfoContributor
- contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.EnvironmentInfoContributor
- contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.GitInfoContributor
- contribute(Info.Builder) - Method in interface org.springframework.boot.actuate.info.InfoContributor
-
Contributes additional details using the specified
Builder. - contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.JavaInfoContributor
- contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.MapInfoContributor
- contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.OsInfoContributor
- contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.ProcessInfoContributor
- contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.SimpleInfoContributor
- contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.SslInfoContributor
- contributor() - Method in record class org.springframework.boot.health.contributor.HealthContributors.Entry
-
Returns the value of the
contributorrecord component. - contributor() - Method in record class org.springframework.boot.health.contributor.ReactiveHealthContributors.Entry
-
Returns the value of the
contributorrecord component. - Controlconnection() - Constructor for class org.springframework.boot.cassandra.autoconfigure.CassandraProperties.Controlconnection
- ControllerEndpoint - Annotation Interface in org.springframework.boot.actuate.endpoint.web.annotation
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ControllerEndpointDiscoverer - Class in org.springframework.boot.actuate.endpoint.web.annotation
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.3.0 in favor of
@Endpointand@WebEndpointsupport - ControllerEndpointDiscoverer(ApplicationContext, List, Collection) - Constructor for class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
-
Deprecated.Create a new
ControllerEndpointDiscovererinstance. - controllerEndpointHandlerMapping(ControllerEndpointsSupplier, CorsEndpointProperties, WebEndpointProperties, EndpointAccessResolver) - Method in class org.springframework.boot.webflux.autoconfigure.actuate.web.WebFluxEndpointManagementContextConfiguration
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ControllerEndpointHandlerMapping - Class in org.springframework.boot.webflux.actuate.endpoint.web
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.3.5 in favor of
@Endpointand@WebEndpointsupport - ControllerEndpointHandlerMapping - Class in org.springframework.boot.webmvc.actuate.endpoint.web
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.3.5 in favor of
@Endpointand@WebEndpointsupport - ControllerEndpointHandlerMapping(EndpointMapping, Collection, CorsConfiguration) - Constructor for class org.springframework.boot.webflux.actuate.endpoint.web.ControllerEndpointHandlerMapping
-
Deprecated.Create a new
ControllerEndpointHandlerMappinginstance providing mappings for the specified endpoints. - ControllerEndpointHandlerMapping(EndpointMapping, Collection, CorsConfiguration) - Constructor for class org.springframework.boot.webmvc.actuate.endpoint.web.ControllerEndpointHandlerMapping
-
Deprecated.Create a new
ControllerEndpointHandlerMappinginstance providing mappings for the specified endpoints. - ControllerEndpointHandlerMapping(EndpointMapping, Collection, CorsConfiguration, EndpointAccessResolver) - Constructor for class org.springframework.boot.webflux.actuate.endpoint.web.ControllerEndpointHandlerMapping
-
Deprecated.Create a new
ControllerEndpointHandlerMappinginstance providing mappings for the specified endpoints. - ControllerEndpointHandlerMapping(EndpointMapping, Collection, CorsConfiguration, EndpointAccessResolver) - Constructor for class org.springframework.boot.webmvc.actuate.endpoint.web.ControllerEndpointHandlerMapping
-
Deprecated.Create a new
ControllerEndpointHandlerMappinginstance providing mappings for the specified endpoints. - ControllerEndpointsSupplier - Interface in org.springframework.boot.actuate.endpoint.web.annotation
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.3.3 in favor of
@Endpointand@WebEndpointsupport - controllers() - Element in annotation interface org.springframework.boot.graphql.test.autoconfigure.GraphQlTest
-
Specifies the controllers to test.
- controllers() - Element in annotation interface org.springframework.boot.webflux.test.autoconfigure.WebFluxTest
-
Specifies the controllers to test.
- controllers() - Element in annotation interface org.springframework.boot.webmvc.test.autoconfigure.WebMvcTest
-
Specifies the controllers to test.
- ConversionServiceParameterValueMapper - Class in org.springframework.boot.actuate.endpoint.invoke.convert
-
ParameterValueMapperbacked by aConversionService. - ConversionServiceParameterValueMapper() - Constructor for class org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
-
Create a new
ConversionServiceParameterValueMapperinstance. - ConversionServiceParameterValueMapper(ConversionService) - Constructor for class org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
-
Create a new
ConversionServiceParameterValueMapperinstance backed by a specific conversion service. - convert(ILoggingEvent) - Method in class org.springframework.boot.logging.logback.CorrelationIdConverter
- convert(String) - Method in class org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
- convertNativeToSystem(T) - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
- convertSystemToNative(LogLevel) - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
- Cookie - Class in org.springframework.boot.web.server
-
Cookie properties.
- Cookie() - Constructor for class org.springframework.boot.web.server.Cookie
- COOKIE - Enum constant in enum class org.springframework.boot.web.server.servlet.Session.SessionTrackingMode
-
Send a cookie in response to the client's first request.
- COOKIE_HEADERS - Enum constant in enum class org.springframework.boot.actuate.web.exchanges.Include
-
Include "Cookie" header (if any) in request headers and "Set-Cookie" (if any) in response headers.
- Cookie.SameSite - Enum Class in org.springframework.boot.web.server
-
SameSite values.
- CookieSameSiteSupplier - Interface in org.springframework.boot.web.server.servlet
-
Strategy interface that can be used with
ConfigurableServletWebServerFactoryimplementations in order to supply customCookie.SameSitevalues for specificcookies. - copy(Path, Path, CopyOption...) - Method in class org.springframework.boot.loader.nio.file.NestedFileSystemProvider
- copy(Consumer) - Method in class org.springframework.boot.buildpack.platform.docker.type.ImageConfig
-
Create an updated copy of this image config.
- copyIfSet(Properties, String) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
-
Copy the specified key to the target
Propertiesif it is set. - corePoolSize(int) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
-
Set the core number of threads.
- CORRECT - Enum constant in enum class org.springframework.boot.availability.LivenessState
-
The application is running and its internal state is correct.
- Correlation() - Constructor for class org.springframework.boot.micrometer.tracing.autoconfigure.TracingProperties.Baggage.Correlation
- CORRELATION_PATTERN - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
-
Logging system property for the correlation pattern.
- CorrelationIdConverter - Class in org.springframework.boot.logging.log4j2
-
Log4j2
LogEventPatternConverterto convert aCorrelationIdFormatterpattern into formatted output using data from theMDC. - CorrelationIdConverter - Class in org.springframework.boot.logging.logback
-
Logback
DynamicConverterto convert aCorrelationIdFormatterpattern into formatted output using data from theMDCandEnvironment. - CorrelationIdConverter() - Constructor for class org.springframework.boot.logging.logback.CorrelationIdConverter
- CorrelationIdFormatter - Class in org.springframework.boot.logging
-
Utility class that can be used to format a correlation identifier for logging based on W3C recommendations.
- CorsEndpointProperties - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web
-
Configuration properties for web endpoints' CORS support.
- CorsEndpointProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
- Couchbase() - Constructor for class org.springframework.boot.cache.autoconfigure.CacheProperties.Couchbase
- COUCHBASE - Enum constant in enum class org.springframework.boot.autoconfigure.cache.CacheType
-
Couchbase backed caching.
- CouchbaseAutoConfiguration - Class in org.springframework.boot.couchbase.autoconfigure
-
Auto-configurationfor Couchbase. - CouchbaseCacheManagerBuilderCustomizer - Interface in org.springframework.boot.cache.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the
CouchbaseCacheManager.CouchbaseCacheManagerBuilderto fine-tune its auto-configuration before it is used to build the auto-configuredCouchbaseCacheManager. - CouchbaseConnectionDetails - Interface in org.springframework.boot.couchbase.autoconfigure
-
Details required to establish a connection to a Couchbase service.
- CouchbaseHealthContributorAutoConfiguration - Class in org.springframework.boot.couchbase.autoconfigure.health
- CouchbaseHealthIndicator - Class in org.springframework.boot.couchbase.health
-
HealthIndicatorfor Couchbase. - CouchbaseHealthIndicator(Cluster) - Constructor for class org.springframework.boot.couchbase.health.CouchbaseHealthIndicator
-
Create an indicator with the specified
Cluster. - CouchbaseProperties - Class in org.springframework.boot.couchbase.autoconfigure
-
Configuration properties for Couchbase.
- CouchbaseProperties() - Constructor for class org.springframework.boot.couchbase.autoconfigure.CouchbaseProperties
- CouchbaseProperties.Authentication - Class in org.springframework.boot.couchbase.autoconfigure
- CouchbaseProperties.Authentication.Jks - Class in org.springframework.boot.couchbase.autoconfigure
- CouchbaseProperties.Authentication.Pem - Class in org.springframework.boot.couchbase.autoconfigure
- CouchbaseProperties.Env - Class in org.springframework.boot.couchbase.autoconfigure
- CouchbaseProperties.Io - Class in org.springframework.boot.couchbase.autoconfigure
- CouchbaseProperties.Ssl - Class in org.springframework.boot.couchbase.autoconfigure
- CouchbaseProperties.Timeouts - Class in org.springframework.boot.couchbase.autoconfigure
- CouchbaseReactiveHealthContributorAutoConfiguration - Class in org.springframework.boot.couchbase.autoconfigure.health
- CouchbaseReactiveHealthIndicator - Class in org.springframework.boot.couchbase.health
-
A
ReactiveHealthIndicatorfor Couchbase. - CouchbaseReactiveHealthIndicator(Cluster) - Constructor for class org.springframework.boot.couchbase.health.CouchbaseReactiveHealthIndicator
-
Create a new
CouchbaseReactiveHealthIndicatorinstance. - CqlSessionBuilderCustomizer - Interface in org.springframework.boot.cassandra.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the
CqlSessionBuilderto fine-tune its auto-configuration before it creates aCqlSession. - create() - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
-
Create a new
DataSourceBuilderinstance. - create() - Method in class org.springframework.boot.r2dbc.OptionsCapableConnectionFactory
- create(T) - Method in interface org.springframework.boot.context.properties.PropertyMapper.Source.Always.Factory
-
Create a new instance for the given nullable value.
- create(SocketAcceptor) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- create(SocketAcceptor) - Method in interface org.springframework.boot.rsocket.server.RSocketServerFactory
-
Gets a new fully configured but paused
RSocketServerinstance. - create(File) - Static method in interface org.springframework.boot.loader.launch.Archive
- create(File) - Static method in class org.springframework.boot.loader.net.protocol.jar.JarUrl
-
Create a new jar URL.
- create(File, String) - Static method in class org.springframework.boot.loader.net.protocol.jar.JarUrl
-
Create a new jar URL.
- create(File, String, String) - Static method in class org.springframework.boot.loader.net.protocol.jar.JarUrl
-
Create a new jar URL.
- create(File, JarEntry) - Static method in class org.springframework.boot.loader.net.protocol.jar.JarUrl
-
Create a new jar URL.
- create(ClassLoader) - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
-
Create a new
DataSourceBuilderinstance. - create(Class) - Static method in interface org.springframework.boot.loader.launch.Archive
- create(ProtectionDomain) - Static method in interface org.springframework.boot.loader.launch.Archive
- create(Consumer) - Static method in class org.springframework.boot.jackson.JacksonMixinModuleEntries
-
Create an instance using the specified
JacksonMixinModuleEntries.Builder. - create(Consumer) - Static method in class org.springframework.boot.jackson2.JsonMixinModuleEntries
-
Deprecated.Create an instance using the specified
JsonMixinModuleEntries.Builder. - create(WebApplicationType) - Method in interface org.springframework.boot.ApplicationContextFactory
- create(DockerConnectionConfiguration) - Static method in interface org.springframework.boot.buildpack.platform.docker.transport.HttpTransport
-
Create the most suitable
HttpTransportbased on theDockerHost. - create(ContainerConfig, ImagePlatform, ContainerContent...) - Method in class org.springframework.boot.buildpack.platform.docker.DockerApi.ContainerApi
-
Create a new container a
ContainerConfig. - createApplicationContext() - Method in class org.springframework.boot.SpringApplication
-
Strategy method used to create the
ApplicationContext. - 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
- createClassLoader(Collection) - Method in class org.springframework.boot.loader.launch.ExecutableArchiveLauncher
- createClassLoader(Collection) - Method in class org.springframework.boot.loader.launch.Launcher
-
Create a classloader for the specified archives.
- createClassLoader(Collection) - Method in class org.springframework.boot.loader.launch.PropertiesLauncher
- createClassPathScanningCandidateComponentProvider(ApplicationContext) - Method in class org.springframework.boot.persistence.autoconfigure.EntityScanner
-
Create a
ClassPathScanningCandidateComponentProviderto scan entities based on the specifiedApplicationContext. - createClientHttpConnector(HttpClientSettings) - Method in class org.springframework.boot.http.client.reactive.HttpComponentsClientHttpConnectorBuilder
- createClientHttpConnector(HttpClientSettings) - Method in class org.springframework.boot.http.client.reactive.JdkClientHttpConnectorBuilder
- createClientHttpConnector(HttpClientSettings) - Method in class org.springframework.boot.http.client.reactive.JettyClientHttpConnectorBuilder
- createClientHttpConnector(HttpClientSettings) - Method in class org.springframework.boot.http.client.reactive.ReactorClientHttpConnectorBuilder
- createClientHttpRequestFactory(HttpClientSettings) - Method in class org.springframework.boot.http.client.HttpComponentsClientHttpRequestFactoryBuilder
- createClientHttpRequestFactory(HttpClientSettings) - Method in class org.springframework.boot.http.client.JdkClientHttpRequestFactoryBuilder
- createClientHttpRequestFactory(HttpClientSettings) - Method in class org.springframework.boot.http.client.JettyClientHttpRequestFactoryBuilder
- createClientHttpRequestFactory(HttpClientSettings) - Method in class org.springframework.boot.http.client.ReactorClientHttpRequestFactoryBuilder
- createClientHttpRequestFactory(HttpClientSettings) - Method in class org.springframework.boot.http.client.SimpleClientHttpRequestFactoryBuilder
- createClientSslEngine(String, int, String) - Method in class org.springframework.boot.kafka.autoconfigure.SslBundleSslEngineFactory
- createComposite(Map) - Method in class org.springframework.boot.health.autoconfigure.contributor.CompositeHealthContributorConfiguration
- createComposite(Map) - Method in class org.springframework.boot.health.autoconfigure.contributor.CompositeReactiveHealthContributorConfiguration
- createConnection(Socket, InputStream, OutputStream) - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
-
Factory method used to create the
Connection. - createConnector(InetSocketAddress, Server) - Method in class org.springframework.boot.jetty.JettyWebServerFactory
- createConnector(InetSocketAddress, Server, Executor, Scheduler, ByteBufferPool) - Method in class org.springframework.boot.jetty.JettyWebServerFactory
- createContextCloserListener(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
-
Subclasses may override to create their own subclass of ContextCloserListener.
- createContributor(Map) - Method in class org.springframework.boot.health.autoconfigure.contributor.CompositeHealthContributorConfiguration
- createContributor(Map) - Method in class org.springframework.boot.health.autoconfigure.contributor.CompositeReactiveHealthContributorConfiguration
- createContributor(Map) - Method in class org.springframework.boot.r2dbc.autoconfigure.health.ConnectionFactoryHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.couchbase.autoconfigure.health.CouchbaseHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.couchbase.autoconfigure.health.CouchbaseReactiveHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.data.elasticsearch.autoconfigure.health.DataElasticsearchReactiveHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.data.redis.autoconfigure.health.DataRedisHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.data.redis.autoconfigure.health.DataRedisReactiveHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.elasticsearch.autoconfigure.health.ElasticsearchRestHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.hazelcast.autoconfigure.health.HazelcastHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.jms.autoconfigure.health.JmsHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.ldap.autoconfigure.health.LdapHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.mail.autoconfigure.MailHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.mongodb.autoconfigure.health.MongoHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.mongodb.autoconfigure.health.MongoReactiveHealthContributorAutoConfiguration
- createContributor(Map) - Method in class org.springframework.boot.amqp.autoconfigure.health.RabbitHealthContributorAutoConfiguration
- createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.health.autoconfigure.contributor.CompositeHealthContributorConfiguration
-
Creates a composite contributor from the beans of the given
beanTyperetrieved from the givenbeanFactory. - createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.health.autoconfigure.contributor.CompositeReactiveHealthContributorConfiguration
-
Creates a composite contributor from the beans of the given
beanTyperetrieved from the givenbeanFactory. - createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.r2dbc.autoconfigure.health.ConnectionFactoryHealthContributorAutoConfiguration
-
Creates a composite contributor from the beans of the given
beanTyperetrieved from the givenbeanFactory. - createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.couchbase.autoconfigure.health.CouchbaseHealthContributorAutoConfiguration
-
Creates a composite contributor from the beans of the given
beanTyperetrieved from the givenbeanFactory. - createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.couchbase.autoconfigure.health.CouchbaseReactiveHealthContributorAutoConfiguration
-
Creates a composite contributor from the beans of the given
beanTyperetrieved from the givenbeanFactory. - createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.data.elasticsearch.autoconfigure.health.DataElasticsearchReactiveHealthContributorAutoConfiguration
-
Creates a composite contributor from the beans of the given
beanTyperetrieved from the givenbeanFactory. - createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.data.redis.autoconfigure.health.DataRedisHealthContributorAutoConfiguration
-
Creates a composite contributor from the beans of the given
beanTyperetrieved from the givenbeanFactory. - createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.data.redis.autoconfigure.health.DataRedisReactiveHealthContributorAutoConfiguration
-
Creates a composite contributor from the beans of the given
beanTyperetrieved from the givenbeanFactory. - createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.elasticsearch.autoconfigure.health.ElasticsearchRestHealthContributorAutoConfiguration
-
Creates a composite contributor from the beans of the given
beanTyperetrieved from the givenbeanFactory. - createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.hazelcast.autoconfigure.health.HazelcastHealthContributorAutoConfiguration
-
Creates a composite contributor from the beans of the given
beanTyperetrieved from the givenbeanFactory. - createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.jms.autoconfigure.health.JmsHealthContributorAutoConfiguration
-
Creates a composite contributor from the beans of the given
beanTyperetrieved from the givenbeanFactory. - createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.ldap.autoconfigure.health.LdapHealthContributorAutoConfiguration
-
Creates a composite contributor from the beans of the given
beanTyperetrieved from the givenbeanFactory. - createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.mail.autoconfigure.MailHealthContributorAutoConfiguration
-
Creates a composite contributor from the beans of the given
beanTyperetrieved from the givenbeanFactory. - createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.mongodb.autoconfigure.health.MongoHealthContributorAutoConfiguration
-
Creates a composite contributor from the beans of the given
beanTyperetrieved from the givenbeanFactory. - createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.mongodb.autoconfigure.health.MongoReactiveHealthContributorAutoConfiguration
-
Creates a composite contributor from the beans of the given
beanTyperetrieved from the givenbeanFactory. - createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.amqp.autoconfigure.health.RabbitHealthContributorAutoConfiguration
-
Creates a composite contributor from the beans of the given
beanTyperetrieved from the givenbeanFactory. - createDelegate(WebEndpointProperties) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.LinksServerWebExchangeMatcher
- createDelegate(PathMappedEndpoints) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
- createDelegate(PathMappedEndpoints) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
- createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
- createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.EndpointRequestMatcher
- createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - Method in class org.springframework.boot.security.autoconfigure.actuate.web.servlet.EndpointRequest.LinksRequestMatcher
- createDirectory(Path, FileAttribute...) - Method in class org.springframework.boot.loader.nio.file.NestedFileSystemProvider
- createEndpoint(Object, EndpointId, Access, Collection) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
-
Factory method called to create the
endpoint. - createEndpoint(Object, EndpointId, Access, Collection) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
- createEndpoint(Object, EndpointId, Access, Collection) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
-
Deprecated.
- createEndpoint(Object, EndpointId, Access, Collection) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
-
Deprecated.
- createEndpoint(Object, EndpointId, Access, Collection) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
- createEnvironment() - Method in class org.springframework.boot.web.context.reactive.AnnotationConfigReactiveWebApplicationContext
- createEnvironment() - Method in class org.springframework.boot.web.context.reactive.GenericReactiveWebApplicationContext
- createEnvironment(WebApplicationType) - Method in interface org.springframework.boot.ApplicationContextFactory
-
Create a new
Environmentto be set on thecreatedapplication context. - createExpectationManager() - Method in class org.springframework.boot.restclient.test.MockServerRestClientCustomizer
- createExpectationManager() - Method in class org.springframework.boot.restclient.test.MockServerRestTemplateCustomizer
- createFormatter(Instantiator) - Method in interface org.springframework.boot.logging.structured.StructuredLogFormatterFactory.CommonFormatterFactory
-
Create the
StructuredLogFormatterinstance. - createHandlerMethod(Object, Method) - Method in class org.springframework.boot.webflux.actuate.endpoint.web.AbstractWebFluxEndpointHandlerMapping
- createHandlerMethod(Object, Method) - Method in class org.springframework.boot.webmvc.actuate.endpoint.web.AbstractWebMvcEndpointHandlerMapping
- createHeapDumper() - Method in class org.springframework.boot.actuate.management.HeapDumpWebEndpoint
-
Factory method used to create the
HeapDumpWebEndpoint.HeapDumper. - createIndicator(B) - Method in class org.springframework.boot.health.autoconfigure.contributor.CompositeHealthContributorConfiguration
- createIndicator(B) - Method in class org.springframework.boot.health.autoconfigure.contributor.CompositeReactiveHealthContributorConfiguration
- createIndicator(ConnectionFactory) - Method in class org.springframework.boot.r2dbc.autoconfigure.health.ConnectionFactoryHealthContributorAutoConfiguration
- createIndicator(Cluster) - Method in class org.springframework.boot.couchbase.autoconfigure.health.CouchbaseHealthContributorAutoConfiguration
- createIndicator(Cluster) - Method in class org.springframework.boot.couchbase.autoconfigure.health.CouchbaseReactiveHealthContributorAutoConfiguration
- createIndicator(ReactiveElasticsearchClient) - Method in class org.springframework.boot.data.elasticsearch.autoconfigure.health.DataElasticsearchReactiveHealthContributorAutoConfiguration
- createIndicator(RedisConnectionFactory) - Method in class org.springframework.boot.data.redis.autoconfigure.health.DataRedisHealthContributorAutoConfiguration
- createIndicator(ReactiveRedisConnectionFactory) - Method in class org.springframework.boot.data.redis.autoconfigure.health.DataRedisReactiveHealthContributorAutoConfiguration
- createIndicator(Rest5Client) - Method in class org.springframework.boot.elasticsearch.autoconfigure.health.ElasticsearchRestHealthContributorAutoConfiguration
- createIndicator(HazelcastInstance) - Method in class org.springframework.boot.hazelcast.autoconfigure.health.HazelcastHealthContributorAutoConfiguration
- createIndicator(ConnectionFactory) - Method in class org.springframework.boot.jms.autoconfigure.health.JmsHealthContributorAutoConfiguration
- createIndicator(LdapOperations) - Method in class org.springframework.boot.ldap.autoconfigure.health.LdapHealthContributorAutoConfiguration
- createIndicator(JavaMailSenderImpl) - Method in class org.springframework.boot.mail.autoconfigure.MailHealthContributorAutoConfiguration
- createIndicator(MongoClient) - Method in class org.springframework.boot.mongodb.autoconfigure.health.MongoHealthContributorAutoConfiguration
- createIndicator(MongoClient) - Method in class org.springframework.boot.mongodb.autoconfigure.health.MongoReactiveHealthContributorAutoConfiguration
- createIndicator(RabbitTemplate) - Method in class org.springframework.boot.amqp.autoconfigure.health.RabbitHealthContributorAutoConfiguration
- createJettyServer(ServletHttpHandlerAdapter) - Method in class org.springframework.boot.jetty.reactive.JettyReactiveWebServerFactory
- createJpaVendorAdapter() - Method in class org.springframework.boot.jpa.autoconfigure.JpaBaseConfiguration
- createManagementContext(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextFactory
- createModifiedConfig(MergedContextConfiguration, Class[]) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
-
Create a new
MergedContextConfigurationwith different classes. - createModifiedConfig(MergedContextConfiguration, Class[], String[]) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
-
Create a new
MergedContextConfigurationwith different classes and properties. - createMongoClient(MongoClientSettings) - Method in class org.springframework.boot.mongodb.autoconfigure.MongoClientFactorySupport
- createMultipartConfig() - Method in class org.springframework.boot.servlet.autoconfigure.MultipartProperties
-
Create a new
MultipartConfigElementusing the properties. - createMultipartConfig() - Method in class org.springframework.boot.servlet.MultipartConfigFactory
-
Create a new
MultipartConfigElementinstance. - createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
-
Factory method to create an
endpoint operation. - createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
- createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
-
Deprecated.
- createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
-
Deprecated.
- createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
- createOperationKey(O) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
-
Create an
EndpointDiscoverer.OperationKeyfor the given operation. - createOperationKey(JmxOperation) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
- createOperationKey(Operation) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
-
Deprecated.
- createOperationKey(Operation) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
-
Deprecated.
- createOperationKey(WebOperation) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
- createPooledConnectionFactory(ConnectionFactory) - Method in class org.springframework.boot.jms.autoconfigure.JmsPoolConnectionFactoryFactory
-
Create aÂ
JmsPoolConnectionFactorybased on the specifiedConnectionFactory. - createPropertyResolver(MutablePropertySources) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
-
Create a new
PropertyResolverthat resolves property values against an underlying set ofPropertySources. - createPropertyResolver(MutablePropertySources) - Method in class org.springframework.boot.web.context.servlet.ApplicationServletEnvironment
- createRegistrationBean(String, T, int) - Method in interface org.springframework.boot.web.servlet.ServletContextInitializerBeans.RegistrationBeanAdapter
- createRelative(String) - Method in class org.springframework.boot.origin.OriginTrackedResource
- createRetryPolicy() - Method in class org.springframework.boot.retry.RetryPolicySettings
-
Create a
RetryPolicybased on the state of this instance. - createRetryTemplate(RabbitProperties.Retry) - Method in class org.springframework.boot.amqp.autoconfigure.RabbitTemplateConfigurer
- createRootApplicationContext(ServletContext) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
- createServerSslEngine(String, int) - Method in class org.springframework.boot.kafka.autoconfigure.SslBundleSslEngineFactory
- createSpringApplication(ResourceLoader, Class...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Creates a new
SpringApplicationinstance from the given sources using the givenResourceLoader. - createSpringApplicationBuilder() - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
Returns the
SpringApplicationBuilderthat is used to configure and create theSpringApplication. - createSslContext() - Method in interface org.springframework.boot.ssl.SslBundle
-
Factory method to create a new
SSLContextfor this bundle. - createSslContext(String) - Method in interface org.springframework.boot.ssl.SslManagerBundle
-
Factory method to create a new
SSLContextfor thekey managersandtrust managersmanaged by this instance. - createSslContextSpec(SslBundle) - Method in class org.springframework.boot.reactor.netty.SslServerCustomizer
-
Create an
AbstractProtocolSslContextSpecfor a givenSslBundle. - createSubPath(String) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointMapping
- createTempDir(String) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-
Return the absolute temp dir for given web server.
- createTester(Class, ResolvableType, M) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
- createTomcat() - Method in class org.springframework.boot.tomcat.TomcatWebServerFactory
- createView(String) - Method in class org.springframework.boot.mustache.reactive.view.MustacheViewResolver
- Creator - Class in org.springframework.boot.buildpack.platform.build
-
Identifying information about the tooling that created a builder.
- Credential() - Constructor for class org.springframework.boot.ldap.autoconfigure.embedded.EmbeddedLdapProperties.Credential
- Credential() - Constructor for class org.springframework.boot.security.saml2.autoconfigure.Saml2RelyingPartyProperties.AssertingParty.Verification.Credential
- Credential() - Constructor for class org.springframework.boot.security.saml2.autoconfigure.Saml2RelyingPartyProperties.Decryption.Credential
- Credential() - Constructor for class org.springframework.boot.security.saml2.autoconfigure.Saml2RelyingPartyProperties.Registration.Signing.Credential
- CronTriggerDescriptor(CronTrigger) - Constructor for class org.springframework.boot.quartz.actuate.endpoint.QuartzEndpoint.CronTriggerDescriptor
- CSS - Enum constant in enum class org.springframework.boot.security.autoconfigure.web.StaticResourceLocation
-
Resources under
"/css". - CURRENT - Enum constant in enum class org.springframework.boot.autoconfigure.condition.SearchStrategy
-
Search only the current context.
- CUSTOM - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
-
Marker for custom scope when custom configuration is used.
- customize(B) - Method in interface org.springframework.boot.http.client.autoconfigure.ClientHttpRequestFactoryBuilderCustomizer
-
Customize the given builder.
- customize(B) - Method in interface org.springframework.boot.http.client.autoconfigure.reactive.ClientHttpConnectorBuilderCustomizer
-
Customize the given builder.
- customize(Rest5ClientBuilder) - Method in interface org.springframework.boot.elasticsearch.autoconfigure.Rest5ClientBuilderCustomizer
-
Customize the
Rest5ClientBuilder. - customize(ClusterEnvironment.Builder) - Method in interface org.springframework.boot.couchbase.autoconfigure.ClusterEnvironmentBuilderCustomizer
-
Customize the
ClusterEnvironment.Builder. - customize(ProgrammaticDriverConfigLoaderBuilder) - Method in interface org.springframework.boot.cassandra.autoconfigure.DriverConfigLoaderBuilderCustomizer
-
Customize the DriverConfigLoader builder.
- customize(CqlSessionBuilder) - Method in interface org.springframework.boot.cassandra.autoconfigure.CqlSessionBuilderCustomizer
-
Customize the
CqlSessionBuilder. - customize(GsonBuilder) - Method in interface org.springframework.boot.gson.autoconfigure.GsonBuilderCustomizer
-
Customize the GsonBuilder.
- customize(Config) - Method in interface org.springframework.boot.hazelcast.autoconfigure.HazelcastConfigCustomizer
-
Customize the configuration.
- customize(MongoClientSettings.Builder) - Method in interface org.springframework.boot.mongodb.autoconfigure.MongoClientSettingsBuilderCustomizer
-
Customize the
MongoClientSettings.Builder. - customize(MongoClientSettings.Builder) - Method in class org.springframework.boot.mongodb.autoconfigure.StandardMongoClientSettingsBuilderCustomizer
- customize(ConnectionFactory) - Method in interface org.springframework.boot.amqp.autoconfigure.ConnectionFactoryCustomizer
-
Customize the
ConnectionFactory. - customize(EnvironmentBuilder) - Method in interface org.springframework.boot.amqp.autoconfigure.EnvironmentBuilderCustomizer
-
Customize the
EnvironmentBuilder. - customize(ClientOptions.Builder) - Method in interface org.springframework.boot.data.redis.autoconfigure.LettuceClientOptionsBuilderCustomizer
-
Customize the
ClientOptions.Builder. - customize(ClientResources.Builder) - Method in interface org.springframework.boot.data.redis.autoconfigure.ClientResourcesBuilderCustomizer
-
Customize the
ClientResources.Builder. - customize(OtlpHttpSpanExporterBuilder) - Method in interface org.springframework.boot.micrometer.tracing.autoconfigure.otlp.OtlpHttpSpanExporterBuilderCustomizer
-
Customize the
OtlpHttpSpanExporterBuilder. - customize(OtlpGrpcSpanExporterBuilder) - Method in interface org.springframework.boot.micrometer.tracing.autoconfigure.otlp.OtlpGrpcSpanExporterBuilderCustomizer
-
Customize the
OtlpGrpcSpanExporterBuilder. - customize(SdkLoggerProviderBuilder) - Method in interface org.springframework.boot.opentelemetry.autoconfigure.SdkLoggerProviderBuilderCustomizer
-
Customize the given
builder. - customize(SdkTracerProviderBuilder) - Method in interface org.springframework.boot.micrometer.tracing.autoconfigure.SdkTracerProviderBuilderCustomizer
-
Customize the given
builder. - customize(ProxyConnectionFactory.Builder) - Method in interface org.springframework.boot.r2dbc.autoconfigure.ProxyConnectionFactoryCustomizer
-
Callback to customize a
ProxyConnectionFactory.Builderinstance. - customize(ConnectionFactoryOptions.Builder) - Method in interface org.springframework.boot.r2dbc.autoconfigure.ConnectionFactoryOptionsBuilderCustomizer
-
Customize the
ConnectionFactoryOptions.Builder. - customize(RSocketServer) - Method in interface org.springframework.boot.rsocket.server.RSocketServerCustomizer
-
Callback to customize a
RSocketServerinstance. - customize(Configuration) - Method in interface org.springframework.boot.validation.autoconfigure.ValidationConfigurationCustomizer
-
Customize the given
configuration. - customize(HttpClient.Builder) - Method in interface org.springframework.boot.zipkin.autoconfigure.ZipkinHttpClientBuilderCustomizer
-
Customize the http client builder.
- customize(Map) - Method in interface org.springframework.boot.hibernate.autoconfigure.HibernatePropertiesCustomizer
-
Customize the specified JPA vendor properties.
- customize(Properties) - Method in interface org.springframework.boot.cache.autoconfigure.JCachePropertiesCustomizer
-
Customize the properties.
- customize(CacheManager) - Method in interface org.springframework.boot.cache.autoconfigure.JCacheManagerCustomizer
-
Customize the cache manager.
- customize(JsonBuilder) - Method in interface org.springframework.boot.kotlin.serialization.autoconfigure.KotlinSerializationJsonBuilderCustomizer
-
Customize the Kotlin Serialization
JsonthroughJsonBuilder. - customize(ActiveMQConnectionFactory) - Method in interface org.springframework.boot.activemq.autoconfigure.ActiveMQConnectionFactoryCustomizer
-
Customize the
ActiveMQConnectionFactory. - customize(Configuration) - Method in interface org.springframework.boot.artemis.autoconfigure.ArtemisConfigurationCustomizer
-
Customize the configuration.
- customize(Connector) - Method in class org.springframework.boot.tomcat.CompressionConnectorCustomizer
- customize(Connector) - Method in interface org.springframework.boot.tomcat.TomcatConnectorCustomizer
-
Customize the connector.
- customize(Context) - Method in class org.springframework.boot.tomcat.DisableReferenceClearingContextCustomizer
- customize(Context) - Method in interface org.springframework.boot.tomcat.TomcatContextCustomizer
-
Customize the context.
- customize(ConnectionConfig.Builder) - Method in interface org.springframework.boot.elasticsearch.autoconfigure.Rest5ClientBuilderCustomizer
-
Customize the
ConnectionConfig.Builder. - customize(RequestConfig.Builder) - Method in interface org.springframework.boot.elasticsearch.autoconfigure.Rest5ClientBuilderCustomizer
-
Customize the
RequestConfig.Builder. - customize(HttpAsyncClientBuilder) - Method in interface org.springframework.boot.elasticsearch.autoconfigure.Rest5ClientBuilderCustomizer
-
Customize the
HttpAsyncClientBuilder. - customize(PoolingAsyncClientConnectionManagerBuilder) - Method in interface org.springframework.boot.elasticsearch.autoconfigure.Rest5ClientBuilderCustomizer
-
Customize the
PoolingAsyncClientConnectionManagerBuilder. - customize(Cache2kBuilder) - Method in interface org.springframework.boot.cache.autoconfigure.Cache2kBuilderCustomizer
-
Customize the default cache settings.
- customize(Server) - Method in class org.springframework.boot.jetty.ForwardHeadersCustomizer
- customize(Server) - Method in interface org.springframework.boot.jetty.JettyServerCustomizer
-
Customize the server.
- customize(FluentConfiguration) - Method in interface org.springframework.boot.flyway.autoconfigure.FlywayConfigurationCustomizer
-
Customize the flyway configuration.
- customize(DefaultConfiguration) - Method in interface org.springframework.boot.jooq.autoconfigure.DefaultConfigurationCustomizer
-
Customize the
jOOQ Configuration. - customize(Config.ConfigBuilder) - Method in interface org.springframework.boot.neo4j.autoconfigure.ConfigBuilderCustomizer
-
Customize the
Config.ConfigBuilder. - customize(HtmlUnitDriver) - Method in interface org.springframework.boot.webmvc.test.autoconfigure.MockMvcHtmlUnitDriverCustomizer
-
Customize the MockMvc HtmlUnitDriver.
- customize(RabbitTemplate) - Method in interface org.springframework.boot.amqp.autoconfigure.RabbitTemplateCustomizer
-
Callback to customize a
RabbitTemplateinstance. - customize(RabbitRetryTemplateSettings) - Method in interface org.springframework.boot.amqp.autoconfigure.RabbitTemplateRetrySettingsCustomizer
-
Callback to customize the
RabbitRetryTemplateSettingsto create theRetryTemplateused as part ofRabbitTemplateoperations. - customize(ConfigurableJettyWebServerFactory) - Method in class org.springframework.boot.jetty.autoconfigure.JettyVirtualThreadsWebServerFactoryCustomizer
- customize(ConfigurableJettyWebServerFactory) - Method in class org.springframework.boot.jetty.autoconfigure.JettyWebServerFactoryCustomizer
- customize(JettyReactiveWebServerFactory) - Method in class org.springframework.boot.jetty.autoconfigure.reactive.WebSocketJettyReactiveWebServerFactoryCustomizer
- customize(JettyServletWebServerFactory) - Method in class org.springframework.boot.jetty.autoconfigure.servlet.WebSocketJettyServletWebServerFactoryCustomizer
- customize(EntityManagerFactoryBuilder) - Method in interface org.springframework.boot.jpa.autoconfigure.EntityManagerFactoryBuilderCustomizer
-
Customize the given
builder. - customize(JsonWriter.Members) - Method in interface org.springframework.boot.logging.structured.StructuredLoggingJsonMembersCustomizer
-
Customize the given
JsonWriter.Membersinstance. - customize(NettyReactiveWebServerFactory) - Method in class org.springframework.boot.reactor.netty.autoconfigure.NettyReactiveWebServerFactoryCustomizer
- customize(RetryPolicySettings) - Method in interface org.springframework.boot.amqp.autoconfigure.RabbitListenerRetrySettingsCustomizer
-
Callback to customize the
RetryPolicySettingsto create theRetryPolicyused by message listeners. - customize(SslBundle, Map) - Method in class org.springframework.boot.tomcat.SslConnectorCustomizer
- customize(ConfigurableTomcatWebServerFactory) - Method in class org.springframework.boot.tomcat.autoconfigure.TomcatVirtualThreadsWebServerFactoryCustomizer
- customize(ConfigurableTomcatWebServerFactory) - Method in class org.springframework.boot.tomcat.autoconfigure.TomcatWebServerFactoryCustomizer
- customize(ConfigurableTomcatWebServerFactory) - Method in class org.springframework.boot.tomcat.autoconfigure.WebSocketTomcatWebServerFactoryCustomizer
- customize(ConfigurableReactiveWebServerFactory) - Method in class org.springframework.boot.web.server.autoconfigure.reactive.ReactiveWebServerFactoryCustomizer
- customize(ConfigurableServletWebServerFactory) - Method in class org.springframework.boot.web.server.autoconfigure.servlet.ServletWebServerFactoryCustomizer
- customize(ConfigurableConversionService) - Method in interface org.springframework.boot.batch.autoconfigure.BatchConversionServiceCustomizer
-
Customize the
ConfigurableConversionService. - customize(SimpleAsyncTaskExecutor) - Method in interface org.springframework.boot.task.SimpleAsyncTaskExecutorCustomizer
-
Callback to customize a
SimpleAsyncTaskExecutorinstance. - customize(CouchbaseCacheManager.CouchbaseCacheManagerBuilder) - Method in interface org.springframework.boot.cache.autoconfigure.CouchbaseCacheManagerBuilderCustomizer
-
Customize the
CouchbaseCacheManager.CouchbaseCacheManagerBuilder. - customize(RedisCacheManager.RedisCacheManagerBuilder) - Method in interface org.springframework.boot.cache.autoconfigure.RedisCacheManagerBuilderCustomizer
-
Customize the
RedisCacheManager.RedisCacheManagerBuilder. - customize(JedisClientConfiguration.JedisClientConfigurationBuilder) - Method in interface org.springframework.boot.data.redis.autoconfigure.JedisClientConfigurationBuilderCustomizer
-
Customize the
JedisClientConfiguration.JedisClientConfigurationBuilder. - customize(LettuceClientConfiguration.LettuceClientConfigurationBuilder) - Method in interface org.springframework.boot.data.redis.autoconfigure.LettuceClientConfigurationBuilderCustomizer
-
Customize the
LettuceClientConfiguration.LettuceClientConfigurationBuilder. - customize(GraphQlSource.SchemaResourceBuilder) - Method in interface org.springframework.boot.graphql.autoconfigure.GraphQlSourceBuilderCustomizer
-
Customize the
Builderinstance. - customize(CodecConfigurer) - Method in interface org.springframework.boot.http.codec.CodecCustomizer
-
Callback to customize a
CodecConfigurerinstance. - customize(HttpMessageConverters.ClientBuilder) - Method in interface org.springframework.boot.http.converter.autoconfigure.ClientHttpMessageConvertersCustomizer
-
Callback to customize a
HttpMessageConverters.ClientBuilderinstance. - customize(HttpMessageConverters.ServerBuilder) - Method in interface org.springframework.boot.http.converter.autoconfigure.ServerHttpMessageConvertersCustomizer
-
Callback to customize a
HttpMessageConverters.ServerBuilderinstance. - customize(Jackson2ObjectMapperBuilder) - Method in interface org.springframework.boot.jackson2.autoconfigure.Jackson2ObjectMapperBuilderCustomizer
-
Deprecated.Customize the JacksonObjectMapperBuilder.
- customize(PollerMetadata) - Method in interface org.springframework.boot.integration.autoconfigure.PollerMetadataCustomizer
-
Customize the
PollerMetadata. - customize(ResourceDatabasePopulator) - Method in class org.springframework.boot.jdbc.init.DataSourceScriptDatabaseInitializer
-
Customize the
ResourceDatabasePopulator. - customize(ResourceDatabasePopulator) - Method in class org.springframework.boot.quartz.autoconfigure.QuartzDataSourceScriptDatabaseInitializer
- customize(DefaultKafkaConsumerFactory) - Method in interface org.springframework.boot.kafka.autoconfigure.DefaultKafkaConsumerFactoryCustomizer
-
Customize the
DefaultKafkaConsumerFactory. - customize(DefaultKafkaProducerFactory) - Method in interface org.springframework.boot.kafka.autoconfigure.DefaultKafkaProducerFactoryCustomizer
-
Customize the
DefaultKafkaProducerFactory. - customize(RSocketMessageHandler) - Method in interface org.springframework.boot.rsocket.autoconfigure.RSocketMessageHandlerCustomizer
-
Customize the
RSocketMessageHandler. - customize(RSocketStrategies.Builder) - Method in interface org.springframework.boot.rsocket.messaging.RSocketStrategiesCustomizer
-
Callback to customize a
RSocketStrategies.builder()instance. - customize(MockMvcRestDocumentationConfigurer) - Method in interface org.springframework.boot.restdocs.test.autoconfigure.RestDocsMockMvcConfigurationCustomizer
-
Customize the given
configurer. - customize(WebTestClientRestDocumentationConfigurer) - Method in interface org.springframework.boot.restdocs.test.autoconfigure.RestDocsWebTestClientConfigurationCustomizer
-
Customize the given
configurer. - customize(SimpleAsyncTaskScheduler) - Method in interface org.springframework.boot.task.SimpleAsyncTaskSchedulerCustomizer
-
Callback to customize a
SimpleAsyncTaskSchedulerinstance. - customize(ThreadPoolTaskExecutor) - Method in interface org.springframework.boot.task.ThreadPoolTaskExecutorCustomizer
-
Callback to customize a
ThreadPoolTaskExecutorinstance. - customize(ThreadPoolTaskScheduler) - Method in interface org.springframework.boot.task.ThreadPoolTaskSchedulerCustomizer
-
Callback to customize a
ThreadPoolTaskSchedulerinstance. - customize(SchedulerFactoryBean) - Method in interface org.springframework.boot.quartz.autoconfigure.SchedulerFactoryBeanCustomizer
-
Customize the
SchedulerFactoryBean. - customize(NimbusJwtDecoder.JwkSetUriJwtDecoderBuilder) - Method in interface org.springframework.boot.security.oauth2.server.resource.autoconfigure.servlet.JwkSetUriJwtDecoderBuilderCustomizer
-
Customize the given
builder. - customize(NimbusReactiveJwtDecoder.JwkSetUriReactiveJwtDecoderBuilder) - Method in interface org.springframework.boot.security.oauth2.server.resource.autoconfigure.reactive.JwkSetUriReactiveJwtDecoderBuilderCustomizer
-
Customize the given
builder. - customize(DefaultCookieSerializer) - Method in interface org.springframework.boot.session.autoconfigure.DefaultCookieSerializerCustomizer
-
Customize the cookie serializer.
- customize(WebTestClient.Builder) - Method in class org.springframework.boot.webtestclient.SpringBootWebTestClientBuilderCustomizer
- customize(WebTestClient.Builder) - Method in interface org.springframework.boot.webtestclient.WebTestClientBuilderCustomizer
-
Customize the given
builder. - customize(RestTestClient.Builder) - Method in interface org.springframework.boot.resttestclient.autoconfigure.RestTestClientBuilderCustomizer
-
Customize the given
RestTestClient.Builder. - customize(RestTestClient.Builder) - Method in class org.springframework.boot.resttestclient.autoconfigure.SpringBootRestTestClientBuilderCustomizer
- customize(ConfigurableMockMvcBuilder) - Method in class org.springframework.boot.restdocs.test.autoconfigure.RestDocsMockMvcBuilderCustomizer
- customize(ConfigurableMockMvcBuilder) - Method in interface org.springframework.boot.webmvc.test.autoconfigure.MockMvcBuilderCustomizer
-
Customize the given
builder. - customize(ConfigurableMockMvcBuilder) - Method in class org.springframework.boot.webmvc.test.autoconfigure.SpringBootMockMvcBuilderCustomizer
- customize(AbstractPlatformTransactionManager) - Method in class org.springframework.boot.transaction.autoconfigure.TransactionProperties
- customize(TransactionManager) - Method in class org.springframework.boot.transaction.autoconfigure.TransactionManagerCustomizers
-
Customize the given
transactionManager. - customize(RestClient.Builder) - Method in class org.springframework.boot.restclient.autoconfigure.HttpMessageConvertersRestClientCustomizer
- customize(RestClient.Builder) - Method in class org.springframework.boot.restclient.observation.ObservationRestClientCustomizer
- customize(RestClient.Builder) - Method in interface org.springframework.boot.restclient.RestClientCustomizer
-
Callback to customize a
RestClient.Builderinstance. - customize(RestClient.Builder) - Method in class org.springframework.boot.restclient.test.MockServerRestClientCustomizer
- customize(RestTemplate) - Method in class org.springframework.boot.restclient.observation.ObservationRestTemplateCustomizer
- customize(RestTemplate) - Method in interface org.springframework.boot.restclient.RestTemplateCustomizer
-
Callback to customize a
RestTemplateinstance. - customize(RestTemplate) - Method in class org.springframework.boot.restclient.test.MockServerRestTemplateCustomizer
- customize(ForwardedHeaderFilter) - Method in interface org.springframework.boot.web.server.autoconfigure.servlet.ForwardedHeaderFilterCustomizer
-
Customizes the given
filter. - customize(ResourceHandlerRegistration) - Method in interface org.springframework.boot.webflux.autoconfigure.ResourceHandlerRegistrationCustomizer
-
Customize the given
ResourceHandlerRegistration. - customize(WebClient.Builder) - Method in class org.springframework.boot.webclient.autoconfigure.WebClientCodecCustomizer
- customize(WebClient.Builder) - Method in class org.springframework.boot.webclient.observation.ObservationWebClientCustomizer
- customize(WebClient.Builder) - Method in interface org.springframework.boot.webclient.WebClientCustomizer
-
Callback to customize a
WebClient.Builderinstance. - customize(WebHttpHandlerBuilder) - Method in interface org.springframework.boot.webflux.autoconfigure.WebHttpHandlerBuilderCustomizer
-
Callback to customize a
WebHttpHandlerBuilderinstance. - customize(WebServiceTemplate) - Method in interface org.springframework.boot.webservices.client.WebServiceTemplateCustomizer
-
Callback to customize a
WebServiceTemplateinstance. - customize(T) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementWebServerFactoryCustomizer
- customize(T) - Method in interface org.springframework.boot.cache.autoconfigure.CacheManagerCustomizer
-
Customize the cache manager.
- customize(T) - Method in class org.springframework.boot.cache.autoconfigure.CacheManagerCustomizers
-
Customize the specified
CacheManager. - customize(T) - Method in interface org.springframework.boot.micrometer.metrics.autoconfigure.MeterRegistryCustomizer
-
Customize the given
registry. - customize(T) - Method in interface org.springframework.boot.micrometer.observation.autoconfigure.ObservationRegistryCustomizer
-
Customize the given
registry. - customize(T) - Method in interface org.springframework.boot.pulsar.autoconfigure.PulsarContainerFactoryCustomizer
-
Customize the container factory.
- customize(T) - Method in interface org.springframework.boot.restclient.RestTemplateRequestCustomizer
-
Customize the specified
ClientHttpRequest. - customize(T) - Method in interface org.springframework.boot.tomcat.TomcatProtocolHandlerCustomizer
-
Customize the protocol handler.
- customize(T) - Method in interface org.springframework.boot.transaction.autoconfigure.TransactionManagerCustomizer
-
Customize the given transaction manager.
- customize(T) - Method in interface org.springframework.boot.web.server.WebServerFactoryCustomizer
-
Customize the specified
WebServerFactory. - customize(JsonMapper.Builder) - Method in interface org.springframework.boot.jackson.autoconfigure.JsonMapperBuilderCustomizer
-
Customize the JsonMapper.Builder.
- customize(CBORMapper.Builder) - Method in interface org.springframework.boot.jackson.autoconfigure.CborMapperBuilderCustomizer
-
Customize the CBORMapper.Builder.
- customize(T, ManagementServerProperties, ServerProperties) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementWebServerFactoryCustomizer
- customizeConnector(Connector) - Method in class org.springframework.boot.tomcat.TomcatWebServerFactory
- customizeFreeMarkerVariables(Map) - Method in interface org.springframework.boot.freemarker.autoconfigure.FreeMarkerVariablesCustomizer
-
Customize the
variablesto be set as well-known FreeMarker objects. - customizePrefix(String) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.AccessLogCustomizer
- customizers(Iterable) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
-
Set the
customizersthat should be applied to theSimpleAsyncTaskExecutor. - customizers(Iterable) - Method in class org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
-
Set the
customizersthat should be applied to theSimpleAsyncTaskScheduler. - customizers(Iterable) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
-
Set the
ThreadPoolTaskExecutorCustomizersthat should be applied to theThreadPoolTaskExecutor. - customizers(Iterable) - Method in class org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
-
Set the
threadPoolTaskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler. - customizers(Collection) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
-
Set the
RestTemplateCustomizersthat should be applied to theRestTemplate. - customizers(Collection) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Set
WebServiceTemplateCustomizersthat should be applied to theWebServiceTemplate. - customizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.restclient.RestTemplateBuilder
-
Set the
RestTemplateCustomizersthat should be applied to theRestTemplate. - customizers(SimpleAsyncTaskExecutorCustomizer...) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
-
Set the
customizersthat should be applied to theSimpleAsyncTaskExecutor. - customizers(SimpleAsyncTaskSchedulerCustomizer...) - Method in class org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
-
Set the
customizersthat should be applied to theSimpleAsyncTaskScheduler. - customizers(ThreadPoolTaskExecutorCustomizer...) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
-
Set the
ThreadPoolTaskExecutorCustomizersthat should be applied to theThreadPoolTaskExecutor. - customizers(ThreadPoolTaskSchedulerCustomizer...) - Method in class org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
-
Set the
threadPoolTaskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler. - customizers(WebServiceTemplateCustomizer...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Set
WebServiceTemplateCustomizersthat should be applied to theWebServiceTemplate. - customizeSsl(Server, InetSocketAddress) - Method in class org.springframework.boot.jetty.JettyWebServerFactory
- customizeVendorProperties(Map) - Method in class org.springframework.boot.jpa.autoconfigure.JpaBaseConfiguration
-
Customize vendor properties before they are used.
- CustomLayers - Class in org.springframework.boot.loader.tools.layer
-
Custom
Layersimplementation where layer content is selected by the user. - CustomLayers(List, List, List) - Constructor for class org.springframework.boot.loader.tools.layer.CustomLayers
- CustomLoaderLayout - Interface in org.springframework.boot.loader.tools
-
Additional interface that can be implemented by
Layoutsthat write their own loader classes. - CustomTriggerDescriptor(Trigger) - Constructor for class org.springframework.boot.quartz.actuate.endpoint.QuartzEndpoint.CustomTriggerDescriptor
- CYAN - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- CYAN - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
@Endpointand@WebEndpoint