- AbstractApplicationContextRunner<SELF extends AbstractApplicationContextRunner<SELF,C,A>,C extends ConfigurableApplicationContext,A extends ApplicationContextAssertProvider<C>> - Class in org.springframework.boot.test.context.runner
- 
- AbstractApplicationContextRunner(Supplier<C>) - Constructor for class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
- 
- AbstractApplicationContextRunner(Supplier<C>, boolean, 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
- 
- 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
- 
- AbstractAuditListener() - Constructor for class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
-  
- AbstractAuthenticationAuditListener - Class in org.springframework.boot.actuate.security
- 
- AbstractAuthenticationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
-  
- AbstractAuthorizationAuditListener - Class in org.springframework.boot.actuate.security
- 
- AbstractAuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
-  
- AbstractBindHandler - Class in org.springframework.boot.context.properties.bind
- 
- 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. 
- AbstractBuildLog - Class in org.springframework.boot.buildpack.platform.build
- 
Base class for  BuildLog implementations. 
- AbstractBuildLog() - Constructor for class org.springframework.boot.buildpack.platform.build.AbstractBuildLog
-  
- AbstractCommand - Class in org.springframework.boot.cli.command
- 
- AbstractCommand(String, String) - Constructor for class org.springframework.boot.cli.command.AbstractCommand
- 
- AbstractCompositeHealthContributorConfiguration<C,I extends C,B> - Class in org.springframework.boot.actuate.autoconfigure.health
- 
Base class for health contributor configurations that can combine source beans into a
 composite. 
- AbstractConfigurableWebServerFactory - Class in org.springframework.boot.web.server
- 
- AbstractConfigurableWebServerFactory() - Constructor for class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- 
- AbstractConfigurableWebServerFactory(int) - Constructor for class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- 
- AbstractDataSourceInitializer - Class in org.springframework.boot.jdbc
- 
- AbstractDataSourceInitializer(DataSource, ResourceLoader) - Constructor for class org.springframework.boot.jdbc.AbstractDataSourceInitializer
-  
- AbstractDataSourcePoolMetadata<T extends DataSource> - Class in org.springframework.boot.jdbc.metadata
- 
- 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
- 
- AbstractDiscoveredEndpoint(EndpointDiscoverer<?, ?>, Object, EndpointId, boolean, Collection<? extends O>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
- 
- AbstractDiscoveredOperation - Class in org.springframework.boot.actuate.endpoint.annotation
- 
- AbstractDiscoveredOperation(DiscoveredOperationMethod, OperationInvoker) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
- 
- 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
- 
- AbstractErrorWebExceptionHandler(ErrorAttributes, ResourceProperties, ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
- 
- AbstractErrorWebExceptionHandler(ErrorAttributes, WebProperties.Resources, ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
- 
Create a new AbstractErrorWebExceptionHandler.
 
- AbstractExposableEndpoint<O extends Operation> - Class in org.springframework.boot.actuate.endpoint
- 
- AbstractExposableEndpoint(EndpointId, boolean, Collection<? extends O>) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
- 
- AbstractFailureAnalyzer<T extends Throwable> - Class in org.springframework.boot.diagnostics
- 
Abstract base class for most FailureAnalyzerimplementations.
 
- AbstractFailureAnalyzer() - Constructor for class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
-  
- AbstractFilterRegistrationBean<T extends Filter> - Class in org.springframework.boot.web.servlet
- 
- AbstractHealthIndicator - Class in org.springframework.boot.actuate.health
- 
- AbstractHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
- 
- AbstractHealthIndicator(String) - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
- 
- AbstractHealthIndicator(Function<Exception, String>) - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
- 
- 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
-  
- AbstractJarWriter - Class in org.springframework.boot.loader.tools
- 
Abstract base class for JAR writers. 
- AbstractJarWriter() - Constructor for class org.springframework.boot.loader.tools.AbstractJarWriter
-  
- 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
- 
- AbstractJsonMarshalTester(Class<?>, ResolvableType) - Constructor for class org.springframework.boot.test.json.AbstractJsonMarshalTester
- 
- 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
- 
- 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 RabbitListenerContainerFactorywith sensible defaults.
 
- AbstractRabbitListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
-  
- AbstractReactiveHealthIndicator - Class in org.springframework.boot.actuate.health
- 
- AbstractReactiveHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
- 
- AbstractReactiveHealthIndicator(String) - Constructor for class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
- 
- AbstractReactiveHealthIndicator(Function<Throwable, String>) - Constructor for class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
- 
- AbstractReactiveWebServerFactory - Class in org.springframework.boot.web.reactive.server
- 
- 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
- 
- AbstractRepositoryConfigurationSourceSupport() - Constructor for class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
-  
- AbstractServletWebServerFactory - Class in org.springframework.boot.web.servlet.server
- 
- AbstractServletWebServerFactory() - Constructor for class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- 
- AbstractServletWebServerFactory(int) - Constructor for class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- 
- AbstractServletWebServerFactory(String, int) - Constructor for class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- 
- AbstractTemplateViewResolverProperties - Class in org.springframework.boot.autoconfigure.template
- 
- AbstractTemplateViewResolverProperties(String, String) - Constructor for class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
-  
- AbstractViewResolverProperties - Class in org.springframework.boot.autoconfigure.template
- 
- 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 AbstractWebFluxEndpointHandlerMappingthat provides mappings
 for the operations of the givenwebEndpoints.
 
- 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  bounded
 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
- 
- AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
- 
Creates a new WebEndpointHandlerMappingthat provides mappings for the
 operations of the givenwebEndpoints.
 
- AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
- 
Creates a new AbstractWebMvcEndpointHandlerMappingthat 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(TotalProgressEvent) - Method in class org.springframework.boot.buildpack.platform.docker.TotalProgressBar
-  
- accept(T) - Method in interface org.springframework.boot.buildpack.platform.io.IOConsumer
- 
Performs this operation on the given argument. 
- 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.
 
- accepts(String) - Method in interface org.springframework.boot.loader.jarmode.JarMode
- 
Returns if this accepts and can run the given mode. 
- 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
- 
- 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
-  
- Acs() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Acs
-  
- ACTIVE_PROFILES_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
- 
Deprecated. The "active profiles" property name. 
- ActiveMQAutoConfiguration - Class in org.springframework.boot.autoconfigure.jms.activemq
- 
- 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
 ActiveMQConnectionFactorywhilst 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. 
- adapt(HealthContributor) - Static method in interface org.springframework.boot.actuate.health.ReactiveHealthContributor
-  
- adapt(CharSequence, char) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
- 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(S, Status) - Method in interface org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator.StatusMappings
- 
Add a new status mapping . 
- 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.SourceDirectory
-  
- add(Layer, String) - Method in class org.springframework.boot.loader.tools.LayersIndex
- 
Add an item to the index. 
- add(Class<?>, Object) - Method in interface org.springframework.boot.util.Instantiator.AvailableParameters
- 
Add a parameter with an instance value. 
- add(Class<?>, Function<Class<?>, Object>) - Method in interface org.springframework.boot.util.Instantiator.AvailableParameters
- 
Add a parameter with an instance factory. 
- 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
- 
- addAnnotations(Map<String, String>) - Method in class org.springframework.boot.autoconfigureprocessor.AutoConfigureAnnotationProcessor
-  
- 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
- 
- addBootstrapper(Bootstrapper) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
- addBootstrapper(Bootstrapper) - Method in class org.springframework.boot.SpringApplication
- 
- addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
- 
- addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-  
- addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-  
- addClassLoaderFiles(ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.Restarter
- 
- addCloseListener(ApplicationListener<BootstrapContextClosedEvent>) - Method in interface org.springframework.boot.BootstrapRegistry
- 
- addCloseListener(ApplicationListener<BootstrapContextClosedEvent>) - Method in class org.springframework.boot.DefaultBootstrapContext
-  
- 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 theWebAppContextbefore
 the server is started.
 
- addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
- 
- addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
- addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-  
- addContextCustomizers(TomcatContextCustomizer...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
- 
- addContextCustomizers(TomcatContextCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
- addContextCustomizers(TomcatContextCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-  
- addContextLifecycleListeners(LifecycleListener...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
- addContextLifecycleListeners(LifecycleListener...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
- addContextValves(Valve...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
- addDefaultServlet(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Add Jetty's DefaultServletto the givenWebAppContext.
 
- addDefaultStatus(Status) - Method in interface org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator.StatusMappings
- 
Add the status that should be used if no explicit mapping is defined. 
- 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
- 
- 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
- 
- addFile(String, String, ClassLoaderFile) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
- 
- addFilter(Predicate<StartupStep>) - Method in class org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup
- 
Add a predicate filter to the list of existing ones. 
- 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
- 
- addInitializers(ServletContextInitializer...) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-  
- addInitializers(ServletContextInitializer...) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
- 
- 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
- 
- additionalCustomizers(Iterable<TaskExecutorCustomizer>) - Method in class org.springframework.boot.task.TaskExecutorBuilder
- 
- additionalCustomizers(TaskSchedulerCustomizer...) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
- 
- additionalCustomizers(Iterable<TaskSchedulerCustomizer>) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
- 
- additionalCustomizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- additionalCustomizers(Collection<? extends RestTemplateCustomizer>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- additionalCustomizers(WebServiceTemplateCustomizer...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
- additionalCustomizers(Collection<? extends WebServiceTemplateCustomizer>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
- additionalInterceptors(ClientHttpRequestInterceptor...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- additionalInterceptors(Collection<? extends ClientHttpRequestInterceptor>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- additionalInterceptors(ClientInterceptor...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Add additional ClientInterceptorsthat should be used
 with theWebServiceTemplate.
 
- additionalInterceptors(Collection<? extends ClientInterceptor>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Add additional ClientInterceptorsthat should be used
 with theWebServiceTemplate.
 
- additionalMessageConverters(HttpMessageConverter<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- additionalMessageConverters(Collection<? extends HttpMessageConverter<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- additionalMessageSenders(WebServiceMessageSender...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Add additional WebServiceMessageSendersthat should
 be used with theWebServiceTemplate.
 
- additionalMessageSenders(Collection<? extends WebServiceMessageSender>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Add additional WebServiceMessageSendersthat should
 be used with theWebServiceTemplate.
 
- additionalRequestCustomizers(RestTemplateRequestCustomizer<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- additionalRequestCustomizers(Collection<? extends RestTemplateRequestCustomizer<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- addJspServlet(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Add Jetty's JspServletto the givenWebAppContext.
 
- 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
- 
- addMainClassTimeoutWarningListener(Packager.MainClassTimeoutWarningListener) - Method in class org.springframework.boot.loader.tools.Packager
- 
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
- 
Deprecated. Add appropriate post-processors to post-configure the property-sources. 
- addPrimarySources(Collection<Class<?>>) - Method in class org.springframework.boot.SpringApplication
- 
- addPropertySources(ConfigurableEnvironment, ResourceLoader) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
- 
Deprecated. Add config file property sources to the specified environment. 
- addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
- 
- addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
- addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
- 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.EnableWebMvcConfiguration
-  
- 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
 handler for the Spring application. 
- addRSocketServerCustomizers(RSocketServerCustomizer...) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- 
- addServerCustomizers(JettyServerCustomizer...) - Method in interface org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
- 
- 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
- 
- 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
- 
- addSourceDirectories(Iterable<File>) - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
- 
Add source directories to monitor. 
- addSourceDirectory(File) - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
- 
Add a source directory to monitor. 
- 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
- 
- 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. 
- addWebListeners(String...) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-  
- addWebListeners(String...) - Method in interface org.springframework.boot.web.servlet.WebListenerRegistry
- 
Adds web listeners that will be registered with the servlet container. 
- 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
- 
- AetherGrapeEngineFactory() - Constructor for class org.springframework.boot.cli.compiler.grape.AetherGrapeEngineFactory
-  
- AF_LOCAL - Static variable in class org.springframework.boot.buildpack.platform.socket.DomainSocket
-  
- after() - Static method in enum org.springframework.boot.test.mock.mockito.MockReset
- 
Create settingsto 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.DataSourceHealthContributorAutoConfiguration
-  
- 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.batch.BasicBatchConfigurer
-  
- 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.security.oauth2.client.OAuth2ClientProperties
-  
- 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.jackson.JsonComponentModule
-  
- afterPropertiesSet() - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
-  
- 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
- 
Deprecated. 
- afterPropertiesSet() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
- 
Deprecated. 
- afterPropertiesSet() - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsMockMvcBuilderCustomizer
-  
- afterPropertiesSet() - Method in class org.springframework.boot.validation.beanvalidation.FilteredMethodValidationPostProcessor
-  
- 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.actuate.autoconfigure.metrics.orm.jpa.HibernateMetricsAutoConfiguration
-  
- 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.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener
-  
- afterTestMethod(TestContext) - Method in class org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener
-  
- 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. 
- aggregateContributions(ApiVersion, Map<String, HealthComponent>, StatusAggregator, boolean, Set<String>) - Method in class org.springframework.boot.actuate.health.HealthEndpoint
-  
- aggregateContributions(ApiVersion, Map<String, HealthComponent>, StatusAggregator, boolean, Set<String>) - Method in class org.springframework.boot.actuate.health.HealthEndpointWebExtension
-  
- aggregateContributions(ApiVersion, Map<String, Mono<? extends HealthComponent>>, StatusAggregator, boolean, Set<String>) - Method in class org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
-  
- 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
- 
- alwaysApplyingWhenNonNull() - Method in class org.springframework.boot.context.properties.PropertyMapper
- 
- 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, ornullif 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, ornullif no
 analysis was possible.
 
- analyze(Throwable, BeanNotOfRequiredTypeException) - Method in class org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyzer
-  
- analyze(Throwable) - Method in interface org.springframework.boot.diagnostics.FailureAnalyzer
- 
Returns an analysis of the given failure, ornullif no analysis
 was possible.
 
- and(String...) - Method in class org.springframework.boot.test.util.TestPropertyValues
- 
- and(Iterable<String>) - Method in class org.springframework.boot.test.util.TestPropertyValues
- 
- and(Stream<String>) - Method in class org.springframework.boot.test.util.TestPropertyValues
- 
- and(Map<String, String>) - Method in class org.springframework.boot.test.util.TestPropertyValues
- 
- and(Stream<T>, Function<T, TestPropertyValues.Pair>) - Method in class org.springframework.boot.test.util.TestPropertyValues
- 
- 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 annotationTypeto find.
 
- AnnotatedNodeASTTransformation - Class in org.springframework.boot.cli.compiler
- 
A base class for AST transformationsthat are solely
 interested inAnnotatedNodes.
 
- 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
- 
- AnnotationConfigReactiveWebApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
- 
- 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
- 
- AnnotationConfigReactiveWebServerApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- 
- AnnotationConfigReactiveWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- 
- AnnotationConfigReactiveWebServerApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- 
- AnnotationConfigReactiveWebServerApplicationContext(String...) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- 
- AnnotationConfigServletWebApplicationContext - Class in org.springframework.boot.web.servlet.context
- 
- AnnotationConfigServletWebApplicationContext() - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
- 
- AnnotationConfigServletWebApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
- 
- AnnotationConfigServletWebApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
- 
- AnnotationConfigServletWebApplicationContext(String...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
- 
- AnnotationConfigServletWebServerApplicationContext - Class in org.springframework.boot.web.servlet.context
- 
- AnnotationConfigServletWebServerApplicationContext() - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- 
- AnnotationConfigServletWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- 
- AnnotationConfigServletWebServerApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- 
- AnnotationConfigServletWebServerApplicationContext(String...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- 
- 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
- 
- 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
-  
- Ansi8BitColor - Class in org.springframework.boot.ansi
- 
AnsiElement implementation for ANSI 8-bit foreground or background color codes. 
- AnsiBackground - Enum in org.springframework.boot.ansi
- 
- AnsiColor - Enum in org.springframework.boot.ansi
- 
- AnsiColors - Class in org.springframework.boot.ansi
- 
- AnsiColors(AnsiColors.BitDepth) - Constructor for class org.springframework.boot.ansi.AnsiColors
- 
Create a new  AnsiColors instance with the specified bit depth. 
- AnsiColors.BitDepth - Enum in org.springframework.boot.ansi
- 
Bit depths supported by this class. 
- 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
- 
- AnsiOutputApplicationListener() - Constructor for class org.springframework.boot.context.config.AnsiOutputApplicationListener
-  
- AnsiPropertySource - Class in org.springframework.boot.ansi
- 
- AnsiPropertySource(String, boolean) - Constructor for class org.springframework.boot.ansi.AnsiPropertySource
- 
- AnsiStyle - Enum in org.springframework.boot.ansi
- 
- AntPathRequestMatcherProvider - Class in org.springframework.boot.autoconfigure.security.servlet
- 
- AntPathRequestMatcherProvider(Function<String, String>) - Constructor for class org.springframework.boot.autoconfigure.security.servlet.AntPathRequestMatcherProvider
-  
- 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
- 
- AopAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.aop.AopAutoConfiguration
-  
- 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
-  
- ApiVersion - Enum in org.springframework.boot.actuate.endpoint.http
- 
API versions supported for the actuator HTTP API. 
- append(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
- 
- append(String) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
- 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 - Static variable in class org.springframework.boot.loader.tools.StandardLayers
- 
The application layer. 
- APPLICATION_TASK_EXECUTOR_BEAN_NAME - Static variable in class org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration
- 
- ApplicationArguments - Interface in org.springframework.boot
- 
- applicationAvailability() - Method in class org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration
-  
- ApplicationAvailability - Interface in org.springframework.boot.availability
- 
- ApplicationAvailabilityAutoConfiguration - Class in org.springframework.boot.autoconfigure.availability
- 
- ApplicationAvailabilityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration
-  
- ApplicationAvailabilityBean - Class in org.springframework.boot.availability
- 
- ApplicationAvailabilityBean() - Constructor for class org.springframework.boot.availability.ApplicationAvailabilityBean
-  
- applicationConditionEvaluation() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint
-  
- ApplicationContentFilter - Class in org.springframework.boot.loader.tools.layer
- 
ContentFilter that matches application items based on an Ant-style path
 pattern. 
- ApplicationContentFilter(String) - Constructor for class org.springframework.boot.loader.tools.layer.ApplicationContentFilter
-  
- ApplicationContextAssert<C extends ApplicationContext> - Class in org.springframework.boot.test.context.assertj
- 
- ApplicationContextAssert.Scope - Enum in org.springframework.boot.test.context.assertj
- 
The scope of an assertion. 
- ApplicationContextAssertProvider<C extends ApplicationContext> - Interface in org.springframework.boot.test.context.assertj
- 
- ApplicationContextFactory - Interface in org.springframework.boot
- 
- ApplicationContextFilterConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration
-  
- ApplicationContextHeaderFilter - Class in org.springframework.boot.web.servlet.filter
- 
- 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
- 
- ApplicationContextRequestMatcher<C> - Class in org.springframework.boot.security.servlet
- 
- ApplicationContextRequestMatcher(Class<? extends C>) - Constructor for class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
-  
- ApplicationContextRunner - Class in org.springframework.boot.test.context.runner
- 
- ApplicationContextRunner() - Constructor for class org.springframework.boot.test.context.runner.ApplicationContextRunner
- 
- ApplicationContextRunner(Supplier<ConfigurableApplicationContext>) - Constructor for class org.springframework.boot.test.context.runner.ApplicationContextRunner
- 
- ApplicationContextServerWebExchangeMatcher<C> - Class in org.springframework.boot.security.reactive
- 
- 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
- 
- ApplicationEnvironmentPreparedEvent(SpringApplication, String[], ConfigurableEnvironment) - Constructor for class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
- 
- ApplicationEnvironmentPreparedEvent(ConfigurableBootstrapContext, SpringApplication, String[], ConfigurableEnvironment) - Constructor for class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
- 
- ApplicationFailedEvent - Class in org.springframework.boot.context.event
- 
- ApplicationFailedEvent(SpringApplication, String[], ConfigurableApplicationContext, Throwable) - Constructor for class org.springframework.boot.context.event.ApplicationFailedEvent
- 
- ApplicationHome - Class in org.springframework.boot.system
- 
Provides access to the application home directory. 
- ApplicationHome() - Constructor for class org.springframework.boot.system.ApplicationHome
- 
- ApplicationHome(Class<?>) - Constructor for class org.springframework.boot.system.ApplicationHome
- 
- 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
- 
- ApplicationPidFileWriter() - Constructor for class org.springframework.boot.context.ApplicationPidFileWriter
- 
- ApplicationPidFileWriter(String) - Constructor for class org.springframework.boot.context.ApplicationPidFileWriter
- 
- ApplicationPidFileWriter(File) - Constructor for class org.springframework.boot.context.ApplicationPidFileWriter
- 
- ApplicationPreparedEvent - Class in org.springframework.boot.context.event
- 
- ApplicationPreparedEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationPreparedEvent
- 
- 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
- 
- 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
- 
- ApplicationStartingEvent - Class in org.springframework.boot.context.event
- 
- ApplicationStartingEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.ApplicationStartingEvent
- 
- ApplicationStartingEvent(ConfigurableBootstrapContext, SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.ApplicationStartingEvent
- 
- applicationStartup(ApplicationStartup) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
- 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
- 
- ApplicationTemp(Class<?>) - Constructor for class org.springframework.boot.system.ApplicationTemp
- 
- 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(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.HealthContributorNameFactory
-  
- 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(LogFile, PropertyResolver) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
-  
- apply() - Method in class org.springframework.boot.logging.LoggingSystemProperties
-  
- apply(LogFile) - Method in class org.springframework.boot.logging.LoggingSystemProperties
-  
- apply(LogFile, PropertyResolver) - 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(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
- 
- 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(ConfigurableEnvironment) - Static method in class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
- 
- applyTo(ConfigurableEnvironment, ResourceLoader, ConfigurableBootstrapContext, String...) - Static method in class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
- 
- applyTo(ConfigurableEnvironment, ResourceLoader, ConfigurableBootstrapContext, Collection<String>) - Static method in class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
- 
- applyTo(ConfigurableEnvironment, ResourceLoader, ConfigurableBootstrapContext, Collection<String>, ConfigDataEnvironmentUpdateListener) - Static method in class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
- 
- applyTo(Properties) - Method in class org.springframework.boot.logging.LogFile
- 
Apply log file details to LOG_PATHandLOG_FILEmap 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
- 
- applyToSystemProperties() - Method in class org.springframework.boot.logging.LogFile
- 
Apply log file details to LOG_PATHandLOG_FILEsystem 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
- 
- 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
- 
- 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
- 
- 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 Configurationbefore it is used by an auto-configuredEmbeddedActiveMQinstance.
 
- 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. 
- asBindTarget() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
- 
Return a  Bindable instance suitable that can be used as a target for the
  Binder. 
- 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
- 
- AssertableReactiveWebApplicationContext - Interface in org.springframework.boot.test.context.assertj
- 
- AssertableWebApplicationContext - Interface in org.springframework.boot.test.context.assertj
- 
- assertThat() - Method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
- 
- assertThat() - Method in class org.springframework.boot.test.json.JsonContent
- 
- assertThat() - Method in class org.springframework.boot.test.json.ObjectContent
-  
- assignTo(HttpOutputMessage) - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
- 
- asTag() - Method in enum org.springframework.boot.actuate.metrics.http.Outcome
- 
Returns the Outcomeas aTagnamedoutcome.
 
- 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
- 
- AtlasMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasMetricsExportAutoConfiguration
-  
- AtlasProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.atlas
- 
- 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
- 
- AtomikosDependsOnBeanFactoryPostProcessor() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
-  
- AtomikosProperties - Class in org.springframework.boot.jta.atomikos
- 
- 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
- 
- 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
- 
- AuditApplicationEvent(String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
- 
- AuditApplicationEvent(String, String, String...) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
- 
- AuditApplicationEvent(Instant, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
- 
- AuditApplicationEvent(AuditEvent) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
- 
- 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
- 
- AuditEventsEndpoint - Class in org.springframework.boot.actuate.audit
- 
- 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
- 
- 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
- 
- 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() - Constructor for class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Authentication
-  
- 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
- 
- 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
- 
- AuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthorizationAuditListener
-  
- 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.factoriesto limit the
 auto-configuration classes considered.
 
- AutoConfigurationImportListener - Interface in org.springframework.boot.autoconfigure
- 
Listener that can be registered with spring.factoriesto receive details of
 imported auto-configurations.
 
- AutoConfigurationImportSelector - Class in org.springframework.boot.autoconfigure
- 
- 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
- 
- 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. 
- AutoConfigureAnnotationProcessor - Class in org.springframework.boot.autoconfigureprocessor
- 
Annotation processor to store certain annotations from auto-configuration classes in a
 property file. 
- AutoConfigureAnnotationProcessor() - Constructor for class org.springframework.boot.autoconfigureprocessor.AutoConfigureAnnotationProcessor
-  
- AutoConfigureBefore - Annotation Type in org.springframework.boot.autoconfigure
- 
Hint 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. 
- AutoConfigureDataCassandra - Annotation Type in org.springframework.boot.test.autoconfigure.data.cassandra
- 
- AutoConfigureDataJdbc - Annotation Type in org.springframework.boot.test.autoconfigure.data.jdbc
- 
- AutoConfigureDataJpa - Annotation Type in org.springframework.boot.test.autoconfigure.orm.jpa
- 
- AutoConfigureDataLdap - Annotation Type in org.springframework.boot.test.autoconfigure.data.ldap
- 
- AutoConfigureDataMongo - Annotation Type in org.springframework.boot.test.autoconfigure.data.mongo
- 
- AutoConfigureDataNeo4j - Annotation Type in org.springframework.boot.test.autoconfigure.data.neo4j
- 
- AutoConfigureDataR2dbc - Annotation Type in org.springframework.boot.test.autoconfigure.data.r2dbc
- 
- AutoConfigureDataRedis - Annotation Type in org.springframework.boot.test.autoconfigure.data.redis
- 
- AutoConfigureJdbc - Annotation Type in org.springframework.boot.test.autoconfigure.jdbc
- 
- AutoConfigureJooq - Annotation Type in org.springframework.boot.test.autoconfigure.jooq
- 
- AutoConfigureJson - Annotation Type in org.springframework.boot.test.autoconfigure.json
- 
- 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. 
- AutoConfigureMetrics - Annotation Type in org.springframework.boot.test.autoconfigure.actuate.metrics
- 
Annotation that can be applied to a test class to enable auto-configuration for metrics
 exporters. 
- 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. 
- AutoConfigureMockWebServiceServer - Annotation Type in org.springframework.boot.test.autoconfigure.webservices.client
- 
Annotation that can be applied to a test class to enable and configure
 auto-configuration of a single MockWebServiceServer.
 
- 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 the 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
- 
- AutoConfigureWebMvc - Annotation Type in org.springframework.boot.test.autoconfigure.web.servlet
- 
- AutoConfigureWebServiceClient - Annotation Type in org.springframework.boot.test.autoconfigure.webservices.client
- 
Annotation that can be applied to a test class to enable and configure
 auto-configuration of web service clients. 
- 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 Timersautomatically instead of using@Timed.
 
- AvailabilityChangeEvent<S extends AvailabilityState> - Class in org.springframework.boot.availability
- 
- AvailabilityChangeEvent(Object, S) - Constructor for class org.springframework.boot.availability.AvailabilityChangeEvent
- 
- AvailabilityHealthContributorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.availability
- 
- AvailabilityHealthContributorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration
-  
- AvailabilityProbesAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.availability
- 
- AvailabilityProbesAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesAutoConfiguration
-  
- availabilityProbesHealthEndpointGroupsPostProcessor() - Method in class org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesAutoConfiguration
-  
- AvailabilityState - Interface in org.springframework.boot.availability
- 
- AvailabilityStateHealthIndicator - Class in org.springframework.boot.actuate.availability
- 
- AvailabilityStateHealthIndicator(ApplicationAvailability, Class<S>, Consumer<AvailabilityStateHealthIndicator.StatusMappings<S>>) - Constructor for class org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator
- 
- AvailabilityStateHealthIndicator.StatusMappings<S extends AvailabilityState> - Interface in org.springframework.boot.actuate.availability
- 
Callback used to add status mappings. 
- 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.