Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
D
- DailyTimeIntervalTriggerDescriptor(DailyTimeIntervalTrigger) - Constructor for class org.springframework.boot.actuate.quartz.QuartzEndpoint.DailyTimeIntervalTriggerDescriptor
- DASHED - Enum constant in enum class org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
- 
The dashed configuration form (used for toString; lower-case with only alphanumeric characters and dashes).
- Data() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Data
- database(String) - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
- 
Configure the database.
- DatabaseDriver - Enum Class in org.springframework.boot.jdbc
- 
Enumeration of common database drivers.
- DatabaseInitializationDependencyConfigurer - Class in org.springframework.boot.sql.init.dependency
- 
Configures beans that depend upon SQL database initialization withdependenciesupon beans that perform database initialization.
- DatabaseInitializationDependencyConfigurer() - Constructor for class org.springframework.boot.sql.init.dependency.DatabaseInitializationDependencyConfigurer
- DatabaseInitializationMode - Enum Class in org.springframework.boot.sql.init
- 
Supported database initialization modes.
- DatabaseInitializationSettings - Class in org.springframework.boot.sql.init
- 
Settings for initializing an SQL database.
- DatabaseInitializationSettings() - Constructor for class org.springframework.boot.sql.init.DatabaseInitializationSettings
- DatabaseInitializerDetector - Interface in org.springframework.boot.sql.init.dependency
- 
Detects beans that initialize an SQL database.
- databaseSelectionProvider(Neo4jDataProperties) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
- DataBlock - Interface in org.springframework.boot.loader.zip
- 
Provides read access to a block of data contained somewhere in a zip file.
- dataBufferFactory() - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
- DataCassandraTest - Annotation Interface in org.springframework.boot.test.autoconfigure.data.cassandra
- 
Annotation that can be used for a Cassandra test that focuses only on Cassandra components.
- DataCouchbaseTest - Annotation Interface in org.springframework.boot.test.autoconfigure.data.couchbase
- 
Annotation that can be used for a Data Couchbase test that focuses only on Data Couchbase components.
- datadogConfig() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogMetricsExportAutoConfiguration
- datadogMeterRegistry(DatadogConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogMetricsExportAutoConfiguration
- DatadogMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.datadog
- 
Auto-configurationfor 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
- 
@ConfigurationPropertiesfor configuring Datadog metrics export.
- DatadogProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
- DataElasticsearchTest - Annotation Interface in org.springframework.boot.test.autoconfigure.data.elasticsearch
- 
Annotation that can be used for a Data Elasticsearch test that focuses only on Data Elasticsearch components.
- DataJdbcTest - Annotation Interface in org.springframework.boot.test.autoconfigure.data.jdbc
- 
Annotation that can be used for a Data JDBC test that focuses only on Data JDBC components.
- DataJdbcTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.data.jdbc
- DataJpaTest - Annotation Interface in org.springframework.boot.test.autoconfigure.orm.jpa
- 
Annotation for a JPA test that focuses only on JPA components.
- DataJpaTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.orm.jpa
- DataLdapTest - Annotation Interface in org.springframework.boot.test.autoconfigure.data.ldap
- 
Annotation that can be used for an LDAP test that focuses only on LDAP components.
- DataLdapTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.data.ldap
- DataMongoTest - Annotation Interface in org.springframework.boot.test.autoconfigure.data.mongo
- 
Annotation that can be used for a MongoDB test that focuses only on MongoDB components.
- DataMongoTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.data.mongo
- DataNeo4jTest - Annotation Interface in org.springframework.boot.test.autoconfigure.data.neo4j
- 
Annotation that can be used for a Neo4j test that focuses only on Neo4j components.
- DataNeo4jTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.data.neo4j
- DataObjectPropertyName - Class in org.springframework.boot.context.properties.bind
- 
Internal utility to help when dealing with data object property names.
- DataR2dbcTest - Annotation Interface in org.springframework.boot.test.autoconfigure.data.r2dbc
- 
Annotation that can be used for a R2DBC test that focuses only on Data R2DBC components.
- DataRedisTest - Annotation Interface in org.springframework.boot.test.autoconfigure.data.redis
- 
Annotation for a Data Redis test that focuses only on Redis components.
- DataRedisTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.data.redis
- DataSizeUnit - Annotation Interface in org.springframework.boot.convert
- 
Annotation that can be used to change the default unit used when converting aDataSize.
- dataSource(DataSource) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
- 
Create a newEntityManagerFactoryBuilder.Builderfor aEntityManagerFactoryusing the settings of the given instance, and the givenDataSource.
- dataSource(DataSourceProperties) - Method in class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
- dataSource(DataSourceProperties, ApplicationContext) - Method in class org.springframework.boot.autoconfigure.jdbc.JndiDataSourceAutoConfiguration
- dataSource(XADataSourceWrapper, DataSourceProperties, JdbcConnectionDetails, ObjectProvider<XADataSource>) - Method in class org.springframework.boot.autoconfigure.jdbc.XADataSourceAutoConfiguration
- dataSource(Environment) - Method in class org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration
- DataSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
- DataSourceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
- DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
- DataSourceAutoConfiguration.PooledDataSourceConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
- DataSourceBuilder<T extends DataSource> - Class in org.springframework.boot.jdbc
- 
Convenience class for building aDataSource.
- DataSourceClosingSpringLiquibase - Class in org.springframework.boot.autoconfigure.liquibase
- 
A customSpringLiquibaseextension that closes the underlyingDataSourceonce 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
- 
HealthIndicatorthat tests the status of aDataSourceand optionally runs a test query.
- DataSourceHealthIndicator() - Constructor for class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
- 
Create a newDataSourceHealthIndicatorinstance.
- DataSourceHealthIndicator(DataSource) - Constructor for class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
- 
Create a newDataSourceHealthIndicatorusing the specifiedDataSource.
- DataSourceHealthIndicator(DataSource, String) - Constructor for class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
- 
Create a newDataSourceHealthIndicatorusing the specifiedDataSourceand validation query.
- DataSourceHealthIndicatorProperties - Class in org.springframework.boot.actuate.autoconfigure.jdbc
- 
External configuration properties forDataSourceHealthIndicator.
- DataSourceHealthIndicatorProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties
- DataSourcePoolMetadata - Interface in org.springframework.boot.jdbc.metadata
- 
Provides access meta-data that is commonly available from most pooledDataSourceimplementations.
- DataSourcePoolMetadataProvider - Interface in org.springframework.boot.jdbc.metadata
- 
Provide aDataSourcePoolMetadatabased on aDataSource.
- DataSourcePoolMetadataProvidersConfiguration - Class in org.springframework.boot.autoconfigure.jdbc.metadata
- 
Register theDataSourcePoolMetadataProviderinstances 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
- 
AMeterBinderfor aDataSource.
- DataSourcePoolMetrics(DataSource, Collection<DataSourcePoolMetadataProvider>, String, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics
- DataSourcePoolMetrics(DataSource, DataSourcePoolMetadataProvider, String, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics
- DataSourcePoolMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.jdbc
- 
Auto-configurationfor metrics on all availabledatasources.
- DataSourcePoolMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration
- DataSourceProperties - Class in org.springframework.boot.autoconfigure.jdbc
- 
Base class for configuration of a data source.
- DataSourceProperties() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- DataSourceProperties.Xa - Class in org.springframework.boot.autoconfigure.jdbc
- 
XA Specific datasource settings.
- DataSourceScriptDatabaseInitializer - Class in org.springframework.boot.jdbc.init
- 
InitializingBeanthat performsDataSourceinitialization using schema (DDL) and data (DML) scripts.
- DataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - Constructor for class org.springframework.boot.jdbc.init.DataSourceScriptDatabaseInitializer
- 
Creates a newDataSourceScriptDatabaseInitializerthat will initialize the givenDataSourceusing 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 aDataSourcethat may have been proxied or wrapped in a customWrappersuch asDelegatingDataSource.
- Datatype() - Constructor for class org.springframework.boot.autoconfigure.jackson.JacksonProperties.Datatype
- dateFormat(String) - Method in class org.springframework.boot.autoconfigure.web.format.DateTimeFormatters
- 
Configures the date format using the givenpattern.
- DATEFORMAT_PATTERN - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Logging system property for the date-format pattern.
- dateTimeFormat(String) - Method in class org.springframework.boot.autoconfigure.web.format.DateTimeFormatters
- 
Configures the date-time format using the givenpattern.
- DateTimeFormatters - Class in org.springframework.boot.autoconfigure.web.format
- 
Formattersfor dates, times, and date-times.
- DateTimeFormatters() - Constructor for class org.springframework.boot.autoconfigure.web.format.DateTimeFormatters
- DB2 - Enum constant in enum class org.springframework.boot.autoconfigure.data.jdbc.JdbcDatabaseDialect
- 
Provides an instance ofJdbcDb2Dialect.
- DB2 - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
DB2 Server.
- DB2_AS400 - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
DB2 AS400 Server.
- dbHealthContributor(ConfigurableListableBeanFactory, DataSourceHealthIndicatorProperties) - Method in class org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthContributorAutoConfiguration
- ddlAuto(Supplier<String>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
- DeadLetterPolicy() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.DeadLetterPolicy
- debug(Object) - Method in class org.springframework.boot.logging.DeferredLog
- debug(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
- DEBUG - Enum constant in enum class org.springframework.boot.logging.LogLevel
- DebugLogger - Class in org.springframework.boot.loader.log
- 
Simple logger class used forSystem.errdebugging.
- DebugLogger() - Constructor for class org.springframework.boot.loader.log.DebugLogger
- decode(String) - Static method in class org.springframework.boot.loader.net.util.UrlDecoder
- 
Decode the given string by decoding URL'%'escapes.
- decorate(ConnectionFactory) - Method in interface org.springframework.boot.r2dbc.ConnectionFactoryDecorator
- 
Decorates the givenConnectionFactory.
- decorator(ConnectionFactoryDecorator) - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
- 
Add adecorator.
- decorators(Iterable<ConnectionFactoryDecorator>) - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
- 
Adddecorators.
- Decryption() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Decryption
- DEFAULT - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties.HistogramType
- 
Default, time-based histogram.
- DEFAULT - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- DEFAULT - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- DEFAULT - Enum constant in enum class org.springframework.boot.autoconfigure.jackson.JacksonProperties.ConstructorDetectorStrategy
- 
Use heuristics to see if "properties" mode is to be used.
- DEFAULT - Enum constant in enum class org.springframework.boot.autoconfigure.session.RedisSessionProperties.RepositoryType
- 
Auto-configure a RedisSessionRepository or ReactiveRedisSessionRepository.
- DEFAULT - Enum constant in enum class org.springframework.boot.loader.tools.LoaderImplementation
- 
The default recommended loader implementation.
- DEFAULT - Enum constant in enum class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrint
- 
Use the default print setting (MockMvcPrint.SYSTEM_OUTunless explicitly overridden).
- DEFAULT - Static variable in class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
- 
DefaultEndpointMediaTypesfor this version of Spring Boot.
- DEFAULT - Static variable in interface org.springframework.boot.actuate.health.HttpCodeStatusMapper
- 
AnHttpCodeStatusMapperinstance using default mappings.
- DEFAULT - Static variable in interface org.springframework.boot.ApplicationContextFactory
- 
A defaultApplicationContextFactoryimplementation that will create an appropriate context for theWebApplicationType.
- DEFAULT - Static variable in interface org.springframework.boot.autoconfigure.jooq.ExceptionTranslatorExecuteListener
- 
DefaultExceptionTranslatorExecuteListenersuitable for most applications.
- DEFAULT - Static variable in interface org.springframework.boot.context.properties.bind.BindConstructorProvider
- 
DefaultBindConstructorProviderimplementation that only returns a value when there's a single constructor and when the bindable has no existing value.
- DEFAULT - Static variable in interface org.springframework.boot.context.properties.bind.BindHandler
- 
Default no-op bind handler.
- DEFAULT - Static variable in class org.springframework.boot.logging.CorrelationIdFormatter
- 
DefaultCorrelationIdFormatter.
- 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_INDEX_FILE_NAME - Static variable in class org.springframework.boot.loader.launch.Launcher
- 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 coreInfoContributorbeans.
- DEFAULT_ORDER - Static variable in annotation interface org.springframework.boot.autoconfigure.AutoConfigureOrder
- 
The default order value.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.autoconfigure.batch.JobLauncherApplicationRunner
- 
The default order for the command line runner.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
- 
The default order for the LoggingApplicationListener.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.env.EnvironmentPostProcessorApplicationListener
- 
The default order for the processor.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
- 
The default order for the processor.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
- 
The default order for the processor.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.web.reactive.filter.OrderedHiddenHttpMethodFilter
- 
The default order is high to ensure the filter is applied before Spring Security.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.web.servlet.filter.OrderedFormContentFilter
- 
Higher order to ensure the filter is applied before Spring Security.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
- 
The default order is high to ensure the filter is applied before Spring Security.
- DEFAULT_PORT - Static variable in class org.springframework.boot.autoconfigure.mongo.MongoProperties
- 
Default port used when the configured port isnull.
- DEFAULT_PORT - Static variable in class org.springframework.boot.devtools.livereload.LiveReloadServer
- 
The default live reload server port.
- DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
- DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
- DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration
- 
The default Spring MVC view prefix.
- DEFAULT_PROTOCOL - Static variable in interface org.springframework.boot.ssl.SslBundle
- 
The default protocol to use.
- DEFAULT_PROTOCOL - Static variable in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
The class name of default protocol used.
- DEFAULT_PROTOCOL - Static variable in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
The class name of default protocol used.
- DEFAULT_REQUEST_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- DEFAULT_RESOURCE_LOADER_PATH - Static variable in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- DEFAULT_SECRET_HEADER_NAME - Static variable in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
- DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
- DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
- DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
- DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
- DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration
- 
The default Spring MVC view suffix.
- DEFAULT_TEMPLATE_LOADER_PATH - Static variable in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
- DEFAULT_TRACING_OBSERVATION_HANDLER_ORDER - Static variable in class org.springframework.boot.actuate.autoconfigure.tracing.MicrometerTracingAutoConfiguration
- DEFAULT_URI - Static variable in class org.springframework.boot.autoconfigure.mongo.MongoProperties
- 
Default URI used when the configured URI isnull.
- defaultAccess() - Element in annotation interface org.springframework.boot.actuate.endpoint.annotation.Endpoint
- 
Level of access to the endpoint that is permitted by default.
- defaultAccess() - Element in annotation interface org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpoint
- 
Level of access to the endpoint that is permitted by default.
- defaultAccess() - Element in annotation interface org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpoint
- 
Deprecated.Level of access to the endpoint that is permitted by default.
- defaultAccess() - Element in annotation interface org.springframework.boot.actuate.endpoint.web.annotation.RestControllerEndpoint
- 
Deprecated.Level of access to the endpoint that is permitted by default.
- defaultAccess() - Element in annotation interface org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpoint
- 
Deprecated.Level of access to the endpoint that is permitted by default.
- defaultAccess() - Element in annotation interface org.springframework.boot.actuate.endpoint.web.annotation.WebEndpoint
- 
Level of access to the endpoint that is permitted by default.
- DefaultApplicationArguments - Class in org.springframework.boot
- 
Default implementation ofApplicationArguments.
- DefaultApplicationArguments(String...) - Constructor for class org.springframework.boot.DefaultApplicationArguments
- DefaultBootstrapContext - Class in org.springframework.boot
- 
DefaultConfigurableBootstrapContextimplementation.
- DefaultBootstrapContext() - Constructor for class org.springframework.boot.DefaultBootstrapContext
- DefaultConfigurationCustomizer - Interface in org.springframework.boot.autoconfigure.jooq
- 
Callback interface that can be implemented by beans wishing to customize theDefaultConfigurationto fine-tune its auto-configuration.
- DefaultCookieSerializerCustomizer - Interface in org.springframework.boot.autoconfigure.session
- 
Callback interface that can be implemented by beans wishing to customize theDefaultCookieSerializerconfiguration.
- DefaultErrorAttributes - Class in org.springframework.boot.web.reactive.error
- 
Default implementation ofErrorAttributes.
- DefaultErrorAttributes - Class in org.springframework.boot.web.servlet.error
- 
Default implementation ofErrorAttributes.
- DefaultErrorAttributes() - Constructor for class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
- DefaultErrorAttributes() - Constructor for class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
- defaultErrorView() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
- DefaultErrorViewResolver - Class in org.springframework.boot.autoconfigure.web.servlet.error
- 
DefaultErrorViewResolverimplementation that attempts to resolve error views using well known conventions.
- DefaultErrorViewResolver(ApplicationContext, WebProperties.Resources) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorViewResolver
- 
Create a newDefaultErrorViewResolverinstance.
- DefaultErrorWebExceptionHandler - Class in org.springframework.boot.autoconfigure.web.reactive.error
- 
Basic globalWebExceptionHandler, renderingErrorAttributes.
- DefaultErrorWebExceptionHandler(ErrorAttributes, WebProperties.Resources, ErrorProperties, ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
- 
Create a newDefaultErrorWebExceptionHandlerinstance.
- 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 outgoingClientHttpRequest.
- DefaultHealthContributorRegistry - Class in org.springframework.boot.actuate.health
- 
DefaultHealthContributorRegistryimplementation.
- DefaultHealthContributorRegistry() - Constructor for class org.springframework.boot.actuate.health.DefaultHealthContributorRegistry
- DefaultHealthContributorRegistry(Map<String, HealthContributor>) - Constructor for class org.springframework.boot.actuate.health.DefaultHealthContributorRegistry
- DefaultHealthContributorRegistry(Map<String, HealthContributor>, Function<String, String>) - Constructor for class org.springframework.boot.actuate.health.DefaultHealthContributorRegistry
- defaultInclude(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
- defaultIncludes() - Static method in enum class org.springframework.boot.actuate.web.exchanges.Include
- 
Return the defaultInclude.
- DefaultJerseyApplicationPath - Class in org.springframework.boot.autoconfigure.web.servlet
- 
Default implementation ofJerseyApplicationPaththat derives the path fromJerseyPropertiesor the@ApplicationPathannotation.
- DefaultJerseyApplicationPath(String, ResourceConfig) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DefaultJerseyApplicationPath
- DefaultJmsListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.jms
- 
ConfigureDefaultJmsListenerContainerFactorywith sensible defaults tuned using configuration properties.
- DefaultJmsListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.jms.DefaultJmsListenerContainerFactoryConfigurer
- DefaultKafkaConsumerFactoryCustomizer - Interface in org.springframework.boot.autoconfigure.kafka
- 
Callback interface for customizingDefaultKafkaConsumerFactorybeans.
- DefaultKafkaProducerFactoryCustomizer - Interface in org.springframework.boot.autoconfigure.kafka
- 
Callback interface for customizingDefaultKafkaProducerFactorybeans.
- DefaultLaunchScript - Class in org.springframework.boot.loader.tools
- 
Default implementation ofLaunchScript.
- DefaultLaunchScript(File, Map<?, ?>) - Constructor for class org.springframework.boot.loader.tools.DefaultLaunchScript
- 
Create a newDefaultLaunchScriptinstance.
- DefaultLayoutFactory - Class in org.springframework.boot.loader.tools
- 
Default implementation ofLayoutFactory.
- 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 theHttpMessageConvertersthat should be used with theRestTemplateto the default set.
- defaultPollerMetadata(IntegrationProperties) - Method in class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationConfiguration
- DefaultPropertiesPropertySource - Class in org.springframework.boot
- 
MapPropertySourcecontaining default properties contributed directly to aSpringApplication.
- DefaultPropertiesPropertySource(Map<String, Object>) - Constructor for class org.springframework.boot.DefaultPropertiesPropertySource
- 
Create a newDefaultPropertiesPropertySourcewith the givenMapsource.
- DefaultReactiveHealthContributorRegistry - Class in org.springframework.boot.actuate.health
- 
DefaultReactiveHealthContributorRegistryimplementation.
- DefaultReactiveHealthContributorRegistry() - Constructor for class org.springframework.boot.actuate.health.DefaultReactiveHealthContributorRegistry
- DefaultReactiveHealthContributorRegistry(Map<String, ReactiveHealthContributor>) - Constructor for class org.springframework.boot.actuate.health.DefaultReactiveHealthContributorRegistry
- DefaultReactiveHealthContributorRegistry(Map<String, ReactiveHealthContributor>, Function<String, String>) - Constructor for class org.springframework.boot.actuate.health.DefaultReactiveHealthContributorRegistry
- DefaultRepositoryTagsProvider - Class in org.springframework.boot.actuate.metrics.data
- 
DefaultRepositoryTagsProviderimplementation.
- DefaultRepositoryTagsProvider() - Constructor for class org.springframework.boot.actuate.metrics.data.DefaultRepositoryTagsProvider
- DefaultRestartInitializer - Class in org.springframework.boot.devtools.restart
- 
DefaultRestartInitializerthat only enable initial restart when running a standard "main" method.
- DefaultRestartInitializer() - Constructor for class org.springframework.boot.devtools.restart.DefaultRestartInitializer
- defaults() - Static method in record class org.springframework.boot.http.client.ClientHttpRequestFactorySettings
- 
Use defaults for theClientHttpRequestFactorywhich can differ depending on the implementation.
- defaults() - Static method in class org.springframework.boot.web.error.ErrorAttributeOptions
- 
Create anErrorAttributeOptionswith defaults.
- Defaults() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Defaults
- DEFAULTS - Static variable in record class org.springframework.boot.web.client.ClientHttpRequestFactorySettings
- 
Deprecated.Use defaults for theClientHttpRequestFactorywhich can differ depending on the implementation.
- DefaultSourceDirectoryUrlFilter - Class in org.springframework.boot.devtools.restart.server
- 
Default implementation ofSourceDirectoryUrlFilterthat attempts to match URLs using common naming conventions.
- DefaultSourceDirectoryUrlFilter() - Constructor for class org.springframework.boot.devtools.restart.server.DefaultSourceDirectoryUrlFilter
- DefaultSslBundleRegistry - Class in org.springframework.boot.ssl
- 
DefaultSslBundleRegistryimplementation.
- DefaultSslBundleRegistry() - Constructor for class org.springframework.boot.ssl.DefaultSslBundleRegistry
- DefaultSslBundleRegistry(String, SslBundle) - Constructor for class org.springframework.boot.ssl.DefaultSslBundleRegistry
- defaultTracingObservationHandler(Tracer) - Method in class org.springframework.boot.actuate.autoconfigure.tracing.MicrometerTracingAutoConfiguration
- defaultValidator(ApplicationContext, ObjectProvider<ValidationConfigurationCustomizer>) - Static method in class org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration
- DefaultValue - Annotation Interface in org.springframework.boot.context.properties.bind
- 
Annotation that can be used to specify the default value when binding to an immutable property.
- defaultViewResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- DeferredLog - Class in org.springframework.boot.logging
- 
DeferredLogthat 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 newDeferredLoginstance.
- DeferredLogFactory - Interface in org.springframework.boot.logging
- 
Factory that can be used to create multipleDeferredLoginstances that will switch over when appropriate.
- DeferredLogs - Class in org.springframework.boot.logging
- 
ADeferredLogFactoryimplementation that manages a collectionDeferredLoginstances.
- DeferredLogs() - Constructor for class org.springframework.boot.logging.DeferredLogs
- DEFINED_PORT - Enum constant in enum class org.springframework.boot.test.context.SpringBootTest.WebEnvironment
- 
Creates a (reactive) web application context without defining anyserver.port=0Environmentproperty.
- definePackage(String, String, String, String, String, String, String, URL) - Method in class org.springframework.boot.loader.launch.LaunchedClassLoader
- definePackage(String, Manifest, URL) - Method in class org.springframework.boot.loader.launch.LaunchedClassLoader
- definePackageIfNecessary(String) - Method in class org.springframework.boot.loader.net.protocol.jar.JarUrlClassLoader
- 
Define a package before afindClasscall is made.
- DelegatingFilterProxyRegistrationBean - Class in org.springframework.boot.web.servlet
- 
AServletContextInitializerto registerDelegatingFilterProxys in a Servlet 3.0+ container.
- DelegatingFilterProxyRegistrationBean(String, ServletRegistrationBean<?>...) - Constructor for class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
- 
Create a newDelegatingFilterProxyRegistrationBeaninstance to be registered with the specifiedServletRegistrationBeans.
- 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 interface org.springframework.boot.buildpack.platform.docker.transport.HttpTransport
- 
Perform an HTTP DELETE operation.
- delete(URI) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
- 
Delete the resources at the specified URL.
- delete(Path) - Method in class org.springframework.boot.loader.nio.file.NestedFileSystemProvider
- delete(VolumeName, boolean) - Method in class org.springframework.boot.buildpack.platform.docker.DockerApi.VolumeApi
- 
Delete a volume.
- DELETE - Enum constant in enum class org.springframework.boot.actuate.endpoint.OperationType
- 
A delete operation.
- DELETE - Enum constant in enum class org.springframework.boot.actuate.endpoint.web.WebEndpointHttpMethod
- 
An HTTP DELETE request.
- DELETE - Enum constant in enum class org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager.ShutdownOperation
- 
Perform a DELETE before shutdown.
- DELETE - Enum constant in enum class org.springframework.boot.devtools.filewatch.ChangedFile.Type
- 
An existing file has been deleted.
- DELETED - Enum constant in enum class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
- 
The file has been deleted since the original JAR was created.
- DeleteOperation - Annotation Interface in org.springframework.boot.actuate.endpoint.annotation
- 
Identifies a method on an@Endpointas being a delete operation.
- deleteSession(String) - Method in class org.springframework.boot.actuate.session.ReactiveSessionsEndpoint
- deleteSession(String) - Method in class org.springframework.boot.actuate.session.SessionsEndpoint
- Delimiter - Annotation Interface in org.springframework.boot.convert
- 
Declares a field or method parameter should be converted to collection using the specified delimiter.
- DELTA - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxProperties.HistogramType
- 
Delta histogram.
- DEPENDENCIES - Static variable in class org.springframework.boot.loader.tools.StandardLayers
- 
The dependencies layer.
- DependsOnDatabaseInitialization - Annotation Interface in org.springframework.boot.sql.init.dependency
- 
Indicate that a bean's creation and initialization depends upon database initialization having completed.
- DependsOnDatabaseInitializationDetector - Interface in org.springframework.boot.sql.init.dependency
- 
Detects beans that depend on database initialization.
- DeprecatedConfigurationProperty - Annotation Interface in org.springframework.boot.context.properties
- 
Indicates that a getter in a@ConfigurationPropertiesobject is deprecated.
- DERBY - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
Apache Derby.
- DERBY - Enum constant in enum class org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
Derby Database Connection.
- deregisterJdbcDrivers(ServletContext) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
- 
Deregisters the JDBC drivers that were registered by the application represented by the givenservletContext.
- derivedFrom(ConnectionFactory) - Static method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
- 
Initialize a newConnectionFactoryBuilderderived from the options of the specifiedconnectionFactory.
- derivedFrom(DataSource) - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
- 
Create a newDataSourceBuilderinstance derived from the specified data source.
- describeMappings(ApplicationContext) - Method in interface org.springframework.boot.actuate.web.mappings.MappingDescriptionProvider
- 
Produce the descriptions of the mappings identified by this provider in the givencontext.
- 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.ldap.embedded.EmbeddedLdapAutoConfiguration
- destroy() - Method in class org.springframework.boot.autoconfigure.liquibase.DataSourceClosingSpringLiquibase
- destroy() - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
- destroy() - Method in class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
- destroy() - Method in class org.springframework.boot.devtools.remote.server.DispatcherFilter
- destroy() - Method in class org.springframework.boot.web.embedded.jetty.JettyWebServer
- destroy() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
- destroy() - Method in interface org.springframework.boot.web.server.WebServer
- 
Destroys the web server such that it cannot be started again.
- destroy() - Method in class org.springframework.boot.web.servlet.support.ErrorPageFilter
- detach(Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
- 
Remove the given entity from the persistence context, causing a managed entity to become detached.
- detect() - Static method in interface org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
- 
Detect the most suitableClientHttpRequestFactoryBuilderbased on the classpath.
- detect(String) - Static method in enum class org.springframework.boot.convert.DurationStyle
- 
Detect the style from the given source value.
- detect(String) - Static method in enum class org.springframework.boot.convert.PeriodStyle
- 
Detect the style from the given source value.
- detect(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.sql.init.dependency.AbstractBeansOfTypeDatabaseInitializerDetector
- detect(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.sql.init.dependency.AbstractBeansOfTypeDependsOnDatabaseInitializationDetector
- detect(ConfigurableListableBeanFactory) - Method in interface org.springframework.boot.sql.init.dependency.DatabaseInitializerDetector
- 
Detect beans defined in the givenbeanFactorythat initialize aDataSource.
- detect(ConfigurableListableBeanFactory) - Method in interface org.springframework.boot.sql.init.dependency.DependsOnDatabaseInitializationDetector
- 
Detect beans defined in the givenbeanFactorythat depend on database initialization.
- DETECT - Enum constant in enum class org.springframework.boot.ansi.AnsiOutput.Enabled
- 
Try to detect whether ANSI coloring capabilities are available.
- detectAndParse(String) - Static method in enum class org.springframework.boot.convert.DurationStyle
- 
Detect the style then parse the value to return a duration.
- detectAndParse(String) - Static method in enum class org.springframework.boot.convert.PeriodStyle
- 
Detect the style then parse the value to return a period.
- detectAndParse(String, ChronoUnit) - Static method in enum class org.springframework.boot.convert.DurationStyle
- 
Detect the style then parse the value to return a duration.
- detectAndParse(String, ChronoUnit) - Static method in enum class org.springframework.boot.convert.PeriodStyle
- 
Detect the style then parse the value to return a period.
- detectDefaultConfigurationClasses(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
- 
Detect the default configuration classes for the supplied test class.
- detectHttpMessageSender(boolean) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Set if a suitable HTTP-basedWebServiceMessageSendershould be detected based on the classpath when one has not been specified.
- detectionComplete(ConfigurableListableBeanFactory, Set<String>) - Method in interface org.springframework.boot.sql.init.dependency.DatabaseInitializerDetector
- 
Callback indicating that all knownDataSourceInitializerDetectorshave been called and detection of beans that initialize aDataSourceis complete.
- detectRequestFactory(boolean) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Set if theClientHttpRequestFactoryshould be detected based on the classpath.
- DeterminableImports - Interface in org.springframework.boot.context.annotation
- 
Interface that can be implemented byImportSelectorandImportBeanDefinitionRegistrarimplementations when they can determine imports early.
- determineAddresses() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
- 
Returns the configured addresses or a single address (host:port) created from the configured host and port if no addresses have been set.
- determineDatabaseName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- 
Determine the name to used based on this configuration.
- determineDispatcherTypes() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- 
Determines thedispatcher typesfor which the filter should be registered.
- determineDriverClassName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- 
Determine the driver to use based on this configuration and the environment.
- determineEnabled() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Ssl
- 
Returns whether SSL is enabled from the first address, or the configured ssl enabled flag if no addresses have been set.
- determineHibernateProperties(Map<String, String>, HibernateSettings) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties
- 
Determine the configuration properties for the initialization of the main Hibernate EntityManagerFactory based on standard JPA properties andHibernateSettings.
- determineHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
- 
Returns the host from the first address, or the configured host if no addresses have been set.
- determineImports(AnnotationMetadata) - Method in interface org.springframework.boot.context.annotation.DeterminableImports
- 
Return a set of objects that represent the imports.
- determineJoinTableName(ImplicitJoinTableNameSource) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
- determinePassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
- 
If addresses have been set and the first address has a password it is returned.
- determinePassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- 
Determine the password to use based on this configuration and the environment.
- determinePort() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
- 
Returns the port from the first address, or the configured port if no addresses have been set.
- determineQosEnabled() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
- determineResourceBasePath(MergedContextConfiguration) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
- 
Determines the resource base path for web applications using the value of@WebAppConfiguration, if any, on the test class of the givenconfiguration.
- determineSqlDialect(DataSource) - Method in class org.springframework.boot.autoconfigure.jooq.JooqProperties
- 
Determine theSQLDialectto use based on this configuration and the primaryDataSource.
- determineTimeout(Supplier<Duration>) - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
- 
Determine the session timeout.
- determineUniqueName() - Method in class org.springframework.boot.autoconfigure.r2dbc.R2dbcProperties
- 
Provide a unique name specific to this instance.
- determineUri() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
- determineUrl() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- 
Determine the url to use based on this configuration and the environment.
- determineUrls(Environment) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
- determineUsername() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
- 
If addresses have been set and the first address has a username it is returned.
- determineUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
- 
Determine the username to use based on this configuration and the environment.
- determineVirtualHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
- 
If addresses have been set and the first address has a virtual host it is returned.
- DevToolsDataSourceAutoConfiguration - Class in org.springframework.boot.devtools.autoconfigure
- 
Auto-configurationfor DevTools-specificDataSourceconfiguration.
- 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
- 
EnvironmentPostProcessorto 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
- 
EnvironmentPostProcessorto add properties that make sense when working at development time.
- DevToolsPropertyDefaultsPostProcessor() - Constructor for class org.springframework.boot.devtools.env.DevToolsPropertyDefaultsPostProcessor
- DevToolsR2dbcAutoConfiguration - Class in org.springframework.boot.devtools.autoconfigure
- 
Auto-configurationfor DevTools-specific R2DBC configuration.
- DevToolsR2dbcAutoConfiguration() - Constructor for class org.springframework.boot.devtools.autoconfigure.DevToolsR2dbcAutoConfiguration
- DevToolsSettings - Class in org.springframework.boot.devtools.settings
- 
DevTools settings loaded from /META-INF/spring-devtools.properties files.
- didNotFind(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
- 
Indicate that one or more results were not found.
- didNotFind(String, String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
- 
Indicate that one or more results were found.
- DIFFERENT - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.web.server.ManagementPortType
- 
The management port and server port are different.
- DIRECT - Enum constant in enum class org.springframework.boot.autoconfigure.amqp.RabbitProperties.ContainerType
- 
Container where the listener is invoked directly on the RabbitMQ consumer thread.
- DIRECT - Enum constant in enum class org.springframework.boot.logging.LoggerConfiguration.ConfigurationScope
- 
Only return configuration that has been applied directly.
- DirectContainer() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
- 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
- 
ConfigureDirectRabbitListenerContainerFactorywith sensible defaults tuned using configuration properties.
- DirectRabbitListenerContainerFactoryConfigurer(RabbitProperties) - Constructor for class org.springframework.boot.autoconfigure.amqp.DirectRabbitListenerContainerFactoryConfigurer
- 
Creates a new configurer that will use the givenrabbitProperties.
- disable() - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
- 
Disable caching.
- disable() - Static method in class org.springframework.boot.devtools.restart.Restarter
- 
Initialize and disable restart support.
- DISABLE - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.info.InfoContributorFallback
- 
Do not fall back, thereby disabling the info contributor.
- DISABLED - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.web.server.ManagementPortType
- 
The management port has been disabled.
- DISABLED - Enum constant in enum class org.springframework.boot.autoconfigure.netty.NettyProperties.LeakDetection
- 
Disable leak detection completely.
- DISABLED - Static variable in interface org.springframework.boot.actuate.metrics.AutoTimer
- 
AnAutoTimerimplementation that is disabled and will not record metrics.
- DiscoveredEndpoint<O extends Operation> - Interface in org.springframework.boot.actuate.endpoint.annotation
- 
Anendpointdiscovered by anEndpointDiscoverer.
- DiscoveredOperationMethod - Class in org.springframework.boot.actuate.endpoint.annotation
- 
AnOperationMethoddiscovered by anEndpointDiscoverer.
- DiscoveredOperationMethod(Method, OperationType, AnnotationAttributes) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod
- DiscovererEndpointFilter - Class in org.springframework.boot.actuate.endpoint.annotation
- 
EndpointFilterthe matches based on theEndpointDiscovererthe created the endpoint.
- DiscovererEndpointFilter(Class<? extends EndpointDiscoverer<?, ?>>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter
- 
Create a newDiscovererEndpointFilterinstance.
- Discovery() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties.Discovery
- Diskspace() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.System.Diskspace
- DiskSpaceHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.system
- DiskSpaceHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthContributorAutoConfiguration
- diskSpaceHealthIndicator(DiskSpaceHealthIndicatorProperties) - Method in class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthContributorAutoConfiguration
- DiskSpaceHealthIndicator - Class in org.springframework.boot.actuate.system
- 
AHealthIndicatorthat checks available disk space and reports a status ofStatus.DOWNwhen it drops below a configurable threshold.
- DiskSpaceHealthIndicator(File, DataSize) - Constructor for class org.springframework.boot.actuate.system.DiskSpaceHealthIndicator
- 
Create a newDiskSpaceHealthIndicatorinstance.
- DiskSpaceHealthIndicatorProperties - Class in org.springframework.boot.actuate.autoconfigure.system
- 
External configuration properties forDiskSpaceHealthIndicator.
- DiskSpaceHealthIndicatorProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties
- diskSpaceMetrics(MetricsProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration
- DiskSpaceMetricsBinder - Class in org.springframework.boot.actuate.metrics.system
- 
AMeterBinderthat binds one or moreDiskSpaceMetrics.
- DiskSpaceMetricsBinder(List<File>, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.system.DiskSpaceMetricsBinder
- Dispatcher - Class in org.springframework.boot.devtools.remote.server
- 
Dispatcher used to route incoming remote server requests to aHandler.
- 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 serverDispatcher.
- 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 aDispatcherServlet.
- DispatcherHandlerMappingDetails - Class in org.springframework.boot.actuate.web.mappings.reactive
- 
Details of aDispatcherHandlermapping.
- DispatcherHandlerMappingDetails() - Constructor for class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
- DispatcherHandlersMappingDescriptionProvider - Class in org.springframework.boot.actuate.web.mappings.reactive
- 
AMappingDescriptionProviderthat introspects theHandlerMappingsthat are known to aDispatcherHandler.
- DispatcherHandlersMappingDescriptionProvider() - Constructor for class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider
- dispatcherServlet(WebMvcProperties) - Method in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
- dispatcherServlet(MockMvc) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
- DispatcherServletAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
- 
Auto-configurationfor the SpringDispatcherServlet.
- DispatcherServletAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration
- DispatcherServletAutoConfiguration.DispatcherServletConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
- DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
- DispatcherServletConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
- DispatcherServletMappingDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
- 
A description of a mapping known to aDispatcherServlet.
- DispatcherServletMappingDetails - Class in org.springframework.boot.actuate.web.mappings.servlet
- 
Details of aDispatcherServletmapping.
- DispatcherServletMappingDetails() - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDetails
- dispatcherServletPath(WebMvcProperties) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
- DispatcherServletPath - Interface in org.springframework.boot.autoconfigure.web.servlet
- 
Interface that can be used by auto-configurations that need path details for thedefaultDispatcherServlet.
- 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
- 
ServletRegistrationBeanfor the auto-configuredDispatcherServlet.
- DispatcherServletRegistrationBean(DispatcherServlet, String) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletRegistrationBean
- 
Create a newDispatcherServletRegistrationBeaninstance 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
- 
AMappingDescriptionProviderthat introspects theHandlerMappingsthat are known to one or moreDispatcherServlets.
- DispatcherServletsMappingDescriptionProvider() - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider
- DispatcherType - Enum Class in org.springframework.boot.web.servlet
- 
Enumeration of filter dispatcher types, identical toDispatcherTypeand 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 newDockerApiinstance.
- DockerApi(DockerConfiguration.DockerHostConfiguration) - Constructor for class org.springframework.boot.buildpack.platform.docker.DockerApi
- 
Create a newDockerApiinstance.
- 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.
- DockerCompose - Interface in org.springframework.boot.docker.compose.core
- 
Provides a high-level API to work with Docker compose.
- DockerComposeConnectionDetails(RunningService) - Constructor for class org.springframework.boot.docker.compose.service.connection.DockerComposeConnectionDetailsFactory.DockerComposeConnectionDetails
- 
Create a newDockerComposeConnectionDetailsFactory.DockerComposeConnectionDetailsinstance.
- DockerComposeConnectionDetailsFactory<D extends ConnectionDetails> - Class in org.springframework.boot.docker.compose.service.connection
- 
Base class forConnectionDetailsFactoryimplementations that provideConnectionDetailsfrom aDockerComposeConnectionSource.
- DockerComposeConnectionDetailsFactory(String[], String...) - Constructor for class org.springframework.boot.docker.compose.service.connection.DockerComposeConnectionDetailsFactory
- 
Create a newDockerComposeConnectionDetailsFactoryinstance.
- DockerComposeConnectionDetailsFactory(String, String...) - Constructor for class org.springframework.boot.docker.compose.service.connection.DockerComposeConnectionDetailsFactory
- 
Create a newDockerComposeConnectionDetailsFactoryinstance.
- DockerComposeConnectionDetailsFactory(Predicate<DockerComposeConnectionSource>, String...) - Constructor for class org.springframework.boot.docker.compose.service.connection.DockerComposeConnectionDetailsFactory
- 
Create a newDockerComposeConnectionDetailsFactoryinstance.
- DockerComposeConnectionDetailsFactory.DockerComposeConnectionDetails - Class in org.springframework.boot.docker.compose.service.connection
- 
Convenient base class forConnectionDetailsresults that are backed by aRunningService.
- DockerComposeConnectionSource - Class in org.springframework.boot.docker.compose.service.connection
- 
Passed toDockerComposeConnectionDetailsFactoryto provide details of therunning Docker Compose service.
- DockerComposeFile - Class in org.springframework.boot.docker.compose.core
- 
A reference to a Docker Compose file (usually namedcompose.yaml).
- DockerComposeOrigin - Record Class in org.springframework.boot.docker.compose.core
- 
An origin which points to a service defined in Docker Compose.
- DockerComposeOrigin(DockerComposeFile, String) - Constructor for record class org.springframework.boot.docker.compose.core.DockerComposeOrigin
- 
Creates an instance of aDockerComposeOriginrecord class.
- DockerComposeProperties - Class in org.springframework.boot.docker.compose.lifecycle
- 
Configuration properties for Docker Compose.
- DockerComposeProperties() - Constructor for class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties
- DockerComposeProperties.Profiles - Class in org.springframework.boot.docker.compose.lifecycle
- 
Profiles properties.
- DockerComposeProperties.Readiness - Class in org.springframework.boot.docker.compose.lifecycle
- 
Readiness properties.
- DockerComposeProperties.Readiness.Tcp - Class in org.springframework.boot.docker.compose.lifecycle
- 
TCP properties.
- DockerComposeProperties.Readiness.Wait - Enum Class in org.springframework.boot.docker.compose.lifecycle
- 
Readiness wait strategies.
- DockerComposeProperties.Skip - Class in org.springframework.boot.docker.compose.lifecycle
- 
Skip options.
- DockerComposeProperties.Start - Class in org.springframework.boot.docker.compose.lifecycle
- 
Start properties.
- DockerComposeProperties.Start.Skip - Enum Class in org.springframework.boot.docker.compose.lifecycle
- 
Start command skip mode.
- DockerComposeProperties.Stop - Class in org.springframework.boot.docker.compose.lifecycle
- 
Stop properties.
- DockerComposeServicesReadyEvent - Class in org.springframework.boot.docker.compose.lifecycle
- 
ApplicationEventpublished when Docker ComposeRunningServiceinstances are available.
- 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
- DockerConfiguration.DockerHostConfiguration - Class in org.springframework.boot.buildpack.platform.docker.configuration
- 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
- DockerException - Exception in org.springframework.boot.docker.compose.core
- 
Base class for docker exceptions.
- DockerException(String) - Constructor for exception org.springframework.boot.docker.compose.core.DockerException
- DockerException(String, Throwable) - Constructor for exception org.springframework.boot.docker.compose.core.DockerException
- DockerHost - Class in org.springframework.boot.buildpack.platform.docker.configuration
- 
Docker host connection options.
- DockerHost(String) - Constructor for class org.springframework.boot.buildpack.platform.docker.configuration.DockerHost
- DockerHost(String, boolean, String) - Constructor for class org.springframework.boot.buildpack.platform.docker.configuration.DockerHost
- DockerHostConfiguration(String, String, boolean, String) - Constructor for class org.springframework.boot.buildpack.platform.docker.configuration.DockerConfiguration.DockerHostConfiguration
- DockerNotRunningException - Exception in org.springframework.boot.docker.compose.core
- 
DockerExceptionthrown if the docker daemon is not running.
- DockerOutputParseException - Exception in org.springframework.boot.docker.compose.core
- 
DockerExceptionthrown if the docker JSON cannot be parsed.
- DockerProcessStartException - Exception in org.springframework.boot.docker.compose.core
- 
DockerExceptionthrown if the docker process cannot be started.
- 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 anemptyresult.
- doesNotHaveJsonPath(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
- 
Verify that the JSON path is not present, even if it has anullvalue.
- doesNotHaveJsonPathValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
- 
Verify that the actual value at the given JSON path produces no result.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.boot.devtools.remote.server.DispatcherFilter
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.boot.web.servlet.support.ErrorPageFilter
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.boot.web.servlet.filter.ApplicationContextHeaderFilter
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.amqp.RabbitHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.cassandra.CassandraDriverHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.cassandra.CassandraDriverReactiveHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.couchbase.CouchbaseHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.couchbase.CouchbaseReactiveHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.data.elasticsearch.ElasticsearchReactiveHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.data.mongo.MongoHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.data.mongo.MongoReactiveHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.data.redis.RedisHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.data.redis.RedisReactiveHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.elasticsearch.ElasticsearchRestClientHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.hazelcast.HazelcastHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.AbstractHealthIndicator
- 
Actual health check logic.
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
- 
Actual health check logic.
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.PingHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.jms.JmsHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.ldap.LdapHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.mail.MailHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.neo4j.Neo4jReactiveHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.r2dbc.ConnectionFactoryHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.ssl.SslHealthIndicator
- doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.system.DiskSpaceHealthIndicator
- DONT_FOLLOW - Enum constant in enum class org.springframework.boot.http.client.ClientHttpRequestFactorySettings.Redirects
- 
Don't follow redirects (fail if the underlying library has no support).
- doWithEntry(ClassLoader, BiConsumer<Class<?>, Class<?>>) - Method in class org.springframework.boot.jackson.JsonMixinModuleEntries
- 
Perform an action on each entry defined by this instance.
- doWithField(Field, Object, ObjectFactory<M>) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
- doWithLibraries(LibraryCallback) - Method in interface org.springframework.boot.loader.tools.Libraries
- 
Iterate all relevant libraries.
- down() - Method in class org.springframework.boot.actuate.health.Health.Builder
- 
Set status toStatus.DOWN.
- down() - Static method in class org.springframework.boot.actuate.health.Health
- 
Create a newHealth.Builderinstance with aStatus.DOWNstatus.
- down(Throwable) - Method in class org.springframework.boot.actuate.health.Health.Builder
- 
Set status toStatus.DOWNand add details for givenThrowable.
- down(Throwable) - Static method in class org.springframework.boot.actuate.health.Health
- 
Create a newHealth.Builderinstance with anStatus.DOWNstatus and the specified exception details.
- down(Duration) - Method in interface org.springframework.boot.docker.compose.core.DockerCompose
- 
Rundocker compose downto stop and remove any running services.
- down(Duration, List<String>) - Method in interface org.springframework.boot.docker.compose.core.DockerCompose
- 
Rundocker compose downto stop and remove any running services.
- DOWN - Enum constant in enum class org.springframework.boot.docker.compose.lifecycle.StopCommand
- 
Stop usingdocker compose down.
- DOWN - Static variable in class org.springframework.boot.actuate.health.Status
- 
Statusindicating that the component or subsystem has suffered an unexpected failure.
- drainBufferedTimeline() - Method in class org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup
- 
Return thetimelineby 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 theDriverConfigLoaderBuilderCustomizerto fine-tune its auto-configuration before it creates aDriverConfigLoader.
- dslContext(Configuration) - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
- dumpEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.management.ThreadDumpEndpointAutoConfiguration
- dumpHeap(Boolean) - Method in interface org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HeapDumper
- 
Dump the current heap to a file.
- dumpHeap(Boolean) - Method in class org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HotSpotDiagnosticMXBeanHeapDumper
- DUPS_OK - Static variable in class org.springframework.boot.autoconfigure.jms.AcknowledgeMode
- 
Similar to auto acknowledgment except that said acknowledgment is lazy.
- DurationFormat - Annotation Interface in org.springframework.boot.convert
- 
Annotation that can be used to indicate the format to use when converting aDuration.
- DurationStyle - Enum Class in org.springframework.boot.convert
- 
Duration format styles.
- DurationUnit - Annotation Interface in org.springframework.boot.convert
- 
Annotation that can be used to change the default unit used when converting aDuration.
- DynamicRegistrationBean<D extends Registration.Dynamic> - Class in org.springframework.boot.web.servlet
- 
Base class for Servlet 3.0+dynamicbased 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-configurationfor 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
- 
@ConfigurationPropertiesfor configuring Dynatrace metrics export.
- DynatraceProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace.DynatraceProperties
- DynatraceProperties.V1 - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace
- DynatraceProperties.V2 - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.dynatrace
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form