- database(String) - Method in class org.springframework.boot.autoconfigure.r2dbc.ConnectionFactoryBuilder
- 
Configure the database. 
- DatabaseDriver - Enum in org.springframework.boot.jdbc
- 
Enumeration of common database drivers. 
- 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 Type in org.springframework.boot.test.autoconfigure.data.cassandra
- 
Annotation that can be used for a Cassandra test that focuses only on
 Cassandra 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
- 
- 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
- 
- DatadogProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
-  
- DataJdbcTest - Annotation Type 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 Type 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 Type 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 Type 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 Type 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 Type 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 Type 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 Type in org.springframework.boot.convert
- 
Annotation that can be used to change the default unit used when converting a
  DataSize. 
- 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, ObjectProvider<XADataSource>) - Method in class org.springframework.boot.autoconfigure.jdbc.XADataSourceAutoConfiguration
-  
- dataSource(DataSource) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
-  
- 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 with common implementations and
 properties. 
- DataSourceClosingSpringLiquibase - Class in org.springframework.boot.autoconfigure.liquibase
- 
A custom  SpringLiquibase extension that closes the underlying
  DataSource 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>) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration.JdbcStoreTypeConfiguration
-  
- DataSourceHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.jdbc
- 
- DataSourceHealthContributorAutoConfiguration(Map<String, DataSource>, ObjectProvider<DataSourcePoolMetadataProvider>) - Constructor for class org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthContributorAutoConfiguration
-  
- DataSourceHealthIndicator - Class in org.springframework.boot.actuate.jdbc
- 
- DataSourceHealthIndicator() - Constructor for class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
- 
- DataSourceHealthIndicator(DataSource) - Constructor for class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
- 
- DataSourceHealthIndicator(DataSource, String) - Constructor for class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
- 
- DataSourceHealthIndicatorProperties - Class in org.springframework.boot.actuate.autoconfigure.jdbc
- 
- DataSourceHealthIndicatorProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties
-  
- DataSourceInitializationMode - Enum in org.springframework.boot.jdbc
- 
- 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
- 
- DataSourcePoolMetadataProvidersConfiguration - Class in org.springframework.boot.autoconfigure.jdbc.metadata
- 
- DataSourcePoolMetadataProvidersConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration
-  
- DataSourcePoolMetrics - Class in org.springframework.boot.actuate.metrics.jdbc
- 
- 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
- 
- 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. 
- DataSourceSchemaCreatedEvent - Class in org.springframework.boot.autoconfigure.jdbc
- 
- DataSourceSchemaCreatedEvent(DataSource) - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceSchemaCreatedEvent
- 
- 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
- 
- dateFormat(String) - Method in class org.springframework.boot.autoconfigure.web.format.DateTimeFormatters
- 
Configures the date format using the given 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
- 
- DateTimeFormatters() - Constructor for class org.springframework.boot.autoconfigure.web.format.DateTimeFormatters
-  
- 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
-  
- debug(Object) - Method in class org.springframework.boot.logging.DeferredLog
-  
- debug(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
-  
- DebugAgentEnvironmentPostProcessor - Class in org.springframework.boot.reactor
- 
- DebugAgentEnvironmentPostProcessor() - Constructor for class org.springframework.boot.reactor.DebugAgentEnvironmentPostProcessor
-  
- DEFAULT - Static variable in class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
- 
- DEFAULT - Static variable in interface org.springframework.boot.actuate.health.HttpCodeStatusMapper
- 
- DEFAULT - Static variable in interface org.springframework.boot.ApplicationContextFactory
- 
- 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.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_CLASSPATH - Static variable in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
- 
Constant to be used when there is no  classpath. 
- DEFAULT_CONTEXT_CLASS - Static variable in class org.springframework.boot.SpringApplication
- 
- 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
-  
- DEFAULT_DISPATCHER_SERVLET_REGISTRATION_BEAN_NAME - Static variable in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration
-  
- 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
- 
- DEFAULT_ORDER - Static variable in annotation type org.springframework.boot.autoconfigure.AutoConfigureOrder
-  
- 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.config.ConfigFileApplicationListener
- 
Deprecated. The default order for the processor. 
- 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
-  
- 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_REACTIVE_WEB_CONTEXT_CLASS - Static variable in class org.springframework.boot.SpringApplication
- 
- 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_SERVLET_WEB_CONTEXT_CLASS - Static variable in class org.springframework.boot.SpringApplication
- 
- 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
-  
- DEFAULT_TEMPLATE_LOADER_PATH - Static variable in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
-  
- 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
- 
- DefaultApplicationArguments(String...) - Constructor for class org.springframework.boot.DefaultApplicationArguments
-  
- DefaultBootstrapContext - Class in org.springframework.boot
- 
- DefaultBootstrapContext() - Constructor for class org.springframework.boot.DefaultBootstrapContext
-  
- DefaultCommandFactory - Class in org.springframework.boot.cli
- 
- DefaultCommandFactory() - Constructor for class org.springframework.boot.cli.DefaultCommandFactory
-  
- DefaultCookieSerializerCustomizer - Interface in org.springframework.boot.autoconfigure.session
- 
Callback interface that can be implemented by beans wishing to customize the
 DefaultCookieSerializerconfiguration.
 
- DefaultErrorAttributes - Class in org.springframework.boot.web.reactive.error
- 
- DefaultErrorAttributes() - Constructor for class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
- 
- DefaultErrorAttributes(boolean) - Constructor for class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
- 
- DefaultErrorAttributes - Class in org.springframework.boot.web.servlet.error
- 
- DefaultErrorAttributes() - Constructor for class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
- 
- DefaultErrorAttributes(boolean) - 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, ResourceProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorViewResolver
- 
- DefaultErrorWebExceptionHandler - Class in org.springframework.boot.autoconfigure.web.reactive.error
- 
- DefaultErrorWebExceptionHandler(ErrorAttributes, ResourceProperties, ErrorProperties, ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
- 
Create a new DefaultErrorWebExceptionHandlerinstance.
 
- 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
 HttpClientRequest.
 
- DefaultHealthContributorRegistry - Class in org.springframework.boot.actuate.health
- 
- 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
-  
- DefaultHealthIndicatorRegistry - Class in org.springframework.boot.actuate.health
- 
- DefaultHealthIndicatorRegistry() - Constructor for class org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
- 
Deprecated. 
- DefaultHealthIndicatorRegistry(Map<String, HealthIndicator>) - Constructor for class org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
- 
Deprecated. 
- defaultInclude(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
-  
- defaultIncludes() - Static method in enum org.springframework.boot.actuate.trace.http.Include
- 
- DefaultJerseyApplicationPath - Class in org.springframework.boot.autoconfigure.web.servlet
- 
- DefaultJerseyApplicationPath(String, ResourceConfig) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DefaultJerseyApplicationPath
-  
- DefaultJmsListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.jms
- 
- DefaultJmsListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.jms.DefaultJmsListenerContainerFactoryConfigurer
-  
- DefaultKafkaConsumerFactoryCustomizer - Interface in org.springframework.boot.autoconfigure.kafka
- 
Callback interface for customizing DefaultKafkaConsumerFactorybeans.
 
- DefaultKafkaProducerFactoryCustomizer - Interface in org.springframework.boot.autoconfigure.kafka
- 
Callback interface for customizing DefaultKafkaProducerFactorybeans.
 
- DefaultLaunchScript - Class in org.springframework.boot.loader.tools
- 
- DefaultLaunchScript(File, Map<?, ?>) - Constructor for class org.springframework.boot.loader.tools.DefaultLaunchScript
- 
- DefaultLayoutFactory - Class in org.springframework.boot.loader.tools
- 
- DefaultLayoutFactory() - Constructor for class org.springframework.boot.loader.tools.DefaultLayoutFactory
-  
- defaultLifecycleProcessor(LifecycleProperties) - Method in class org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration
-  
- defaultMessageConverters() - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- DefaultPropertiesPropertySource - Class in org.springframework.boot
- 
MapPropertySource containing default properties contributed directly to a
  SpringApplication. 
- DefaultPropertiesPropertySource(Map<String, Object>) - Constructor for class org.springframework.boot.DefaultPropertiesPropertySource
- 
- DefaultReactiveHealthContributorRegistry - Class in org.springframework.boot.actuate.health
- 
- 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
-  
- DefaultReactiveHealthIndicatorRegistry - Class in org.springframework.boot.actuate.health
- 
- DefaultReactiveHealthIndicatorRegistry() - Constructor for class org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
- 
Deprecated. 
- DefaultReactiveHealthIndicatorRegistry(Map<String, ReactiveHealthIndicator>) - Constructor for class org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
- 
Deprecated. 
- DefaultRepositorySystemSessionAutoConfiguration - Class in org.springframework.boot.cli.compiler.grape
- 
- DefaultRepositorySystemSessionAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.grape.DefaultRepositorySystemSessionAutoConfiguration
-  
- 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
-  
- DefaultRestTemplateExchangeTagsProvider - Class in org.springframework.boot.actuate.metrics.web.client
- 
- DefaultRestTemplateExchangeTagsProvider() - Constructor for class org.springframework.boot.actuate.metrics.web.client.DefaultRestTemplateExchangeTagsProvider
-  
- defaults() - Static method in class org.springframework.boot.web.error.ErrorAttributeOptions
- 
Create an ErrorAttributeOptionswith defaults.
 
- DefaultSourceDirectoryUrlFilter - Class in org.springframework.boot.devtools.restart.server
- 
- DefaultSourceDirectoryUrlFilter() - Constructor for class org.springframework.boot.devtools.restart.server.DefaultSourceDirectoryUrlFilter
-  
- DefaultTestExecutionListenersPostProcessor - Interface in org.springframework.boot.test.context
- 
- defaultValidator() - Static method in class org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration
-  
- DefaultValue - Annotation Type 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
-  
- DefaultWebClientExchangeTagsProvider - Class in org.springframework.boot.actuate.metrics.web.reactive.client
- 
- DefaultWebClientExchangeTagsProvider() - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.client.DefaultWebClientExchangeTagsProvider
-  
- DefaultWebFluxTagsProvider - Class in org.springframework.boot.actuate.metrics.web.reactive.server
- 
- DefaultWebFluxTagsProvider() - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider
-  
- DefaultWebFluxTagsProvider(List<WebFluxTagsContributor>) - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider
- 
- DefaultWebFluxTagsProvider(boolean) - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider
-  
- DefaultWebFluxTagsProvider(boolean, List<WebFluxTagsContributor>) - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider
- 
- DefaultWebMvcTagsProvider - Class in org.springframework.boot.actuate.metrics.web.servlet
- 
- DefaultWebMvcTagsProvider() - Constructor for class org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
-  
- DefaultWebMvcTagsProvider(List<WebMvcTagsContributor>) - Constructor for class org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
- 
- DefaultWebMvcTagsProvider(boolean) - Constructor for class org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
-  
- DefaultWebMvcTagsProvider(boolean, List<WebMvcTagsContributor>) - Constructor for class org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
- 
- 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
- 
- 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
- 
- DeferredLogs() - Constructor for class org.springframework.boot.logging.DeferredLogs
-  
- definePackage(String, Manifest, URL) - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
-  
- definePackage(String, String, String, String, String, String, String, URL) - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
-  
- DelegatingApplicationContextInitializer - Class in org.springframework.boot.context.config
- 
- DelegatingApplicationContextInitializer() - Constructor for class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
-  
- DelegatingApplicationListener - Class in org.springframework.boot.context.config
- 
ApplicationListener that delegates to other listeners that are specified under
 a context.listener.classes environment property. 
- DelegatingApplicationListener() - Constructor for class org.springframework.boot.context.config.DelegatingApplicationListener
-  
- DelegatingFilterProxyRegistrationBean - Class in org.springframework.boot.web.servlet
- 
- DelegatingFilterProxyRegistrationBean(String, ServletRegistrationBean<?>...) - Constructor for class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
- 
- delete(VolumeName, boolean) - Method in class org.springframework.boot.buildpack.platform.docker.DockerApi.VolumeApi
- 
Delete a volume. 
- delete(URI) - Method in interface org.springframework.boot.buildpack.platform.docker.transport.HttpTransport
- 
Perform a HTTP DELETE operation. 
- 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. 
- DeleteOperation - Annotation Type 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 Type in org.springframework.boot.convert
- 
Declares a field or method parameter should be converted to collection using the
 specified delimiter. 
- DEPENDENCIES - Static variable in class org.springframework.boot.loader.tools.StandardLayers
- 
The dependencies layer. 
- Dependency - Class in org.springframework.boot.cli.compiler.dependencies
- 
A single dependency. 
- Dependency(String, String, String) - Constructor for class org.springframework.boot.cli.compiler.dependencies.Dependency
- 
- Dependency(String, String, String, List<Dependency.Exclusion>) - Constructor for class org.springframework.boot.cli.compiler.dependencies.Dependency
- 
- Dependency.Exclusion - Class in org.springframework.boot.cli.compiler.dependencies
- 
A dependency exclusion. 
- DependencyAutoConfigurationTransformation - Class in org.springframework.boot.cli.compiler
- 
- DependencyAutoConfigurationTransformation(GroovyClassLoader, DependencyResolutionContext, Iterable<CompilerAutoConfiguration>) - Constructor for class org.springframework.boot.cli.compiler.DependencyAutoConfigurationTransformation
-  
- DependencyCustomizer - Class in org.springframework.boot.cli.compiler
- 
Customizer that allows dependencies to be added during compilation. 
- DependencyCustomizer(GroovyClassLoader, ModuleNode, DependencyResolutionContext) - Constructor for class org.springframework.boot.cli.compiler.DependencyCustomizer
- 
- DependencyCustomizer(DependencyCustomizer) - Constructor for class org.springframework.boot.cli.compiler.DependencyCustomizer
- 
- DependencyManagement - Interface in org.springframework.boot.cli.compiler.dependencies
- 
An encapsulation of dependency management information. 
- DependencyManagementArtifactCoordinatesResolver - Class in org.springframework.boot.cli.compiler.dependencies
- 
- DependencyManagementArtifactCoordinatesResolver() - Constructor for class org.springframework.boot.cli.compiler.dependencies.DependencyManagementArtifactCoordinatesResolver
-  
- DependencyManagementArtifactCoordinatesResolver(DependencyManagement) - Constructor for class org.springframework.boot.cli.compiler.dependencies.DependencyManagementArtifactCoordinatesResolver
-  
- DependencyManagementBom - Annotation Type in org.springframework.boot.groovy
- 
Provides one or more additional sources of dependency management that is used when
 resolving @Grabdependencies.
 
- DependencyManagementBomTransformation - Class in org.springframework.boot.cli.compiler
- 
- DependencyManagementBomTransformation(DependencyResolutionContext) - Constructor for class org.springframework.boot.cli.compiler.DependencyManagementBomTransformation
-  
- DependencyResolutionContext - Class in org.springframework.boot.cli.compiler.grape
- 
Context used when resolving dependencies. 
- DependencyResolutionContext() - Constructor for class org.springframework.boot.cli.compiler.grape.DependencyResolutionContext
-  
- DependencyResolutionFailedException - Exception in org.springframework.boot.cli.compiler.grape
- 
Thrown to indicate a failure during dependency resolution. 
- DependencyResolutionFailedException(Throwable) - Constructor for exception org.springframework.boot.cli.compiler.grape.DependencyResolutionFailedException
- 
Creates a new DependencyResolutionFailedExceptionwith the givencause.
 
- DeprecatedConfigurationProperty - Annotation Type in org.springframework.boot.context.properties
- 
- 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.
 
- 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.jta.atomikos.AtomikosConnectionFactoryBean
-  
- destroy() - Method in class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
-  
- destroy() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
- 
Deprecated. 
- 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 org.springframework.boot.convert.DurationStyle
- 
Detect the style from the given source value. 
- detect(String) - Static method in enum org.springframework.boot.convert.PeriodStyle
- 
Detect the style from the given source value. 
- detectAndParse(String) - Static method in enum org.springframework.boot.convert.DurationStyle
- 
Detect the style then parse the value to return a duration. 
- detectAndParse(String, ChronoUnit) - Static method in enum org.springframework.boot.convert.DurationStyle
- 
Detect the style then parse the value to return a duration. 
- detectAndParse(String) - Static method in enum org.springframework.boot.convert.PeriodStyle
- 
Detect the style then parse the value to return a period. 
- detectAndParse(String, ChronoUnit) - Static method in enum 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 WebServiceMessageSendershould be detected
 based on the classpath.
 
- detectRequestFactory(boolean) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- DeterminableImports - Interface in org.springframework.boot.context.annotation
- 
- 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. 
- 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. 
- determineIsolationLevel() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
- 
Determine the isolation level for create* operation of the JobRepository.
 
- determineIsolationLevel() - Method in class org.springframework.boot.autoconfigure.batch.JpaBatchConfigurer
-  
- 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
 given  configuration. 
- determineSqlDialect(DataSource) - Method in class org.springframework.boot.autoconfigure.jooq.JooqProperties
- 
Determine the  SQLDialect to use based on this configuration and the primary
  DataSource. 
- 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
- 
- 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
- 
- 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
- 
- DevToolsPropertyDefaultsPostProcessor() - Constructor for class org.springframework.boot.devtools.env.DevToolsPropertyDefaultsPostProcessor
-  
- 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. 
- DirectContainer() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
-  
- directory(String, Owner) - Method in interface org.springframework.boot.buildpack.platform.io.Layout
- 
Add a directory to the content. 
- directoryServer(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration
-  
- DirectRabbitListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.amqp
- 
- DirectRabbitListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.amqp.DirectRabbitListenerContainerFactoryConfigurer
-  
- DirectXAConnectionFactory() - Constructor for class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
- 
Deprecated. 
- DirectXADataSource() - Constructor for class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
- 
Deprecated. 
- 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. 
- 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
- 
- DiscoveredOperationMethod - Class in org.springframework.boot.actuate.endpoint.annotation
- 
- DiscoveredOperationMethod(Method, OperationType, AnnotationAttributes) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod
-  
- DiscovererEndpointFilter - Class in org.springframework.boot.actuate.endpoint.annotation
- 
- DiscovererEndpointFilter(Class<? extends EndpointDiscoverer<?, ?>>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter
- 
- 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 of
  Status.DOWN when it drops below a configurable threshold. 
- DiskSpaceHealthIndicator(File, DataSize) - Constructor for class org.springframework.boot.actuate.system.DiskSpaceHealthIndicator
- 
Create a new DiskSpaceHealthIndicatorinstance.
 
- DiskSpaceHealthIndicatorProperties - Class in org.springframework.boot.actuate.autoconfigure.system
- 
- DiskSpaceHealthIndicatorProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties
-  
- 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
- 
- DispatcherHandlerMappingDetails - Class in org.springframework.boot.actuate.web.mappings.reactive
- 
- DispatcherHandlerMappingDetails() - Constructor for class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
-  
- DispatcherHandlersMappingDescriptionProvider - Class in org.springframework.boot.actuate.web.mappings.reactive
- 
- 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
- 
- 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
- 
- DispatcherServletMappingDetails - Class in org.springframework.boot.actuate.web.mappings.servlet
- 
- DispatcherServletMappingDetails() - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDetails
-  
- DispatcherServletPath - Interface in org.springframework.boot.autoconfigure.web.servlet
- 
- dispatcherServletPath() - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
-  
- 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
- 
- DispatcherServletRegistrationBean(DispatcherServlet, String) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletRegistrationBean
- 
- DispatcherServletRegistrationConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration
-  
- DispatcherServletsMappingDescriptionProvider - Class in org.springframework.boot.actuate.web.mappings.servlet
- 
- DispatcherServletsMappingDescriptionProvider() - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider
-  
- DispatcherType - Enum 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
-  
- DockerApi - Class in org.springframework.boot.buildpack.platform.docker
- 
Provides access to the limited set of Docker APIs needed by pack. 
- DockerApi() - Constructor for class org.springframework.boot.buildpack.platform.docker.DockerApi
- 
- DockerApi(DockerConfiguration) - Constructor for class org.springframework.boot.buildpack.platform.docker.DockerApi
- 
- DockerApi.ContainerApi - Class in org.springframework.boot.buildpack.platform.docker
- 
Docker API for container operations. 
- DockerApi.ImageApi - Class in org.springframework.boot.buildpack.platform.docker
- 
Docker API for image operations. 
- DockerApi.VolumeApi - Class in org.springframework.boot.buildpack.platform.docker
- 
Docker API for volume operations. 
- DockerConfiguration - Class in org.springframework.boot.buildpack.platform.docker.configuration
- 
Docker configuration options. 
- DockerConnectionException - Exception in org.springframework.boot.buildpack.platform.docker.transport
- 
Exception thrown when connection to the Docker daemon fails. 
- DockerConnectionException(String, Exception) - Constructor for exception org.springframework.boot.buildpack.platform.docker.transport.DockerConnectionException
-  
- DockerEngineException - Exception in org.springframework.boot.buildpack.platform.docker.transport
- 
Exception thrown when a call to the Docker API fails. 
- DockerEngineException(String, URI, int, String, Errors, Message) - Constructor for exception org.springframework.boot.buildpack.platform.docker.transport.DockerEngineException
-  
- DockerRegistryAuthentication - Interface in org.springframework.boot.buildpack.platform.docker.configuration
- 
Docker registry authentication configuration. 
- 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 nullvalue.
 
- 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.metrics.web.servlet.WebMvcMetricsFilter
-  
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter
-  
- 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.cassandra.CassandraHealthIndicator
- 
Deprecated. 
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.cassandra.CassandraReactiveHealthIndicator
- 
Deprecated. 
- 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.elasticsearch.ElasticsearchReactiveHealthIndicator
-  
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.elasticsearch.ElasticsearchRestHealthIndicator
-  
- 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
-  
- 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.mongo.MongoHealthIndicator
-  
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.mongo.MongoReactiveHealthIndicator
-  
- 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.redis.RedisHealthIndicator
-  
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.redis.RedisReactiveHealthIndicator
-  
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.solr.SolrHealthIndicator
-  
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.system.DiskSpaceHealthIndicator
-  
- DomainSocket - Class in org.springframework.boot.buildpack.platform.socket
- 
A  Socket implementation for Linux of BSD domain sockets. 
- doOptions() - Method in class org.springframework.boot.cli.command.options.CompilerOptionHandler
-  
- doWithField(Field, Object, ObjectFactory<M>) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
-  
- doWithLibraries(LibraryCallback) - Method in interface org.springframework.boot.loader.tools.Libraries
- 
Iterate all relevant libraries. 
- down(Throwable) - Method in class org.springframework.boot.actuate.health.Health.Builder
- 
- down() - Method in class org.springframework.boot.actuate.health.Health.Builder
- 
- down(Exception) - Static method in class org.springframework.boot.actuate.health.Health
- 
- down() - Static method in class org.springframework.boot.actuate.health.Health
- 
- DOWN - Static variable in class org.springframework.boot.actuate.health.Status
- 
Status indicating that the component or subsystem has suffered an
 unexpected failure. 
- DownloadConfigBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.mongo.embedded
- 
Callback interface that can be implemented by beans wishing to customize the
 IDownloadConfigvia aDownloadConfigBuilderwhilst retaining default
 auto-configuration.
 
- 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
-  
- DriverConfigLoaderBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.cassandra
- 
Callback interface that can be implemented by beans wishing to customize the
  DriverConfigLoader via a  DriverConfigLoaderBuilderCustomizer 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(File, boolean) - Method in interface org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HeapDumper
- 
Dump the current heap to the specified file. 
- dumpHeap(File, boolean) - Method in class org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HotSpotDiagnosticMXBeanHeapDumper
-  
- DurationFormat - Annotation Type in org.springframework.boot.convert
- 
Annotation that can be used to indicate the format to use when converting a
  Duration. 
- DurationStyle - Enum in org.springframework.boot.convert
- 
Duration format styles. 
- DurationUnit - Annotation Type 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
- 
- 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
- 
- DynatraceProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties
-