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 

A

AbstractApplicationContextRunner<SELF extends AbstractApplicationContextRunner<SELF,C,A>,C extends org.springframework.context.ConfigurableApplicationContext,A extends ApplicationContextAssertProvider<C>> - Class in org.springframework.boot.test.context.runner
Utility design to run an ApplicationContext and provide AssertJ style assertions.
AbstractApplicationContextRunner(Supplier<C>) - Constructor for class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
Create a new AbstractApplicationContextRunner instance.
AbstractApplicationContextRunner(Supplier<C>, List<ApplicationContextInitializer<? super C>>, TestPropertyValues, TestPropertyValues, ClassLoader, ApplicationContext, List<AbstractApplicationContextRunner<SELF, C, A>.BeanRegistration<?>>, List<Configurations>) - Constructor for class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
Create a new AbstractApplicationContextRunner instance.
AbstractApplicationContextRunner.BeanRegistration<T> - Class in org.springframework.boot.test.context.runner
A Bean registration to be applied when the context loaded.
AbstractAuditListener - Class in org.springframework.boot.actuate.audit.listener
Abstract ApplicationListener to handle AuditApplicationEvents.
AbstractAuditListener() - Constructor for class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
 
AbstractAuthenticationAuditListener - Class in org.springframework.boot.actuate.security
Abstract ApplicationListener to expose Spring Security authentication events as AuditEvents.
AbstractAuthenticationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
 
AbstractAuthorizationAuditListener - Class in org.springframework.boot.actuate.security
Abstract ApplicationListener to expose Spring Security authorization events as AuditEvents.
AbstractAuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
 
AbstractBindHandler - Class in org.springframework.boot.context.properties.bind
Abstract base class for BindHandler implementations.
AbstractBindHandler() - Constructor for class org.springframework.boot.context.properties.bind.AbstractBindHandler
Create a new binding handler instance.
AbstractBindHandler(BindHandler) - Constructor for class org.springframework.boot.context.properties.bind.AbstractBindHandler
Create a new binding handler instance with a specific parent.
AbstractCommand - Class in org.springframework.boot.cli.command
Abstract Command implementation.
AbstractCommand(String, String) - Constructor for class org.springframework.boot.cli.command.AbstractCommand
Create a new AbstractCommand instance.
AbstractConfigurableWebServerFactory - Class in org.springframework.boot.web.server
Abstract base class for ConfigurableWebServerFactory implementations.
AbstractConfigurableWebServerFactory() - Constructor for class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
AbstractConfigurableWebServerFactory(int) - Constructor for class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
Create a new AbstractConfigurableWebServerFactory instance with the specified port.
AbstractDataSourceInitializer - Class in org.springframework.boot.jdbc
Base class used for DataSource initialization.
AbstractDataSourceInitializer(DataSource, ResourceLoader) - Constructor for class org.springframework.boot.jdbc.AbstractDataSourceInitializer
 
AbstractDataSourcePoolMetadata<T extends DataSource> - Class in org.springframework.boot.jdbc.metadata
A base DataSourcePoolMetadata implementation.
AbstractDataSourcePoolMetadata(T) - Constructor for class org.springframework.boot.jdbc.metadata.AbstractDataSourcePoolMetadata
Create an instance with the data source to use.
AbstractDependsOnBeanFactoryPostProcessor - Class in org.springframework.boot.autoconfigure
Abstract base class for a BeanFactoryPostProcessor that can be used to dynamically declare that all beans of a specific type should depend on specific other beans identified by name or type.
AbstractDependsOnBeanFactoryPostProcessor(Class<?>, Class<? extends FactoryBean<?>>, String...) - Constructor for class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
Create an instance with target bean, factory bean classes, and dependency names.
AbstractDependsOnBeanFactoryPostProcessor(Class<?>, Class<? extends FactoryBean<?>>, Class<?>...) - Constructor for class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
Create an instance with target bean, factory bean classes, and dependency types.
AbstractDependsOnBeanFactoryPostProcessor(Class<?>, String...) - Constructor for class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
Create an instance with target bean class and dependency names.
AbstractDependsOnBeanFactoryPostProcessor(Class<?>, Class<?>...) - Constructor for class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
Create an instance with target bean class and dependency types.
AbstractDiscoveredEndpoint<O extends Operation> - Class in org.springframework.boot.actuate.endpoint.annotation
Abstract base class for endpoints discovered by a EndpointDiscoverer.
AbstractDiscoveredEndpoint(EndpointDiscoverer<?, ?>, Object, EndpointId, boolean, Collection<? extends O>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
Create a new AbstractDiscoveredEndpoint instance.
AbstractDiscoveredOperation - Class in org.springframework.boot.actuate.endpoint.annotation
Abstract base class for endpoints operations discovered by a EndpointDiscoverer.
AbstractDiscoveredOperation(DiscoveredOperationMethod, OperationInvoker) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
Create a new AbstractDiscoveredOperation instance.
AbstractErrorController - Class in org.springframework.boot.autoconfigure.web.servlet.error
Abstract base class for error @Controller implementations.
AbstractErrorController(ErrorAttributes) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
 
AbstractErrorController(ErrorAttributes, List<ErrorViewResolver>) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
 
AbstractErrorWebExceptionHandler - Class in org.springframework.boot.autoconfigure.web.reactive.error
Abstract base class for ErrorWebExceptionHandler implementations.
AbstractErrorWebExceptionHandler(ErrorAttributes, ResourceProperties, ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
 
AbstractExposableEndpoint<O extends Operation> - Class in org.springframework.boot.actuate.endpoint
Abstract base class for ExposableEndpoint implementations.
AbstractExposableEndpoint(EndpointId, boolean, Collection<? extends O>) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
Create a new AbstractExposableEndpoint instance.
AbstractFailureAnalyzer<T extends Throwable> - Class in org.springframework.boot.diagnostics
Abstract base class for most FailureAnalyzer implementations.
AbstractFailureAnalyzer() - Constructor for class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
 
AbstractFilterRegistrationBean<T extends Filter> - Class in org.springframework.boot.web.servlet
Abstract base ServletContextInitializer to register Filters in a Servlet 3.0+ container.
AbstractHealthAggregator - Class in org.springframework.boot.actuate.health
Base HealthAggregator implementation to allow subclasses to focus on aggregating the Status instances and not deal with contextual details etc.
AbstractHealthAggregator() - Constructor for class org.springframework.boot.actuate.health.AbstractHealthAggregator
 
AbstractHealthIndicator - Class in org.springframework.boot.actuate.health
Base HealthIndicator implementations that encapsulates creation of Health instance and error handling.
AbstractHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
Create a new AbstractHealthIndicator instance with a default healthCheckFailedMessage.
AbstractHealthIndicator(String) - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
Create a new AbstractHealthIndicator instance with a specific message to log when the health check fails.
AbstractHealthIndicator(Function<Exception, String>) - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
Create a new AbstractHealthIndicator instance with a specific message to log when the health check fails.
AbstractInjectionFailureAnalyzer<T extends Throwable> - Class in org.springframework.boot.diagnostics.analyzer
Abstract base class for a FailureAnalyzer that handles some kind of injection failure.
AbstractInjectionFailureAnalyzer() - Constructor for class org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
 
AbstractJsonMarshalTester<T> - Class in org.springframework.boot.test.json
Base class for AssertJ based JSON marshal testers.
AbstractJsonMarshalTester() - Constructor for class org.springframework.boot.test.json.AbstractJsonMarshalTester
Create a new uninitialized AbstractJsonMarshalTester instance.
AbstractJsonMarshalTester(Class<?>, ResolvableType) - Constructor for class org.springframework.boot.test.json.AbstractJsonMarshalTester
Create a new AbstractJsonMarshalTester instance.
AbstractJsonMarshalTester.FieldInitializer<M> - Class in org.springframework.boot.test.json
Utility class used to support field initialization.
AbstractJsonParser - Class in org.springframework.boot.json
Base class for parsers wrapped or implemented in this package.
AbstractJsonParser() - Constructor for class org.springframework.boot.json.AbstractJsonParser
 
AbstractLoggingSystem - Class in org.springframework.boot.logging
Abstract base class for LoggingSystem implementations.
AbstractLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.AbstractLoggingSystem
 
AbstractLoggingSystem.LogLevels<T> - Class in org.springframework.boot.logging
Maintains a mapping between native levels and LogLevel.
AbstractNestedCondition - Class in org.springframework.boot.autoconfigure.condition
Abstract base class for nested conditions.
AbstractNestedCondition.MemberMatchOutcomes - Class in org.springframework.boot.autoconfigure.condition
 
AbstractRabbitListenerContainerFactoryConfigurer<T extends org.springframework.amqp.rabbit.config.AbstractRabbitListenerContainerFactory<?>> - Class in org.springframework.boot.autoconfigure.amqp
Configure RabbitListenerContainerFactory with sensible defaults.
AbstractRabbitListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
 
AbstractReactiveHealthIndicator - Class in org.springframework.boot.actuate.health
Base ReactiveHealthIndicator implementations that encapsulates creation of Health instance and error handling.
AbstractReactiveHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
Create a new AbstractReactiveHealthIndicator instance with a default healthCheckFailedMessage.
AbstractReactiveHealthIndicator(String) - Constructor for class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
Create a new AbstractReactiveHealthIndicator instance with a specific message to log when the health check fails.
AbstractReactiveHealthIndicator(Function<Throwable, String>) - Constructor for class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
Create a new AbstractReactiveHealthIndicator instance with a specific message to log when the health check fails.
AbstractReactiveWebServerFactory - Class in org.springframework.boot.web.reactive.server
Abstract base class for ReactiveWebServerFactory implementations.
AbstractReactiveWebServerFactory() - Constructor for class org.springframework.boot.web.reactive.server.AbstractReactiveWebServerFactory
 
AbstractReactiveWebServerFactory(int) - Constructor for class org.springframework.boot.web.reactive.server.AbstractReactiveWebServerFactory
 
AbstractRepositoryConfigurationSourceSupport - Class in org.springframework.boot.autoconfigure.data
Base ImportBeanDefinitionRegistrar used to auto-configure Spring Data Repositories.
AbstractRepositoryConfigurationSourceSupport() - Constructor for class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
AbstractServletWebServerFactory - Class in org.springframework.boot.web.servlet.server
Abstract base class for ConfigurableServletWebServerFactory implementations.
AbstractServletWebServerFactory() - Constructor for class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Create a new AbstractServletWebServerFactory instance.
AbstractServletWebServerFactory(int) - Constructor for class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Create a new AbstractServletWebServerFactory instance with the specified port.
AbstractServletWebServerFactory(String, int) - Constructor for class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Create a new AbstractServletWebServerFactory instance with the specified context path and port.
AbstractTemplateViewResolverProperties - Class in org.springframework.boot.autoconfigure.template
Base class for @ConfigurationProperties of a AbstractTemplateViewResolver.
AbstractTemplateViewResolverProperties(String, String) - Constructor for class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
AbstractViewResolverProperties - Class in org.springframework.boot.autoconfigure.template
Base class for @ConfigurationProperties of a ViewResolver.
AbstractViewResolverProperties() - Constructor for class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
AbstractWebFluxEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.reactive
A custom HandlerMapping that makes web endpoints available over HTTP using Spring WebFlux.
AbstractWebFluxEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
Creates a new AbstractWebFluxEndpointHandlerMapping that provides mappings for the operations of the given webEndpoints.
AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker - Class in org.springframework.boot.actuate.endpoint.web.reactive
An OperationInvoker that performs the invocation of a blocking operation on a separate thread using Reactor's elastic scheduler.
AbstractWebFluxEndpointHandlerMapping.LinksHandler - Interface in org.springframework.boot.actuate.endpoint.web.reactive
Reactive handler providing actuator links at the root endpoint.
AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation - Interface in org.springframework.boot.actuate.endpoint.web.reactive
A reactive web operation that can be handled by WebFlux.
AbstractWebMvcEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.servlet
A custom HandlerMapping that makes web endpoints available over HTTP using Spring MVC.
AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
Creates a new WebEndpointHandlerMapping that provides mappings for the operations of the given webEndpoints.
AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
Creates a new AbstractWebMvcEndpointHandlerMapping that provides mappings for the operations of the given endpoints.
AbstractWebMvcEndpointHandlerMapping.LinksHandler - Interface in org.springframework.boot.actuate.endpoint.web.servlet
Handler providing actuator links at the root endpoint.
AbstractWebMvcEndpointHandlerMapping.ServletWebOperation - Interface in org.springframework.boot.actuate.endpoint.web.servlet
A servlet web operation that can be handled by Spring MVC.
accept(Meter.Id) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.OnlyOnceLoggingDenyMeterFilter
 
accept(Meter.Id) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.PropertiesMeterFilter
 
accept(File) - Method in class org.springframework.boot.devtools.autoconfigure.TriggerFileFilter
 
accept(C) - Method in interface org.springframework.boot.test.context.runner.ContextConsumer
Performs this operation on the supplied context.
acceptsTextHtml() - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
Predicate that checks whether the current request explicitly support "text/html" media type.
AccessLevel - Enum in org.springframework.boot.actuate.autoconfigure.cloudfoundry
The specific access level granted to the cloud foundry user that's calling the endpoints.
Accesslog() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
Accesslog() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
Accesslog() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
AccessManager - Interface in org.springframework.boot.devtools.remote.server
Provides access control for a Dispatcher.
accessToken() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxPropertiesConfigAdapter
 
accountId() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicPropertiesConfigAdapter
 
ACTIVE_PROFILES_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
The "active profiles" property name.
ActiveMQAutoConfiguration - Class in org.springframework.boot.autoconfigure.jms.activemq
Auto-configuration to integrate with an ActiveMQ broker.
ActiveMQAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQAutoConfiguration
 
ActiveMQConnectionFactoryCustomizer - Interface in org.springframework.boot.autoconfigure.jms.activemq
Callback interface that can be implemented by beans wishing to customize the ActiveMQConnectionFactory whilst retaining default auto-configuration.
ActiveMQProperties - Class in org.springframework.boot.autoconfigure.jms.activemq
Configuration properties for ActiveMQ.
ActiveMQProperties() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
ActiveMQProperties.Packages - Class in org.springframework.boot.autoconfigure.jms.activemq
 
ActuatorMediaType - Class in org.springframework.boot.actuate.endpoint.http
Media types that can be consumed and produced by Actuator endpoints.
add(AuditEvent) - Method in interface org.springframework.boot.actuate.audit.AuditEventRepository
Log an event.
add(AuditEvent) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
add(HttpTrace) - Method in interface org.springframework.boot.actuate.trace.http.HttpTraceRepository
Adds a trace to the repository.
add(HttpTrace) - Method in class org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
 
add(Condition, ConditionOutcome) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
 
add(String...) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
Add dependencies and all of their dependencies.
add(String, boolean) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
Add a single dependency and, optionally, all of its dependencies.
add(String, String, String, boolean) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
Add a single dependency with the specified classifier and type and, optionally, all of its dependencies.
add(String, ClassLoaderFile) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
 
add(String, String) - Method in class org.springframework.boot.web.server.MimeMappings
Add a new mime mapping.
addAdaptableBeans(ListableBeanFactory) - Method in class org.springframework.boot.web.servlet.ServletContextInitializerBeans
 
addAdditionalTomcatConnectors(Connector...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Add Connectors in addition to the default connector, e.g.
addAdditionalTomcatConnectors(Connector...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Add Connectors in addition to the default connector, e.g.
addAliases(String, String...) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
addAliases(ConfigurationPropertyName, ConfigurationPropertyName...) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
addAll(ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Add all elements items from the specified ClassLoaderFiles to this instance.
addApplicationConverters(ConverterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
Add converters useful for most Spring Boot applications.
addApplicationFormatters(FormatterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
Add formatters useful for most Spring Boot applications.
addAsRegistrationBean(ListableBeanFactory, Class<T>, ServletContextInitializerBeans.RegistrationBeanAdapter<T>) - Method in class org.springframework.boot.web.servlet.ServletContextInitializerBeans
 
addBeans(FormatterRegistry, ListableBeanFactory) - Static method in class org.springframework.boot.convert.ApplicationConversionService
Add GenericConverter, Converter, Printer, Parser and Formatter beans from the specified context.
addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Add UndertowBuilderCustomizers that should be used to customize the Undertow Undertow.Builder.
addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
Add UndertowBuilderCustomizers that should be used to customize the Undertow Builder.
addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
addClassLoaderFiles(ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.Restarter
Add additional ClassLoaderFiles to be included in the next restart.
addCommand(Command) - Method in class org.springframework.boot.cli.command.CommandRunner
Add the specified command.
addCommandLineProperties(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Flag to indicate that command line arguments should be added to the environment.
addCommands(Iterable<Command>) - Method in class org.springframework.boot.cli.command.CommandRunner
Add the specified commands.
addCompilationCustomizers(CompilationCustomizer...) - Method in class org.springframework.boot.cli.compiler.GroovyCompiler
 
addConfigurations(Configuration...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Add Configurations that will be applied to the WebAppContext before the server is started.
addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
Add TomcatConnectorCustomizers that should be added to the Tomcat Connector.
addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Add TomcatConnectorCustomizers that should be added to the Tomcat Connector.
addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 
addContextCustomizers(TomcatContextCustomizer...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
Add TomcatContextCustomizers that should be added to the Tomcat Context.
addContextCustomizers(TomcatContextCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Add TomcatContextCustomizers that should be added to the Tomcat Context.
addContextCustomizers(TomcatContextCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 
addContextLifecycleListeners(LifecycleListener...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Add LifecycleListeners that should be added to the Tomcat Context.
addContextLifecycleListeners(LifecycleListener...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Add LifecycleListeners that should be added to the Tomcat Context.
addContextValves(Valve...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Add Valves that should be applied to the Tomcat Context.
addDefaultServlet(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Add Jetty's DefaultServlet to the given WebAppContext.
addDelimitedStringConverters(ConverterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
Add converters to support delimited strings.
addDependencyManagement(DependencyManagement) - Method in class org.springframework.boot.cli.compiler.grape.DependencyResolutionContext
 
addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Add UndertowDeploymentInfoCustomizers that should be used to customize the Undertow DeploymentInfo.
addEngineValves(Valve...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
Add Valves that should be applied to the Tomcat Engine.
addEngineValves(Valve...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
 
addEngineValves(Valve...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 
addErrorPages(ErrorPage...) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
addErrorPages(ErrorPage...) - Method in interface org.springframework.boot.web.server.ErrorPageRegistry
Adds error pages that will be used when handling exceptions.
addErrorPages(ErrorPage...) - Method in class org.springframework.boot.web.servlet.support.ErrorPageFilter
 
addFile(String, ClassLoaderFile) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Add a single ClassLoaderFile to the collection.
addFile(String, String, ClassLoaderFile) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Add a single ClassLoaderFile to the collection.
addFormatters(FormatterRegistry) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
 
addFormatters(FormatterRegistry) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
addInitializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.boot.SpringApplication
Add ApplicationContextInitializers to be applied to the Spring ApplicationContext.
addInitializers(ServletContextInitializer...) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
addInitializers(ServletContextInitializer...) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
Add ServletContextInitializers to those that should be applied in addition to ServletWebServerFactory.getWebServer(ServletContextInitializer...) parameters.
addInitParameter(String, String) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
Add a single init-parameter, replacing any existing parameter with the same name.
additionalCustomizers(TaskExecutorCustomizer...) - Method in class org.springframework.boot.task.TaskExecutorBuilder
Add TaskExecutorCustomizers that should be applied to the ThreadPoolTaskExecutor.
additionalCustomizers(Iterable<TaskExecutorCustomizer>) - Method in class org.springframework.boot.task.TaskExecutorBuilder
Add TaskExecutorCustomizers that should be applied to the ThreadPoolTaskExecutor.
additionalCustomizers(TaskSchedulerCustomizer...) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
Add taskSchedulerCustomizers that should be applied to the ThreadPoolTaskScheduler.
additionalCustomizers(Iterable<TaskSchedulerCustomizer>) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
Add taskSchedulerCustomizers that should be applied to the ThreadPoolTaskScheduler.
additionalCustomizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add RestTemplateCustomizers that should be applied to the RestTemplate.
additionalCustomizers(Collection<? extends RestTemplateCustomizer>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add RestTemplateCustomizers that should be applied to the RestTemplate.
additionalCustomizers(WebServiceTemplateCustomizer...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Add additional WebServiceTemplateCustomizers that should be applied to the WebServiceTemplate.
additionalCustomizers(Collection<? extends WebServiceTemplateCustomizer>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Add additional WebServiceTemplateCustomizers that should be applied to the WebServiceTemplate.
additionalInterceptors(ClientHttpRequestInterceptor...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add additional ClientHttpRequestInterceptors that should be used with the RestTemplate.
additionalInterceptors(Collection<? extends ClientHttpRequestInterceptor>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add additional ClientHttpRequestInterceptors that should be used with the RestTemplate.
additionalInterceptors(ClientInterceptor...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Add additional ClientInterceptors that should be used with the WebServiceTemplate.
additionalInterceptors(Collection<? extends ClientInterceptor>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Add additional ClientInterceptors that should be used with the WebServiceTemplate.
additionalMessageConverters(HttpMessageConverter<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add additional HttpMessageConverters that should be used with the RestTemplate.
additionalMessageConverters(Collection<? extends HttpMessageConverter<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add additional HttpMessageConverters that should be used with the RestTemplate.
additionalMessageSenders(WebServiceMessageSender...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Add additional WebServiceMessageSenders that should be used with the WebServiceTemplate.
additionalMessageSenders(Collection<? extends WebServiceMessageSender>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Add additional WebServiceMessageSenders that should be used with the WebServiceTemplate.
additionalRequestCustomizers(RestTemplateRequestCustomizer<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add the RestTemplateRequestCustomizers that should be applied to the ClientHttpRequest.
additionalRequestCustomizers(Collection<? extends RestTemplateRequestCustomizer<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add the RestTemplateRequestCustomizers that should be applied to the ClientHttpRequest.
addJspServlet(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Add Jetty's JspServlet to the given WebAppContext.
addListener(FileChangeListener) - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
Add listener for file change events.
addListener(TunnelClientListener) - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
 
addListeners(ApplicationListener<?>...) - Method in class org.springframework.boot.SpringApplication
Add ApplicationListeners to be applied to the SpringApplication and registered with the ApplicationContext.
addMainClassTimeoutWarningListener(Repackager.MainClassTimeoutWarningListener) - Method in class org.springframework.boot.loader.tools.Repackager
Add a listener that will be triggered to display a warning if searching for the main class takes too long.
addManagedDependencies(List<Dependency>) - Method in class org.springframework.boot.cli.compiler.grape.DependencyResolutionContext
 
addPostProcessors(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
Add appropriate post-processors to post-configure the property-sources.
addPrimarySources(Collection<Class<?>>) - Method in class org.springframework.boot.SpringApplication
Add additional items to the primary sources that will be added to an ApplicationContext when SpringApplication.run(String...) is called.
addPropertySources(ConfigurableEnvironment, ResourceLoader) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
Add config file property sources to the specified environment.
addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
Add TomcatProtocolHandlerCustomizers that should be added to the Tomcat Connector.
addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Add TomcatProtocolHandlerCustomizers that should be added to the Tomcat Connector.
addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Add TomcatProtocolHandlerCustomizers that should be added to the Tomcat Connector.
addRegistration(String, ServletContext) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
 
addRegistration(String, ServletContext) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
 
addRegistration(String, ServletContext) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
 
addRepository(RemoteRepository) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
addResolver(Map<String, Object>) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
 
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration
 
address() - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServer
 
address() - Method in interface org.springframework.boot.rsocket.server.RSocketServer
Return the address this server is listening on.
addRouteProviders(NettyRouteProvider...) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
Add NettyRouteProviders that should be applied, in order, before the the handler for the Spring application.
addServerCustomizers(ServerRSocketFactoryCustomizer...) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
Add ServerRSocketFactoryCustomizers that should applied while building the server.
addServerCustomizers(JettyServerCustomizer...) - Method in interface org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
Add JettyServerCustomizers that will be applied to the Server before it is started.
addServerCustomizers(JettyServerCustomizer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
 
addServerCustomizers(JettyServerCustomizer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
 
addServerCustomizers(NettyServerCustomizer...) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
Add NettyServerCustomizers that should applied while building the server.
addServletNames(String...) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Add servlet names for the filter.
addServletRegistrationBeans(ServletRegistrationBean<?>...) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Add ServletRegistrationBeans for the filter.
addSourceFolder(File) - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
Add a source folder to monitor.
addSourceFolders(Iterable<File>) - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
Add source folders to monitor.
addStatusMapping(Map<String, Integer>) - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
Add specific status mappings to the existing set.
addStatusMapping(Status, Integer) - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
Add a status mapping to the existing set.
addStatusMapping(String, Integer) - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
Add a status mapping to the existing set.
addTldSkipPatterns(String...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Add patterns that match jars to ignore for TLD scanning.
addTo(Map<String, Object>) - Method in class org.springframework.boot.test.util.TestPropertyValues.Pair
 
addTo(RestTemplate, String) - Static method in class org.springframework.boot.web.client.RootUriTemplateHandler
Add a RootUriTemplateHandler instance to the given RestTemplate.
addToEnvironment(ConfigurableEnvironment) - Static method in class org.springframework.boot.env.RandomValuePropertySource
 
addURL(URL) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
addUrlMappings(String...) - Method in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletRegistrationBean
 
addUrlMappings(String...) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Add URL mappings, as defined in the Servlet specification, for the servlet.
addUrlPatterns(String...) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Add URL patterns, as defined in the Servlet specification, that the filter will be registered against.
addUrls(Collection<URL>) - Method in class org.springframework.boot.devtools.restart.Restarter
Add additional URLs to be includes in the next restart.
Admin() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
AetherGrapeEngine - Class in org.springframework.boot.cli.compiler.grape
A GrapeEngine implementation that uses Aether, the dependency resolution system used by Maven.
AetherGrapeEngine(GroovyClassLoader, RepositorySystem, DefaultRepositorySystemSession, List<RemoteRepository>, DependencyResolutionContext, boolean) - Constructor for class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
AetherGrapeEngineFactory - Class in org.springframework.boot.cli.compiler.grape
Utility class to create a pre-configured AetherGrapeEngine.
AetherGrapeEngineFactory() - Constructor for class org.springframework.boot.cli.compiler.grape.AetherGrapeEngineFactory
 
after() - Static method in enum org.springframework.boot.test.mock.mockito.MockReset
Create settings to be used with mocks where reset should occur after each test method runs.
afterAll(ExtensionContext) - Method in class org.springframework.boot.test.system.OutputCaptureExtension
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.boot.actuate.metrics.web.servlet.LongTaskTimingHandlerInterceptor
 
afterEach(ExtensionContext) - Method in class org.springframework.boot.test.system.OutputCaptureExtension
 
afterPropertiesSet() - Method in class org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorAutoConfiguration
 
afterPropertiesSet() - Method in class org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
 
afterPropertiesSet() - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
 
afterPropertiesSet() - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
 
afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.liquibase.DataSourceClosingSpringLiquibase
 
afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
 
afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
 
afterPropertiesSet() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
afterPropertiesSet() - Method in class org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer
 
afterPropertiesSet() - Method in class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
 
afterPropertiesSet() - Method in class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
 
afterPropertiesSet() - Method in class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
 
afterPropertiesSet() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
afterPropertiesSet() - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsMockMvcBuilderCustomizer
 
afterRefresh(ConfigurableApplicationContext, ApplicationArguments) - Method in class org.springframework.boot.SpringApplication
Called after the context has been refreshed.
afterRun(Command) - Method in class org.springframework.boot.cli.command.CommandRunner
Subclass hook called after a command has run.
afterSingletonsInstantiated() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
 
afterTestMethod(TestContext) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener
 
afterTestMethod(TestContext) - Method in class org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener
 
AgentReloader - Class in org.springframework.boot.devtools.restart
Utility to determine if an Java agent based reloader (e.g.
aggregate(Map<String, Health>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
 
aggregate(Map<String, Health>) - Method in interface org.springframework.boot.actuate.health.HealthAggregator
Aggregate several given Health instances into one.
aggregateDetails(Map<String, Health>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
Return the map of 'aggregate' details that should be used from the specified healths.
aggregateStatus(List<Status>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
Return the single 'aggregate' status that should be used from the specified candidates.
aggregateStatus(List<Status>) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
 
ALL_CLASSPATH_URL_PREFIX - Static variable in class org.springframework.boot.cli.util.ResourceUtils
Pseudo URL prefix for loading all resources from the class path: "classpath*:".
AllNestedConditions - Class in org.springframework.boot.autoconfigure.condition
Condition that will match when all nested class conditions match.
AllNestedConditions(ConfigurationCondition.ConfigurationPhase) - Constructor for class org.springframework.boot.autoconfigure.condition.AllNestedConditions
 
allowCoreThreadTimeOut(boolean) - Method in class org.springframework.boot.task.TaskExecutorBuilder
Set whether core threads are allow to time out.
alwaysApplying(PropertyMapper.SourceOperator) - Method in class org.springframework.boot.context.properties.PropertyMapper
Return a new PropertyMapper instance that applies the given PropertyMapper.SourceOperator to every source.
alwaysApplyingWhenNonNull() - Method in class org.springframework.boot.context.properties.PropertyMapper
Return a new PropertyMapper instance that applies whenNonNull to every source.
amqpAdmin(ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
 
AmqpContainer() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
analyze(Throwable) - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
 
analyze(Throwable, T) - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
Returns an analysis of the given rootFailure, or null if no analysis was possible.
analyze(Throwable, T) - Method in class org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
 
analyze(Throwable, T, String) - Method in class org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
Returns an analysis of the given rootFailure, or null if no analysis was possible.
analyze(Throwable, BeanNotOfRequiredTypeException) - Method in class org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyzer
 
analyze(Throwable, InvalidConfigurationPropertiesException) - Method in class org.springframework.boot.diagnostics.analyzer.InvalidConfigurationPropertiesFailureAnalyzer
 
analyze(Throwable) - Method in interface org.springframework.boot.diagnostics.FailureAnalyzer
Returns an analysis of the given failure, or null if no analysis was possible.
and(String...) - Method in class org.springframework.boot.test.util.TestPropertyValues
Builder method to add more properties.
andCondition(Class<? extends Annotation>, Object...) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Return a new builder to construct a new ConditionMessage based on the instance and a new condition outcome.
andCondition(String, Object...) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Return a new builder to construct a new ConditionMessage based on the instance and a new condition outcome.
AnnotatedClassFinder - Class in org.springframework.boot.test.context
Utility class to find a class annotated with a particular annotation in a hierarchy.
AnnotatedClassFinder(Class<? extends Annotation>) - Constructor for class org.springframework.boot.test.context.AnnotatedClassFinder
Create a new instance with the annotationType to find.
AnnotatedNodeASTTransformation - Class in org.springframework.boot.cli.compiler
A base class for AST transformations that are solely interested in AnnotatedNodes.
AnnotatedNodeASTTransformation(Set<String>, boolean) - Constructor for class org.springframework.boot.cli.compiler.AnnotatedNodeASTTransformation
 
AnnotationConfig(ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.HttpHandlerAutoConfiguration.AnnotationConfig
 
AnnotationConfigReactiveWebApplicationContext - Class in org.springframework.boot.web.reactive.context
ConfigurableReactiveWebApplicationContext that accepts annotated classes as input - in particular @Configuration-annotated classes, but also plain @Component classes and JSR-330 compliant classes using javax.inject annotations.
AnnotationConfigReactiveWebApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Create a new AnnotationConfigReactiveWebApplicationContext that needs to be populated through AnnotationConfigApplicationContext.register(java.lang.Class<?>...) calls and then manually refreshed.
AnnotationConfigReactiveWebApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Create a new AnnotationConfigApplicationContext with the given DefaultListableBeanFactory.
AnnotationConfigReactiveWebApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Create a new AnnotationConfigApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context.
AnnotationConfigReactiveWebApplicationContext(String...) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Create a new AnnotationConfigApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context.
AnnotationConfigReactiveWebServerApplicationContext - Class in org.springframework.boot.web.reactive.context
ReactiveWebServerApplicationContext that accepts annotated classes as input - in particular @Configuration-annotated classes, but also plain @Component classes and JSR-330 compliant classes using javax.inject annotations.
AnnotationConfigReactiveWebServerApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
AnnotationConfigReactiveWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
Create a new AnnotationConfigReactiveWebServerApplicationContext with the given DefaultListableBeanFactory.
AnnotationConfigReactiveWebServerApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
Create a new AnnotationConfigReactiveWebServerApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context.
AnnotationConfigReactiveWebServerApplicationContext(String...) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
Create a new AnnotationConfigReactiveWebServerApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context.
AnnotationConfigServletWebApplicationContext - Class in org.springframework.boot.web.servlet.context
GenericWebApplicationContextthat accepts annotated classes as input - in particular @Configuration-annotated classes, but also plain @Component classes and JSR-330 compliant classes using javax.inject annotations.
AnnotationConfigServletWebApplicationContext() - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
Create a new AnnotationConfigServletWebApplicationContext that needs to be populated through AnnotationConfigServletWebApplicationContext.register(java.lang.Class<?>...) calls and then manually refreshed.
AnnotationConfigServletWebApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
Create a new AnnotationConfigServletWebApplicationContext with the given DefaultListableBeanFactory.
AnnotationConfigServletWebApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
Create a new AnnotationConfigServletWebApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context.
AnnotationConfigServletWebApplicationContext(String...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
Create a new AnnotationConfigServletWebApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context.
AnnotationConfigServletWebServerApplicationContext - Class in org.springframework.boot.web.servlet.context
ServletWebServerApplicationContext that accepts annotated classes as input - in particular @Configuration -annotated classes, but also plain @Component classes and JSR-330 compliant classes using javax.inject annotations.
AnnotationConfigServletWebServerApplicationContext() - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
AnnotationConfigServletWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
Create a new AnnotationConfigServletWebServerApplicationContext with the given DefaultListableBeanFactory.
AnnotationConfigServletWebServerApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
Create a new AnnotationConfigServletWebServerApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context.
AnnotationConfigServletWebServerApplicationContext(String...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
Create a new AnnotationConfigServletWebServerApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context.
AnnotationCustomizableTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.filter
Abstract base class for a TypeExcludeFilter that can be customized using an annotation.
AnnotationCustomizableTypeExcludeFilter() - Constructor for class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
AnnotationCustomizableTypeExcludeFilter.FilterType - Enum in org.springframework.boot.test.autoconfigure.filter
 
AnnotationsPropertySource - Class in org.springframework.boot.test.autoconfigure.properties
EnumerablePropertySource to adapt annotations marked with @PropertyMapping.
AnnotationsPropertySource(Class<?>) - Constructor for class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
AnnotationsPropertySource(String, Class<?>) - Constructor for class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
AnsiBackground - Enum in org.springframework.boot.ansi
Ansi background colors.
AnsiColor - Enum in org.springframework.boot.ansi
Ansi colors.
AnsiColors - Class in org.springframework.boot.ansi
Utility for working with AnsiColor in the context of AWT Colors.
AnsiElement - Interface in org.springframework.boot.ansi
An ANSI encodable element.
AnsiOutput - Class in org.springframework.boot.ansi
Generates ANSI encoded output, automatically attempting to detect if the terminal supports ANSI.
AnsiOutput() - Constructor for class org.springframework.boot.ansi.AnsiOutput
 
AnsiOutput.Enabled - Enum in org.springframework.boot.ansi
AnsiOutputApplicationListener - Class in org.springframework.boot.context.config
An ApplicationListener that configures AnsiOutput depending on the value of the property spring.output.ansi.enabled.
AnsiOutputApplicationListener() - Constructor for class org.springframework.boot.context.config.AnsiOutputApplicationListener
 
AnsiPropertySource - Class in org.springframework.boot.ansi
PropertyResolver for AnsiStyle, AnsiColor and AnsiBackground elements.
AnsiPropertySource(String, boolean) - Constructor for class org.springframework.boot.ansi.AnsiPropertySource
Create a new AnsiPropertySource instance.
AnsiStyle - Enum in org.springframework.boot.ansi
Ansi styles.
anyMatches(ConditionContext, AnnotatedTypeMetadata, Condition...) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
Return true if any of the specified conditions match.
anyMatches(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.FilterAnnotations
 
AnyNestedCondition - Class in org.springframework.boot.autoconfigure.condition
Condition that will match when any nested class condition matches.
AnyNestedCondition(ConfigurationCondition.ConfigurationPhase) - Constructor for class org.springframework.boot.autoconfigure.condition.AnyNestedCondition
 
AopAutoConfiguration - Class in org.springframework.boot.autoconfigure.aop
Auto-configuration for Spring's AOP support.
AopAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.aop.AopAutoConfiguration
 
AopAutoConfiguration.CglibAutoProxyConfiguration - Class in org.springframework.boot.autoconfigure.aop
 
AopAutoConfiguration.JdkDynamicAutoProxyConfiguration - Class in org.springframework.boot.autoconfigure.aop
 
apiKey() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicPropertiesConfigAdapter
 
apiToken() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter
 
append(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Return a new ConditionMessage based on the instance and an appended message.
append(String) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
Create a new ConfigurationPropertyName by appending the given elements.
appendAnsiString(StringBuilder, String, AnsiElement) - Method in class org.springframework.boot.logging.log4j2.ColorConverter
 
appendFields(ToStringCreator) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
 
appendFields(ToStringCreator) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
 
application() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Accessor for the current application.
APPLICATION_TASK_EXECUTOR_BEAN_NAME - Static variable in class org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration
Bean name of the application TaskExecutor.
ApplicationArguments - Interface in org.springframework.boot
Provides access to the arguments that were used to run a SpringApplication.
applicationConditionEvaluation() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint
 
ApplicationContextAssert<C extends org.springframework.context.ApplicationContext> - Class in org.springframework.boot.test.context.assertj
AssertJ assertions that can be applied to an ApplicationContext.
ApplicationContextAssert.Scope - Enum in org.springframework.boot.test.context.assertj
The scope of an assertion.
ApplicationContextAssertProvider<C extends org.springframework.context.ApplicationContext> - Interface in org.springframework.boot.test.context.assertj
An ApplicationContext that additionally supports AssertJ style assertions.
ApplicationContextFilterConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration
 
ApplicationContextHeaderFilter - Class in org.springframework.boot.web.servlet.filter
OncePerRequestFilter to add an X-Application-Context header that contains the ApplicationContext ID.
ApplicationContextHeaderFilter(ApplicationContext) - Constructor for class org.springframework.boot.web.servlet.filter.ApplicationContextHeaderFilter
 
applicationContextIdFilter(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration
 
ApplicationContextInitializedEvent - Class in org.springframework.boot.context.event
Event published when a SpringApplication is starting up and the ApplicationContext is prepared and ApplicationContextInitializers have been called but before any bean definitions are loaded.
ApplicationContextInitializedEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationContextInitializedEvent
Create a new ApplicationContextInitializedEvent instance.
ApplicationContextRequestMatcher<C> - Class in org.springframework.boot.security.servlet
ApplicationContext backed RequestMatcher.
ApplicationContextRequestMatcher(Class<? extends C>) - Constructor for class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
 
ApplicationContextRunner - Class in org.springframework.boot.test.context.runner
An ApplicationContext runner for a standard, non-web environment ConfigurableApplicationContext.
ApplicationContextRunner() - Constructor for class org.springframework.boot.test.context.runner.ApplicationContextRunner
Create a new ApplicationContextRunner instance using an AnnotationConfigApplicationContext as the underlying source.
ApplicationContextRunner(Supplier<ConfigurableApplicationContext>) - Constructor for class org.springframework.boot.test.context.runner.ApplicationContextRunner
Create a new ApplicationContextRunner instance using the specified contextFactory as the underlying source.
ApplicationContextServerWebExchangeMatcher<C> - Class in org.springframework.boot.security.reactive
ApplicationContext backed ServerWebExchangeMatcher.
ApplicationContextServerWebExchangeMatcher(Class<? extends C>) - Constructor for class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
 
ApplicationContextTestUtils - Class in org.springframework.boot.test.util
Application context related test utilities.
ApplicationContextTestUtils() - Constructor for class org.springframework.boot.test.util.ApplicationContextTestUtils
 
ApplicationConversionService - Class in org.springframework.boot.convert
A specialization of FormattingConversionService configured by default with converters and formatters appropriate for most Spring Boot applications.
ApplicationConversionService() - Constructor for class org.springframework.boot.convert.ApplicationConversionService
 
ApplicationConversionService(StringValueResolver) - Constructor for class org.springframework.boot.convert.ApplicationConversionService
 
ApplicationEnvironmentPreparedEvent - Class in org.springframework.boot.context.event
Event published when a SpringApplication is starting up and the Environment is first available for inspection and modification.
ApplicationEnvironmentPreparedEvent(SpringApplication, String[], ConfigurableEnvironment) - Constructor for class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
ApplicationFailedEvent - Class in org.springframework.boot.context.event
Event published by a SpringApplication when it fails to start.
ApplicationFailedEvent(SpringApplication, String[], ConfigurableApplicationContext, Throwable) - Constructor for class org.springframework.boot.context.event.ApplicationFailedEvent
Create a new ApplicationFailedEvent instance.
applicationHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.health.HealthIndicatorAutoConfiguration
 
ApplicationHealthIndicator - Class in org.springframework.boot.actuate.health
Default implementation of HealthIndicator that returns Status.UP.
ApplicationHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.ApplicationHealthIndicator
 
ApplicationHome - Class in org.springframework.boot.system
Provides access to the application home directory.
ApplicationHome() - Constructor for class org.springframework.boot.system.ApplicationHome
Create a new ApplicationHome instance.
ApplicationHome(Class<?>) - Constructor for class org.springframework.boot.system.ApplicationHome
Create a new ApplicationHome instance for the specified source class.
ApplicationPid - Class in org.springframework.boot.system
An application process ID.
ApplicationPid() - Constructor for class org.springframework.boot.system.ApplicationPid
 
ApplicationPid(String) - Constructor for class org.springframework.boot.system.ApplicationPid
 
ApplicationPidFileWriter - Class in org.springframework.boot.context
An ApplicationListener that saves application PID into file.
ApplicationPidFileWriter() - Constructor for class org.springframework.boot.context.ApplicationPidFileWriter
Create a new ApplicationPidFileWriter instance using the filename 'application.pid'.
ApplicationPidFileWriter(String) - Constructor for class org.springframework.boot.context.ApplicationPidFileWriter
Create a new ApplicationPidFileWriter instance with a specified filename.
ApplicationPidFileWriter(File) - Constructor for class org.springframework.boot.context.ApplicationPidFileWriter
Create a new ApplicationPidFileWriter instance with a specified file.
ApplicationPreparedEvent - Class in org.springframework.boot.context.event
Event published as when a SpringApplication is starting up and the ApplicationContext is fully prepared but not refreshed.
ApplicationPreparedEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationPreparedEvent
Create a new ApplicationPreparedEvent instance.
ApplicationReadyEvent - Class in org.springframework.boot.context.event
Event published as late as conceivably possible to indicate that the application is ready to service requests.
ApplicationReadyEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationReadyEvent
Create a new ApplicationReadyEvent instance.
ApplicationRunner - Interface in org.springframework.boot
Interface used to indicate that a bean should run when it is contained within a SpringApplication.
ApplicationStartedEvent - Class in org.springframework.boot.context.event
Event published once the application context has been refreshed but before any application and command line runners have been called.
ApplicationStartedEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationStartedEvent
Create a new ApplicationStartedEvent instance.
ApplicationStartingEvent - Class in org.springframework.boot.context.event
Event published as early as conceivably possible as soon as a SpringApplication has been started - before the Environment or ApplicationContext is available, but after the ApplicationListeners have been registered.
ApplicationStartingEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.ApplicationStartingEvent
Create a new ApplicationStartingEvent instance.
applicationTaskExecutor(TaskExecutorBuilder) - Method in class org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration
 
ApplicationTemp - Class in org.springframework.boot.system
Provides access to an application specific temporary directory.
ApplicationTemp() - Constructor for class org.springframework.boot.system.ApplicationTemp
Create a new ApplicationTemp instance.
ApplicationTemp(Class<?>) - Constructor for class org.springframework.boot.system.ApplicationTemp
Create a new ApplicationTemp instance for the specified source class.
apply(Timer.Builder) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.AutoTimeProperties
 
apply(EndpointId, OperationType, OperationParameters, OperationInvoker) - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationInvokerAdvisor
Apply additional functionality to the given invoker.
apply(OperationInvoker, long) - Static method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
Apply caching configuration when appropriate to the given invoker.
apply(EndpointId, OperationType, OperationParameters, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor
 
apply(String) - Method in class org.springframework.boot.actuate.health.HealthIndicatorNameFactory
 
apply(Timer.Builder) - Method in interface org.springframework.boot.actuate.metrics.AutoTimer
Called to apply any auto-timer settings to the given Timer.Builder.
apply(GroovyClassLoader, GroovyCompilerConfiguration, GeneratorContext, SourceUnit, ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringTestCompilerAutoConfiguration
 
apply(GroovyClassLoader, GroovyCompilerConfiguration, GeneratorContext, SourceUnit, ClassNode) - Method in class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
Apply any additional configuration.
apply(DefaultRepositorySystemSession, RepositorySystem) - Method in class org.springframework.boot.cli.compiler.grape.DefaultRepositorySystemSessionAutoConfiguration
 
apply(DefaultRepositorySystemSession, RepositorySystem) - Method in class org.springframework.boot.cli.compiler.grape.GrapeRootRepositorySystemSessionAutoConfiguration
 
apply(DefaultRepositorySystemSession, RepositorySystem) - Method in interface org.springframework.boot.cli.compiler.grape.RepositorySystemSessionAutoConfiguration
Apply the configuration.
apply(DefaultRepositorySystemSession, RepositorySystem) - Method in class org.springframework.boot.cli.compiler.grape.SettingsXmlRepositorySystemSessionAutoConfiguration
 
apply(BindHandler) - Method in interface org.springframework.boot.context.properties.ConfigurationPropertiesBindHandlerAdvisor
Apply additional functionality to the source bind handler.
apply(PropertyMapper.Source<T>) - Method in interface org.springframework.boot.context.properties.PropertyMapper.SourceOperator
Apply the operation to the given source.
apply(ConfigurationPropertySource) - Method in class org.springframework.boot.context.properties.source.UnboundElementsSourceFilter
 
apply() - Method in class org.springframework.boot.logging.LoggingSystemProperties
 
apply(LogFile) - Method in class org.springframework.boot.logging.LoggingSystemProperties
 
apply(ConfigurableApplicationContext) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner.BeanRegistration
 
apply(MockReset, MockSettings) - Static method in enum org.springframework.boot.test.mock.mockito.MockReset
Apply MockReset to existing settings.
apply(Statement, Description) - Method in class org.springframework.boot.test.rule.OutputCapture
Deprecated.
 
apply(Statement, Description) - Method in class org.springframework.boot.test.system.OutputCaptureRule
 
apply(HttpServer) - Method in class org.springframework.boot.web.embedded.netty.SslServerCustomizer
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.CachingCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.GroovyTemplatesCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.JdbcCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.JmsCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.RabbitCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBatchCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBootCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringIntegrationCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringMvcCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringRetryCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringSecurityCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringTestCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringWebsocketCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.TransactionManagementCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
Apply any dependency customizations.
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.CachingCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.GroovyTemplatesCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.JdbcCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.JmsCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.RabbitCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBatchCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBootCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringIntegrationCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringMvcCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringRetryCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringSecurityCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringTestCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringWebsocketCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.TransactionManagementCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
Apply any import customizations.
applyInitializers(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
Apply any ApplicationContextInitializers to the context before it is refreshed.
applySuffix(String) - Method in enum org.springframework.boot.test.util.TestPropertyValues.Type
 
applySystemProperties(Environment, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
applyTo(Collection<?>) - Method in enum org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
 
applyTo(RepositoryRestConfiguration) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
applyTo(Properties) - Method in class org.springframework.boot.logging.LogFile
Apply log file details to LOG_PATH and LOG_FILE map entries.
applyTo(ConfigurableApplicationContext) - Method in class org.springframework.boot.test.util.TestPropertyValues
Add the properties from the underlying map to the environment owned by an ApplicationContext.
applyTo(ConfigurableEnvironment) - Method in class org.springframework.boot.test.util.TestPropertyValues
Add the properties from the underlying map to the environment.
applyTo(ConfigurableEnvironment, TestPropertyValues.Type) - Method in class org.springframework.boot.test.util.TestPropertyValues
Add the properties from the underlying map to the environment using the specified property source type.
applyTo(ConfigurableEnvironment, TestPropertyValues.Type, String) - Method in class org.springframework.boot.test.util.TestPropertyValues
Add the properties from the underlying map to the environment using the specified property source type and name.
applyToItem(Object) - Method in enum org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
 
applyToMainClass(GroovyClassLoader, GroovyCompilerConfiguration, GeneratorContext, SourceUnit, ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBootCompilerAutoConfiguration
 
applyToMainClass(GroovyClassLoader, GroovyCompilerConfiguration, GeneratorContext, SourceUnit, ClassNode) - Method in class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
Apply any customizations to the main class.
applyToMvcViewResolver(Object) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
Apply the given properties to a AbstractTemplateViewResolver.
applyToSystemProperties() - Method in class org.springframework.boot.logging.LogFile
Apply log file details to LOG_PATH and LOG_FILE system properties.
applyToSystemProperties(Callable<T>) - Method in class org.springframework.boot.test.util.TestPropertyValues
Add the properties to the system properties for the duration of the call, restoring previous values when the call completes.
appOpticsConfig() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsMetricsExportAutoConfiguration
 
appOpticsMeterRegistry(AppOpticsConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsMetricsExportAutoConfiguration
 
AppOpticsMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics
Auto-configuration for exporting metrics to AppOptics.
AppOpticsMetricsExportAutoConfiguration(AppOpticsProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsMetricsExportAutoConfiguration
 
AppOpticsProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics
@ConfigurationProperties for configuring AppOptics metrics export.
AppOpticsProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
 
Archive - Interface in org.springframework.boot.loader.archive
An archive that can be launched by the Launcher.
Archive.Entry - Interface in org.springframework.boot.loader.archive
Represents a single entry in the archive.
Archive.EntryFilter - Interface in org.springframework.boot.loader.archive
Strategy interface to filter Entries.
ARGS - Static variable in class org.springframework.boot.loader.PropertiesLauncher
Properties key for default command line arguments.
ArtemisAutoConfiguration - Class in org.springframework.boot.autoconfigure.jms.artemis
Auto-configuration to integrate with an Artemis broker.
ArtemisAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.artemis.ArtemisAutoConfiguration
 
ArtemisConfigurationCustomizer - Interface in org.springframework.boot.autoconfigure.jms.artemis
Callback interface that can be implemented by beans wishing to customize the Artemis JMS server Configuration before it is used by an auto-configured EmbeddedJMS instance.
ArtemisMode - Enum in org.springframework.boot.autoconfigure.jms.artemis
Define the mode in which Artemis can operate.
ArtemisNoOpBindingRegistry - Class in org.springframework.boot.autoconfigure.jms.artemis
A no-op implementation of the BindingRegistry.
ArtemisNoOpBindingRegistry() - Constructor for class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
ArtemisProperties - Class in org.springframework.boot.autoconfigure.jms.artemis
Configuration properties for Artemis.
ArtemisProperties() - Constructor for class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
ArtemisProperties.Embedded - Class in org.springframework.boot.autoconfigure.jms.artemis
Configuration for an embedded Artemis server.
ArtifactCoordinatesResolver - Interface in org.springframework.boot.cli.compiler.dependencies
A resolver for artifacts' Maven coordinates, allowing group id, artifact id, or version to be obtained from a module identifier.
as(Function<T, R>) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
Return an adapted version of the source changed via the given adapter function.
asArray() - Method in class org.springframework.boot.test.json.ObjectContentAssert
Verifies that the actual value is an array, and returns an array assertion, to allow chaining of array-specific assertions from this call.
asInt(Function<T, R>) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
Return an adapted version of the source with Integer type.
asList(AnnotationAttributes, String) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
asMap() - Method in class org.springframework.boot.test.json.ObjectContentAssert
Verifies that the actual value is a map, and returns a map assertion, to allow chaining of map-specific assertions from this call.
asProperties() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Returns the properties as a Properties object that can be used with Atomikos.
AssertableApplicationContext - Interface in org.springframework.boot.test.context.assertj
An ApplicationContext that additionally supports AssertJ style assertions.
AssertableReactiveWebApplicationContext - Interface in org.springframework.boot.test.context.assertj
A ReactiveWebApplicationContext that additionally supports AssertJ style assertions.
AssertableWebApplicationContext - Interface in org.springframework.boot.test.context.assertj
A WebApplicationContext that additionally supports AssertJ style assertions.
assertThat() - Method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
Deprecated.
to prevent accidental use. Prefer standard AssertJ assertThat(context)... calls instead.
assertThat() - Method in class org.springframework.boot.test.json.JsonContent
Deprecated.
to prevent accidental use. Prefer standard AssertJ assertThat(context)... calls instead.
assertThat() - Method in class org.springframework.boot.test.json.ObjectContent
 
assignTo(HttpOutputMessage) - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Assign this payload to the given HttpOutputMessage.
AstUtils - Class in org.springframework.boot.cli.compiler
General purpose AST utilities.
AstUtils() - Constructor for class org.springframework.boot.cli.compiler.AstUtils
 
Async() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Async
 
at(StaticResourceLocation, StaticResourceLocation...) - Method in class org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest
Returns a matcher that includes the specified Locations.
at(Set<StaticResourceLocation>) - Method in class org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest
Returns a matcher that includes the specified Locations.
at(StaticResourceLocation, StaticResourceLocation...) - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest
Returns a matcher that includes the specified Locations.
at(Set<StaticResourceLocation>) - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest
Returns a matcher that includes the specified Locations.
atAll() - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
Used when no items are available.
atCommonLocations() - Method in class org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest
Returns a matcher that includes all commonly used Locations.
atCommonLocations() - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest
Returns a matcher that includes all commonly used Locations.
atlasConfig(AtlasProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasMetricsExportAutoConfiguration
 
atlasMeterRegistry(AtlasConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasMetricsExportAutoConfiguration
 
AtlasMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.atlas
Auto-configuration for exporting metrics to Atlas.
AtlasMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasMetricsExportAutoConfiguration
 
AtlasProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.atlas
@ConfigurationProperties for configuring Atlas metrics export.
AtlasProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
AtomikosConnectionFactoryBean - Class in org.springframework.boot.jta.atomikos
Spring friendly version of AtomikosConnectionFactoryBean.
AtomikosConnectionFactoryBean() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
 
AtomikosDataSourceBean - Class in org.springframework.boot.jta.atomikos
Spring friendly version of AtomikosDataSourceBean.
AtomikosDataSourceBean() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
 
AtomikosDependsOnBeanFactoryPostProcessor - Class in org.springframework.boot.jta.atomikos
BeanFactoryPostProcessor to automatically setup the recommended dependsOn settings for correct Atomikos ordering.
AtomikosDependsOnBeanFactoryPostProcessor() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
 
AtomikosProperties - Class in org.springframework.boot.jta.atomikos
Bean friendly variant of Atomikos configuration properties.
AtomikosProperties() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosProperties
 
AtomikosProperties.Recovery - Class in org.springframework.boot.jta.atomikos
Recovery specific settings.
AtomikosXAConnectionFactoryWrapper - Class in org.springframework.boot.jta.atomikos
AtomikosXAConnectionFactoryWrapper() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosXAConnectionFactoryWrapper
 
AtomikosXADataSourceWrapper - Class in org.springframework.boot.jta.atomikos
AtomikosXADataSourceWrapper() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosXADataSourceWrapper
 
attach(Environment) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
Attach a ConfigurationPropertySource support to the specified Environment.
attachSignalHandler(Runnable) - Static method in class org.springframework.boot.loader.tools.SignalUtils
Handle INT signals by calling the specified Runnable.
AuditApplicationEvent - Class in org.springframework.boot.actuate.audit.listener
Spring ApplicationEvent to encapsulate AuditEvents.
AuditApplicationEvent(String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps a newly created AuditEvent.
AuditApplicationEvent(String, String, String...) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps a newly created AuditEvent.
AuditApplicationEvent(Instant, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps a newly created AuditEvent.
AuditApplicationEvent(AuditEvent) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps the specified AuditEvent.
AuditAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.audit
AuditAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration
 
AuditEvent - Class in org.springframework.boot.actuate.audit
A value object representing an audit event: at a particular time, a particular user or agent carried out an action of a particular type.
AuditEvent(String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
Create a new audit event for the current time.
AuditEvent(String, String, String...) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
Create a new audit event for the current time from data provided as name-value pairs.
AuditEvent(Instant, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
Create a new audit event.
AuditEventRepository - Interface in org.springframework.boot.actuate.audit
Repository for AuditEvents.
AuditEventsEndpoint - Class in org.springframework.boot.actuate.audit
@Endpoint to expose audit events.
AuditEventsEndpoint(AuditEventRepository) - Constructor for class org.springframework.boot.actuate.audit.AuditEventsEndpoint
 
auditEventsEndpoint(AuditEventRepository) - Method in class org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration
 
AuditEventsEndpoint.AuditEventsDescriptor - Class in org.springframework.boot.actuate.audit
A description of an application's audit events.
AuditEventsEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.audit
AuditEventsEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration
 
AuditListener - Class in org.springframework.boot.actuate.audit.listener
The default AbstractAuditListener implementation.
AuditListener(AuditEventRepository) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditListener
 
auditListener(AuditEventRepository) - Method in class org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration
 
AUTHENTICATION_FAILURE - Static variable in class org.springframework.boot.actuate.security.AuthenticationAuditListener
Authentication failure event type.
AUTHENTICATION_SUCCESS - Static variable in class org.springframework.boot.actuate.security.AuthenticationAuditListener
Authentication success event type.
AUTHENTICATION_SWITCH - Static variable in class org.springframework.boot.actuate.security.AuthenticationAuditListener
Authentication switch event type.
authenticationAuditListener() - Method in class org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration
 
AuthenticationAuditListener - Class in org.springframework.boot.actuate.security
Default implementation of AbstractAuthenticationAuditListener.
AuthenticationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthenticationAuditListener
 
authenticationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration
 
AUTHORIZATION_FAILURE - Static variable in class org.springframework.boot.actuate.security.AuthorizationAuditListener
Authorization failure event type.
authorizationAuditListener() - Method in class org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration
 
AuthorizationAuditListener - Class in org.springframework.boot.actuate.security
Default implementation of AbstractAuthorizationAuditListener.
AuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthorizationAuditListener
 
authorizedClientRepository(ReactiveOAuth2AuthorizedClientService) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.reactive.ReactiveOAuth2ClientAutoConfiguration
 
authorizedClientService(ReactiveClientRegistrationRepository) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.reactive.ReactiveOAuth2ClientAutoConfiguration
 
AutoConfigurationExcludeFilter - Class in org.springframework.boot.autoconfigure
A TypeFilter implementation that matches registered auto-configuration classes.
AutoConfigurationExcludeFilter() - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
 
AutoConfigurationImportEvent - Class in org.springframework.boot.autoconfigure
Event fired when auto-configuration classes are imported.
AutoConfigurationImportEvent(Object, List<String>, Set<String>) - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationImportEvent
 
AutoConfigurationImportFilter - Interface in org.springframework.boot.autoconfigure
Filter that can be registered in spring.factories to limit the auto-configuration classes considered.
AutoConfigurationImportListener - Interface in org.springframework.boot.autoconfigure
Listener that can be registered with spring.factories to receive details of imported auto-configurations.
AutoConfigurationImportSelector - Class in org.springframework.boot.autoconfigure
DeferredImportSelector to handle auto-configuration.
AutoConfigurationImportSelector() - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
AutoConfigurationImportSelector.AutoConfigurationEntry - Class in org.springframework.boot.autoconfigure
 
AutoConfigurationMetadata - Interface in org.springframework.boot.autoconfigure
Provides access to meta-data written by the auto-configure annotation processor.
AutoConfigurationPackage - Annotation Type in org.springframework.boot.autoconfigure
Indicates that the package containing the annotated class should be registered with AutoConfigurationPackages.
AutoConfigurationPackages - Class in org.springframework.boot.autoconfigure
Class for storing auto-configuration packages for reference later (e.g.
AutoConfigurationPackages() - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationPackages
 
AutoConfigurations - Class in org.springframework.boot.autoconfigure
Configurations representing auto-configuration @Configuration classes.
AutoConfigurations(Collection<Class<?>>) - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurations
 
AutoConfigureAfter - Annotation Type in org.springframework.boot.autoconfigure
Hint for that an auto-configuration should be applied after other specified auto-configuration classes.
AutoConfigureBefore - Annotation Type in org.springframework.boot.autoconfigure
Hint for that an auto-configuration should be applied before other specified auto-configuration classes.
AutoConfigureCache - Annotation Type in org.springframework.boot.test.autoconfigure.core
Annotation that can be applied to a test class to configure a test CacheManager if none has been defined yet.
AutoConfigureDataJdbc - Annotation Type in org.springframework.boot.test.autoconfigure.data.jdbc
Auto-configuration imports for typical Data JDBC tests.
AutoConfigureDataJpa - Annotation Type in org.springframework.boot.test.autoconfigure.orm.jpa
Auto-configuration imports for typical Data JPA tests.
AutoConfigureDataLdap - Annotation Type in org.springframework.boot.test.autoconfigure.data.ldap
Auto-configuration imports for typical Data LDAP tests.
AutoConfigureDataMongo - Annotation Type in org.springframework.boot.test.autoconfigure.data.mongo
Auto-configuration imports for typical Data MongoDB tests.
AutoConfigureDataNeo4j - Annotation Type in org.springframework.boot.test.autoconfigure.data.neo4j
Auto-configuration imports for typical Data Neo4j tests.
AutoConfigureDataRedis - Annotation Type in org.springframework.boot.test.autoconfigure.data.redis
Auto-configuration imports for typical Data redis tests.
AutoConfigureJdbc - Annotation Type in org.springframework.boot.test.autoconfigure.jdbc
Auto-configuration imports for typical jdbc tests.
AutoConfigureJooq - Annotation Type in org.springframework.boot.test.autoconfigure.jooq
Auto-configuration imports for typical jOOQ tests.
AutoConfigureJson - Annotation Type in org.springframework.boot.test.autoconfigure.json
Auto-configuration imports for typical JSON tests.
AutoConfigureJsonTesters - Annotation Type in org.springframework.boot.test.autoconfigure.json
Annotation that can be applied to a test class to enable and configure auto-configuration of JSON testers.
AutoConfigureMockMvc - Annotation Type in org.springframework.boot.test.autoconfigure.web.servlet
Annotation that can be applied to a test class to enable and configure auto-configuration of MockMvc.
AutoConfigureMockRestServiceServer - Annotation Type in org.springframework.boot.test.autoconfigure.web.client
Annotation that can be applied to a test class to enable and configure auto-configuration of a single MockRestServiceServer.
AutoConfigureOrder - Annotation Type in org.springframework.boot.autoconfigure
Auto-configuration specific variant of Spring Framework's @Order annotation.
AutoConfigureRestDocs - Annotation Type in org.springframework.boot.test.autoconfigure.restdocs
Annotation that can be applied to a test class to enable and configure auto-configuration of Spring REST Docs.
AutoConfigureTestDatabase - Annotation Type in org.springframework.boot.test.autoconfigure.jdbc
Annotation that can be applied to a test class to configure a test database to use instead of any application defined or auto-configured DataSource.
AutoConfigureTestDatabase.Replace - Enum in org.springframework.boot.test.autoconfigure.jdbc
What the test database can replace.
AutoConfigureTestEntityManager - Annotation Type in org.springframework.boot.test.autoconfigure.orm.jpa
Annotation that can be applied to a test class to enable auto-configuration of a TestEntityManager.
AutoConfigureWebClient - Annotation Type in org.springframework.boot.test.autoconfigure.web.client
Annotation that can be applied to a test class to enable and configure auto-configuration of web clients.
AutoConfigureWebFlux - Annotation Type in org.springframework.boot.test.autoconfigure.web.reactive
Auto-configuration imports for typical Spring WebFlux tests.
AutoConfigureWebMvc - Annotation Type in org.springframework.boot.test.autoconfigure.web.servlet
Auto-configuration imports for typical Spring MVC tests.
AutoConfigureWebTestClient - Annotation Type in org.springframework.boot.test.autoconfigure.web.reactive
Annotation that can be applied to a test class to enable a WebTestClient.
AutoTimeProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics
Nested configuration properties for items that are automatically timed.
AutoTimeProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.AutoTimeProperties
Create an instance that automatically time requests with no percentiles.
AutoTimer - Interface in org.springframework.boot.actuate.metrics
Strategy that can be used to apply Timers automatically instead of using @Timed.
available(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicates something is available.
awaitTermination(boolean) - Method in class org.springframework.boot.task.TaskExecutorBuilder
Set whether the executor should wait for scheduled tasks to complete on shutdown, not interrupting running tasks and executing all tasks in the queue.
awaitTermination(boolean) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
Set whether the executor should wait for scheduled tasks to complete on shutdown, not interrupting running tasks and executing all tasks in the queue.
awaitTerminationPeriod(Duration) - Method in class org.springframework.boot.task.TaskExecutorBuilder
Set the maximum time the executor is supposed to block on shutdown.
awaitTerminationPeriod(Duration) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
Set the maximum time the executor is supposed to block on shutdown.

B

BackgroundPreinitializer - Class in org.springframework.boot.autoconfigure
ApplicationListener to trigger early initialization in a background thread of time consuming tasks.
BackgroundPreinitializer() - Constructor for class org.springframework.boot.autoconfigure.BackgroundPreinitializer
 
Banner - Interface in org.springframework.boot
Interface class for writing a banner programmatically.
banner(Banner) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Sets the Banner instance which will be used to print the banner when no static banner file is provided.
Banner.Mode - Enum in org.springframework.boot
An enumeration of possible values for configuring the Banner.
BANNER_LOCATION_PROPERTY - Static variable in class org.springframework.boot.SpringApplication
Banner location property key.
BANNER_LOCATION_PROPERTY_VALUE - Static variable in class org.springframework.boot.SpringApplication
Default banner location.
bannerMode(Banner.Mode) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
 
BASIC_AUTH_ORDER - Static variable in class org.springframework.boot.autoconfigure.security.SecurityProperties
Order applied to the WebSecurityConfigurerAdapter that is used to configure basic authentication for application endpoints.
basicAuthentication(String, String) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add HTTP Basic Authentication to requests with the given username/password pair, unless a custom Authorization header has been set before.
basicAuthentication(String, String, Charset) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add HTTP Basic Authentication to requests with the given username/password pair, unless a custom Authorization header has been set before.
BasicBatchConfigurer - Class in org.springframework.boot.autoconfigure.batch
Basic BatchConfigurer implementation.
BasicBatchConfigurer(BatchProperties, DataSource, TransactionManagerCustomizers) - Constructor for class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
Create a new BasicBatchConfigurer instance.
BasicErrorController - Class in org.springframework.boot.autoconfigure.web.servlet.error
Basic global error @Controller, rendering ErrorAttributes.
BasicErrorController(ErrorAttributes, ErrorProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
Create a new BasicErrorController instance.
BasicErrorController(ErrorAttributes, ErrorProperties, List<ErrorViewResolver>) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
Create a new BasicErrorController instance.
basicErrorController(ErrorAttributes, ObjectProvider<ErrorViewResolver>) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
 
BasicJsonParser - Class in org.springframework.boot.json
Really basic JSON parser for when you have nothing else available.
BasicJsonParser() - Constructor for class org.springframework.boot.json.BasicJsonParser
 
BasicJsonTester - Class in org.springframework.boot.test.json
AssertJ based JSON tester that works with basic JSON strings.
BasicJsonTester() - Constructor for class org.springframework.boot.test.json.BasicJsonTester
Create a new uninitialized BasicJsonTester instance.
BasicJsonTester(Class<?>) - Constructor for class org.springframework.boot.test.json.BasicJsonTester
Create a new BasicJsonTester instance that will load resources as UTF-8.
BasicJsonTester(Class<?>, Charset) - Constructor for class org.springframework.boot.test.json.BasicJsonTester
Create a new BasicJsonTester instance.
basicJsonTesterFactoryBean() - Method in class org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration
 
BatchAutoConfiguration - Class in org.springframework.boot.autoconfigure.batch
Auto-configuration for Spring Batch.
BatchAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
BatchDataSource - Annotation Type in org.springframework.boot.autoconfigure.batch
Qualifier annotation for a DataSource to be injected into Batch auto-configuration.
BatchDataSourceInitializer - Class in org.springframework.boot.autoconfigure.batch
Initialize the Spring Batch schema (ignoring errors, so should be idempotent).
BatchDataSourceInitializer(DataSource, ResourceLoader, BatchProperties) - Constructor for class org.springframework.boot.autoconfigure.batch.BatchDataSourceInitializer
 
BatchProperties - Class in org.springframework.boot.autoconfigure.batch
Configuration properties for Spring Batch.
BatchProperties() - Constructor for class org.springframework.boot.autoconfigure.batch.BatchProperties
 
BatchProperties.Job - Class in org.springframework.boot.autoconfigure.batch
 
batchSize() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryPropertiesConfigAdapter
 
BEAN_NAME - Static variable in class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
The bean name that this class is registered with.
BEAN_NAME - Static variable in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
The bean name that this post-processor is registered with.
beanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Bean name generator for automatically generated bean names in the application context.
beanNameViewResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
 
beanNameViewResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
BeanNotOfRequiredTypeFailureAnalyzer - Class in org.springframework.boot.diagnostics.analyzer
An AbstractFailureAnalyzer that performs analysis of failures caused by a BeanNotOfRequiredTypeException.
BeanNotOfRequiredTypeFailureAnalyzer() - Constructor for class org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyzer
 
BeanPostProcessorsRegistrar() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
 
BeanPostProcessorsRegistrar() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
 
BeanRegistration(String, Class<T>, Object...) - Constructor for class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner.BeanRegistration
 
BeanRegistration(String, Class<T>, Supplier<T>, BeanDefinitionCustomizer...) - Constructor for class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner.BeanRegistration
 
beans() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint
 
beansEndpoint(ConfigurableApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.beans.BeansEndpointAutoConfiguration
 
BeansEndpoint - Class in org.springframework.boot.actuate.beans
@Endpoint to expose details of an application's beans, grouped by application context.
BeansEndpoint(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.actuate.beans.BeansEndpoint
Creates a new BeansEndpoint that will describe the beans in the given context and all of its ancestors.
BeansEndpoint.ApplicationBeans - Class in org.springframework.boot.actuate.beans
A description of an application's beans, primarily intended for serialization to JSON.
BeansEndpoint.BeanDescriptor - Class in org.springframework.boot.actuate.beans
A description of a bean in an application context, primarily intended for serialization to JSON.
BeansEndpoint.ContextBeans - Class in org.springframework.boot.actuate.beans
A description of an application context, primarily intended for serialization to JSON.
BeansEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.beans
BeansEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.beans.BeansEndpointAutoConfiguration
 
because(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicates the reason.
before() - Static method in enum org.springframework.boot.test.mock.mockito.MockReset
Create settings to be used with mocks where reset should occur before each test method runs.
beforeAll(ExtensionContext) - Method in class org.springframework.boot.test.system.OutputCaptureExtension
 
beforeEach(ExtensionContext) - Method in class org.springframework.boot.test.system.OutputCaptureExtension
 
beforeInitialize() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
beforeInitialize() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
beforeInitialize() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
beforeInitialize() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
beforeInitialize() - Method in class org.springframework.boot.logging.LoggingSystem
Reset the logging system to be limit output.
beforeInitialize() - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
 
beforeRestart() - Method in interface org.springframework.boot.devtools.restart.RestartListener
Called before an application restart.
beforeRun(Command) - Method in class org.springframework.boot.cli.command.CommandRunner
Subclass hook called before a command is run.
beforeTestMethod(TestContext) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener
 
beforeTestMethod(TestContext) - Method in class org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener
 
beforeTestMethod(TestContext) - Method in class org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener
 
begin(TransactionContext) - Method in class org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
 
bind(String, Object) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
bind(String, Class<T>) - Method in class org.springframework.boot.context.properties.bind.Binder
Bind the specified target Class using this binder's property sources.
bind(String, Bindable<T>) - Method in class org.springframework.boot.context.properties.bind.Binder
Bind the specified target Bindable using this binder's property sources.
bind(ConfigurationPropertyName, Bindable<T>) - Method in class org.springframework.boot.context.properties.bind.Binder
Bind the specified target Bindable using this binder's property sources.
bind(String, Bindable<T>, BindHandler) - Method in class org.springframework.boot.context.properties.bind.Binder
Bind the specified target Bindable using this binder's property sources.
bind(ConfigurationPropertyName, Bindable<T>, BindHandler) - Method in class org.springframework.boot.context.properties.bind.Binder
Bind the specified target Bindable using this binder's property sources.
Bindable<T> - Class in org.springframework.boot.context.properties.bind
Source that can be bound by a Binder.
bindCacheToRegistry(Cache, Tag...) - Method in class org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
Attempt to bind the specified Cache to the registry.
BindContext - Interface in org.springframework.boot.context.properties.bind
Context information for use by BindHandlers.
bindEntityManagerFactoriesToRegistry(Map<String, EntityManagerFactory>, MeterRegistry) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.orm.jpa.HibernateMetricsAutoConfiguration
 
Binder - Class in org.springframework.boot.context.properties.bind
A container object which Binds objects from one or more ConfigurationPropertySources.
Binder(ConfigurationPropertySource...) - Constructor for class org.springframework.boot.context.properties.bind.Binder
Create a new Binder instance for the specified sources.
Binder(Iterable<ConfigurationPropertySource>) - Constructor for class org.springframework.boot.context.properties.bind.Binder
Create a new Binder instance for the specified sources.
Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver) - Constructor for class org.springframework.boot.context.properties.bind.Binder
Create a new Binder instance for the specified sources.
Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver, ConversionService) - Constructor for class org.springframework.boot.context.properties.bind.Binder
Create a new Binder instance for the specified sources.
Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver, ConversionService, Consumer<PropertyEditorRegistry>) - Constructor for class org.springframework.boot.context.properties.bind.Binder
Create a new Binder instance for the specified sources.
Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver, ConversionService, Consumer<PropertyEditorRegistry>, BindHandler) - Constructor for class org.springframework.boot.context.properties.bind.Binder
Create a new Binder instance for the specified sources.
BindException - Exception in org.springframework.boot.context.properties.bind
Exception thrown when binding fails.
BindHandler - Interface in org.springframework.boot.context.properties.bind
Callback interface that can be used to handle additional logic during element binding.
bindOrCreate(String, Class<T>) - Method in class org.springframework.boot.context.properties.bind.Binder
Bind the specified target Class using this binder's property sources or create a new instance using the type of the Bindable if the result of the binding is null.
bindOrCreate(String, Bindable<T>) - Method in class org.springframework.boot.context.properties.bind.Binder
Bind the specified target Bindable using this binder's property sources or create a new instance using the type of the Bindable if the result of the binding is null.
bindOrCreate(String, Bindable<T>, BindHandler) - Method in class org.springframework.boot.context.properties.bind.Binder
Bind the specified target Bindable using this binder's property sources or create a new instance using the type of the Bindable if the result of the binding is null.
bindOrCreate(ConfigurationPropertyName, Bindable<T>, BindHandler) - Method in class org.springframework.boot.context.properties.bind.Binder
Bind the specified target Bindable using this binder's property sources or create a new instance using the type of the Bindable if the result of the binding is null.
BindResult<T> - Class in org.springframework.boot.context.properties.bind
A container object to return the result of a Binder bind operation.
bindTo(MeterRegistry) - Method in class org.springframework.boot.actuate.metrics.amqp.RabbitMetrics
 
bindTo(MeterRegistry) - Method in class org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics
 
bindTo(RestTemplate) - Static method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
Return a bound MockRestServiceServer for the given RestTemplate, configured with RootUriRequestExpectationManager when possible.
bindTo(RestTemplate, RequestExpectationManager) - Static method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
Return a bound MockRestServiceServer for the given RestTemplate, configured with RootUriRequestExpectationManager when possible.
bindToSpringApplication(ConfigurableEnvironment) - Method in class org.springframework.boot.SpringApplication
Bind the environment to the SpringApplication.
BindValidationException - Exception in org.springframework.boot.context.properties.bind.validation
Error thrown when validation fails during a bind operation.
BitronixDependentBeanFactoryPostProcessor - Class in org.springframework.boot.jta.bitronix
BeanFactoryPostProcessor to automatically register the recommended dependencies for correct Bitronix shutdown ordering.
BitronixDependentBeanFactoryPostProcessor() - Constructor for class org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
 
BitronixXAConnectionFactoryWrapper - Class in org.springframework.boot.jta.bitronix
BitronixXAConnectionFactoryWrapper() - Constructor for class org.springframework.boot.jta.bitronix.BitronixXAConnectionFactoryWrapper
 
BitronixXADataSourceWrapper - Class in org.springframework.boot.jta.bitronix
BitronixXADataSourceWrapper() - Constructor for class org.springframework.boot.jta.bitronix.BitronixXADataSourceWrapper
 
Bucket() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
 
build() - Method in class org.springframework.boot.actuate.health.Health.Builder
Create a new Health instance with the previously specified code and details.
build() - Method in class org.springframework.boot.actuate.info.Info.Builder
Create a new Info instance based on the state of this builder.
Build() - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
 
build() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Returns a fully configured SpringApplication that is ready to run.
build(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Returns a fully configured SpringApplication that is ready to run.
build() - Method in class org.springframework.boot.jdbc.DataSourceBuilder
 
build() - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
 
build() - Method in class org.springframework.boot.task.TaskExecutorBuilder
Build a new ThreadPoolTaskExecutor instance and configure it using this builder.
build(Class<T>) - Method in class org.springframework.boot.task.TaskExecutorBuilder
Build a new ThreadPoolTaskExecutor instance of the specified type and configure it using this builder.
build() - Method in class org.springframework.boot.task.TaskSchedulerBuilder
Build a new ThreadPoolTaskScheduler instance and configure it using this builder.
build() - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Build a new RestTemplate instance and configure it using this builder.
build(Class<T>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Build a new RestTemplate instance of the specified type and configure it using this builder.
build() - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
 
build() - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Build a new WebServiceTemplate instance and configure it using this builder.
build(Class<T>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Build a new WebServiceTemplate instance of the specified type and configure it using this builder.
buildAdminProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
Create an initial map of admin properties from the state of this instance.
buildConsumerProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
Create an initial map of consumer properties from the state of this instance.
Builder() - Constructor for class org.springframework.boot.actuate.health.Health.Builder
Create new Builder instance.
Builder(Status) - Constructor for class org.springframework.boot.actuate.health.Health.Builder
Create new Builder instance, setting status to given status.
Builder(Status, Map<String, ?>) - Constructor for class org.springframework.boot.actuate.health.Health.Builder
Create new Builder instance, setting status to given status and details to given details.
Builder() - Constructor for class org.springframework.boot.actuate.info.Info.Builder
 
builder(String) - Method in interface org.springframework.boot.actuate.metrics.AutoTimer
Factory method to create a new Timer.Builder with auto-timer settings applied.
builder(Supplier<Timer.Builder>) - Method in interface org.springframework.boot.actuate.metrics.AutoTimer
Factory method to create a new Timer.Builder with auto-timer settings applied.
Builder() - Constructor for class org.springframework.boot.configurationdocs.DocumentOptions.Builder
 
buildInfoContributor(BuildProperties) - Method in class org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration
 
BuildInfoContributor - Class in org.springframework.boot.actuate.info
BuildInfoContributor(BuildProperties) - Constructor for class org.springframework.boot.actuate.info.BuildInfoContributor
 
buildProducerProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
Create an initial map of producer properties from the state of this instance.
buildProperties() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
 
buildProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
buildProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
buildProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
buildProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Ssl
 
buildProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
 
BuildProperties - Class in org.springframework.boot.info
Provide build-related information such as group and artifact.
BuildProperties(Properties) - Constructor for class org.springframework.boot.info.BuildProperties
Create an instance with the specified entries.
BuildPropertiesWriter - Class in org.springframework.boot.loader.tools
A BuildPropertiesWriter writes the build-info.properties for consumption by the Actuator.
BuildPropertiesWriter(File) - Constructor for class org.springframework.boot.loader.tools.BuildPropertiesWriter
Creates a new BuildPropertiesWriter that will write to the given outputFile.
BuildPropertiesWriter.NullAdditionalPropertyValueException - Exception in org.springframework.boot.loader.tools
Exception thrown when an additional property with a null value is encountered.
BuildPropertiesWriter.ProjectDetails - Class in org.springframework.boot.loader.tools
Build-system agnostic details of a project.
buildRequestFactory() - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Build a new ClientHttpRequestFactory instance using the settings of this builder.
buildStreamsProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
Create an initial map of streams properties from the state of this instance.
buildTestContext() - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
buildView(String) - Method in class org.springframework.boot.web.servlet.view.MustacheViewResolver
 

C

cache(String, String) - Method in class org.springframework.boot.actuate.cache.CachesEndpoint
Return a CachesEndpoint.CacheDescriptor for the specified cache.
cache(String, String) - Method in class org.springframework.boot.actuate.cache.CachesEndpointWebExtension
 
Cache() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
 
Cache() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsProperties.Cache
 
Cache() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache
 
CacheAutoConfiguration - Class in org.springframework.boot.autoconfigure.cache
Auto-configuration for the cache abstraction.
CacheAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
 
CacheAutoConfiguration.CacheManagerJpaDependencyConfiguration - Class in org.springframework.boot.autoconfigure.cache
 
cacheAutoConfigurationValidator(CacheProperties, ObjectProvider<CacheManager>) - Method in class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
 
Cachecontrol() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
CacheDescriptor(String) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint.CacheDescriptor
 
CacheEntry(Cache, String) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint.CacheEntry
 
cacheManager(CacheProperties, CacheManagerCustomizers, Bucket) - Method in class org.springframework.boot.autoconfigure.cache.CouchbaseCacheConfiguration
 
cacheManager(CacheManagerCustomizers, EmbeddedCacheManager) - Method in class org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
 
CacheManagerCustomizer<T extends org.springframework.cache.CacheManager> - Interface in org.springframework.boot.autoconfigure.cache
Callback interface that can be implemented by beans wishing to customize the cache manager before it is fully initialized, in particular to tune its configuration.
cacheManagerCustomizers(ObjectProvider<CacheManagerCustomizer<?>>) - Method in class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
 
CacheManagerCustomizers - Class in org.springframework.boot.autoconfigure.cache
Invokes the available CacheManagerCustomizer instances in the context for a given CacheManager.
CacheManagerCustomizers(List<? extends CacheManagerCustomizer<?>>) - Constructor for class org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers
 
CacheManagerDescriptor(Map<String, CachesEndpoint.CacheDescriptor>) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint.CacheManagerDescriptor
 
CacheManagerJpaDependencyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration.CacheManagerJpaDependencyConfiguration
 
CacheMeterBinderProvider<C extends org.springframework.cache.Cache> - Interface in org.springframework.boot.actuate.metrics.cache
Provide a MeterBinder based on a Cache.
CacheMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.cache
Auto-configuration for metrics on all available caches.
CacheMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsAutoConfiguration
 
CacheMetricsRegistrar - Class in org.springframework.boot.actuate.metrics.cache
Register supported Cache to a MeterRegistry.
CacheMetricsRegistrar(MeterRegistry, Collection<CacheMeterBinderProvider<?>>) - Constructor for class org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
Creates a new registrar.
CacheProperties - Class in org.springframework.boot.autoconfigure.cache
Configuration properties for the cache abstraction.
CacheProperties() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties
 
CacheProperties.Caffeine - Class in org.springframework.boot.autoconfigure.cache
Caffeine specific cache properties.
CacheProperties.Couchbase - Class in org.springframework.boot.autoconfigure.cache
Couchbase specific cache properties.
CacheProperties.EhCache - Class in org.springframework.boot.autoconfigure.cache
EhCache specific cache properties.
CacheProperties.Infinispan - Class in org.springframework.boot.autoconfigure.cache
Infinispan specific cache properties.
CacheProperties.JCache - Class in org.springframework.boot.autoconfigure.cache
JCache (JSR-107) specific cache properties.
CacheProperties.Redis - Class in org.springframework.boot.autoconfigure.cache
Redis-specific cache properties.
caches() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint
Return a CachesEndpoint.CachesReport of all available caches.
cachesEndpoint(Map<String, CacheManager>) - Method in class org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration
 
CachesEndpoint - Class in org.springframework.boot.actuate.cache
@Endpoint to expose available caches.
CachesEndpoint(Map<String, CacheManager>) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint
Create a new endpoint with the CacheManager instances to use.
CachesEndpoint.CacheDescriptor - Class in org.springframework.boot.actuate.cache
Basic description of a Cache, primarily intended for serialization to JSON.
CachesEndpoint.CacheEntry - Class in org.springframework.boot.actuate.cache
Description of a Cache, primarily intended for serialization to JSON.
CachesEndpoint.CacheManagerDescriptor - Class in org.springframework.boot.actuate.cache
Description of a CacheManager, primarily intended for serialization to JSON.
CachesEndpoint.CachesReport - Class in org.springframework.boot.actuate.cache
A report of available caches, primarily intended for serialization to JSON.
CachesEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.cache
CachesEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration
 
cachesEndpointWebExtension(CachesEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration
 
CachesEndpointWebExtension - Class in org.springframework.boot.actuate.cache
CachesEndpointWebExtension(CachesEndpoint) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpointWebExtension
 
CachesReport(Map<String, CachesEndpoint.CacheManagerDescriptor>) - Constructor for class org.springframework.boot.actuate.cache.CachesEndpoint.CachesReport
 
CacheType - Enum in org.springframework.boot.autoconfigure.cache
Supported cache types (defined in order of precedence).
CachingCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for the caching infrastructure.
CachingCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.CachingCompilerAutoConfiguration
 
CachingOperationInvoker - Class in org.springframework.boot.actuate.endpoint.invoker.cache
An OperationInvoker that caches the response of an operation with a configurable time to live.
CachingOperationInvokerAdvisor - Class in org.springframework.boot.actuate.endpoint.invoker.cache
OperationInvokerAdvisor to optionally provide result caching support.
CachingOperationInvokerAdvisor(Function<EndpointId, Long>) - Constructor for class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor
 
Caffeine() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
 
CaffeineCacheMeterBinderProvider - Class in org.springframework.boot.actuate.metrics.cache
CacheMeterBinderProvider implementation for Caffeine.
CaffeineCacheMeterBinderProvider() - Constructor for class org.springframework.boot.actuate.metrics.cache.CaffeineCacheMeterBinderProvider
 
callback(Class<C>, C, A, Object...) - Static method in class org.springframework.boot.util.LambdaSafe
Start a call to a single callback instance, dealing with common generic type concerns and exceptions.
callbacks(Class<C>, Collection<? extends C>, A, Object...) - Static method in class org.springframework.boot.util.LambdaSafe
Start a call to callback instances, dealing with common generic type concerns and exceptions.
canAdd() - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
Strategy called to test if dependencies can be added.
CapturedOutput - Interface in org.springframework.boot.test.system
Provides access to System.out and System.err output that has been captured by the OutputCaptureExtension or OutputCaptureRule.
CassandraAutoConfiguration - Class in org.springframework.boot.autoconfigure.cassandra
Auto-configuration for Cassandra.
CassandraAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
 
cassandraCluster(CassandraProperties, ObjectProvider<ClusterBuilderCustomizer>, ObjectProvider<ClusterFactory>) - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
 
cassandraConverter(CassandraMappingContext, CassandraCustomConversions) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
cassandraCustomConversions() - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
CassandraDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
Auto-configuration for Spring Data's Cassandra support.
CassandraDataAutoConfiguration(CassandraProperties, Cluster) - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
cassandraHealthIndicator(Map<String, CassandraOperations>) - Method in class org.springframework.boot.actuate.autoconfigure.cassandra.CassandraHealthIndicatorAutoConfiguration
 
cassandraHealthIndicator(Map<String, ReactiveCassandraOperations>) - Method in class org.springframework.boot.actuate.autoconfigure.cassandra.CassandraReactiveHealthIndicatorAutoConfiguration
 
CassandraHealthIndicator - Class in org.springframework.boot.actuate.cassandra
Simple implementation of a HealthIndicator returning status information for Cassandra data stores.
CassandraHealthIndicator() - Constructor for class org.springframework.boot.actuate.cassandra.CassandraHealthIndicator
 
CassandraHealthIndicator(CassandraOperations) - Constructor for class org.springframework.boot.actuate.cassandra.CassandraHealthIndicator
Create a new CassandraHealthIndicator instance.
CassandraHealthIndicatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.cassandra
CassandraHealthIndicatorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.cassandra.CassandraHealthIndicatorAutoConfiguration
 
cassandraMapping(BeanFactory, CassandraCustomConversions) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
CassandraProperties - Class in org.springframework.boot.autoconfigure.cassandra
Configuration properties for Cassandra.
CassandraProperties() - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
CassandraProperties.Pool - Class in org.springframework.boot.autoconfigure.cassandra
Pool properties.
CassandraReactiveDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
Auto-configuration for Spring Data's reactive Cassandra support.
CassandraReactiveDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveDataAutoConfiguration
 
CassandraReactiveHealthIndicator - Class in org.springframework.boot.actuate.cassandra
A ReactiveHealthIndicator for Cassandra.
CassandraReactiveHealthIndicator(ReactiveCassandraOperations) - Constructor for class org.springframework.boot.actuate.cassandra.CassandraReactiveHealthIndicator
Create a new CassandraHealthIndicator instance.
CassandraReactiveHealthIndicatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.cassandra
CassandraReactiveHealthIndicatorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.cassandra.CassandraReactiveHealthIndicatorAutoConfiguration
 
CassandraReactiveRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
Auto-configuration for Spring Data's Cassandra Reactive Repositories.
CassandraReactiveRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveRepositoriesAutoConfiguration
 
CassandraRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
Auto-configuration for Spring Data's Cassandra Repositories.
CassandraRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraRepositoriesAutoConfiguration
 
cassandraSession(Environment, CassandraConverter) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
cassandraTemplate(Session, CassandraConverter) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
CglibAutoProxyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.aop.AopAutoConfiguration.CglibAutoProxyConfiguration
 
CglibAutoProxyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration
 
Chain() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
ChangedFile - Class in org.springframework.boot.devtools.filewatch
A single file that has changed.
ChangedFile(File, File, ChangedFile.Type) - Constructor for class org.springframework.boot.devtools.filewatch.ChangedFile
Create a new ChangedFile instance.
ChangedFile.Type - Enum in org.springframework.boot.devtools.filewatch
Change types.
ChangedFiles - Class in org.springframework.boot.devtools.filewatch
A collections of files from a specific source folder that have changed.
ChangedFiles(File, Set<ChangedFile>) - Constructor for class org.springframework.boot.devtools.filewatch.ChangedFiles
 
changeProperties(SerializationConfig, BeanDescription, List<BeanPropertyWriter>) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
 
ChangeSet(RanChangeSet) - Constructor for class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
Channel() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
characterEncodingFilter() - Method in class org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration
 
charAt(int) - Method in interface org.springframework.boot.test.system.CapturedOutput
 
checkResource(Locale) - Method in class org.springframework.boot.web.servlet.view.MustacheView
 
checkResourceExists(Locale) - Method in class org.springframework.boot.web.reactive.result.view.MustacheView
 
checkSessionTimeout() - Method in class org.springframework.boot.autoconfigure.session.SessionProperties
 
checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration
 
checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
 
checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
 
child(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Create a child application with the provided sources.
chop(int) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
Return a new ConfigurationPropertyName by chopping this name to the given size.
ClassLoaderFile - Class in org.springframework.boot.devtools.restart.classloader
A single file that may be served from a ClassLoader.
ClassLoaderFile(ClassLoaderFile.Kind, byte[]) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
Create a new ClassLoaderFile instance.
ClassLoaderFile(ClassLoaderFile.Kind, long, byte[]) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
Create a new ClassLoaderFile instance.
ClassLoaderFile.Kind - Enum in org.springframework.boot.devtools.restart.classloader
The kinds of class load files.
ClassLoaderFileRepository - Interface in org.springframework.boot.devtools.restart.classloader
A container for files that may be served from a ClassLoader.
ClassLoaderFiles - Class in org.springframework.boot.devtools.restart.classloader
ClassLoaderFileRepository that maintains a collection of ClassLoaderFile items grouped by source folders.
ClassLoaderFiles() - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Create a new ClassLoaderFiles instance.
ClassLoaderFiles(ClassLoaderFiles) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Create a new ClassLoaderFiles instance.
ClassLoaderFiles.SourceFolder - Class in org.springframework.boot.devtools.restart.classloader
An individual source folder that is being managed by the collection.
ClassLoaderFileURLStreamHandler - Class in org.springframework.boot.devtools.restart.classloader
URLStreamHandler for the contents of a ClassLoaderFile.
ClassLoaderFileURLStreamHandler(ClassLoaderFile) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFileURLStreamHandler
 
classLoaderMetrics() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration
 
CLASSPATH_URL_PREFIX - Static variable in class org.springframework.boot.cli.util.ResourceUtils
Pseudo URL prefix for loading from the class path: "classpath:".
ClassPathChangedEvent - Class in org.springframework.boot.devtools.classpath
ApplicationEvent containing details of a classpath change.
ClassPathChangedEvent(Object, Set<ChangedFiles>, boolean) - Constructor for class org.springframework.boot.devtools.classpath.ClassPathChangedEvent
Create a new ClassPathChangedEvent.
ClassPathChangeUploader - Class in org.springframework.boot.devtools.remote.client
Listens and pushes any classpath updates to a remote endpoint.
ClassPathChangeUploader(String, ClientHttpRequestFactory) - Constructor for class org.springframework.boot.devtools.remote.client.ClassPathChangeUploader
 
ClassPathFileSystemWatcher - Class in org.springframework.boot.devtools.classpath
Encapsulates a FileSystemWatcher to watch the local classpath folders for changes.
ClassPathFileSystemWatcher(FileSystemWatcherFactory, ClassPathRestartStrategy, URL[]) - Constructor for class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
Create a new ClassPathFileSystemWatcher instance.
ClassPathFolders - Class in org.springframework.boot.devtools.classpath
Provides access to entries on the classpath that refer to folders.
ClassPathFolders(URL[]) - Constructor for class org.springframework.boot.devtools.classpath.ClassPathFolders
 
ClasspathLoggingApplicationListener - Class in org.springframework.boot.context.logging
A SmartApplicationListener that reacts to environment prepared events and to failed events by logging the classpath of the thread context class loader (TCCL) at DEBUG level.
ClasspathLoggingApplicationListener() - Constructor for class org.springframework.boot.context.logging.ClasspathLoggingApplicationListener
 
ClassPathRestartStrategy - Interface in org.springframework.boot.devtools.classpath
Strategy interface used to determine when a changed classpath file should trigger a full application restart.
cleanUp() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
cleanUp() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
cleanUp() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
cleanUp() - Method in class org.springframework.boot.logging.LoggingSystem
Clean up the logging system.
cleanUp() - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
 
clear() - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Clear the persistence context, causing all managed entities to become detached.
clearCache(String, String) - Method in class org.springframework.boot.actuate.cache.CachesEndpoint
Clear the specific Cache.
clearCache(String, String) - Method in class org.springframework.boot.actuate.cache.CachesEndpointWebExtension
 
clearCache() - Method in class org.springframework.boot.loader.jar.JarFile
 
clearCache() - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
Clear URL caches.
clearCache() - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Clear the entire MetadataReader cache, removing all cached class metadata.
clearCaches() - Method in class org.springframework.boot.actuate.cache.CachesEndpoint
Clear all the available caches.
clearInstance() - Static method in class org.springframework.boot.devtools.restart.Restarter
Clear the instance.
Client() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Client
 
clientConfiguration(ReactiveRestClientProperties) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ReactiveRestClientAutoConfiguration
 
clientConnectorCustomizer(ClientHttpConnector) - Method in class org.springframework.boot.autoconfigure.web.reactive.function.client.ClientHttpConnectorAutoConfiguration
 
ClientHttpConnectorAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.reactive.function.client
Auto-configuration for ClientHttpConnector.
ClientHttpConnectorAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.function.client.ClientHttpConnectorAutoConfiguration
 
clientHttpRequestFactory() - Method in class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
 
ClientHttpRequestFactorySupplier - Class in org.springframework.boot.web.client
A supplier for ClientHttpRequestFactory that detects the preferred candidate based on the available implementations on the classpath.
ClientHttpRequestFactorySupplier() - Constructor for class org.springframework.boot.web.client.ClientHttpRequestFactorySupplier
 
clientName(HttpRequest) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
Create a clientName Tag derived from the host of the URI of the given request.
clientName(ClientRequest) - Static method in class org.springframework.boot.actuate.metrics.web.reactive.client.WebClientExchangeTags
Create a clientName Tag derived from the host of the URL of the given request.
clientRegistrationRepository(OAuth2ClientProperties) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.reactive.ReactiveOAuth2ClientAutoConfiguration
 
ClientRequest() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Client.ClientRequest
 
ClientsConfiguredCondition - Class in org.springframework.boot.autoconfigure.security.oauth2.client
Condition that matches if any spring.security.oauth2.client.registration properties are defined.
ClientsConfiguredCondition() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.ClientsConfiguredCondition
 
close() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
close() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration
 
close() - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
 
close() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
 
close() - Method in interface org.springframework.boot.loader.archive.Archive
Closes the Archive, releasing any open resources.
close() - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
close() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
 
close() - Method in class org.springframework.boot.loader.jar.JarFile
 
close() - Method in class org.springframework.boot.loader.tools.JarWriter
Close the writer.
close() - Method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
 
closeAll(ApplicationContext) - Static method in class org.springframework.boot.test.util.ApplicationContextTestUtils
Closes this ApplicationContext and its parent hierarchy if any.
CloudFoundryActuatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
Auto-configuration to expose actuator endpoints for Cloud Foundry to use.
CloudFoundryActuatorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration
 
CloudFoundryActuatorAutoConfiguration.IgnoredPathsWebSecurityConfigurer - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
WebSecurityConfigurer to tell Spring Security to ignore cloudfoundry specific paths.
CloudFoundryAuthorizationException - Exception in org.springframework.boot.actuate.autoconfigure.cloudfoundry
Authorization exceptions thrown to limit access to the endpoints.
CloudFoundryAuthorizationException(CloudFoundryAuthorizationException.Reason, String) - Constructor for exception org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException
 
CloudFoundryAuthorizationException(CloudFoundryAuthorizationException.Reason, String, Throwable) - Constructor for exception org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException
 
CloudFoundryAuthorizationException.Reason - Enum in org.springframework.boot.actuate.autoconfigure.cloudfoundry
Reasons why the exception can be thrown.
cloudFoundryHealthEndpointWebExtension(HealthEndpointWebExtension) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration
 
CloudFoundryHealthEndpointWebExtension - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
@EndpointExtension for the HealthEndpoint that always exposes full health details.
CloudFoundryHealthEndpointWebExtension(HealthEndpointWebExtension) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryHealthEndpointWebExtension
 
cloudFoundryInfoEndpointWebExtension(GitProperties, ObjectProvider<InfoContributor>) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.ReactiveCloudFoundryActuatorAutoConfiguration
 
cloudFoundryInfoEndpointWebExtension(GitProperties, ObjectProvider<InfoContributor>) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration
 
CloudFoundryInfoEndpointWebExtension - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
@EndpointExtension for the InfoEndpoint that always exposes full git details.
CloudFoundryInfoEndpointWebExtension(InfoEndpoint) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryInfoEndpointWebExtension
 
CloudFoundryReactiveHealthEndpointWebExtension - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive
Reactive @EndpointExtension for the HealthEndpoint that always exposes full health details.
CloudFoundryReactiveHealthEndpointWebExtension(ReactiveHealthEndpointWebExtension) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.CloudFoundryReactiveHealthEndpointWebExtension
 
cloudFoundryReactiveHealthEndpointWebExtension(ReactiveHealthEndpointWebExtension) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.ReactiveCloudFoundryActuatorAutoConfiguration
 
CloudFoundryVcapEnvironmentPostProcessor - Class in org.springframework.boot.cloud
An EnvironmentPostProcessor that knows where to find VCAP (a.k.a.
CloudFoundryVcapEnvironmentPostProcessor() - Constructor for class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
 
CloudFoundryWebEndpointDiscoverer - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry
WebEndpointDiscoverer for Cloud Foundry that uses Cloud Foundry specific extensions for the HealthEndpoint.
CloudFoundryWebEndpointDiscoverer(ApplicationContext, ParameterValueMapper, EndpointMediaTypes, List<PathMapper>, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableWebEndpoint>>) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryWebEndpointDiscoverer
Create a new WebEndpointDiscoverer instance.
cloudFoundryWebEndpointServletHandlerMapping(ParameterValueMapper, EndpointMediaTypes, RestTemplateBuilder, ServletEndpointsSupplier, ControllerEndpointsSupplier, ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration
 
cloudFoundryWebFluxEndpointHandlerMapping(ParameterValueMapper, EndpointMediaTypes, WebClient.Builder, ControllerEndpointsSupplier, ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.ReactiveCloudFoundryActuatorAutoConfiguration
 
CloudPlatform - Enum in org.springframework.boot.cloud
Simple detection for well known cloud platforms.
CloudServiceConnectorsAutoConfiguration - Class in org.springframework.boot.autoconfigure.cloud
Auto-configuration for Spring Cloud Service Connectors.
CloudServiceConnectorsAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cloud.CloudServiceConnectorsAutoConfiguration
 
Cluster() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
ClusterBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.cassandra
Callback interface that can be implemented by beans wishing to customize the Cluster via a Cluster.Builder whilst retaining default auto-configuration.
ClusterFactory - Interface in org.springframework.boot.autoconfigure.cassandra
ClusterFactory provides control over the creation of a Cluster from an Cluster.Initializer.
CodecCustomizer - Interface in org.springframework.boot.web.codec
Callback interface that can be used to customize codecs configuration for an HTTP client and/or server with a CodecConfigurer.
CodecsAutoConfiguration - Class in org.springframework.boot.autoconfigure.http.codec
Auto-configuration for Encoders and Decoders.
CodecsAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration
 
collectorRegistry() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration
 
ColorConverter - Class in org.springframework.boot.logging.log4j2
Log4j2 LogEventPatternConverter colors output using the AnsiOutput class.
ColorConverter - Class in org.springframework.boot.logging.logback
Logback CompositeConverter colors output using the AnsiOutput class.
ColorConverter() - Constructor for class org.springframework.boot.logging.logback.ColorConverter
 
Command - Interface in org.springframework.boot.cli.command
A single command that can be run from the CLI.
CommandCompleter - Class in org.springframework.boot.cli.command.shell
JLine Completer for Spring Boot Commands.
CommandCompleter(ConsoleReader, ArgumentCompleter.ArgumentDelimiter, Iterable<Command>) - Constructor for class org.springframework.boot.cli.command.shell.CommandCompleter
 
CommandException - Exception in org.springframework.boot.cli.command
Runtime exception wrapper that defines additional CommandException.Options that are understood by the CommandRunner.
CommandException(CommandException.Option...) - Constructor for exception org.springframework.boot.cli.command.CommandException
Create a new CommandException with the specified options.
CommandException(String, CommandException.Option...) - Constructor for exception org.springframework.boot.cli.command.CommandException
Create a new CommandException with the specified options.
CommandException(String, Throwable, CommandException.Option...) - Constructor for exception org.springframework.boot.cli.command.CommandException
Create a new CommandException with the specified options.
CommandException(Throwable, CommandException.Option...) - Constructor for exception org.springframework.boot.cli.command.CommandException
Create a new CommandException with the specified options.
CommandException.Option - Enum in org.springframework.boot.cli.command
Specific options understood by the CommandRunner.
CommandFactory - Interface in org.springframework.boot.cli.command
Factory used to create CLI Commands.
CommandLineRunner - Interface in org.springframework.boot
Interface used to indicate that a bean should run when it is contained within a SpringApplication.
CommandRunner - Class in org.springframework.boot.cli.command
Main class used to run Commands.
CommandRunner(String) - Constructor for class org.springframework.boot.cli.command.CommandRunner
Create a new CommandRunner instance.
commit(TransactionContext) - Method in class org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
 
CommonsDbcp2DataSourcePoolMetadata - Class in org.springframework.boot.jdbc.metadata
DataSourcePoolMetadata for an Apache Commons DBCP2 DataSource.
CommonsDbcp2DataSourcePoolMetadata(BasicDataSource) - Constructor for class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
compareTo(ConfigurationProperty) - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
 
compareTo(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
 
compile(String...) - Method in class org.springframework.boot.cli.compiler.GroovyCompiler
Compile the specified Groovy sources, applying any CompilerAutoConfigurations.
COMPILE - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
The library is used at compile time and runtime.
compileAndRun() - Method in class org.springframework.boot.cli.command.run.SpringApplicationRunner
Compile and run the application.
CompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler
Strategy that can be used to apply some auto-configuration during the CompilePhase.CONVERSION Groovy compile phase.
CompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
 
CompilerOptionHandler - Class in org.springframework.boot.cli.command.options
An OptionHandler for commands that result in the compilation of one or more Groovy scripts.
CompilerOptionHandler() - Constructor for class org.springframework.boot.cli.command.options.CompilerOptionHandler
 
complete(String, int, List<CharSequence>) - Method in class org.springframework.boot.cli.command.shell.CommandCompleter
 
complete() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Called when a request is complete.
ComponentScanPackageCheck() - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
 
CompositeDataSourcePoolMetadataProvider - Class in org.springframework.boot.jdbc.metadata
A DataSourcePoolMetadataProvider implementation that returns the first DataSourcePoolMetadata that is found by one of its delegate.
CompositeDataSourcePoolMetadataProvider(Collection<? extends DataSourcePoolMetadataProvider>) - Constructor for class org.springframework.boot.jdbc.metadata.CompositeDataSourcePoolMetadataProvider
Create a CompositeDataSourcePoolMetadataProvider instance with an initial collection of delegates to use.
CompositeDependencyManagement - Class in org.springframework.boot.cli.compiler.dependencies
DependencyManagement that delegates to one or more DependencyManagement instances.
CompositeDependencyManagement(DependencyManagement...) - Constructor for class org.springframework.boot.cli.compiler.dependencies.CompositeDependencyManagement
 
CompositeHealthIndicator - Class in org.springframework.boot.actuate.health
HealthIndicator that returns health indications from all registered delegates.
CompositeHealthIndicator(HealthAggregator, Map<String, HealthIndicator>) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicator
Create a new CompositeHealthIndicator from the specified indicators.
CompositeHealthIndicator(HealthAggregator, HealthIndicatorRegistry) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicator
Create a new CompositeHealthIndicator from the indicators in the given registry.
CompositeHealthIndicatorConfiguration<H extends HealthIndicator,S> - Class in org.springframework.boot.actuate.autoconfigure.health
Base class for configurations that can combine source beans using a CompositeHealthIndicator.
CompositeHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.CompositeHealthIndicatorConfiguration
 
CompositeMeterRegistryAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics
Auto-configuration for a CompositeMeterRegistry.
CompositeMeterRegistryAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryAutoConfiguration
 
CompositeProxySelector - Class in org.springframework.boot.cli.compiler.grape
Composite ProxySelector.
CompositeProxySelector(List<ProxySelector>) - Constructor for class org.springframework.boot.cli.compiler.grape.CompositeProxySelector
 
CompositeReactiveHealthIndicator - Class in org.springframework.boot.actuate.health
ReactiveHealthIndicator that returns health indications from all registered delegates.
CompositeReactiveHealthIndicator(HealthAggregator, ReactiveHealthIndicatorRegistry) - Constructor for class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
Create a new CompositeReactiveHealthIndicator from the indicators in the given registry.
CompositeReactiveHealthIndicatorConfiguration<H extends ReactiveHealthIndicator,S> - Class in org.springframework.boot.actuate.autoconfigure.health
CompositeReactiveHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthIndicatorConfiguration
 
Compression - Class in org.springframework.boot.web.server
Simple server-independent abstraction for compression configuration.
Compression() - Constructor for class org.springframework.boot.web.server.Compression
 
ConcurrentKafkaListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.kafka
Configure ConcurrentKafkaListenerContainerFactory with sensible defaults.
ConcurrentKafkaListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer
 
ConcurrentReferenceCachingMetadataReaderFactory - Class in org.springframework.boot.type.classreading
Caching implementation of the MetadataReaderFactory interface backed by a ConcurrentReferenceHashMap, caching MetadataReader per Spring Resource handle (i.e.
ConcurrentReferenceCachingMetadataReaderFactory() - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Create a new ConcurrentReferenceCachingMetadataReaderFactory instance for the default class loader.
ConcurrentReferenceCachingMetadataReaderFactory(ResourceLoader) - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Create a new ConcurrentReferenceCachingMetadataReaderFactory instance for the given resource loader.
ConcurrentReferenceCachingMetadataReaderFactory(ClassLoader) - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Create a new ConcurrentReferenceCachingMetadataReaderFactory instance for the given class loader.
ConditionalOnAvailableEndpoint - Annotation Type in org.springframework.boot.actuate.autoconfigure.endpoint.condition
@Conditional that checks whether an endpoint is available.
ConditionalOnBean - Annotation Type in org.springframework.boot.autoconfigure.condition
@Conditional that only matches when beans meeting all the specified requirements are already contained in the BeanFactory.
ConditionalOnClass - Annotation Type in org.springframework.boot.autoconfigure.condition
@Conditional that only matches when the specified classes are on the classpath.
ConditionalOnCloudPlatform - Annotation Type in org.springframework.boot.autoconfigure.condition
@Conditional that matches when the specified cloud platform is active.
ConditionalOnEnabledEndpoint - Annotation Type in org.springframework.boot.actuate.autoconfigure.endpoint.condition
Deprecated.
as of 2.2.0 in favor of @ConditionalOnAvailableEndpoint
ConditionalOnEnabledHealthIndicator - Annotation Type in org.springframework.boot.actuate.autoconfigure.health
@Conditional that checks whether or not a default health indicator is enabled.
ConditionalOnEnabledInfoContributor - Annotation Type in org.springframework.boot.actuate.autoconfigure.info
@Conditional that checks whether or not a default info contributor is enabled.
ConditionalOnEnabledResourceChain - Annotation Type in org.springframework.boot.autoconfigure.web
@Conditional that checks whether or not the Spring resource handling chain is enabled.
ConditionalOnExpression - Annotation Type in org.springframework.boot.autoconfigure.condition
Configuration annotation for a conditional element that depends on the value of a SpEL expression.
ConditionalOnInitializedRestarter - Annotation Type in org.springframework.boot.devtools.restart
@Conditional that only matches when the RestartInitializer has been applied with non null URLs.
ConditionalOnJava - Annotation Type in org.springframework.boot.autoconfigure.condition
@Conditional that matches based on the JVM version the application is running on.
ConditionalOnJava.Range - Enum in org.springframework.boot.autoconfigure.condition
Range options.
ConditionalOnJndi - Annotation Type in org.springframework.boot.autoconfigure.condition
@Conditional that matches based on the availability of a JNDI InitialContext and the ability to lookup specific locations.
ConditionalOnManagementPort - Annotation Type in org.springframework.boot.actuate.autoconfigure.web.server
@Conditional that matches based on the configuration of the management port.
ConditionalOnMissingBean - Annotation Type in org.springframework.boot.autoconfigure.condition
@Conditional that only matches when no beans meeting the specified requirements are already contained in the BeanFactory.
ConditionalOnMissingClass - Annotation Type in org.springframework.boot.autoconfigure.condition
@Conditional that only matches when the specified classes are not on the classpath.
ConditionalOnMissingFilterBean - Annotation Type in org.springframework.boot.autoconfigure.web.servlet
@Conditional that only matches when no Filter beans of the specified type are contained in the BeanFactory.
ConditionalOnNotWebApplication - Annotation Type in org.springframework.boot.autoconfigure.condition
@Conditional that only matches when the application context is a not a web application context.
ConditionalOnProperty - Annotation Type in org.springframework.boot.autoconfigure.condition
@Conditional that checks if the specified properties have a specific value.
ConditionalOnRepositoryType - Annotation Type in org.springframework.boot.autoconfigure.data
@Conditional that only matches when a particular type of Spring Data repository has been enabled.
ConditionalOnResource - Annotation Type in org.springframework.boot.autoconfigure.condition
@Conditional that only matches when the specified resources are on the classpath.
ConditionalOnSingleCandidate - Annotation Type in org.springframework.boot.autoconfigure.condition
@Conditional that only matches when a bean of the specified class is already contained in the BeanFactory and a single candidate can be determined.
ConditionalOnWebApplication - Annotation Type in org.springframework.boot.autoconfigure.condition
@Conditional that matches when the application is a web application.
ConditionalOnWebApplication.Type - Enum in org.springframework.boot.autoconfigure.condition
Available application types.
ConditionAndOutcome(Condition, ConditionOutcome) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
ConditionAndOutcomes() - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
 
ConditionEvaluationReport - Class in org.springframework.boot.autoconfigure.condition
Records condition evaluation details for reporting and logging.
ConditionEvaluationReport.ConditionAndOutcome - Class in org.springframework.boot.autoconfigure.condition
Provides access to a single Condition and ConditionOutcome.
ConditionEvaluationReport.ConditionAndOutcomes - Class in org.springframework.boot.autoconfigure.condition
Provides access to a number of ConditionEvaluationReport.ConditionAndOutcome items.
ConditionEvaluationReportLoggingListener - Class in org.springframework.boot.autoconfigure.logging
ApplicationContextInitializer that writes the ConditionEvaluationReport to the log.
ConditionEvaluationReportLoggingListener() - Constructor for class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
 
ConditionEvaluationReportLoggingListener(LogLevel) - Constructor for class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
 
ConditionEvaluationReportMessage - Class in org.springframework.boot.autoconfigure.logging
A condition evaluation report message that can logged or printed.
ConditionEvaluationReportMessage(ConditionEvaluationReport) - Constructor for class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportMessage
 
ConditionEvaluationReportMessage(ConditionEvaluationReport, String) - Constructor for class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportMessage
 
ConditionMessage - Class in org.springframework.boot.autoconfigure.condition
A message associated with a ConditionOutcome.
ConditionMessage.Builder - Class in org.springframework.boot.autoconfigure.condition
Builder used to create a ConditionMessage for a condition.
ConditionMessage.ItemsBuilder - Class in org.springframework.boot.autoconfigure.condition
Builder used to create a ConditionMessage.ItemsBuilder for a condition.
ConditionMessage.Style - Enum in org.springframework.boot.autoconfigure.condition
Render styles.
ConditionOutcome - Class in org.springframework.boot.autoconfigure.condition
Outcome for a condition match, including log message.
ConditionOutcome(boolean, String) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance.
ConditionOutcome(boolean, ConditionMessage) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance.
ConditionsReportEndpoint - Class in org.springframework.boot.actuate.autoconfigure.condition
ConditionsReportEndpoint(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint
 
conditionsReportEndpoint(ConfigurableApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpointAutoConfiguration
 
ConditionsReportEndpoint.ApplicationConditionEvaluation - Class in org.springframework.boot.actuate.autoconfigure.condition
A description of an application's condition evaluation, primarily intended for serialization to JSON.
ConditionsReportEndpoint.ContextConditionEvaluation - Class in org.springframework.boot.actuate.autoconfigure.condition
A description of an application context's condition evaluation, primarily intended for serialization to JSON.
ConditionsReportEndpoint.MessageAndCondition - Class in org.springframework.boot.actuate.autoconfigure.condition
Adapts ConditionEvaluationReport.ConditionAndOutcome to a JSON friendly structure.
ConditionsReportEndpoint.MessageAndConditions - Class in org.springframework.boot.actuate.autoconfigure.condition
Adapts ConditionEvaluationReport.ConditionAndOutcomes to a JSON friendly structure.
ConditionsReportEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.condition
ConditionsReportEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpointAutoConfiguration
 
CONFIG_ADDITIONAL_LOCATION_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
The "config additional location" property name.
CONFIG_LOCATION - Static variable in class org.springframework.boot.loader.PropertiesLauncher
Properties key for config file location (including optional classpath:, file: or URL prefix).
CONFIG_LOCATION_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
The "config location" property name.
CONFIG_NAME - Static variable in class org.springframework.boot.loader.PropertiesLauncher
Properties key for name of external configuration file (excluding suffix).
CONFIG_NAME_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
The "config name" property name.
CONFIG_PROPERTY - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
The name of the Spring property that contains a reference to the logging configuration to load.
ConfigFileApplicationContextInitializer - Class in org.springframework.boot.test.context
ApplicationContextInitializer that can be used with the ContextConfiguration.initializers() to trigger loading of application.properties.
ConfigFileApplicationContextInitializer() - Constructor for class org.springframework.boot.test.context.ConfigFileApplicationContextInitializer
 
ConfigFileApplicationListener - Class in org.springframework.boot.context.config
EnvironmentPostProcessor that configures the context environment by loading properties from well known file locations.
ConfigFileApplicationListener() - Constructor for class org.springframework.boot.context.config.ConfigFileApplicationListener
 
ConfigurableJettyWebServerFactory - Interface in org.springframework.boot.web.embedded.jetty
ConfigurableWebServerFactory for Jetty-specific features.
ConfigurableReactiveWebApplicationContext - Interface in org.springframework.boot.web.reactive.context
Interface to provide configuration for a reactive web application.
ConfigurableReactiveWebEnvironment - Interface in org.springframework.boot.web.reactive.context
Specialization of ConfigurableEnvironment for reactive application contexts.
ConfigurableReactiveWebServerFactory - Interface in org.springframework.boot.web.reactive.server
ConfigurableRSocketServerFactory - Interface in org.springframework.boot.rsocket.server
A configurable RSocketServerFactory.
ConfigurableServletWebServerFactory - Interface in org.springframework.boot.web.servlet.server
A configurable ServletWebServerFactory.
ConfigurableTomcatWebServerFactory - Interface in org.springframework.boot.web.embedded.tomcat
ConfigurableWebServerFactory for Tomcat-specific features.
ConfigurableUndertowWebServerFactory - Interface in org.springframework.boot.web.embedded.undertow
ConfigurableWebServerFactory for Undertow-specific features.
ConfigurableWebServerApplicationContext - Interface in org.springframework.boot.web.context
SPI interface to be implemented by most if not all web server application contexts.
ConfigurableWebServerFactory - Interface in org.springframework.boot.web.server
A configurable WebServerFactory.
CONFIGURATION_COMPARATOR - Static variable in class org.springframework.boot.logging.AbstractLoggingSystem
 
ConfigurationBeanFactoryMetadata - Class in org.springframework.boot.context.properties
Utility class to memorize @Bean definition meta data during initialization of the bean factory.
ConfigurationBeanFactoryMetadata() - Constructor for class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
 
ConfigurationMetadataDocumentWriter - Class in org.springframework.boot.configurationdocs
Write Asciidoc documents with configuration properties listings.
ConfigurationMetadataDocumentWriter() - Constructor for class org.springframework.boot.configurationdocs.ConfigurationMetadataDocumentWriter
 
configurationProperties() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
 
ConfigurationProperties - Annotation Type in org.springframework.boot.context.properties
Annotation for externalized configuration.
ConfigurationPropertiesAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
ConfigurationPropertiesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration
 
ConfigurationPropertiesBindException - Exception in org.springframework.boot.context.properties
Exception thrown when @ConfigurationProperties binding fails.
ConfigurationPropertiesBindHandlerAdvisor - Interface in org.springframework.boot.context.properties
Allows additional functionality to be applied to the BindHandler used by the ConfigurationPropertiesBindingPostProcessor.
ConfigurationPropertiesBinding - Annotation Type in org.springframework.boot.context.properties
Qualifier for beans that are needed to configure the binding of @ConfigurationProperties (e.g.
ConfigurationPropertiesBindingPostProcessor - Class in org.springframework.boot.context.properties
BeanPostProcessor to bind PropertySources to beans annotated with @ConfigurationProperties.
ConfigurationPropertiesBindingPostProcessor() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
ConfigurationPropertiesBindingPostProcessorRegistrar - Class in org.springframework.boot.context.properties
ImportBeanDefinitionRegistrar for binding externalized application properties to @ConfigurationProperties beans.
ConfigurationPropertiesBindingPostProcessorRegistrar() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
 
configurationPropertiesReportEndpoint(ConfigurationPropertiesReportEndpointProperties) - Method in class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration
 
ConfigurationPropertiesReportEndpoint - Class in org.springframework.boot.actuate.context.properties
@Endpoint to expose application properties from @ConfigurationProperties annotated beans.
ConfigurationPropertiesReportEndpoint() - Constructor for class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
 
ConfigurationPropertiesReportEndpoint.ApplicationConfigurationProperties - Class in org.springframework.boot.actuate.context.properties
A description of an application's @ConfigurationProperties beans.
ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor - Class in org.springframework.boot.actuate.context.properties
A description of a @ConfigurationProperties bean.
ConfigurationPropertiesReportEndpoint.ContextConfigurationProperties - Class in org.springframework.boot.actuate.context.properties
A description of an application context's @ConfigurationProperties beans.
ConfigurationPropertiesReportEndpoint.GenericSerializerModifier - Class in org.springframework.boot.actuate.context.properties
BeanSerializerModifier to return only relevant configuration properties.
ConfigurationPropertiesReportEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.context.properties
ConfigurationPropertiesReportEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration
 
ConfigurationPropertiesReportEndpointProperties - Class in org.springframework.boot.actuate.autoconfigure.context.properties
Configuration properties for ConfigurationPropertiesReportEndpoint.
ConfigurationPropertiesReportEndpointProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties
 
ConfigurationPropertiesScan - Annotation Type in org.springframework.boot.context.properties
Configures the base packages used when scanning for @ConfigurationProperties classes.
ConfigurationProperty - Class in org.springframework.boot.context.properties.source
A single configuration property obtained from a ConfigurationPropertySource consisting of a name, value and optional origin.
ConfigurationProperty(ConfigurationPropertyName, Object, Origin) - Constructor for class org.springframework.boot.context.properties.source.ConfigurationProperty
 
ConfigurationPropertyName - Class in org.springframework.boot.context.properties.source
A configuration property name composed of elements separated by dots.
ConfigurationPropertyName.Form - Enum in org.springframework.boot.context.properties.source
The various forms that a non-indexed element value can take.
ConfigurationPropertyNameAliases - Class in org.springframework.boot.context.properties.source
Maintains a mapping of ConfigurationPropertyName aliases.
ConfigurationPropertyNameAliases() - Constructor for class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
ConfigurationPropertyNameAliases(String, String...) - Constructor for class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
ConfigurationPropertyNameAliases(ConfigurationPropertyName, ConfigurationPropertyName...) - Constructor for class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
ConfigurationPropertySource - Interface in org.springframework.boot.context.properties.source
ConfigurationPropertySources - Class in org.springframework.boot.context.properties.source
Provides access to ConfigurationPropertySources.
ConfigurationPropertyState - Enum in org.springframework.boot.context.properties.source
The state of content from a ConfigurationPropertySource.
Configurations - Class in org.springframework.boot.context.annotation
A set of @Configuration classes that can be registered in ApplicationContext.
Configurations(Collection<Class<?>>) - Constructor for class org.springframework.boot.context.annotation.Configurations
 
ConfigurationWarningsApplicationContextInitializer - Class in org.springframework.boot.context
ApplicationContextInitializer to report warnings for common misconfiguration mistakes.
ConfigurationWarningsApplicationContextInitializer() - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
 
ConfigurationWarningsApplicationContextInitializer.Check - Interface in org.springframework.boot.context
A single check that can be applied.
ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck - Class in org.springframework.boot.context
ConfigurationWarningsApplicationContextInitializer.Check for @ComponentScan on problematic package.
ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor - Class in org.springframework.boot.context
BeanDefinitionRegistryPostProcessor to report warnings.
ConfigurationWarningsPostProcessor(ConfigurationWarningsApplicationContextInitializer.Check[]) - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
 
configure(WebSecurity) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration.IgnoredPathsWebSecurityConfigurer
 
configure(Meter.Id, DistributionStatisticConfig) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.PropertiesMeterFilter
 
configure(T, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
Configure the specified rabbit listener container factory.
configure(T, ConnectionFactory, RabbitProperties.AmqpContainer) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
 
configure(DirectRabbitListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.DirectRabbitListenerContainerFactoryConfigurer
 
configure(SimpleRabbitListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.SimpleRabbitListenerContainerFactoryConfigurer
 
configure(DefaultJmsListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.jms.DefaultJmsListenerContainerFactoryConfigurer
Configure the specified jms listener container factory.
configure(ConcurrentKafkaListenerContainerFactory<Object, Object>, ConsumerFactory<Object, Object>) - Method in class org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer
Configure the specified Kafka listener container factory.
configure(SpringApplicationBuilder) - Method in class org.springframework.boot.cli.app.SpringApplicationWebApplicationInitializer
 
configure(FormatterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
Configure the given FormatterRegistry with formatters and converters appropriate for most Spring Boot applications.
configure(T) - Method in class org.springframework.boot.task.TaskExecutorBuilder
Configure the provided ThreadPoolTaskExecutor instance using this builder.
configure(T) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
Configure the provided ThreadPoolTaskScheduler instance using this builder.
configure(T) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Configure the provided RestTemplate instance using this builder.
configure(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.ServletContextInitializerConfiguration
 
configure(FilterRegistration.Dynamic) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
Configure registration settings.
configure(D) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
 
configure(ServletRegistration.Dynamic) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Configure registration settings.
configure(SpringApplicationBuilder) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
Configure the application.
configure(T) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Configure the provided WebServiceTemplate instance using this builder.
configureArgumentResolvers(ArgumentResolverConfigurer) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
 
configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
configureContext(Context) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Configure the Tomcat Context.
configureContext(Context, ServletContextInitializer[]) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Configure the Tomcat Context.
configureEnvironment(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
configureHttpMessageCodecs(ServerCodecConfigurer) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
 
configureLogLevel(String, LogLevel) - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint
 
configureLogLevel(LogLevel, BiConsumer<String, LogLevel>) - Method in class org.springframework.boot.logging.LoggerGroup
 
configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
configureObjectMapper(ObjectMapper) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
Configure Jackson's ObjectMapper to be used to serialize the @ConfigurationProperties objects into a Map structure.
configurePathMatch(PathMatchConfigurer) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
configureProfiles(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
Configure which profiles are active (or active by default) for this application environment.
configurePropertySources(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
Add, remove or re-order any PropertySources in this application's environment.
configureViewResolvers(ViewResolverRegistry) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
 
configureWebAppContext(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Configure the given Jetty WebAppContext for use.
Connection() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
 
connectionFactory(JmsProperties) - Method in class org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration
 
ConnectorStartFailedException - Exception in org.springframework.boot.web.embedded.tomcat
A ConnectorStartFailedException is thrown when a Tomcat Connector fails to start, for example due to a port clash or incorrect SSL configuration.
ConnectorStartFailedException(int) - Constructor for exception org.springframework.boot.web.embedded.tomcat.ConnectorStartFailedException
Creates a new ConnectorStartFailedException for a connector that's configured to listen on the given port.
CONSOLE_LOG_PATTERN - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the console log pattern.
Consumer() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
containsDescendantOf(ConfigurationPropertyName) - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
Returns if the source contains any descendants of the specified name.
containsDescendantOf(ConfigurationPropertyName) - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
 
containsEntry(String) - Method in class org.springframework.boot.loader.jar.JarFile
 
containsOption(String) - Method in interface org.springframework.boot.ApplicationArguments
Return whether the set of option arguments parsed from the arguments contains an option with the given name.
containsOption(String) - Method in class org.springframework.boot.DefaultApplicationArguments
 
containsProperty(String) - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
Content() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
 
Contentnegotiation() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
 
context() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Accessor for the current application context.
contextClass(Class<? extends ConfigurableApplicationContext>) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Explicitly set the context class to be used.
ContextCloserListener(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
 
ContextConditionEvaluation(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ContextConditionEvaluation
 
ContextConsumer<C extends org.springframework.context.ApplicationContext> - Interface in org.springframework.boot.test.context.runner
Callback interface used to process an ApplicationContext with the ability to throw a (checked) exception.
ContextExpression(Set<String>) - Constructor for class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextExpression
 
ContextIdApplicationContextInitializer - Class in org.springframework.boot.context
ApplicationContextInitializer that sets the Spring ApplicationContext ID.
ContextIdApplicationContextInitializer() - Constructor for class org.springframework.boot.context.ContextIdApplicationContextInitializer
 
contextLoaded(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
 
contextLoaded(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
Called once the application context has been loaded but before it has been refreshed.
contextPrepared(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
 
contextPrepared(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
Called once the ApplicationContext has been created and prepared, but before sources have been loaded.
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.BuildInfoContributor
 
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.EnvironmentInfoContributor
 
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.GitInfoContributor
 
contribute(Info.Builder) - Method in interface org.springframework.boot.actuate.info.InfoContributor
Contributes additional details using the specified Builder.
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.MapInfoContributor
 
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.SimpleInfoContributor
 
ControllerEndpoint - Annotation Type in org.springframework.boot.actuate.endpoint.web.annotation
Identifies a type as being an endpoint that is only exposed over Spring MVC or Spring WebFlux.
controllerEndpointDiscoverer(ObjectProvider<PathMapper>, ObjectProvider<Collection<EndpointFilter<ExposableControllerEndpoint>>>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration
 
ControllerEndpointDiscoverer - Class in org.springframework.boot.actuate.endpoint.web.annotation
ControllerEndpointDiscoverer(ApplicationContext, List<PathMapper>, Collection<EndpointFilter<ExposableControllerEndpoint>>) - Constructor for class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
Create a new ControllerEndpointDiscoverer instance.
controllerEndpointHandlerMapping(ControllerEndpointsSupplier, CorsEndpointProperties, WebEndpointProperties) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive.WebFluxEndpointManagementContextConfiguration
 
controllerEndpointHandlerMapping(ControllerEndpointsSupplier, CorsEndpointProperties, WebEndpointProperties) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet.WebMvcEndpointManagementContextConfiguration
 
ControllerEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.reactive
HandlerMapping that exposes @ControllerEndpoint and @RestControllerEndpoint annotated endpoints over Spring WebFlux.
ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
Create a new ControllerEndpointHandlerMapping instance providing mappings for the specified endpoints.
ControllerEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.servlet
HandlerMapping that exposes @ControllerEndpoint and @RestControllerEndpoint annotated endpoints over Spring MVC.
ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
Create a new ControllerEndpointHandlerMapping instance providing mappings for the specified endpoints.
ControllerEndpointsSupplier - Interface in org.springframework.boot.actuate.endpoint.web.annotation
controllerExposeExcludePropertyEndpointFilter() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration
 
ConversionServiceParameterValueMapper - Class in org.springframework.boot.actuate.endpoint.invoke.convert
ParameterValueMapper backed by a ConversionService.
ConversionServiceParameterValueMapper() - Constructor for class org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
ConversionServiceParameterValueMapper(ConversionService) - Constructor for class org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
Create a new ConversionServiceParameterValueMapper instance backed by a specific conversion service.
convert(String) - Method in class org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
 
convertNativeToSystem(T) - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
 
convertSystemToNative(LogLevel) - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
 
Cookie() - Constructor for class org.springframework.boot.web.servlet.server.Session.Cookie
 
copyIfSet(Properties, String) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Copy the specified key to the target Properties if it is set.
corePoolSize(int) - Method in class org.springframework.boot.task.TaskExecutorBuilder
Set the core number of threads.
CorsEndpointProperties - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web
Configuration properties for web endpoints' CORS support.
CorsEndpointProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
 
Couchbase() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
 
CouchbaseAutoConfiguration - Class in org.springframework.boot.autoconfigure.couchbase
Auto-configuration for Couchbase.
CouchbaseAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration
 
CouchbaseCacheConfiguration - Class in org.springframework.boot.autoconfigure.cache
Couchbase cache configuration.
CouchbaseCacheConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cache.CouchbaseCacheConfiguration
 
couchbaseClient() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseConfiguration
 
couchbaseClient() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
couchbaseCluster() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseConfiguration
 
couchbaseCluster() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
couchbaseClusterInfo() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseConfiguration
 
couchbaseClusterInfo() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
CouchbaseConfiguration - Class in org.springframework.boot.autoconfigure.couchbase
Support class to configure Couchbase based on CouchbaseProperties.
CouchbaseConfiguration(CouchbaseProperties) - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseConfiguration
 
CouchbaseDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
Auto-configuration for Spring Data's Couchbase support.
CouchbaseDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataAutoConfiguration
 
CouchbaseDataAutoConfiguration.ValidationConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
 
CouchbaseDataProperties - Class in org.springframework.boot.autoconfigure.data.couchbase
Configuration properties for Spring Data Couchbase.
CouchbaseDataProperties() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
couchbaseEnvironment() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseConfiguration
 
couchbaseEnvironment() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
couchbaseHealthIndicator(Map<String, Cluster>) - Method in class org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseHealthIndicatorAutoConfiguration
 
CouchbaseHealthIndicator - Class in org.springframework.boot.actuate.couchbase
HealthIndicator for Couchbase.
CouchbaseHealthIndicator(Cluster) - Constructor for class org.springframework.boot.actuate.couchbase.CouchbaseHealthIndicator
Create an indicator with the specified Cluster.
CouchbaseHealthIndicatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.couchbase
CouchbaseHealthIndicatorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseHealthIndicatorAutoConfiguration
 
CouchbaseProperties - Class in org.springframework.boot.autoconfigure.couchbase
Configuration properties for Couchbase.
CouchbaseProperties() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
CouchbaseProperties.Bucket - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseProperties.Endpoints - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseProperties.Endpoints.CouchbaseService - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseProperties.Env - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseProperties.Ssl - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseProperties.Timeouts - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseReactiveDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
Auto-configuration for Spring Data's Reactive Couchbase support.
CouchbaseReactiveDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseReactiveDataAutoConfiguration
 
couchbaseReactiveHealthIndicator(Map<String, Cluster>) - Method in class org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseReactiveHealthIndicatorAutoConfiguration
 
CouchbaseReactiveHealthIndicator - Class in org.springframework.boot.actuate.couchbase
A ReactiveHealthIndicator for Couchbase.
CouchbaseReactiveHealthIndicator(Cluster) - Constructor for class org.springframework.boot.actuate.couchbase.CouchbaseReactiveHealthIndicator
Create a new CouchbaseReactiveHealthIndicator instance.
CouchbaseReactiveHealthIndicatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.couchbase
CouchbaseReactiveHealthIndicatorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseReactiveHealthIndicatorAutoConfiguration
 
CouchbaseReactiveRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
Auto-configuration for Spring Data's Couchbase Reactive Repositories.
CouchbaseReactiveRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseReactiveRepositoriesAutoConfiguration
 
CouchbaseRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
Auto-configuration for Spring Data's Couchbase Repositories.
CouchbaseRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseRepositoriesAutoConfiguration
 
CouchbaseService() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints.CouchbaseService
 
create(Cluster.Initializer) - Method in interface org.springframework.boot.autoconfigure.cassandra.ClusterFactory
Creates a Cluster from the given Cluster.Initializer.
create(GroovyClassLoader, List<RepositoryConfiguration>, DependencyResolutionContext, boolean) - Static method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngineFactory
 
create() - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
 
create(ClassLoader) - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
 
create(SocketAcceptor) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
 
create(SocketAcceptor) - Method in interface org.springframework.boot.rsocket.server.RSocketServerFactory
Gets a new fully configured but paused RSocketServer instance.
createApplicationContext() - Method in class org.springframework.boot.SpringApplication
Strategy method used to create the ApplicationContext.
createArchive() - Method in class org.springframework.boot.loader.Launcher
 
createBeanDefinitionLoader(BeanDefinitionRegistry, Object[]) - Method in class org.springframework.boot.SpringApplication
Factory method used to create the BeanDefinitionLoader.
createBeanFactory() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Deprecated.
since 2.2.0 since this class no longer extends AbstractRefreshableConfigApplicationContext.
createBuildInfo(BuildPropertiesWriter.ProjectDetails) - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter
 
createClass(byte[], ClassNode) - Method in class org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader.ExtendedClassCollector
 
createClassLoader(List<Archive>) - Method in class org.springframework.boot.loader.Launcher
Create a classloader for the specified archives.
createClassLoader(URL[]) - Method in class org.springframework.boot.loader.Launcher
Create a classloader for the specified URLs.
createClassLoader(List<Archive>) - Method in class org.springframework.boot.loader.PropertiesLauncher
 
createCollector(CompilationUnit, SourceUnit) - Method in class org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader
 
createConfiguration() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
Create a Configuration based on the state of this instance.
createConnection(Socket, InputStream, OutputStream) - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
Factory method used to create the Connection.
createContextCloserListener(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
Subclasses may override to create their own subclass of ContextCloserListener.
createDefaultRepositoryConfiguration() - Static method in class org.springframework.boot.cli.compiler.RepositoryConfigurationFactory
Create a new default repository configuration.
createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.EndpointRequestMatcher
 
createDelegate(WebApplicationContext, EndpointRequest.RequestMatcherFactory) - Method in class org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.LinksRequestMatcher
 
createEndpoint(Object, EndpointId, boolean, Collection<O>) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Factory method called to create the endpoint.
createEndpoint(Object, EndpointId, boolean, Collection<JmxOperation>) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
 
createEndpoint(Object, EndpointId, boolean, Collection<Operation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
 
createEndpoint(Object, EndpointId, boolean, Collection<Operation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
 
createEndpoint(Object, EndpointId, boolean, Collection<WebOperation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
 
createEndpointResources(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, EndpointLinksResolver, boolean) - Method in class org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory
Creates Resources for the operations of the given webEndpoints.
createEnvironment() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
 
createEnvironment() - Method in class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
 
createExceptionHandlerExceptionResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
createExpectationManager() - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
 
createFetcher(Object, String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheEnvironmentCollector
 
createHandlerMethod(Object, Method) - Method in class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
 
createHandlerMethod(Object, Method) - Method in class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
 
createHealthIndicator(Cluster) - Method in class org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseHealthIndicatorAutoConfiguration
 
createHealthIndicator(Cluster) - Method in class org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseReactiveHealthIndicatorAutoConfiguration
 
createHealthIndicator(Client) - Method in class org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticSearchClientHealthIndicatorAutoConfiguration
Deprecated.
 
createHealthIndicator(JestClient) - Method in class org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticSearchJestHealthIndicatorAutoConfiguration
Deprecated.
 
createHealthIndicator(RestClient) - Method in class org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticSearchRestHealthIndicatorAutoConfiguration
 
createHealthIndicator(Map<String, S>) - Method in class org.springframework.boot.actuate.autoconfigure.health.CompositeHealthIndicatorConfiguration
 
createHealthIndicator(S) - Method in class org.springframework.boot.actuate.autoconfigure.health.CompositeHealthIndicatorConfiguration
 
createHealthIndicator(Map<String, S>) - Method in class org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthIndicatorConfiguration
 
createHealthIndicator(S) - Method in class org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthIndicatorConfiguration
 
createHealthIndicator(DataSource) - Method in class org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorAutoConfiguration
 
createHealthIndicatorRegistry(Map<String, HealthIndicator>) - Method in class org.springframework.boot.actuate.health.HealthIndicatorRegistryFactory
Create a HealthIndicatorRegistry based on the specified health indicators.
createHeapDumper() - Method in class org.springframework.boot.actuate.management.HeapDumpWebEndpoint
Factory method used to create the HeapDumpWebEndpoint.HeapDumper.
createHttpClientConfig(JestProperties, ObjectProvider<Gson>, ObjectProvider<HttpClientConfigBuilderCustomizer>) - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestAutoConfiguration
Deprecated.
 
createHttpContext(HttpMethod, URI) - Method in class org.springframework.boot.test.web.client.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
 
createJettyServer(JettyHttpHandlerAdapter) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
 
createJobExplorer() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
createJobLauncher() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
createJobRepository() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
createJpaVendorAdapter() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
createMainMethodRunner(String, String[], ClassLoader) - Method in class org.springframework.boot.loader.Launcher
Create the MainMethodRunner used to launch the application.
createManagementContext(ApplicationContext, Class<?>...) - Method in interface org.springframework.boot.actuate.autoconfigure.web.ManagementContextFactory
Create the management application context.
createMetadataReader(Resource) - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Create the meta-data reader.
createModifiedConfig(MergedContextConfiguration, Class<?>[]) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
Create a new MergedContextConfiguration with different classes.
createModifiedConfig(MergedContextConfiguration, Class<?>[], String[]) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
Create a new MergedContextConfiguration with different classes and properties.
createMongoClient(MongoClientOptions) - Method in class org.springframework.boot.autoconfigure.mongo.MongoClientFactory
Creates a MongoClient using the given options.
createMongoClient(MongoClientSettings) - Method in class org.springframework.boot.autoconfigure.mongo.ReactiveMongoClientFactory
Creates a MongoClient using the given settings.
createMultipartConfig() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
Create a new MultipartConfigElement using the properties.
createMultipartConfig() - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
Create a new MultipartConfigElement instance.
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Factory method to create an endpoint operation.
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
 
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
 
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
 
createOperation(EndpointId, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
 
createOperationKey(O) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Create an EndpointDiscoverer.OperationKey for the given operation.
createOperationKey(JmxOperation) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
 
createOperationKey(Operation) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
 
createOperationKey(Operation) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
 
createOperationKey(WebOperation) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
 
createPooledConnection(Object, ResourceBean) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
createPooledConnection(Object, ResourceBean) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
createPooledConnectionFactory(ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.jms.JmsPoolConnectionFactoryFactory
Create a JmsPoolConnectionFactory based on the specified ConnectionFactory.
createReactiveHealthIndicatorRegistry(Map<String, ReactiveHealthIndicator>, Map<String, HealthIndicator>) - Method in class org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistryFactory
Create a ReactiveHealthIndicatorRegistry based on the specified health indicators.
createRegistrationBean(String, T, int) - Method in interface org.springframework.boot.web.servlet.ServletContextInitializerBeans.RegistrationBeanAdapter
 
createRequest(boolean) - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection
 
createRequestMappingHandlerAdapter() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
 
createRequestMappingHandlerAdapter() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
createRequestMappingHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
 
createRequestMappingHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
createRootApplicationContext(ServletContext) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
 
createSpringApplication(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Creates a new SpringApplication instances from the given sources.
createSpringApplicationBuilder() - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
Returns the SpringApplicationBuilder that is used to configure and create the SpringApplication.
createSpyIfNecessary(Object, String) - Method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
 
createSubPath(String) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointMapping
 
createTempDir(String) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
Return the absolute temp dir for given web server.
createTester(Class<?>, ResolvableType, M) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
 
createTransactionManager() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
createTransactionManager() - Method in class org.springframework.boot.autoconfigure.batch.JpaBatchConfigurer
 
createView(String) - Method in class org.springframework.boot.web.reactive.result.view.MustacheViewResolver
 
createXAConnection() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
createXAConnection(String, String) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
createXAContext() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
createXAContext(String, String) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
Credential() - Constructor for class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
 
CUSTOM - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
Marker for custom scope when custom configuration is used.
CustomHttpComponentsClientHttpRequestFactory(TestRestTemplate.HttpClientOption[]) - Constructor for class org.springframework.boot.test.web.client.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
 
customize(T) - Method in interface org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer
Customize the given registry.
customize(T) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementWebServerFactoryCustomizer
 
customize(T, ManagementServerProperties, ServerProperties) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementWebServerFactoryCustomizer
 
customize(RestTemplate) - Method in class org.springframework.boot.actuate.metrics.web.client.MetricsRestTemplateCustomizer
 
customize(WebClient.Builder) - Method in class org.springframework.boot.actuate.metrics.web.reactive.client.MetricsWebClientCustomizer
 
customize(RabbitRetryTemplateCustomizer.Target, RetryTemplate) - Method in interface org.springframework.boot.autoconfigure.amqp.RabbitRetryTemplateCustomizer
Callback to customize a RetryTemplate instance used in the context of the specified RabbitRetryTemplateCustomizer.Target.
customize(T) - Method in interface org.springframework.boot.autoconfigure.cache.CacheManagerCustomizer
Customize the cache manager.
customize(T) - Method in class org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers
Customize the specified CacheManager.
customize(CacheManager) - Method in interface org.springframework.boot.autoconfigure.cache.JCacheManagerCustomizer
Customize the cache manager.
customize(RedisCacheManager.RedisCacheManagerBuilder) - Method in interface org.springframework.boot.autoconfigure.cache.RedisCacheManagerBuilderCustomizer
Customize the RedisCacheManager.RedisCacheManagerBuilder.
customize(Cluster.Builder) - Method in interface org.springframework.boot.autoconfigure.cassandra.ClusterBuilderCustomizer
Customize the Cluster.Builder.
customize(JedisClientConfiguration.JedisClientConfigurationBuilder) - Method in interface org.springframework.boot.autoconfigure.data.redis.JedisClientConfigurationBuilderCustomizer
Customize the JedisClientConfiguration.JedisClientConfigurationBuilder.
customize(LettuceClientConfiguration.LettuceClientConfigurationBuilder) - Method in interface org.springframework.boot.autoconfigure.data.redis.LettuceClientConfigurationBuilderCustomizer
Customize the LettuceClientConfiguration.LettuceClientConfigurationBuilder.
customize(HttpClientConfig.Builder) - Method in interface org.springframework.boot.autoconfigure.elasticsearch.jest.HttpClientConfigBuilderCustomizer
Customize the HttpClientConfig.Builder.
customize(RestClientBuilder) - Method in interface org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientBuilderCustomizer
Customize the RestClientBuilder.
customize(FluentConfiguration) - Method in interface org.springframework.boot.autoconfigure.flyway.FlywayConfigurationCustomizer
Customize the flyway configuration.
customize(GsonBuilder) - Method in interface org.springframework.boot.autoconfigure.gson.GsonBuilderCustomizer
Customize the GsonBuilder.
customize(Jackson2ObjectMapperBuilder) - Method in interface org.springframework.boot.autoconfigure.jackson.Jackson2ObjectMapperBuilderCustomizer
Customize the JacksonObjectMapperBuilder.
customize(ResourceConfig) - Method in interface org.springframework.boot.autoconfigure.jersey.ResourceConfigCustomizer
Customize the resource config.
customize(ActiveMQConnectionFactory) - Method in interface org.springframework.boot.autoconfigure.jms.activemq.ActiveMQConnectionFactoryCustomizer
Customize the ActiveMQConnectionFactory.
customize(Configuration) - Method in interface org.springframework.boot.autoconfigure.jms.artemis.ArtemisConfigurationCustomizer
Customize the configuration.
customize(DownloadConfigBuilder) - Method in interface org.springframework.boot.autoconfigure.mongo.embedded.DownloadConfigBuilderCustomizer
Customize the DownloadConfigBuilder.
customize(MongoClientSettings.Builder) - Method in interface org.springframework.boot.autoconfigure.mongo.MongoClientSettingsBuilderCustomizer
Customize the MongoClientSettings.Builder.
customize(EntityManagerFactoryBuilder) - Method in interface org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryBuilderCustomizer
Customize the given builder.
customize(Map<String, Object>) - Method in interface org.springframework.boot.autoconfigure.orm.jpa.HibernatePropertiesCustomizer
Customize the specified JPA vendor properties.
customize(ResourceDatabasePopulator) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzDataSourceInitializer
 
customize(SchedulerFactoryBean) - Method in interface org.springframework.boot.autoconfigure.quartz.SchedulerFactoryBeanCustomizer
Customize the SchedulerFactoryBean.
customize(T) - Method in interface org.springframework.boot.autoconfigure.transaction.PlatformTransactionManagerCustomizer
Customize the given transaction manager.
customize(PlatformTransactionManager) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers
 
customize(AbstractPlatformTransactionManager) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionProperties
 
customize(ConfigurableJettyWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.JettyWebServerFactoryCustomizer
 
customize(NettyReactiveWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.NettyWebServerFactoryCustomizer
 
customize(ConfigurableTomcatWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.TomcatWebServerFactoryCustomizer
 
customize(ConfigurableUndertowWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.UndertowWebServerFactoryCustomizer
 
customize(WebClient.Builder) - Method in class org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientCodecCustomizer
 
customize(ConfigurableReactiveWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
 
customize(ResourceHandlerRegistration) - Method in interface org.springframework.boot.autoconfigure.web.reactive.ResourceHandlerRegistrationCustomizer
Customize the given ResourceHandlerRegistration.
customize(TomcatReactiveWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.reactive.TomcatReactiveWebServerFactoryCustomizer
 
customize(ConfigurableServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer
 
customize(TomcatServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.servlet.TomcatServletWebServerFactoryCustomizer
 
customize(UndertowServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.servlet.UndertowServletWebServerFactoryCustomizer
 
customize(TomcatReactiveWebServerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.reactive.TomcatWebSocketReactiveWebServerCustomizer
 
customize(JettyServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.servlet.JettyWebSocketServletWebServerCustomizer
 
customize(TomcatServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.servlet.TomcatWebSocketServletWebServerCustomizer
 
customize(UndertowServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.servlet.UndertowWebSocketServletWebServerCustomizer
 
customize(ResourceDatabasePopulator) - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
Customize the ResourceDatabasePopulator.
customize(RSocketStrategies.Builder) - Method in interface org.springframework.boot.rsocket.messaging.RSocketStrategiesCustomizer
Callback to customize a RSocketStrategies.builder() instance.
customize(ThreadPoolTaskExecutor) - Method in interface org.springframework.boot.task.TaskExecutorCustomizer
Callback to customize a ThreadPoolTaskExecutor instance.
customize(ThreadPoolTaskScheduler) - Method in interface org.springframework.boot.task.TaskSchedulerCustomizer
Callback to customize a ThreadPoolTaskScheduler instance.
customize(ConfigurableMockMvcBuilder<?>) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsMockMvcBuilderCustomizer
 
customize(MockMvcRestDocumentationConfigurer) - Method in interface org.springframework.boot.test.autoconfigure.restdocs.RestDocsMockMvcConfigurationCustomizer
Customize the given configurer.
customize(RestAssuredRestDocumentationConfigurer) - Method in interface org.springframework.boot.test.autoconfigure.restdocs.RestDocsRestAssuredConfigurationCustomizer
Customize the given configurer.
customize(WebTestClientRestDocumentationConfigurer) - Method in interface org.springframework.boot.test.autoconfigure.restdocs.RestDocsWebTestClientConfigurationCustomizer
Customize the given configurer.
customize(WebTestClient.Builder) - Method in class org.springframework.boot.test.autoconfigure.web.reactive.SpringBootWebTestClientBuilderCustomizer
 
customize(WebTestClient.Builder) - Method in interface org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientBuilderCustomizer
Customize the given builder.
customize(ConfigurableMockMvcBuilder<?>) - Method in interface org.springframework.boot.test.autoconfigure.web.servlet.MockMvcBuilderCustomizer
Customize the given builder.
customize(ConfigurableMockMvcBuilder<?>) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
 
customize(RestTemplate) - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
 
customize(RestTemplate) - Method in interface org.springframework.boot.web.client.RestTemplateCustomizer
Callback to customize a RestTemplate instance.
customize(T) - Method in interface org.springframework.boot.web.client.RestTemplateRequestCustomizer
Customize the specified ClientHttpRequest.
customize(CodecConfigurer) - Method in interface org.springframework.boot.web.codec.CodecCustomizer
Callback to customize a CodecConfigurer instance.
customize(Server) - Method in interface org.springframework.boot.web.embedded.jetty.JettyServerCustomizer
Customize the server.
customize(Connector) - Method in interface org.springframework.boot.web.embedded.tomcat.TomcatConnectorCustomizer
Customize the connector.
customize(Context) - Method in interface org.springframework.boot.web.embedded.tomcat.TomcatContextCustomizer
Customize the context.
customize(T) - Method in interface org.springframework.boot.web.embedded.tomcat.TomcatProtocolHandlerCustomizer
Customize the protocol handler.
customize(Undertow.Builder) - Method in interface org.springframework.boot.web.embedded.undertow.UndertowBuilderCustomizer
Customize the builder.
customize(DeploymentInfo) - Method in interface org.springframework.boot.web.embedded.undertow.UndertowDeploymentInfoCustomizer
Customize the deployment info.
customize(WebClient.Builder) - Method in interface org.springframework.boot.web.reactive.function.client.WebClientCustomizer
Callback to customize a WebClient.Builder instance.
customize(T) - Method in interface org.springframework.boot.web.server.WebServerFactoryCustomizer
Customize the specified WebServerFactory.
customize(WebServiceTemplate) - Method in interface org.springframework.boot.webservices.client.WebServiceTemplateCustomizer
Callback to customize a WebServiceTemplate instance.
customizeBeanFactory(DefaultListableBeanFactory) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
Deprecated.
since 2.2.0 since this class no longer extends AbstractRefreshableConfigApplicationContext.
customizeConnector(Connector) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
 
customizeConnector(Connector) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 
customizers(TaskExecutorCustomizer...) - Method in class org.springframework.boot.task.TaskExecutorBuilder
Set the TaskExecutorCustomizers that should be applied to the ThreadPoolTaskExecutor.
customizers(Iterable<TaskExecutorCustomizer>) - Method in class org.springframework.boot.task.TaskExecutorBuilder
Set the TaskExecutorCustomizers that should be applied to the ThreadPoolTaskExecutor.
customizers(TaskSchedulerCustomizer...) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
Set the TaskSchedulerCustomizers that should be applied to the ThreadPoolTaskScheduler.
customizers(Iterable<TaskSchedulerCustomizer>) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
Set the taskSchedulerCustomizers that should be applied to the ThreadPoolTaskScheduler.
customizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the RestTemplateCustomizers that should be applied to the RestTemplate.
customizers(Collection<? extends RestTemplateCustomizer>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the RestTemplateCustomizers that should be applied to the RestTemplate.
customizers(WebServiceTemplateCustomizer...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set WebServiceTemplateCustomizers that should be applied to the WebServiceTemplate.
customizers(Collection<? extends WebServiceTemplateCustomizer>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
Set WebServiceTemplateCustomizers that should be applied to the WebServiceTemplate.
customizeVendorProperties(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Customize vendor properties before they are used.
CustomLoaderLayout - Interface in org.springframework.boot.loader.tools
Additional interface that can be implemented by Layouts that write their own loader classes.

D

DatabaseDriver - Enum in org.springframework.boot.jdbc
Enumeration of common database drivers.
dataBufferFactory() - Method in class org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
 
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 in combination with @RunWith(SpringRunner.class) for a typical Data JDBC test.
DataJpaTest - Annotation Type in org.springframework.boot.test.autoconfigure.orm.jpa
Annotation that can be used in combination with @RunWith(SpringRunner.class) for a typical JPA test.
DataLdapTest - Annotation Type in org.springframework.boot.test.autoconfigure.data.ldap
Annotation that can be used in combination with @RunWith(SpringRunner.class) for a typical LDAP test.
DataMongoTest - Annotation Type in org.springframework.boot.test.autoconfigure.data.mongo
Annotation that can be used in combination with @RunWith(SpringRunner.class) for a typical MongoDB test.
DataNeo4jTest - Annotation Type in org.springframework.boot.test.autoconfigure.data.neo4j
Annotation that can be used in combination with @RunWith(SpringRunner.class) for a typical Neo4j test.
DataRedisTest - Annotation Type in org.springframework.boot.test.autoconfigure.data.redis
Annotation that can be used in combination with @RunWith(SpringRunner.class) for a typical Data Redis test.
DataSizeUnit - Annotation Type in org.springframework.boot.convert
Annotation that can be used to change the default unit used when converting a DataSize.
dataSource(DataSourceProperties) - Method in class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
 
dataSource(DataSourceProperties, ApplicationContext) - Method in class org.springframework.boot.autoconfigure.jdbc.JndiDataSourceAutoConfiguration
 
dataSource(XADataSourceWrapper, DataSourceProperties, ObjectProvider<XADataSource>) - Method in class org.springframework.boot.autoconfigure.jdbc.XADataSourceAutoConfiguration
 
dataSource(DataSource) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
 
dataSource(Environment) - Method in class org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration
 
DataSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
DataSourceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
 
DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
 
DataSourceAutoConfiguration.PooledDataSourceConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
 
DataSourceBuilder<T extends DataSource> - Class in org.springframework.boot.jdbc
Convenience class for building a DataSource with common implementations and properties.
DataSourceClosingSpringLiquibase - Class in org.springframework.boot.autoconfigure.liquibase
A custom SpringLiquibase extension that closes the underlying DataSource once the database has been migrated.
DataSourceClosingSpringLiquibase() - Constructor for class org.springframework.boot.autoconfigure.liquibase.DataSourceClosingSpringLiquibase
 
dataSourceConnectionProvider(DataSource) - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
 
dataSourceCustomizer(QuartzProperties, DataSource, ObjectProvider<DataSource>, ObjectProvider<PlatformTransactionManager>) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration.JdbcStoreTypeConfiguration
 
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.
DataSourceHealthIndicatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.jdbc
DataSourceHealthIndicatorAutoConfiguration(Map<String, DataSource>, ObjectProvider<DataSourcePoolMetadataProvider>) - Constructor for class org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorAutoConfiguration
 
DataSourceInitializationMode - Enum in org.springframework.boot.jdbc
Supported DataSource initialization modes.
dataSourceInitializerSchedulerDependencyPostProcessor() - Static method in class org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration.JdbcStoreTypeConfiguration
 
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
ApplicationEvent used internally to indicate that the schema of a new DataSource has been created.
DataSourceSchemaCreatedEvent(DataSource) - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceSchemaCreatedEvent
DataSourceTransactionManagerAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
Auto-configuration for DataSourceTransactionManager.
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.
dbHealthIndicator(Map<String, DataSource>) - Method in class org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorAutoConfiguration
 
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
 
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.autoconfigure.http.HttpProperties.Encoding
 
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
The class name of application context that will be used by default for non-web environments.
DEFAULT_CONTEXT_PATH - Static variable in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
DEFAULT_DISPATCHER_SERVLET_BEAN_NAME - Static variable in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration
 
DEFAULT_DISPATCHER_SERVLET_REGISTRATION_BEAN_NAME - Static variable in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration
 
DEFAULT_FILTER_ORDER - Static variable in class org.springframework.boot.autoconfigure.security.SecurityProperties
Default order of Spring Security's Filter in the servlet container (i.e.
DEFAULT_ORDER - Static variable in class org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration
The default order for the core InfoContributor beans.
DEFAULT_ORDER - Static variable in annotation type org.springframework.boot.autoconfigure.AutoConfigureOrder
 
DEFAULT_ORDER - Static variable in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
The default order for the command line runner.
DEFAULT_ORDER - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
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.SpringApplicationJsonEnvironmentPostProcessor
The default order for the processor.
DEFAULT_ORDER - Static variable in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
The default order for the processor.
DEFAULT_ORDER - Static variable in class org.springframework.boot.web.reactive.filter.OrderedHiddenHttpMethodFilter
The default order is high to ensure the filter is applied before Spring Security.
DEFAULT_ORDER - Static variable in class org.springframework.boot.web.servlet.filter.OrderedFormContentFilter
Higher order to ensure the filter is applied before Spring Security.
DEFAULT_ORDER - Static variable in class org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
The default order is high to ensure the filter is applied before Spring Security.
DEFAULT_PORT - Static variable in class org.springframework.boot.autoconfigure.mongo.MongoProperties
Default port used when the configured port is null.
DEFAULT_PORT - Static variable in class org.springframework.boot.devtools.livereload.LiveReloadServer
The default live reload server port.
DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration
 
DEFAULT_PROTOCOL - Static variable in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
The class name of default protocol used.
DEFAULT_PROTOCOL - Static variable in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
The class name of default protocol used.
DEFAULT_REACTIVE_WEB_CONTEXT_CLASS - Static variable in class org.springframework.boot.SpringApplication
The class name of application context that will be used by default for reactive web environments.
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
The class name of application context that will be used by default for web environments.
DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration
 
DEFAULT_TEMPLATE_LOADER_PATH - Static variable in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
DEFAULT_URI - Static variable in class org.springframework.boot.autoconfigure.mongo.MongoProperties
Default URI used when the configured URI is null.
DefaultApplicationArguments - Class in org.springframework.boot
Default implementation of ApplicationArguments.
DefaultApplicationArguments(String...) - Constructor for class org.springframework.boot.DefaultApplicationArguments
 
DefaultCommandFactory - Class in org.springframework.boot.cli
Default implementation of CommandFactory.
DefaultCommandFactory() - Constructor for class org.springframework.boot.cli.DefaultCommandFactory
 
DefaultErrorAttributes - Class in org.springframework.boot.web.reactive.error
Default implementation of ErrorAttributes.
DefaultErrorAttributes() - Constructor for class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
Create a new DefaultErrorAttributes instance that does not include the "exception" attribute.
DefaultErrorAttributes(boolean) - Constructor for class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
Create a new DefaultErrorAttributes instance.
DefaultErrorAttributes - Class in org.springframework.boot.web.servlet.error
Default implementation of ErrorAttributes.
DefaultErrorAttributes() - Constructor for class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
Create a new DefaultErrorAttributes instance that does not include the "exception" attribute.
DefaultErrorAttributes(boolean) - Constructor for class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
Create a new DefaultErrorAttributes instance.
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
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
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.
DefaultHealthIndicatorRegistry - Class in org.springframework.boot.actuate.health
Default implementation of HealthIndicatorRegistry.
DefaultHealthIndicatorRegistry() - Constructor for class org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
DefaultHealthIndicatorRegistry(Map<String, HealthIndicator>) - Constructor for class org.springframework.boot.actuate.health.DefaultHealthIndicatorRegistry
Create a new DefaultHealthIndicatorRegistry from the specified indicators.
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
 
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
 
defaultMessageConverters() - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the HttpMessageConverters that should be used with the RestTemplate to the default set.
DefaultReactiveHealthIndicatorRegistry - Class in org.springframework.boot.actuate.health
Default implementation of ReactiveHealthIndicatorRegistry.
DefaultReactiveHealthIndicatorRegistry() - Constructor for class org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
DefaultReactiveHealthIndicatorRegistry(Map<String, ReactiveHealthIndicator>) - Constructor for class org.springframework.boot.actuate.health.DefaultReactiveHealthIndicatorRegistry
Create a new DefaultReactiveHealthIndicatorRegistry from the specified indicators.
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
 
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
 
DefaultSourceFolderUrlFilter - Class in org.springframework.boot.devtools.restart.server
Default implementation of SourceFolderUrlFilter that attempts to match URLs using common naming conventions.
DefaultSourceFolderUrlFilter() - Constructor for class org.springframework.boot.devtools.restart.server.DefaultSourceFolderUrlFilter
 
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
 
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
 
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
 
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(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.
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.
DeprecatedConfigurationProperty - Annotation Type in org.springframework.boot.context.properties
Indicates that a getter in a @ConfigurationProperties object is deprecated.
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.admin.SpringApplicationAdminMXBeanRegistrar
 
destroy() - Method in class org.springframework.boot.autoconfigure.liquibase.DataSourceClosingSpringLiquibase
 
destroy() - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
 
destroy() - Method in class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
 
destroy() - Method in class org.springframework.boot.devtools.remote.server.DispatcherFilter
 
destroy() - Method in class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
 
destroy() - Method in class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
 
destroy() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
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.
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.
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.
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.
determineBootstrapHosts() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseConfiguration
Determine the Couchbase nodes to bootstrap from.
determineDatabase(DataSource) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
Deprecated.
since 2.2.0 in favor of letting the JPA container detect the database to use.
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.
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.
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
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 folder.
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
 
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
 
DirectXAConnectionFactory() - Constructor for class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
DirectXADataSource() - Constructor for class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
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.
diskSpaceHealthIndicator(DiskSpaceHealthIndicatorProperties) - Method in class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorAutoConfiguration
 
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.
DiskSpaceHealthIndicatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.system
DiskSpaceHealthIndicatorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorAutoConfiguration
 
diskSpaceHealthIndicatorProperties() - Method in class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorAutoConfiguration
 
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(HttpProperties, WebMvcProperties) - Method in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
 
dispatcherServlet(MockMvc) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration
 
DispatcherServletAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
Auto-configuration for the Spring DispatcherServlet.
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
ServletRegistrationBean for the auto-configured DispatcherServlet.
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
 
DocumentOptions - Class in org.springframework.boot.configurationdocs
Options for generating documentation for configuration properties.
DocumentOptions.Builder - Class in org.springframework.boot.configurationdocs
Builder for DocumentOptions.
DocumentOptions.SectionSpec - Class in org.springframework.boot.configurationdocs
Configuration for a documentation section listing properties for a specific theme.
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.cassandra.CassandraHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.cassandra.CassandraReactiveHealthIndicator
 
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.ElasticsearchHealthIndicator
Deprecated.
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.elasticsearch.ElasticsearchJestHealthIndicator
 
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.ApplicationHealthIndicator