Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

D

DailyTimeIntervalTriggerDescription(DailyTimeIntervalTrigger) - Constructor for class org.springframework.boot.actuate.quartz.QuartzEndpoint.DailyTimeIntervalTriggerDescription
 
Data() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Data
 
database(String) - Method in class org.springframework.boot.autoconfigure.r2dbc.ConnectionFactoryBuilder
Deprecated.
Configure the database.
database(String) - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
Configure the database.
DatabaseDriver - Enum 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.
DatabaseInitializationMode - Enum 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 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
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
 
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.
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>, 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 a DataSource 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 specified DataSource.
DataSourceHealthIndicator(DataSource, String) - Constructor for class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
Create a new DataSourceHealthIndicator using the specified DataSource 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
 
DataSourceInitializationMode - Enum in org.springframework.boot.jdbc
Supported DataSource initialization modes.
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 a DataSource.
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 a DataSource.
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 available datasources.
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
Deprecated.
since 2.5.0 for removal in 2.7.0 with no replacement as the event is no longer published
DataSourceSchemaCreatedEvent(DataSource) - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceSchemaCreatedEvent
Deprecated.
DataSourceScriptDatabaseInitializer - Class in org.springframework.boot.jdbc.init
InitializingBean that performs DataSource 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 given DataSource 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 custom Wrapper such as DelegatingDataSource.
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
Formatters for dates, times, and date-times.
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
EnvironmentPostProcessor to enable the Reactor Debug Agent if available.
DebugAgentEnvironmentPostProcessor() - Constructor for class org.springframework.boot.reactor.DebugAgentEnvironmentPostProcessor
 
Decryption() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Decryption
 
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
A 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 the WebApplicationType.
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
Deprecated.
since 2.4.0 for removal in 2.6.0 in favor of using a ApplicationContextFactory
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 type 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.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
The default Spring MVC view prefix.
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
Deprecated.
since 2.4.0 for removal in 2.6.0 in favor of using an ApplicationContextFactory
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
Deprecated.
since 2.4.0 for removal in 2.6.0 in favor of using an ApplicationContextFactory
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_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
 
DefaultCommandFactory - Class in org.springframework.boot.cli
Default implementation of CommandFactory.
DefaultCommandFactory() - Constructor for class org.springframework.boot.cli.DefaultCommandFactory
 
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() - Constructor for class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
 
DefaultErrorAttributes - Class in org.springframework.boot.web.servlet.error
Default implementation of ErrorAttributes.
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, ResourceProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorViewResolver
Deprecated.
since 2.4.0 for removal in 2.6.0 in favor of #DefaultErrorViewResolver(ApplicationContext, Resources)
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, rendering ErrorAttributes.
DefaultErrorWebExceptionHandler(ErrorAttributes, ResourceProperties, ErrorProperties, ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
Deprecated.
since 2.4.0 for removal in 2.6.0 in favor of #DefaultErrorWebExceptionHandler(ErrorAttributes, Resources, ErrorProperties, ApplicationContext)
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 HttpClientRequest.
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 org.springframework.boot.actuate.trace.http.Include
Return the default Include.
DefaultJerseyApplicationPath - Class in org.springframework.boot.autoconfigure.web.servlet
Default implementation of JerseyApplicationPath that derives the path from JerseyProperties 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.
DefaultLaunchScript - Class in org.springframework.boot.loader.tools
Default implementation of LaunchScript.
DefaultLaunchScript(File, Map<?, ?>) - Constructor for class org.springframework.boot.loader.tools.DefaultLaunchScript
Create a new DefaultLaunchScript instance.
DefaultLayoutFactory - Class in org.springframework.boot.loader.tools
Default implementation of LayoutFactory.
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
Set the HttpMessageConverters that should be used with the RestTemplate to the default set.
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
Create a new DefaultPropertiesPropertySource with the given Map 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
 
DefaultRepositorySystemSessionAutoConfiguration - Class in org.springframework.boot.cli.compiler.grape
A RepositorySystemSessionAutoConfiguration that, in the absence of any configuration, applies sensible defaults.
DefaultRepositorySystemSessionAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.grape.DefaultRepositorySystemSessionAutoConfiguration
 
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
 
DefaultRestTemplateExchangeTagsProvider - Class in org.springframework.boot.actuate.metrics.web.client
Default implementation of RestTemplateExchangeTagsProvider.
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 ErrorAttributeOptions with defaults.
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
 
DefaultTestExecutionListenersPostProcessor - Interface in org.springframework.boot.test.context
Callback interface trigger from SpringBootTestContextBootstrapper that can be used to post-process the list of default TestExecutionListener classes to be used by a test.
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
Default implementation of WebClientExchangeTagsProvider.
DefaultWebClientExchangeTagsProvider() - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.client.DefaultWebClientExchangeTagsProvider
 
DefaultWebFluxTagsProvider - Class in org.springframework.boot.actuate.metrics.web.reactive.server
Default implementation of WebFluxTagsProvider.
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
Creates a new DefaultWebFluxTagsProvider that will provide tags from the given contributors in addition to its own.
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
Creates a new DefaultWebFluxTagsProvider that will provide tags from the given contributors in addition to its own.
DefaultWebMvcTagsProvider - Class in org.springframework.boot.actuate.metrics.web.servlet
Default implementation of WebMvcTagsProvider.
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
Creates a new DefaultWebMvcTagsProvider that will provide tags from the given contributors in addition to its own.
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
Creates a new DefaultWebMvcTagsProvider that will provide tags from the given contributors in addition to its own.
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 collection DeferredLog instances.
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
ApplicationContextInitializer that delegates to other initializers that are specified under a context.initializer.classes environment property.
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
A ServletContextInitializer to register DelegatingFilterProxys 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 specified ServletRegistrationBeans.
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
Create a new Dependency instance.
Dependency(String, String, String, List<Dependency.Exclusion>) - Constructor for class org.springframework.boot.cli.compiler.dependencies.Dependency
Create a new Dependency instance.
Dependency.Exclusion - Class in org.springframework.boot.cli.compiler.dependencies
A dependency exclusion.
DependencyAutoConfigurationTransformation - Class in org.springframework.boot.cli.compiler
ASTTransformation to apply dependency auto-configuration.
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
Create a new DependencyCustomizer instance.
DependencyCustomizer(DependencyCustomizer) - Constructor for class org.springframework.boot.cli.compiler.DependencyCustomizer
Create a new nested 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 @Grab dependencies.
DependencyManagementBomTransformation - Class in org.springframework.boot.cli.compiler
ASTTransformation for processing @DependencyManagementBom annotations.
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 DependencyResolutionFailedException with the given cause.
DependsOnDatabaseInitialization - Annotation Type 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 Type in org.springframework.boot.context.properties
Indicates that a getter in a @ConfigurationProperties object is deprecated.
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(DataSource) - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
Create a new DataSourceBuilder instance derived from the specified data source.
derivedFrom(ConnectionFactory) - Static method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
Initialize a new ConnectionFactoryBuilder derived from the options of the specified connectionFactory.
derivefrom(ConnectionFactory) - Static method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
Deprecated.
since 2.5.1 for removal in 2.7.0 in favor of ConnectionFactoryBuilder.derivedFrom(ConnectionFactory)
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.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.
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 a DataSource.
detect(ConfigurableListableBeanFactory) - Method in interface org.springframework.boot.sql.init.dependency.DependsOnDatabaseInitializationDetector
Detect beans defined in the given beanFactory that depend on database initialization.
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 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 a DataSource 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 and ImportBeanDefinitionRegistrar 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.
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.
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-specific DataSource 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
 
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.
directory(String, Owner, int) - 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
Configure DirectRabbitListenerContainerFactoryConfigurer with sensible defaults.
DirectRabbitListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.amqp.DirectRabbitListenerContainerFactoryConfigurer
 
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
An endpoint discovered by an EndpointDiscoverer.
DiscoveredOperationMethod - Class in org.springframework.boot.actuate.endpoint.annotation
An OperationMethod discovered by an EndpointDiscoverer.
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 the EndpointDiscoverer 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
 
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 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
 
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 the HandlerMappings that are known to a DispatcherHandler.
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
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 - Interface in org.springframework.boot.autoconfigure.web.servlet
Interface that can be used by auto-configurations that need path details for the default DispatcherServlet.
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
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 the HandlerMappings that are known to one or more DispatcherServlets.
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
Create a new DockerApi instance.
DockerApi(DockerConfiguration) - Constructor for class org.springframework.boot.buildpack.platform.docker.DockerApi
Create a new DockerApi instance.
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.
DockerConfiguration() - Constructor for class org.springframework.boot.buildpack.platform.docker.configuration.DockerConfiguration
 
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
 
DockerHost - Class in org.springframework.boot.buildpack.platform.docker.configuration
Docker host connection options.
DockerHost(String, boolean, String) - Constructor for class org.springframework.boot.buildpack.platform.docker.configuration.DockerHost
 
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 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.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
Set status to Status.DOWN and add details for given Throwable.
down() - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.DOWN.
down(Exception) - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with an Status.DOWN status and the specified exception details.
down() - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with a Status.DOWN status.
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 DownloadConfig via an ImmutableDownloadConfig.Builder whilst 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
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 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
 
DslContextDependsOnPostProcessor - Class in org.springframework.boot.autoconfigure.jooq
Deprecated.
since 2.5.0 for removal in 2.7.0 in favor of DependsOnDatabaseInitializationDetector
DslContextDependsOnPostProcessor(String...) - Constructor for class org.springframework.boot.autoconfigure.jooq.DslContextDependsOnPostProcessor
Deprecated.
Creates a new DslContextDependsOnPostProcessor that will set up dependencies upon beans with the given names.
DslContextDependsOnPostProcessor(Class<?>...) - Constructor for class org.springframework.boot.autoconfigure.jooq.DslContextDependsOnPostProcessor
Deprecated.
Creates a new DslContextDependsOnPostProcessor that will set up dependencies upon beans with the given types.
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
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
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links