Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
D
- DailyTimeIntervalTriggerDescriptor(DailyTimeIntervalTrigger) - Constructor for class org.springframework.boot.actuate.quartz.QuartzEndpoint.DailyTimeIntervalTriggerDescriptor
- DASHED - Enum constant in enum class org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
-
The dashed configuration form (used for toString; lower-case with only alphanumeric characters and dashes).
- Data() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Data
- database(String) - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
-
Configure the database.
- DatabaseDriver - Enum Class in org.springframework.boot.jdbc
-
Enumeration of common database drivers.
- DatabaseInitializationDependencyConfigurer - Class in org.springframework.boot.sql.init.dependency
-
Configures beans that depend upon SQL database initialization with
dependencies
upon beans that perform database initialization. - DatabaseInitializationDependencyConfigurer() - Constructor for class org.springframework.boot.sql.init.dependency.DatabaseInitializationDependencyConfigurer
- DatabaseInitializationMode - Enum Class in org.springframework.boot.sql.init
-
Supported database initialization modes.
- DatabaseInitializationSettings - Class in org.springframework.boot.sql.init
-
Settings for initializing an SQL database.
- DatabaseInitializationSettings() - Constructor for class org.springframework.boot.sql.init.DatabaseInitializationSettings
- DatabaseInitializerDetector - Interface in org.springframework.boot.sql.init.dependency
-
Detects beans that initialize an SQL database.
- databaseSelectionProvider(Neo4jDataProperties) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
- dataBufferFactory() - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
- DataCassandraTest - Annotation Interface in org.springframework.boot.test.autoconfigure.data.cassandra
-
Annotation that can be used for a Cassandra test that focuses only on Cassandra components.
- DataCouchbaseTest - Annotation Interface in org.springframework.boot.test.autoconfigure.data.couchbase
-
Annotation that can be used for a Data Couchbase test that focuses only on Data Couchbase components.
- datadogConfig() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogMetricsExportAutoConfiguration
- datadogMeterRegistry(DatadogConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogMetricsExportAutoConfiguration
- DatadogMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.datadog
-
Auto-configuration
for exporting metrics to Datadog. - DatadogMetricsExportAutoConfiguration(DatadogProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogMetricsExportAutoConfiguration
- DatadogProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.datadog
-
@ConfigurationProperties
for configuring Datadog metrics export. - DatadogProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
- DataElasticsearchTest - Annotation Interface in org.springframework.boot.test.autoconfigure.data.elasticsearch
-
Annotation that can be used for a Data Elasticsearch test that focuses only on Data Elasticsearch components.
- DataJdbcTest - Annotation Interface in org.springframework.boot.test.autoconfigure.data.jdbc
-
Annotation that can be used for a Data JDBC test that focuses only on Data JDBC components.
- DataJdbcTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.data.jdbc
- DataJpaTest - Annotation Interface in org.springframework.boot.test.autoconfigure.orm.jpa
-
Annotation for a JPA test that focuses only on JPA components.
- DataJpaTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.orm.jpa
- DataLdapTest - Annotation Interface in org.springframework.boot.test.autoconfigure.data.ldap
-
Annotation that can be used for an LDAP test that focuses only on LDAP components.
- DataLdapTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.data.ldap
- DataMongoTest - Annotation Interface in org.springframework.boot.test.autoconfigure.data.mongo
-
Annotation that can be used for a MongoDB test that focuses only on MongoDB components.
- DataMongoTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.data.mongo
- DataNeo4jTest - Annotation Interface in org.springframework.boot.test.autoconfigure.data.neo4j
-
Annotation that can be used for a Neo4j test that focuses only on Neo4j components.
- DataNeo4jTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.data.neo4j
- DataObjectPropertyName - Class in org.springframework.boot.context.properties.bind
-
Internal utility to help when dealing with data object property names.
- DataR2dbcTest - Annotation Interface in org.springframework.boot.test.autoconfigure.data.r2dbc
-
Annotation that can be used for a R2DBC test that focuses only on Data R2DBC components.
- DataRedisTest - Annotation Interface in org.springframework.boot.test.autoconfigure.data.redis
-
Annotation for a Data Redis test that focuses only on Redis components.
- DataRedisTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.data.redis
- DataSizeUnit - Annotation Interface in org.springframework.boot.convert
-
Annotation that can be used to change the default unit used when converting a
DataSize
. - dataSource(DataSource) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
- dataSource(DataSourceProperties) - Method in class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
- dataSource(DataSourceProperties, ApplicationContext) - Method in class org.springframework.boot.autoconfigure.jdbc.JndiDataSourceAutoConfiguration
- dataSource(XADataSourceWrapper, DataSourceProperties, JdbcConnectionDetails, ObjectProvider<XADataSource>) - Method in class org.springframework.boot.autoconfigure.jdbc.XADataSourceAutoConfiguration
- dataSource(Environment) - Method in class org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration
- DataSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
- DataSourceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
- DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
- DataSourceAutoConfiguration.PooledDataSourceConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
- DataSourceBuilder<T extends DataSource> - Class in org.springframework.boot.jdbc
-
Convenience class for building a
DataSource
. - DataSourceClosingSpringLiquibase - Class in org.springframework.boot.autoconfigure.liquibase
-
A custom
SpringLiquibase
extension that closes the underlyingDataSource
once the database has been migrated. - DataSourceClosingSpringLiquibase() - Constructor for class org.springframework.boot.autoconfigure.liquibase.DataSourceClosingSpringLiquibase
- dataSourceConnectionProvider(DataSource) - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
- dataSourceCustomizer(QuartzProperties, DataSource, ObjectProvider<DataSource>, ObjectProvider<PlatformTransactionManager>, ObjectProvider<PlatformTransactionManager>) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration.JdbcStoreTypeConfiguration
- DataSourceHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.jdbc
- DataSourceHealthContributorAutoConfiguration(ObjectProvider<DataSourcePoolMetadataProvider>) - Constructor for class org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthContributorAutoConfiguration
- DataSourceHealthIndicator - Class in org.springframework.boot.actuate.jdbc
-
HealthIndicator
that tests the status of aDataSource
and optionally runs a test query. - DataSourceHealthIndicator() - Constructor for class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
-
Create a new
DataSourceHealthIndicator
instance. - DataSourceHealthIndicator(DataSource) - Constructor for class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
-
Create a new
DataSourceHealthIndicator
using the specifiedDataSource
. - DataSourceHealthIndicator(DataSource, String) - Constructor for class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
-
Create a new
DataSourceHealthIndicator
using the specifiedDataSource
and validation query. - DataSourceHealthIndicatorProperties - Class in org.springframework.boot.actuate.autoconfigure.jdbc
-
External configuration properties for
DataSourceHealthIndicator
. - DataSourceHealthIndicatorProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties
- DataSourcePoolMetadata - Interface in org.springframework.boot.jdbc.metadata
-
Provides access meta-data that is commonly available from most pooled
DataSource
implementations. - DataSourcePoolMetadataProvider - Interface in org.springframework.boot.jdbc.metadata
-
Provide a
DataSourcePoolMetadata
based on aDataSource
. - DataSourcePoolMetadataProvidersConfiguration - Class in org.springframework.boot.autoconfigure.jdbc.metadata
-
Register the
DataSourcePoolMetadataProvider
instances for the supported data sources. - DataSourcePoolMetadataProvidersConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration
- DataSourcePoolMetrics - Class in org.springframework.boot.actuate.metrics.jdbc
-
A
MeterBinder
for aDataSource
. - DataSourcePoolMetrics(DataSource, Collection<DataSourcePoolMetadataProvider>, String, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics
- DataSourcePoolMetrics(DataSource, DataSourcePoolMetadataProvider, String, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics
- DataSourcePoolMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.jdbc
-
Auto-configuration
for metrics on all availabledatasources
. - DataSourcePoolMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration
- DataSourceProperties - Class in org.springframework.boot.autoconfigure.jdbc
-
Base class for configuration of a data source.
- DataSourceProperties() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- DataSourceProperties.Xa - Class in org.springframework.boot.autoconfigure.jdbc
-
XA Specific datasource settings.
- DataSourceScriptDatabaseInitializer - Class in org.springframework.boot.jdbc.init
-
InitializingBean
that performsDataSource
initialization using schema (DDL) and data (DML) scripts. - DataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - Constructor for class org.springframework.boot.jdbc.init.DataSourceScriptDatabaseInitializer
-
Creates a new
DataSourceScriptDatabaseInitializer
that will initialize the givenDataSource
using the given settings. - DataSourceTransactionManagerAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
- DataSourceTransactionManagerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
- DataSourceUnwrapper - Class in org.springframework.boot.jdbc
-
Unwraps a
DataSource
that may have been proxied or wrapped in a customWrapper
such asDelegatingDataSource
. - Datatype() - Constructor for class org.springframework.boot.autoconfigure.jackson.JacksonProperties.Datatype
- dateFormat(String) - Method in class org.springframework.boot.autoconfigure.web.format.DateTimeFormatters
-
Configures the date format using the given
pattern
. - DATEFORMAT_PATTERN - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
-
Logging system property for the date-format pattern.
- dateTimeFormat(String) - Method in class org.springframework.boot.autoconfigure.web.format.DateTimeFormatters
-
Configures the date-time format using the given
pattern
. - DateTimeFormatters - Class in org.springframework.boot.autoconfigure.web.format
-
Formatters
for dates, times, and date-times. - DateTimeFormatters() - Constructor for class org.springframework.boot.autoconfigure.web.format.DateTimeFormatters
- DB2 - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
-
DB2 Server.
- DB2_AS400 - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
-
DB2 AS400 Server.
- dbHealthContributor(Map<String, DataSource>, DataSourceHealthIndicatorProperties) - Method in class org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthContributorAutoConfiguration
- ddlAuto(Supplier<String>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
- DeadLetterPolicy() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.DeadLetterPolicy
- debug(Object) - Method in class org.springframework.boot.logging.DeferredLog
- debug(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
- DEBUG - Enum constant in enum class org.springframework.boot.logging.LogLevel
- decorate(ConnectionFactory) - Method in interface org.springframework.boot.r2dbc.ConnectionFactoryDecorator
-
Decorates the given
ConnectionFactory
. - decorator(ConnectionFactoryDecorator) - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
-
Add a
decorator
. - decorators(Iterable<ConnectionFactoryDecorator>) - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
-
Add
decorators
. - Decryption() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Decryption
- DEFAULT - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties.HistogramType
-
Default, time-based histogram.
- DEFAULT - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- DEFAULT - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- DEFAULT - Enum constant in enum class org.springframework.boot.autoconfigure.jackson.JacksonProperties.ConstructorDetectorStrategy
-
Use heuristics to see if "properties" mode is to be used.
- DEFAULT - Enum constant in enum class org.springframework.boot.autoconfigure.session.RedisSessionProperties.RepositoryType
-
Auto-configure a RedisSessionRepository.
- DEFAULT - Enum constant in enum class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint
-
Use the default print setting (
MockMvcPrint.SYSTEM_OUT
unless explicitly overridden). - DEFAULT - Static variable in class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
-
Default
EndpointMediaTypes
for this version of Spring Boot. - DEFAULT - Static variable in interface org.springframework.boot.actuate.health.HttpCodeStatusMapper
-
An
HttpCodeStatusMapper
instance using default mappings. - DEFAULT - Static variable in interface org.springframework.boot.ApplicationContextFactory
-
A default
ApplicationContextFactory
implementation that will create an appropriate context for theWebApplicationType
. - DEFAULT - Static variable in interface org.springframework.boot.context.properties.bind.BindConstructorProvider
-
Default
BindConstructorProvider
implementation that only returns a value when there's a single constructor and when the bindable has no existing value. - DEFAULT - Static variable in interface org.springframework.boot.context.properties.bind.BindHandler
-
Default no-op bind handler.
- DEFAULT - Static variable in class org.springframework.boot.logging.CorrelationIdFormatter
-
Default
CorrelationIdFormatter
. - DEFAULT - Static variable in class org.springframework.boot.web.server.MimeMappings
-
Default mime mapping commonly used.
- DEFAULT_CHARSET - Static variable in class org.springframework.boot.web.servlet.server.Encoding
-
Default HTTP encoding for Servlet applications.
- DEFAULT_CONTEXT_PATH - Static variable in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
- DEFAULT_DISPATCHER_SERVLET_BEAN_NAME - Static variable in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration
-
The bean name for a DispatcherServlet that will be mapped to the root URL "/".
- DEFAULT_DISPATCHER_SERVLET_REGISTRATION_BEAN_NAME - Static variable in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration
-
The bean name for a ServletRegistrationBean for the DispatcherServlet "/".
- DEFAULT_FILTER_ORDER - Static variable in class org.springframework.boot.autoconfigure.security.SecurityProperties
-
Default order of Spring Security's Filter in the servlet container (i.e.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration
-
The default order for the core
InfoContributor
beans. - DEFAULT_ORDER - Static variable in annotation interface org.springframework.boot.autoconfigure.AutoConfigureOrder
-
The default order value.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
-
The default order for the command line runner.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
-
The default order for the LoggingApplicationListener.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.env.EnvironmentPostProcessorApplicationListener
-
The default order for the processor.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
-
The default order for the processor.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
-
The default order for the processor.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.web.reactive.filter.OrderedHiddenHttpMethodFilter
-
The default order is high to ensure the filter is applied before Spring Security.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.web.servlet.filter.OrderedFormContentFilter
-
Higher order to ensure the filter is applied before Spring Security.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
-
The default order is high to ensure the filter is applied before Spring Security.
- DEFAULT_PORT - Static variable in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
Default port used when the configured port is
null
. - DEFAULT_PORT - Static variable in class org.springframework.boot.devtools.livereload.LiveReloadServer
-
The default live reload server port.
- DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
- DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
- DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration
-
The default Spring MVC view prefix.
- DEFAULT_PROTOCOL - Static variable in interface org.springframework.boot.ssl.SslBundle
-
The default protocol to use.
- DEFAULT_PROTOCOL - Static variable in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-
The class name of default protocol used.
- DEFAULT_PROTOCOL - Static variable in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-
The class name of default protocol used.
- DEFAULT_REQUEST_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- DEFAULT_RESOURCE_LOADER_PATH - Static variable in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- DEFAULT_SECRET_HEADER_NAME - Static variable in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
- DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
- DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
- DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration
-
The default Spring MVC view suffix.
- DEFAULT_TEMPLATE_LOADER_PATH - Static variable in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
- DEFAULT_TRACING_OBSERVATION_HANDLER_ORDER - Static variable in class org.springframework.boot.actuate.autoconfigure.tracing.MicrometerTracingAutoConfiguration
- DEFAULT_URI - Static variable in class org.springframework.boot.autoconfigure.mongo.MongoProperties
-
Default URI used when the configured URI is
null
. - DefaultApplicationArguments - Class in org.springframework.boot
-
Default implementation of
ApplicationArguments
. - DefaultApplicationArguments(String...) - Constructor for class org.springframework.boot.DefaultApplicationArguments
- DefaultBootstrapContext - Class in org.springframework.boot
-
Default
ConfigurableBootstrapContext
implementation. - DefaultBootstrapContext() - Constructor for class org.springframework.boot.DefaultBootstrapContext
- DefaultConfigurationCustomizer - Interface in org.springframework.boot.autoconfigure.jooq
-
Callback interface that can be implemented by beans wishing to customize the
DefaultConfiguration
whilst retaining default auto-configuration. - DefaultCookieSerializerCustomizer - Interface in org.springframework.boot.autoconfigure.session
-
Callback interface that can be implemented by beans wishing to customize the
DefaultCookieSerializer
configuration. - DefaultErrorAttributes - Class in org.springframework.boot.web.reactive.error
-
Default implementation of
ErrorAttributes
. - DefaultErrorAttributes - Class in org.springframework.boot.web.servlet.error
-
Default implementation of
ErrorAttributes
. - DefaultErrorAttributes() - Constructor for class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
- DefaultErrorAttributes() - Constructor for class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
- defaultErrorView() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
- DefaultErrorViewResolver - Class in org.springframework.boot.autoconfigure.web.servlet.error
-
Default
ErrorViewResolver
implementation that attempts to resolve error views using well known conventions. - DefaultErrorViewResolver(ApplicationContext, WebProperties.Resources) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorViewResolver
-
Create a new
DefaultErrorViewResolver
instance. - DefaultErrorWebExceptionHandler - Class in org.springframework.boot.autoconfigure.web.reactive.error
-
Basic global
WebExceptionHandler
, renderingErrorAttributes
. - DefaultErrorWebExceptionHandler(ErrorAttributes, WebProperties.Resources, ErrorProperties, ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
-
Create a new
DefaultErrorWebExceptionHandler
instance. - defaultHeader(String, String...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Add a default header that will be set if not already present on the outgoing
ClientHttpRequest
. - DefaultHealthContributorRegistry - Class in org.springframework.boot.actuate.health
-
Default
HealthContributorRegistry
implementation. - DefaultHealthContributorRegistry() - Constructor for class org.springframework.boot.actuate.health.DefaultHealthContributorRegistry
- DefaultHealthContributorRegistry(Map<String, HealthContributor>) - Constructor for class org.springframework.boot.actuate.health.DefaultHealthContributorRegistry
- DefaultHealthContributorRegistry(Map<String, HealthContributor>, Function<String, String>) - Constructor for class org.springframework.boot.actuate.health.DefaultHealthContributorRegistry
- defaultInclude(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
- defaultIncludes() - Static method in enum class org.springframework.boot.actuate.web.exchanges.Include
-
Return the default
Include
. - DefaultJerseyApplicationPath - Class in org.springframework.boot.autoconfigure.web.servlet
-
Default implementation of
JerseyApplicationPath
that derives the path fromJerseyProperties
or the@ApplicationPath
annotation. - DefaultJerseyApplicationPath(String, ResourceConfig) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DefaultJerseyApplicationPath
- DefaultJmsListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.jms
-
Configure
DefaultJmsListenerContainerFactory
with sensible defaults. - DefaultJmsListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.jms.DefaultJmsListenerContainerFactoryConfigurer
- DefaultKafkaConsumerFactoryCustomizer - Interface in org.springframework.boot.autoconfigure.kafka
-
Callback interface for customizing
DefaultKafkaConsumerFactory
beans. - DefaultKafkaProducerFactoryCustomizer - Interface in org.springframework.boot.autoconfigure.kafka
-
Callback interface for customizing
DefaultKafkaProducerFactory
beans. - defaultLifecycleProcessor(LifecycleProperties) - Method in class org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration
- defaultMessageConverters() - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Set the
HttpMessageConverters
that should be used with theRestTemplate
to the default set. - defaultPollerMetadata(IntegrationProperties) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationConfiguration
- DefaultPropertiesPropertySource - Class in org.springframework.boot
-
MapPropertySource
containing default properties contributed directly to aSpringApplication
. - DefaultPropertiesPropertySource(Map<String, Object>) - Constructor for class org.springframework.boot.DefaultPropertiesPropertySource
-
Create a new
DefaultPropertiesPropertySource
with the givenMap
source. - DefaultReactiveHealthContributorRegistry - Class in org.springframework.boot.actuate.health
-
Default
ReactiveHealthContributorRegistry
implementation. - DefaultReactiveHealthContributorRegistry() - Constructor for class org.springframework.boot.actuate.health.DefaultReactiveHealthContributorRegistry
- DefaultReactiveHealthContributorRegistry(Map<String, ReactiveHealthContributor>) - Constructor for class org.springframework.boot.actuate.health.DefaultReactiveHealthContributorRegistry
- DefaultReactiveHealthContributorRegistry(Map<String, ReactiveHealthContributor>, Function<String, String>) - Constructor for class org.springframework.boot.actuate.health.DefaultReactiveHealthContributorRegistry
- DefaultRepositoryTagsProvider - Class in org.springframework.boot.actuate.metrics.data
-
Default
RepositoryTagsProvider
implementation. - DefaultRepositoryTagsProvider() - Constructor for class org.springframework.boot.actuate.metrics.data.DefaultRepositoryTagsProvider
- DefaultRestartInitializer - Class in org.springframework.boot.devtools.restart
-
Default
RestartInitializer
that only enable initial restart when running a standard "main" method. - DefaultRestartInitializer() - Constructor for class org.springframework.boot.devtools.restart.DefaultRestartInitializer
- defaults() - Static method in class org.springframework.boot.web.error.ErrorAttributeOptions
-
Create an
ErrorAttributeOptions
with defaults. - Defaults() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults
- DEFAULTS - Static variable in record class org.springframework.boot.web.client.ClientHttpRequestFactorySettings
-
Use defaults for the
ClientHttpRequestFactory
which can differ depending on the implementation. - DefaultSourceDirectoryUrlFilter - Class in org.springframework.boot.devtools.restart.server
-
Default implementation of
SourceDirectoryUrlFilter
that attempts to match URLs using common naming conventions. - DefaultSourceDirectoryUrlFilter() - Constructor for class org.springframework.boot.devtools.restart.server.DefaultSourceDirectoryUrlFilter
- DefaultSslBundleRegistry - Class in org.springframework.boot.ssl
-
Default
SslBundleRegistry
implementation. - DefaultSslBundleRegistry() - Constructor for class org.springframework.boot.ssl.DefaultSslBundleRegistry
- DefaultSslBundleRegistry(String, SslBundle) - Constructor for class org.springframework.boot.ssl.DefaultSslBundleRegistry
- defaultTracingObservationHandler(Tracer) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.MicrometerTracingAutoConfiguration
- defaultValidator(ApplicationContext, ObjectProvider<ValidationConfigurationCustomizer>) - Static method in class org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration
- DefaultValue - Annotation Interface in org.springframework.boot.context.properties.bind
-
Annotation that can be used to specify the default value when binding to an immutable property.
- defaultViewResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- DeferredLog - Class in org.springframework.boot.logging
-
Deferred
Log
that can be used to store messages that shouldn't be written until the logging system is fully initialized. - DeferredLog() - Constructor for class org.springframework.boot.logging.DeferredLog
-
Create a new
DeferredLog
instance. - DeferredLogFactory - Interface in org.springframework.boot.logging
-
Factory that can be used to create multiple
DeferredLog
instances that will switch over when appropriate. - DeferredLogs - Class in org.springframework.boot.logging
-
A
DeferredLogFactory
implementation that manages a collectionDeferredLog
instances. - DeferredLogs() - Constructor for class org.springframework.boot.logging.DeferredLogs
- DEFINED_PORT - Enum constant in enum class org.springframework.boot.test.context.SpringBootTest.WebEnvironment
-
Creates a (reactive) web application context without defining any
server.port=0
Environment
property. - DelegatingApplicationContextInitializer - Class in org.springframework.boot.context.config
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 as property based initialization is no longer recommended
- DelegatingApplicationContextInitializer() - Constructor for class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
-
Deprecated.
- DelegatingApplicationListener - Class in org.springframework.boot.context.config
-
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.0 for removal in 3.4.0 as property based initialization is no longer recommended
- DelegatingApplicationListener() - Constructor for class org.springframework.boot.context.config.DelegatingApplicationListener
-
Deprecated.
- DelegatingFilterProxyRegistrationBean - Class in org.springframework.boot.web.servlet
-
A
ServletContextInitializer
to registerDelegatingFilterProxy
s in a Servlet 3.0+ container. - DelegatingFilterProxyRegistrationBean(String, ServletRegistrationBean<?>...) - Constructor for class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
-
Create a new
DelegatingFilterProxyRegistrationBean
instance to be registered with the specifiedServletRegistrationBean
s. - delete(String, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Delete the resources at the specified URI.
- delete(String, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Delete the resources at the specified URI.
- delete(URI) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
-
Delete the resources at the specified URL.
- DELETE - Enum constant in enum class org.springframework.boot.actuate.endpoint.OperationType
-
A delete operation.
- DELETE - Enum constant in enum class org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
-
An HTTP DELETE request.
- DELETE - Enum constant in enum class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
-
Perform a DELETE before shutdown.
- DELETE - Enum constant in enum class org.springframework.boot.devtools.filewatch.ChangedFile.Type
-
An existing file has been deleted.
- DELETED - Enum constant in enum class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
-
The file has been deleted since the original JAR was created.
- DeleteOperation - Annotation Interface in org.springframework.boot.actuate.endpoint.annotation
-
Identifies a method on an
@Endpoint
as being a delete operation. - deleteSession(String) - Method in class org.springframework.boot.actuate.session.SessionsEndpoint
- Delimiter - Annotation Interface in org.springframework.boot.convert
-
Declares a field or method parameter should be converted to collection using the specified delimiter.
- DELTA - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties.HistogramType
-
Delta histogram.
- DependsOnDatabaseInitialization - Annotation Interface in org.springframework.boot.sql.init.dependency
-
Indicate that a bean's creation and initialization depends upon database initialization having completed.
- DependsOnDatabaseInitializationDetector - Interface in org.springframework.boot.sql.init.dependency
-
Detects beans that depend on database initialization.
- DeprecatedConfigurationProperty - Annotation Interface in org.springframework.boot.context.properties
-
Indicates that a getter in a
@ConfigurationProperties
object is deprecated. - DERBY - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
-
Apache Derby.
- DERBY - Enum constant in enum class org.springframework.boot.jdbc.EmbeddedDatabaseConnection
-
Derby Database Connection.
- deregisterJdbcDrivers(ServletContext) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
Deregisters the JDBC drivers that were registered by the application represented by the given
servletContext
. - derivedFrom(ConnectionFactory) - Static method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
-
Initialize a new
ConnectionFactoryBuilder
derived from the options of the specifiedconnectionFactory
. - derivedFrom(DataSource) - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
-
Create a new
DataSourceBuilder
instance derived from the specified data source. - describeMappings(ApplicationContext) - Method in interface org.springframework.boot.actuate.web.mappings.MappingDescriptionProvider
-
Produce the descriptions of the mappings identified by this provider in the given
context
. - describeMappings(ApplicationContext) - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider
- describeMappings(ApplicationContext) - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider
- describeMappings(ApplicationContext) - Method in class org.springframework.boot.actuate.web.mappings.servlet.FiltersMappingDescriptionProvider
- describeMappings(ApplicationContext) - Method in class org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider
- deserialize(JsonParser, DeserializationContext) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
- deserializeObject(JsonParser, DeserializationContext, ObjectCodec, JsonNode) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
-
Deserialize JSON content into the value type this serializer handles.
- destroy() - Method in class org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
- destroy() - Method in class org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder
- destroy() - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
- destroy() - Method in class org.springframework.boot.autoconfigure.liquibase.DataSourceClosingSpringLiquibase
- destroy() - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
- destroy() - Method in class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
- destroy() - Method in class org.springframework.boot.devtools.remote.server.DispatcherFilter
- destroy() - Method in class org.springframework.boot.web.embedded.jetty.JettyWebServer
- destroy() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
- destroy() - Method in interface org.springframework.boot.web.server.WebServer
-
Destroys the web server such that it cannot be started again.
- destroy() - Method in class org.springframework.boot.web.servlet.support.ErrorPageFilter
- detach(Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
-
Remove the given entity from the persistence context, causing a managed entity to become detached.
- detect(String) - Static method in enum class org.springframework.boot.convert.DurationStyle
-
Detect the style from the given source value.
- detect(String) - Static method in enum class org.springframework.boot.convert.PeriodStyle
-
Detect the style from the given source value.
- detect(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.sql.init.dependency.AbstractBeansOfTypeDatabaseInitializerDetector
- detect(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.sql.init.dependency.AbstractBeansOfTypeDependsOnDatabaseInitializationDetector
- detect(ConfigurableListableBeanFactory) - Method in interface org.springframework.boot.sql.init.dependency.DatabaseInitializerDetector
-
Detect beans defined in the given
beanFactory
that initialize aDataSource
. - detect(ConfigurableListableBeanFactory) - Method in interface org.springframework.boot.sql.init.dependency.DependsOnDatabaseInitializationDetector
-
Detect beans defined in the given
beanFactory
that depend on database initialization. - DETECT - Enum constant in enum class org.springframework.boot.ansi.AnsiOutput.Enabled
-
Try to detect whether ANSI coloring capabilities are available.
- detectAndParse(String) - Static method in enum class org.springframework.boot.convert.DurationStyle
-
Detect the style then parse the value to return a duration.
- detectAndParse(String) - Static method in enum class org.springframework.boot.convert.PeriodStyle
-
Detect the style then parse the value to return a period.
- detectAndParse(String, ChronoUnit) - Static method in enum class org.springframework.boot.convert.DurationStyle
-
Detect the style then parse the value to return a duration.
- detectAndParse(String, ChronoUnit) - Static method in enum class org.springframework.boot.convert.PeriodStyle
-
Detect the style then parse the value to return a period.
- detectDefaultConfigurationClasses(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
-
Detect the default configuration classes for the supplied test class.
- detectHttpMessageSender(boolean) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
-
Set if a suitable HTTP-based
WebServiceMessageSender
should be detected based on the classpath. - detectionComplete(ConfigurableListableBeanFactory, Set<String>) - Method in interface org.springframework.boot.sql.init.dependency.DatabaseInitializerDetector
-
Callback indicating that all known
DataSourceInitializerDetectors
have been called and detection of beans that initialize aDataSource
is complete. - detectRequestFactory(boolean) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
-
Set if the
ClientHttpRequestFactory
should be detected based on the classpath. - DeterminableImports - Interface in org.springframework.boot.context.annotation
-
Interface that can be implemented by
ImportSelector
andImportBeanDefinitionRegistrar
implementations when they can determine imports early. - determineAddresses() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
Returns the comma-separated addresses or a single address (
host:port
) created from the configured host and port if no addresses have been set. - determineDatabaseName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
Determine the name to used based on this configuration.
- determineDispatcherTypes() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
-
Determines the
dispatcher types
for which the filter should be registered. - determineDriverClassName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
Determine the driver to use based on this configuration and the environment.
- determineEnabled() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
-
Returns whether SSL is enabled from the first address, or the configured ssl enabled flag if no addresses have been set.
- determineHibernateProperties(Map<String, String>, HibernateSettings) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
-
Determine the configuration properties for the initialization of the main Hibernate EntityManagerFactory based on standard JPA properties and
HibernateSettings
. - determineHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
Returns the host from the first address, or the configured host if no addresses have been set.
- determineImports(AnnotationMetadata) - Method in interface org.springframework.boot.context.annotation.DeterminableImports
-
Return a set of objects that represent the imports.
- determineJoinTableName(ImplicitJoinTableNameSource) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
- determinePassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
If addresses have been set and the first address has a password it is returned.
- determinePassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
Determine the password to use based on this configuration and the environment.
- determinePort() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
Returns the port from the first address, or the configured port if no addresses have been set.
- determineQosEnabled() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
- determineResourceBasePath(MergedContextConfiguration) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
-
Determines the resource base path for web applications using the value of
@WebAppConfiguration
, if any, on the test class of the givenconfiguration
. - determineSqlDialect(DataSource) - Method in class org.springframework.boot.autoconfigure.jooq.JooqProperties
-
Determine the
SQLDialect
to use based on this configuration and the primaryDataSource
. - determineTimeout(Supplier<Duration>) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
-
Determine the session timeout.
- determineUniqueName() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
-
Provide a unique name specific to this instance.
- determineUri() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
- determineUrl() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
Determine the url to use based on this configuration and the environment.
- determineUrls(Environment) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
- determineUsername() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
If addresses have been set and the first address has a username it is returned.
- determineUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
-
Determine the username to use based on this configuration and the environment.
- determineVirtualHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
-
If addresses have been set and the first address has a virtual host it is returned.
- DevToolsDataSourceAutoConfiguration - Class in org.springframework.boot.devtools.autoconfigure
-
Auto-configuration
for DevTools-specificDataSource
configuration. - DevToolsDataSourceAutoConfiguration() - Constructor for class org.springframework.boot.devtools.autoconfigure.DevToolsDataSourceAutoConfiguration
- DevToolsEnablementDeducer - Class in org.springframework.boot.devtools.system
-
Utility to deduce if DevTools should be enabled in the current context.
- DevToolsHomePropertiesPostProcessor - Class in org.springframework.boot.devtools.env
-
EnvironmentPostProcessor
to add devtools properties from the user's home directory. - DevToolsHomePropertiesPostProcessor() - Constructor for class org.springframework.boot.devtools.env.DevToolsHomePropertiesPostProcessor
- DevToolsLogFactory - Class in org.springframework.boot.devtools.logger
-
Devtools deferred logging support.
- DevToolsProperties - Class in org.springframework.boot.devtools.autoconfigure
-
Configuration properties for developer tools.
- DevToolsProperties() - Constructor for class org.springframework.boot.devtools.autoconfigure.DevToolsProperties
- DevToolsProperties.Livereload - Class in org.springframework.boot.devtools.autoconfigure
-
LiveReload properties.
- DevToolsProperties.Restart - Class in org.springframework.boot.devtools.autoconfigure
-
Restart properties.
- DevToolsPropertyDefaultsPostProcessor - Class in org.springframework.boot.devtools.env
-
EnvironmentPostProcessor
to add properties that make sense when working at development time. - DevToolsPropertyDefaultsPostProcessor() - Constructor for class org.springframework.boot.devtools.env.DevToolsPropertyDefaultsPostProcessor
- DevToolsR2dbcAutoConfiguration - Class in org.springframework.boot.devtools.autoconfigure
-
Auto-configuration
for DevTools-specific R2DBC configuration. - DevToolsR2dbcAutoConfiguration() - Constructor for class org.springframework.boot.devtools.autoconfigure.DevToolsR2dbcAutoConfiguration
- DevToolsSettings - Class in org.springframework.boot.devtools.settings
-
DevTools settings loaded from /META-INF/spring-devtools.properties files.
- didNotFind(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
-
Indicate that one or more results were not found.
- didNotFind(String, String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
-
Indicate that one or more results were found.
- DIFFERENT - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.web.server.ManagementPortType
-
The management port and server port are different.
- DIRECT - Enum constant in enum class org.springframework.boot.autoconfigure.amqp.RabbitProperties.ContainerType
-
Container where the listener is invoked directly on the RabbitMQ consumer thread.
- DIRECT - Enum constant in enum class org.springframework.boot.logging.LoggerConfiguration.ConfigurationScope
-
Only return configuration that has been applied directly.
- DirectContainer() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
- directoryServer(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration
- DirectRabbitListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.amqp
-
Configure
DirectRabbitListenerContainerFactoryConfigurer
with sensible defaults. - DirectRabbitListenerContainerFactoryConfigurer(RabbitProperties) - Constructor for class org.springframework.boot.autoconfigure.amqp.DirectRabbitListenerContainerFactoryConfigurer
-
Creates a new configurer that will use the given
rabbitProperties
. - disable() - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
-
Disable caching.
- disable() - Static method in class org.springframework.boot.devtools.restart.Restarter
-
Initialize and disable restart support.
- DISABLE - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.info.InfoContributorFallback
-
Do not fall back, thereby disabling the info contributor.
- DISABLED - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.web.server.ManagementPortType
-
The management port has been disabled.
- DISABLED - Enum constant in enum class org.springframework.boot.autoconfigure.netty.NettyProperties.LeakDetection
-
Disable leak detection completely.
- DISABLED - Static variable in interface org.springframework.boot.actuate.metrics.AutoTimer
-
An
AutoTimer
implementation that is disabled and will not record metrics. - DiscoveredEndpoint<O extends Operation> - Interface in org.springframework.boot.actuate.endpoint.annotation
-
An
endpoint
discovered by anEndpointDiscoverer
. - DiscoveredOperationMethod - Class in org.springframework.boot.actuate.endpoint.annotation
-
An
OperationMethod
discovered by anEndpointDiscoverer
. - DiscoveredOperationMethod(Method, OperationType, AnnotationAttributes) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod
- DiscovererEndpointFilter - Class in org.springframework.boot.actuate.endpoint.annotation
-
EndpointFilter
the matches based on theEndpointDiscoverer
the created the endpoint. - DiscovererEndpointFilter(Class<? extends EndpointDiscoverer<?, ?>>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter
-
Create a new
DiscovererEndpointFilter
instance. - Discovery() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties.Discovery
- Diskspace() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.System.Diskspace
- DiskSpaceHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.system
- DiskSpaceHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthContributorAutoConfiguration
- diskSpaceHealthIndicator(DiskSpaceHealthIndicatorProperties) - Method in class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthContributorAutoConfiguration
- DiskSpaceHealthIndicator - Class in org.springframework.boot.actuate.system
-
A
HealthIndicator
that checks available disk space and reports a status ofStatus.DOWN
when it drops below a configurable threshold. - DiskSpaceHealthIndicator(File, DataSize) - Constructor for class org.springframework.boot.actuate.system.DiskSpaceHealthIndicator
-
Create a new
DiskSpaceHealthIndicator
instance. - DiskSpaceHealthIndicatorProperties - Class in org.springframework.boot.actuate.autoconfigure.system
-
External configuration properties for
DiskSpaceHealthIndicator
. - DiskSpaceHealthIndicatorProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties
- diskSpaceMetrics(MetricsProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration
- DiskSpaceMetricsBinder - Class in org.springframework.boot.actuate.metrics.system
-
A
MeterBinder
that binds one or moreDiskSpaceMetrics
. - DiskSpaceMetricsBinder(List<File>, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.system.DiskSpaceMetricsBinder
- Dispatcher - Class in org.springframework.boot.devtools.remote.server
-
Dispatcher used to route incoming remote server requests to a
Handler
. - Dispatcher(AccessManager, Collection<HandlerMapper>) - Constructor for class org.springframework.boot.devtools.remote.server.Dispatcher
- DISPATCHER_SERVLET_NAME - Static variable in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-
Constant value for the DispatcherServlet bean name.
- DispatcherFilter - Class in org.springframework.boot.devtools.remote.server
-
Servlet filter providing integration with the remote server
Dispatcher
. - DispatcherFilter(Dispatcher) - Constructor for class org.springframework.boot.devtools.remote.server.DispatcherFilter
- DispatcherHandlerMappingDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
-
A description of a mapping known to a
DispatcherServlet
. - DispatcherHandlerMappingDetails - Class in org.springframework.boot.actuate.web.mappings.reactive
-
Details of a
DispatcherHandler
mapping. - DispatcherHandlerMappingDetails() - Constructor for class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
- DispatcherHandlersMappingDescriptionProvider - Class in org.springframework.boot.actuate.web.mappings.reactive
-
A
MappingDescriptionProvider
that introspects theHandlerMappings
that are known to aDispatcherHandler
. - DispatcherHandlersMappingDescriptionProvider() - Constructor for class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider
- dispatcherServlet(WebMvcProperties) - Method in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
- dispatcherServlet(MockMvc) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
- DispatcherServletAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
-
Auto-configuration
for the SpringDispatcherServlet
. - DispatcherServletAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration
- DispatcherServletAutoConfiguration.DispatcherServletConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
- DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
- DispatcherServletConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
- DispatcherServletMappingDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
-
A description of a mapping known to a
DispatcherServlet
. - DispatcherServletMappingDetails - Class in org.springframework.boot.actuate.web.mappings.servlet
-
Details of a
DispatcherServlet
mapping. - DispatcherServletMappingDetails() - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDetails
- dispatcherServletPath() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
- DispatcherServletPath - Interface in org.springframework.boot.autoconfigure.web.servlet
-
Interface that can be used by auto-configurations that need path details for the
default
DispatcherServlet
. - dispatcherServletRegistration(DispatcherServlet, WebMvcProperties, ObjectProvider<MultipartConfigElement>) - Method in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration
- DispatcherServletRegistrationBean - Class in org.springframework.boot.autoconfigure.web.servlet
-
ServletRegistrationBean
for the auto-configuredDispatcherServlet
. - DispatcherServletRegistrationBean(DispatcherServlet, String) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletRegistrationBean
-
Create a new
DispatcherServletRegistrationBean
instance for the given servlet and path. - DispatcherServletRegistrationConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration
- DispatcherServletsMappingDescriptionProvider - Class in org.springframework.boot.actuate.web.mappings.servlet
-
A
MappingDescriptionProvider
that introspects theHandlerMappings
that are known to one or moreDispatcherServlets
. - DispatcherServletsMappingDescriptionProvider() - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider
- DispatcherType - Enum Class in org.springframework.boot.web.servlet
-
Enumeration of filter dispatcher types, identical to
DispatcherType
and used in configuration as the servlet API may not be present. - Distribution() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Distribution
- DockerCompose - Interface in org.springframework.boot.docker.compose.core
-
Provides a high-level API to work with Docker compose.
- DockerComposeConnectionDetails(RunningService) - Constructor for class org.springframework.boot.docker.compose.service.connection.DockerComposeConnectionDetailsFactory.DockerComposeConnectionDetails
-
Create a new
DockerComposeConnectionDetailsFactory.DockerComposeConnectionDetails
instance. - DockerComposeConnectionDetailsFactory<D extends ConnectionDetails> - Class in org.springframework.boot.docker.compose.service.connection
-
Base class for
ConnectionDetailsFactory
implementations that provideConnectionDetails
from aDockerComposeConnectionSource
. - DockerComposeConnectionDetailsFactory(String[], String...) - Constructor for class org.springframework.boot.docker.compose.service.connection.DockerComposeConnectionDetailsFactory
-
Create a new
DockerComposeConnectionDetailsFactory
instance. - DockerComposeConnectionDetailsFactory(String, String...) - Constructor for class org.springframework.boot.docker.compose.service.connection.DockerComposeConnectionDetailsFactory
-
Create a new
DockerComposeConnectionDetailsFactory
instance. - DockerComposeConnectionDetailsFactory(Predicate<DockerComposeConnectionSource>, String...) - Constructor for class org.springframework.boot.docker.compose.service.connection.DockerComposeConnectionDetailsFactory
-
Create a new
DockerComposeConnectionDetailsFactory
instance. - DockerComposeConnectionDetailsFactory.DockerComposeConnectionDetails - Class in org.springframework.boot.docker.compose.service.connection
-
Convenient base class for
ConnectionDetails
results that are backed by aRunningService
. - DockerComposeConnectionSource - Class in org.springframework.boot.docker.compose.service.connection
-
Passed to
DockerComposeConnectionDetailsFactory
to provide details of therunning docker compose service
. - DockerComposeFile - Class in org.springframework.boot.docker.compose.core
-
A reference to a docker compose file (usually named
compose.yaml
). - DockerComposeOrigin - Record Class in org.springframework.boot.docker.compose.core
-
An origin which points to a service defined in docker compose.
- DockerComposeOrigin(DockerComposeFile, String) - Constructor for record class org.springframework.boot.docker.compose.core.DockerComposeOrigin
-
Creates an instance of a
DockerComposeOrigin
record class. - DockerComposeProperties - Class in org.springframework.boot.docker.compose.lifecycle
-
Configuration properties for Docker Compose.
- DockerComposeProperties() - Constructor for class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties
- DockerComposeProperties.Profiles - Class in org.springframework.boot.docker.compose.lifecycle
-
Profiles properties.
- DockerComposeProperties.Readiness - Class in org.springframework.boot.docker.compose.lifecycle
-
Readiness properties.
- DockerComposeProperties.Readiness.Tcp - Class in org.springframework.boot.docker.compose.lifecycle
-
TCP properties.
- DockerComposeProperties.Readiness.Wait - Enum Class in org.springframework.boot.docker.compose.lifecycle
-
Readiness wait strategies.
- DockerComposeProperties.Skip - Class in org.springframework.boot.docker.compose.lifecycle
-
Skip options.
- DockerComposeProperties.Start - Class in org.springframework.boot.docker.compose.lifecycle
-
Start properties.
- DockerComposeProperties.Stop - Class in org.springframework.boot.docker.compose.lifecycle
-
Stop properties.
- DockerComposeServicesReadyEvent - Class in org.springframework.boot.docker.compose.lifecycle
-
ApplicationEvent
published when Docker ComposeRunningService
instances are available. - DockerException - Exception in org.springframework.boot.docker.compose.core
-
Base class for docker exceptions.
- DockerException(String) - Constructor for exception org.springframework.boot.docker.compose.core.DockerException
- DockerException(String, Throwable) - Constructor for exception org.springframework.boot.docker.compose.core.DockerException
- DockerNotRunningException - Exception in org.springframework.boot.docker.compose.core
-
DockerException
thrown if the docker daemon is not running. - DockerOutputParseException - Exception in org.springframework.boot.docker.compose.core
-
DockerException
thrown if the docker JSON cannot be parsed. - DockerProcessStartException - Exception in org.springframework.boot.docker.compose.core
-
DockerException
thrown if the docker process cannot be started. - doClose() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- doClose() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- doesNotHaveBean(Class<?>) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
-
Verifies that the application context (or ancestors) does not contain any beans of the given type.
- doesNotHaveBean(Class<?>, ApplicationContextAssert.Scope) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
-
Verifies that the application context does not contain any beans of the given type.
- doesNotHaveBean(String) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
-
Verifies that the application context does not contain a beans of the given name.
- doesNotHaveEmptyJsonPathValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verify that the actual value at the given JSON path does not produce an
empty
result. - doesNotHaveJsonPath(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verify that the JSON path is not present, even if it has a
null
value. - doesNotHaveJsonPathValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
-
Verify that the actual value at the given JSON path produces no result.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.boot.devtools.remote.server.DispatcherFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.boot.web.servlet.support.ErrorPageFilter
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.boot.web.servlet.filter.ApplicationContextHeaderFilter
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.amqp.RabbitHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.cassandra.CassandraDriverHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.cassandra.CassandraDriverReactiveHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.couchbase.CouchbaseHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.couchbase.CouchbaseReactiveHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.data.elasticsearch.ElasticsearchReactiveHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.data.mongo.MongoHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.data.mongo.MongoReactiveHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.data.redis.RedisHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.data.redis.RedisReactiveHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.elasticsearch.ElasticsearchRestClientHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.hazelcast.HazelcastHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.AbstractHealthIndicator
-
Actual health check logic.
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
-
Actual health check logic.
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.PingHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.influx.InfluxDbHealthIndicator
-
Deprecated.
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.jms.JmsHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.ldap.LdapHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.mail.MailHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.neo4j.Neo4jReactiveHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.r2dbc.ConnectionFactoryHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.system.DiskSpaceHealthIndicator
- doWithEntry(ClassLoader, BiConsumer<Class<?>, Class<?>>) - Method in class org.springframework.boot.jackson.JsonMixinModuleEntries
-
Perform an action on each entry defined by this instance.
- doWithField(Field, Object, ObjectFactory<M>) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
- down() - Method in class org.springframework.boot.actuate.health.Health.Builder
-
Set status to
Status.DOWN
. - down() - Static method in class org.springframework.boot.actuate.health.Health
-
Create a new
Health.Builder
instance with aStatus.DOWN
status. - down(Exception) - Static method in class org.springframework.boot.actuate.health.Health
-
Create a new
Health.Builder
instance with anStatus.DOWN
status and the specified exception details. - down(Throwable) - Method in class org.springframework.boot.actuate.health.Health.Builder
-
Set status to
Status.DOWN
and add details for givenThrowable
. - down(Duration) - Method in interface org.springframework.boot.docker.compose.core.DockerCompose
-
Run
docker compose down
to stop and remove any running services. - DOWN - Enum constant in enum class org.springframework.boot.docker.compose.lifecycle.StopCommand
-
Stop using
docker compose down
. - DOWN - Static variable in class org.springframework.boot.actuate.health.Status
-
Status
indicating that the component or subsystem has suffered an unexpected failure. - drainBufferedTimeline() - Method in class org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup
-
Return the
timeline
by pulling steps from the buffer. - driverClassName(String) - Method in class org.springframework.boot.jdbc.DataSourceBuilder
-
Set the driver class name that should be used when building the datasource.
- DriverConfigLoaderBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.cassandra
-
Callback interface that can be implemented by beans wishing to customize the
DriverConfigLoader
through aDriverConfigLoaderBuilderCustomizer
whilst retaining default auto-configuration. - dslContext(Configuration) - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration.DslContextConfiguration
- DslContextConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration.DslContextConfiguration
- dumpEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.management.ThreadDumpEndpointAutoConfiguration
- dumpHeap(Boolean) - Method in interface org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HeapDumper
-
Dump the current heap to a file.
- dumpHeap(Boolean) - Method in class org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HotSpotDiagnosticMXBeanHeapDumper
- DUPS_OK - Static variable in class org.springframework.boot.autoconfigure.jms.AcknowledgeMode
-
Similar to auto acknowledgment except that said acknowledgment is lazy.
- DurationFormat - Annotation Interface in org.springframework.boot.convert
-
Annotation that can be used to indicate the format to use when converting a
Duration
. - DurationStyle - Enum Class in org.springframework.boot.convert
-
Duration format styles.
- DurationUnit - Annotation Interface in org.springframework.boot.convert
-
Annotation that can be used to change the default unit used when converting a
Duration
. - DynamicRegistrationBean<D extends Registration.Dynamic> - Class in org.springframework.boot.web.servlet
-
Base class for Servlet 3.0+
dynamic
based registration beans. - DynamicRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.DynamicRegistrationBean
- dynatraceConfig() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceMetricsExportAutoConfiguration
- dynatraceMeterRegistry(DynatraceConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceMetricsExportAutoConfiguration
- DynatraceMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace
-
Auto-configuration
for exporting metrics to Dynatrace. - DynatraceMetricsExportAutoConfiguration(DynatraceProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceMetricsExportAutoConfiguration
- DynatraceProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace
-
@ConfigurationProperties
for configuring Dynatrace metrics export. - DynatraceProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties
- DynatraceProperties.V1 - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace
- DynatraceProperties.V2 - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form