Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbandonedRunException() - Constructor for exception org.springframework.boot.SpringApplication.AbandonedRunException
- 
Create a newSpringApplication.AbandonedRunExceptioninstance.
- AbandonedRunException(ConfigurableApplicationContext) - Constructor for exception org.springframework.boot.SpringApplication.AbandonedRunException
- 
Create a newSpringApplication.AbandonedRunExceptioninstance with the given application context.
- ABORT - Enum constant in enum class org.springframework.boot.devtools.restart.FailureHandler.Outcome
- 
Abort the relaunch.
- ABSENT - Enum constant in enum class org.springframework.boot.context.properties.source.ConfigurationPropertyState
- 
TheConfigurationPropertySourcehas no matchingConfigurationProperties.
- AbstractApplicationContextRunner<SELF extends AbstractApplicationContextRunner<SELF,C, A>, C extends ConfigurableApplicationContext, A extends ApplicationContextAssertProvider<C>> - Class in org.springframework.boot.test.context.runner 
- 
Utility design to run anApplicationContextand provide AssertJ style assertions.
- AbstractApplicationContextRunner(Supplier<C>, Function<AbstractApplicationContextRunner.RunnerConfiguration<C>, SELF>) - Constructor for class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
- 
Create a newAbstractApplicationContextRunnerinstance.
- AbstractApplicationContextRunner(AbstractApplicationContextRunner.RunnerConfiguration<C>, Function<AbstractApplicationContextRunner.RunnerConfiguration<C>, SELF>) - Constructor for class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
- 
Create a newAbstractApplicationContextRunnerinstance.
- AbstractApplicationContextRunner.BeanRegistration<T> - Class in org.springframework.boot.test.context.runner
- 
A Bean registration to be applied when the context loaded.
- AbstractApplicationContextRunner.RunnerConfiguration<C extends ConfigurableApplicationContext> - Class in org.springframework.boot.test.context.runner
- AbstractAuditListener - Class in org.springframework.boot.actuate.audit.listener
- 
AbstractApplicationListenerto handleAuditApplicationEvents.
- 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
- 
AbstractApplicationListenerto expose Spring Securityauthorization deniedandauthorization grantedevents asAuditEvents.
- AbstractAuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
- AbstractBeansOfTypeDatabaseInitializerDetector - Class in org.springframework.boot.sql.init.dependency
- 
Base class forDatabaseInitializerDetectorsthat detect database initializer beans by type.
- AbstractBeansOfTypeDatabaseInitializerDetector() - Constructor for class org.springframework.boot.sql.init.dependency.AbstractBeansOfTypeDatabaseInitializerDetector
- AbstractBeansOfTypeDependsOnDatabaseInitializationDetector - Class in org.springframework.boot.sql.init.dependency
- 
Base class forDependsOnDatabaseInitializationDetectorsthat detect by type beans that depend upon database initialization.
- AbstractBeansOfTypeDependsOnDatabaseInitializationDetector() - Constructor for class org.springframework.boot.sql.init.dependency.AbstractBeansOfTypeDependsOnDatabaseInitializationDetector
- AbstractBindHandler - Class in org.springframework.boot.context.properties.bind
- 
Abstract base class forBindHandlerimplementations.
- 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.
- 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.
- AbstractCompositeHealthContributorConfiguration(Function<B, I>) - Constructor for class org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration
- 
Creates aAbstractCompositeHealthContributorConfigurationthat will use the givenindicatorFactoryto create health indicator instances.
- AbstractConfigurableWebServerFactory - Class in org.springframework.boot.web.server
- 
Abstract base class forConfigurableWebServerFactoryimplementations.
- AbstractConfigurableWebServerFactory() - Constructor for class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- 
Create a newAbstractConfigurableWebServerFactoryinstance.
- AbstractConfigurableWebServerFactory(int) - Constructor for class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- 
Create a newAbstractConfigurableWebServerFactoryinstance with the specified port.
- AbstractConnectionFactoryConfigurer<T extends org.springframework.amqp.rabbit.connection.AbstractConnectionFactory> - Class in org.springframework.boot.autoconfigure.amqp
- 
ConfiguresRabbit ConnectionFactorywith sensible defaults.
- AbstractConnectionFactoryConfigurer(RabbitProperties) - Constructor for class org.springframework.boot.autoconfigure.amqp.AbstractConnectionFactoryConfigurer
- 
Creates a new configurer that will configure the connection factory using the givenproperties.
- AbstractConnectionFactoryConfigurer(RabbitProperties, RabbitConnectionDetails) - Constructor for class org.springframework.boot.autoconfigure.amqp.AbstractConnectionFactoryConfigurer
- 
Creates a new configurer that will configure the connection factory using the givenpropertiesandconnectionDetails, with the latter taking priority.
- AbstractDataSourcePoolMetadata<T extends DataSource> - Class in org.springframework.boot.jdbc.metadata
- 
A baseDataSourcePoolMetadataimplementation.
- 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 aBeanFactoryPostProcessorthat 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<?>...) - Constructor for class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
- 
Create an instance with target bean class and dependency types.
- 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<?>, 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<?>, String...) - Constructor for class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
- 
Create an instance with target bean class and dependency names.
- AbstractDiscoveredEndpoint<O extends Operation> - Class in org.springframework.boot.actuate.endpoint.annotation
- 
Abstract base class forendpointsdiscovered by aEndpointDiscoverer.
- AbstractDiscoveredEndpoint(EndpointDiscoverer<?, ?>, Object, EndpointId, boolean, Collection<? extends O>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
- 
Create a newAbstractDiscoveredEndpointinstance.
- AbstractDiscoveredOperation - Class in org.springframework.boot.actuate.endpoint.annotation
- 
Abstract base class forendpoints operationsdiscovered by aEndpointDiscoverer.
- AbstractDiscoveredOperation(DiscoveredOperationMethod, OperationInvoker) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
- 
Create a newAbstractDiscoveredOperationinstance.
- AbstractErrorController - Class in org.springframework.boot.autoconfigure.web.servlet.error
- 
Abstract base class for error@Controllerimplementations.
- AbstractErrorController(ErrorAttributes) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
- AbstractErrorController(ErrorAttributes, List<ErrorViewResolver>) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
- AbstractErrorWebExceptionHandler - Class in org.springframework.boot.autoconfigure.web.reactive.error
- 
Abstract base class forErrorWebExceptionHandlerimplementations.
- AbstractErrorWebExceptionHandler(ErrorAttributes, WebProperties.Resources, ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
- 
Create a newAbstractErrorWebExceptionHandler.
- AbstractExposableEndpoint<O extends Operation> - Class in org.springframework.boot.actuate.endpoint
- 
Abstract base class forExposableEndpointimplementations.
- AbstractExposableEndpoint(EndpointId, boolean, Collection<? extends O>) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
- 
Create a newAbstractExposableEndpointinstance.
- AbstractFailureAnalyzer<T extends Throwable> - Class in org.springframework.boot.diagnostics
- 
Abstract base class for mostFailureAnalyzerimplementations.
- AbstractFailureAnalyzer() - Constructor for class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
- AbstractFilterRegistrationBean<T extends Filter> - Class in org.springframework.boot.web.servlet
- 
Abstract baseServletContextInitializerto registerFilters in a Servlet 3.0+ container.
- AbstractHealthIndicator - Class in org.springframework.boot.actuate.health
- 
BaseHealthIndicatorimplementations that encapsulates creation ofHealthinstance and error handling.
- AbstractHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
- 
Create a newAbstractHealthIndicatorinstance with a defaulthealthCheckFailedMessage.
- AbstractHealthIndicator(String) - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
- 
Create a newAbstractHealthIndicatorinstance with a specific message to log when the health check fails.
- AbstractHealthIndicator(Function<Exception, String>) - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
- 
Create a newAbstractHealthIndicatorinstance with a specific message to log when the health check fails.
- AbstractInjectionFailureAnalyzer<T extends Throwable> - Class in org.springframework.boot.diagnostics.analyzer
- 
Abstract base class for aFailureAnalyzerthat handles some kind of injection failure.
- AbstractInjectionFailureAnalyzer() - Constructor for class org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
- AbstractJettyMetricsBinder - Class in org.springframework.boot.actuate.metrics.web.jetty
- 
Base class for binding Jetty metrics in response to anApplicationStartedEvent.
- AbstractJettyMetricsBinder() - Constructor for class org.springframework.boot.actuate.metrics.web.jetty.AbstractJettyMetricsBinder
- AbstractJsonMarshalTester<T> - Class in org.springframework.boot.test.json
- 
Base class for AssertJ based JSON marshal testers.
- AbstractJsonMarshalTester() - Constructor for class org.springframework.boot.test.json.AbstractJsonMarshalTester
- 
Create a new uninitializedAbstractJsonMarshalTesterinstance.
- AbstractJsonMarshalTester(Class<?>, ResolvableType) - Constructor for class org.springframework.boot.test.json.AbstractJsonMarshalTester
- 
Create a newAbstractJsonMarshalTesterinstance.
- AbstractJsonMarshalTester.FieldInitializer<M> - Class in org.springframework.boot.test.json
- 
Utility class used to support field initialization.
- AbstractJsonParser - Class in org.springframework.boot.json
- 
Base class for parsers wrapped or implemented in this package.
- AbstractJsonParser() - Constructor for class org.springframework.boot.json.AbstractJsonParser
- AbstractLoggingSystem - Class in org.springframework.boot.logging
- 
Abstract base class forLoggingSystemimplementations.
- 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 andLogLevel.
- 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
- 
ConfigureRabbitListenerContainerFactorywith sensible defaults.
- AbstractRabbitListenerContainerFactoryConfigurer(RabbitProperties) - Constructor for class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
- 
Creates a new configurer that will use the givenrabbitProperties.
- AbstractReactiveHealthIndicator - Class in org.springframework.boot.actuate.health
- 
BaseReactiveHealthIndicatorimplementations that encapsulates creation ofHealthinstance and error handling.
- AbstractReactiveHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
- 
Create a newAbstractReactiveHealthIndicatorinstance with a defaulthealthCheckFailedMessage.
- AbstractReactiveHealthIndicator(String) - Constructor for class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
- 
Create a newAbstractReactiveHealthIndicatorinstance with a specific message to log when the health check fails.
- AbstractReactiveHealthIndicator(Function<Throwable, String>) - Constructor for class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
- 
Create a newAbstractReactiveHealthIndicatorinstance with a specific message to log when the health check fails.
- AbstractReactiveWebServerFactory - Class in org.springframework.boot.web.reactive.server
- 
Abstract base class forReactiveWebServerFactoryimplementations.
- 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
- 
BaseImportBeanDefinitionRegistrarused to auto-configure Spring Data Repositories.
- AbstractRepositoryConfigurationSourceSupport() - Constructor for class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
- AbstractScriptDatabaseInitializer - Class in org.springframework.boot.sql.init
- 
Base class for anInitializingBeanthat performs SQL database initialization using schema (DDL) and data (DML) scripts.
- AbstractScriptDatabaseInitializer(DatabaseInitializationSettings) - Constructor for class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer
- 
Creates a newAbstractScriptDatabaseInitializerthat will initialize the database using the given settings.
- AbstractScriptDatabaseInitializer.Scripts - Class in org.springframework.boot.sql.init
- 
Scripts to be used to initialize the database.
- AbstractServletWebServerFactory - Class in org.springframework.boot.web.servlet.server
- 
Abstract base class forConfigurableServletWebServerFactoryimplementations.
- AbstractServletWebServerFactory() - Constructor for class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- 
Create a newAbstractServletWebServerFactoryinstance.
- AbstractServletWebServerFactory(int) - Constructor for class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- 
Create a newAbstractServletWebServerFactoryinstance with the specified port.
- AbstractServletWebServerFactory(String, int) - Constructor for class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- 
Create a newAbstractServletWebServerFactoryinstance with the specified context path and port.
- AbstractTemplateViewResolverProperties - Class in org.springframework.boot.autoconfigure.template
- 
Base class for@ConfigurationPropertiesof aAbstractTemplateViewResolver.
- AbstractTemplateViewResolverProperties(String, String) - Constructor for class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
- AbstractViewResolverProperties - Class in org.springframework.boot.autoconfigure.template
- 
Base class for@ConfigurationPropertiesof aViewResolver.
- AbstractViewResolverProperties() - Constructor for class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
- AbstractWebFluxEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.reactive
- 
A customHandlerMappingthat 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 newAbstractWebFluxEndpointHandlerMappingthat provides mappings for the operations of the givenwebEndpoints.
- AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker - Class in org.springframework.boot.actuate.endpoint.web.reactive
- 
AnOperationInvokerthat performs the invocation of a blocking operation on a separate thread using Reactor'sbounded elastic scheduler.
- AbstractWebFluxEndpointHandlerMapping.ExceptionCapturingInvoker - Class in org.springframework.boot.actuate.endpoint.web.reactive
- AbstractWebFluxEndpointHandlerMapping.LinksHandler - Interface in org.springframework.boot.actuate.endpoint.web.reactive
- 
Reactive handler providing actuator links at the root endpoint.
- AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation - Interface in org.springframework.boot.actuate.endpoint.web.reactive
- 
A reactive web operation that can be handled by WebFlux.
- AbstractWebMvcEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.servlet
- 
A customHandlerMappingthat makesweb endpointsavailable over HTTP using Spring MVC.
- AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
- 
Creates a newWebEndpointHandlerMappingthat 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 newAbstractWebMvcEndpointHandlerMappingthat 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(C) - Method in interface org.springframework.boot.test.context.runner.ContextConsumer
- 
Performs this operation on the suppliedcontext.
- accept(Meter.Id) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.OnlyOnceLoggingDenyMeterFilter
- accept(Meter.Id) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.PropertiesMeterFilter
- accept(File) - Method in class org.springframework.boot.devtools.autoconfigure.TriggerFileFilter
- ACCEPT_HEADER - Enum constant in enum class org.springframework.boot.autoconfigure.web.WebProperties.LocaleResolver
- 
Use the "Accept-Language" header or the configured locale if the header is not set.
- ACCEPTING_TRAFFIC - Enum constant in enum class org.springframework.boot.availability.ReadinessState
- 
The application is ready to receive traffic.
- 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.
- ACCESS_DENIED - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
- 
Access Denied.
- AccessLevel - Enum Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry
- 
The specific access level granted to the cloud foundry user that's calling the endpoints.
- Accesslog() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
- Accesslog() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
- Accesslog() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
- AccessManager - Interface in org.springframework.boot.devtools.remote.server
- 
Provides access control for aDispatcher.
- 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
- AcknowledgeMode - Class in org.springframework.boot.autoconfigure.jms
- 
Acknowledge modes for a JMS Session.
- Acs() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.Registration.Acs
- ActiveMQAutoConfiguration - Class in org.springframework.boot.autoconfigure.jms.activemq
- 
Auto-configurationto integrate with an ActiveMQ broker.
- ActiveMQAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQAutoConfiguration
- ActiveMQConnectionDetails - Interface in org.springframework.boot.autoconfigure.jms.activemq
- 
Details required to establish a connection to an ActiveMQ service.
- ActiveMQConnectionFactoryCustomizer - Interface in org.springframework.boot.autoconfigure.jms.activemq
- 
Callback interface that can be implemented by beans wishing to customize theActiveMQConnectionFactorywhilst 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
- adapt(CharSequence, char) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Create aConfigurationPropertyNameby adapting the given source.
- adapt(HealthContributor) - Static method in interface org.springframework.boot.actuate.health.ReactiveHealthContributor
- 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(Runnable) - Method in interface org.springframework.boot.SpringApplicationShutdownHandlers
- 
Add an action to the handlers that will be run when the JVM exits.
- add(String, String) - Method in class org.springframework.boot.web.server.MimeMappings
- 
Add a new mime mapping.
- add(String, ClassLoaderFile) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceDirectory
- 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(HttpExchange) - Method in interface org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository
- 
Adds anHttpExchangeinstance to the repository.
- add(HttpExchange) - Method in class org.springframework.boot.actuate.web.exchanges.InMemoryHttpExchangeRepository
- add(Condition, ConditionOutcome) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
- add(S, Status) - Method in interface org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator.StatusMappings
- 
Add a new status mapping .
- ADD - Enum constant in enum class org.springframework.boot.devtools.filewatch.ChangedFile.Type
- 
A new file has been added.
- addAdaptableBeans(ListableBeanFactory) - Method in class org.springframework.boot.web.servlet.ServletContextInitializerBeans
- addAdditionalTomcatConnectors(Connector...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
AddConnectors in addition to the default connector, e.g.
- addAdditionalTomcatConnectors(Connector...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
AddConnectors in addition to the default connector, e.g.
- addAliases(String, String...) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
- addAliases(ConfigurationPropertyName, ConfigurationPropertyName...) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
- addAll(ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
- 
Add all elements items from the specifiedClassLoaderFilesto this instance.
- addApplicationConverters(ConverterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
- 
Add converters useful for most Spring Boot applications.
- addApplicationFormatters(FormatterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
- 
Add formatters useful for most Spring Boot applications.
- addAsRegistrationBean(ListableBeanFactory, Class<T>, ServletContextInitializerBeans.RegistrationBeanAdapter<T>) - Method in class org.springframework.boot.web.servlet.ServletContextInitializerBeans
- addBeans(FormatterRegistry, ListableBeanFactory) - Static method in class org.springframework.boot.convert.ApplicationConversionService
- addBootstrapRegistryInitializer(BootstrapRegistryInitializer) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
AddsBootstrapRegistryInitializerinstances that can be used to initialize theBootstrapRegistry.
- addBootstrapRegistryInitializer(BootstrapRegistryInitializer) - Method in class org.springframework.boot.SpringApplication
- 
AddsBootstrapRegistryInitializerinstances that can be used to initialize theBootstrapRegistry.
- addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
- 
AddUndertowBuilderCustomizers that should be used to customize the UndertowUndertow.Builder.
- addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- addBundleUpdateHandler(String, Consumer<SslBundle>) - Method in class org.springframework.boot.ssl.DefaultSslBundleRegistry
- addBundleUpdateHandler(String, Consumer<SslBundle>) - Method in interface org.springframework.boot.ssl.SslBundles
- 
Add a handler that will be called each time the named bundle is updated.
- addClassLoaderFiles(ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.Restarter
- 
Add additionalClassLoaderFilesto be included in the next restart.
- addCloseListener(ApplicationListener<BootstrapContextClosedEvent>) - Method in interface org.springframework.boot.BootstrapRegistry
- 
Add anApplicationListenerthat will be called with aBootstrapContextClosedEventwhen theBootstrapContextis closed and theApplicationContexthas been prepared.
- addCloseListener(ApplicationListener<BootstrapContextClosedEvent>) - Method in class org.springframework.boot.DefaultBootstrapContext
- addCommandLineProperties(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Flag to indicate that command line arguments should be added to the environment.
- addConfigurations(Configuration...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
AddConfigurations that will be applied to theWebAppContextbefore the server is started.
- addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
- 
AddTomcatConnectorCustomizers that should be added to the TomcatConnector.
- addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
AddTomcatConnectorCustomizers that should be added to the TomcatConnector.
- addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- addContextCustomizers(TomcatContextCustomizer...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
- 
AddTomcatContextCustomizers that should be added to the TomcatContext.
- addContextCustomizers(TomcatContextCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
AddTomcatContextCustomizers that should be added to the TomcatContext.
- addContextCustomizers(TomcatContextCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- addContextLifecycleListeners(LifecycleListener...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
AddLifecycleListeners that should be added to the TomcatContext.
- addContextLifecycleListeners(LifecycleListener...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
AddLifecycleListeners that should be added to the TomcatContext.
- addContextValves(Valve...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- addConverter(Class<S>, Class<T>, Converter<? super S, ? extends T>) - Method in class org.springframework.boot.convert.ApplicationConversionService
- addConverter(Converter<?, ?>) - Method in class org.springframework.boot.convert.ApplicationConversionService
- addConverter(GenericConverter) - Method in class org.springframework.boot.convert.ApplicationConversionService
- addConverterFactory(ConverterFactory<?, ?>) - Method in class org.springframework.boot.convert.ApplicationConversionService
- addCookieSameSiteSuppliers(CookieSameSiteSupplier...) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- addCookieSameSiteSuppliers(CookieSameSiteSupplier...) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
- 
AddCookieSameSiteSuppliersto those that should be used to obtain theCookie.SameSiteattribute of any added cookie.
- addCorsMappings(CorsRegistry) - Method in class org.springframework.boot.autoconfigure.graphql.reactive.GraphQlWebFluxAutoConfiguration.GraphQlEndpointCorsConfiguration
- addCorsMappings(CorsRegistry) - Method in class org.springframework.boot.autoconfigure.graphql.servlet.GraphQlWebMvcAutoConfiguration.GraphQlEndpointCorsConfiguration
- addDefaultServlet(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Add Jetty'sDefaultServletto 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.
- addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- 
AddUndertowDeploymentInfoCustomizers that should be used to customize the UndertowDeploymentInfo.
- ADDED - Enum constant in enum class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile.Kind
- 
The file has been added since the original JAR was created.
- addEngineValves(Valve...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
- 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, String, ClassLoaderFile) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
- 
Add a singleClassLoaderFileto the collection.
- addFile(String, ClassLoaderFile) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
- 
Add a singleClassLoaderFileto the collection.
- addFilter(Predicate<StartupStep>) - Method in class org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup
- 
Add a predicate filter to the list of existing ones.
- addFilters() - Element in annotation interface org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc
- 
If filters from the application context should be registered with MockMVC.
- addFormatter(Formatter<?>) - Method in class org.springframework.boot.convert.ApplicationConversionService
- addFormatterForFieldAnnotation(AnnotationFormatterFactory<? extends Annotation>) - Method in class org.springframework.boot.convert.ApplicationConversionService
- addFormatterForFieldType(Class<?>, Formatter<?>) - Method in class org.springframework.boot.convert.ApplicationConversionService
- addFormatterForFieldType(Class<?>, Printer<?>, Parser<?>) - Method in class org.springframework.boot.convert.ApplicationConversionService
- 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(ServletContextInitializer...) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- addInitializers(ServletContextInitializer...) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
- 
AddServletContextInitializers to those that should be applied in addition toServletWebServerFactory.getWebServer(ServletContextInitializer...)parameters.
- addInitializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.boot.SpringApplication
- 
AddApplicationContextInitializers to be applied to the SpringApplicationContext.
- 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(Iterable<? extends SimpleAsyncTaskExecutorCustomizer>) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
- 
Addcustomizersthat should be applied to theSimpleAsyncTaskExecutor.
- additionalCustomizers(Iterable<? extends SimpleAsyncTaskSchedulerCustomizer>) - Method in class org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
- 
Addcustomizersthat should be applied to theSimpleAsyncTaskScheduler.
- additionalCustomizers(Iterable<? extends ThreadPoolTaskExecutorCustomizer>) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
- 
AddThreadPoolTaskExecutorCustomizersthat should be applied to theThreadPoolTaskExecutor.
- additionalCustomizers(Iterable<? extends ThreadPoolTaskSchedulerCustomizer>) - Method in class org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
- 
AddthreadPoolTaskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler.
- additionalCustomizers(Iterable<TaskExecutorCustomizer>) - Method in class org.springframework.boot.task.TaskExecutorBuilder
- 
Deprecated.AddTaskExecutorCustomizersthat should be applied to theThreadPoolTaskExecutor.
- additionalCustomizers(Iterable<TaskSchedulerCustomizer>) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
- 
Deprecated.AddtaskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler.
- additionalCustomizers(Collection<? extends RestTemplateCustomizer>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
AddRestTemplateCustomizersthat should be applied to theRestTemplate.
- additionalCustomizers(Collection<? extends WebServiceTemplateCustomizer>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Add additionalWebServiceTemplateCustomizersthat should be applied to theWebServiceTemplate.
- additionalCustomizers(SimpleAsyncTaskExecutorCustomizer...) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
- 
Addcustomizersthat should be applied to theSimpleAsyncTaskExecutor.
- additionalCustomizers(SimpleAsyncTaskSchedulerCustomizer...) - Method in class org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
- 
Addcustomizersthat should be applied to theSimpleAsyncTaskScheduler.
- additionalCustomizers(TaskExecutorCustomizer...) - Method in class org.springframework.boot.task.TaskExecutorBuilder
- 
Deprecated.AddTaskExecutorCustomizersthat should be applied to theThreadPoolTaskExecutor.
- additionalCustomizers(TaskSchedulerCustomizer...) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
- 
Deprecated.AddtaskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler.
- additionalCustomizers(ThreadPoolTaskExecutorCustomizer...) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
- 
AddThreadPoolTaskExecutorCustomizersthat should be applied to theThreadPoolTaskExecutor.
- additionalCustomizers(ThreadPoolTaskSchedulerCustomizer...) - Method in class org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
- 
AddthreadPoolTaskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler.
- additionalCustomizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
AddRestTemplateCustomizersthat should be applied to theRestTemplate.
- additionalCustomizers(WebServiceTemplateCustomizer...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Add additionalWebServiceTemplateCustomizersthat should be applied to theWebServiceTemplate.
- AdditionalHealthEndpointPath - Class in org.springframework.boot.actuate.health
- 
Value object that represents an additional path for aHealthEndpointGroup.
- AdditionalHealthEndpointPathsWebFluxHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.reactive
- 
A customHandlerMappingthat allows health groups to be mapped to an additional path.
- AdditionalHealthEndpointPathsWebFluxHandlerMapping(EndpointMapping, ExposableWebEndpoint, Set<HealthEndpointGroup>) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.AdditionalHealthEndpointPathsWebFluxHandlerMapping
- AdditionalHealthEndpointPathsWebMvcHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.servlet
- 
A customHandlerMappingthat allows health groups to be mapped to an additional path.
- AdditionalHealthEndpointPathsWebMvcHandlerMapping(ExposableWebEndpoint, Set<HealthEndpointGroup>) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.AdditionalHealthEndpointPathsWebMvcHandlerMapping
- additionalInterceptors(Collection<? extends ClientHttpRequestInterceptor>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Add additionalClientHttpRequestInterceptorsthat should be used with theRestTemplate.
- additionalInterceptors(Collection<? extends ClientInterceptor>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Add additionalClientInterceptorsthat should be used with theWebServiceTemplate.
- additionalInterceptors(ClientHttpRequestInterceptor...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Add additionalClientHttpRequestInterceptorsthat should be used with theRestTemplate.
- additionalInterceptors(ClientInterceptor...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Add additionalClientInterceptorsthat should be used with theWebServiceTemplate.
- additionalMessageConverters(Collection<? extends HttpMessageConverter<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Add additionalHttpMessageConvertersthat should be used with theRestTemplate.
- additionalMessageConverters(HttpMessageConverter<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Add additionalHttpMessageConvertersthat should be used with theRestTemplate.
- additionalMessageSenders(Collection<? extends WebServiceMessageSender>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Add additionalWebServiceMessageSendersthat should be used with theWebServiceTemplate.
- additionalMessageSenders(WebServiceMessageSender...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Add additionalWebServiceMessageSendersthat should be used with theWebServiceTemplate.
- additionalRequestCustomizers(Collection<? extends RestTemplateRequestCustomizer<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Add theRestTemplateRequestCustomizersthat should be applied to theClientHttpRequest.
- additionalRequestCustomizers(RestTemplateRequestCustomizer<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Add theRestTemplateRequestCustomizersthat should be applied to theClientHttpRequest.
- addJspServlet(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Add Jetty'sJspServletto the givenWebAppContext.
- addListener(FileChangeListener) - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
- 
Add listener for file change events.
- addListeners(ApplicationListener<?>...) - Method in class org.springframework.boot.SpringApplication
- 
AddApplicationListeners to be applied to the SpringApplication and registered with theApplicationContext.
- addOrMerge(Map<String, Object>, MutablePropertySources) - Static method in class org.springframework.boot.DefaultPropertiesPropertySource
- 
Add a newDefaultPropertiesPropertySourceor merge with an existing one.
- addParser(Parser<?>) - Method in class org.springframework.boot.convert.ApplicationConversionService
- addPrimarySources(Collection<Class<?>>) - Method in class org.springframework.boot.SpringApplication
- 
Add additional items to the primary sources that will be added to an ApplicationContext whenSpringApplication.run(String...)is called.
- addPrinter(Printer<?>) - Method in class org.springframework.boot.convert.ApplicationConversionService
- addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
- 
AddTomcatProtocolHandlerCustomizers that should be added to the TomcatConnector.
- addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
AddTomcatProtocolHandlerCustomizers that should be added to the TomcatConnector.
- addProtocolHandlerCustomizers(TomcatProtocolHandlerCustomizer<?>...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
AddTomcatProtocolHandlerCustomizers that should be added to the TomcatConnector.
- 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
- addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
- addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
- 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.
- Address(String, int) - Constructor for record class org.springframework.boot.autoconfigure.amqp.RabbitConnectionDetails.Address
- 
Creates an instance of aAddressrecord class.
- addRouteProviders(NettyRouteProvider...) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
- 
AddNettyRouteProviders that should be applied, in order, before the handler for the Spring application.
- addRSocketServerCustomizers(RSocketServerCustomizer...) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- 
AddRSocketServerCustomizers that should be called to configure theRSocketServer.
- addServerCustomizers(JettyServerCustomizer...) - Method in interface org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
- 
AddJettyServerCustomizers that will be applied to theServerbefore it is started.
- addServerCustomizers(JettyServerCustomizer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- addServerCustomizers(JettyServerCustomizer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- addServerCustomizers(NettyServerCustomizer...) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
- 
AddNettyServerCustomizers that should be applied while building the server.
- addServletNames(String...) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- 
Add servlet names for the filter.
- addServletRegistrationBeans(ServletRegistrationBean<?>...) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- 
AddServletRegistrationBeans for the filter.
- 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
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.2.3 for removal in 3.4.0, with no replacement
- 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
- Admin() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Admin
- ADVANCED - Enum constant in enum class org.springframework.boot.autoconfigure.netty.NettyProperties.LeakDetection
- 
Detect leaks for 1% of buffers and track where they were accessed.
- after() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfiguration
- 
The auto-configure classes that should have already been applied.
- after() - Static method in enum class org.springframework.boot.test.mock.mockito.MockReset
- 
Createsettingsto be used with mocks where reset should occur after each test method runs.
- AFTER - Enum constant in enum class org.springframework.boot.test.mock.mockito.MockReset
- 
Reset the mock after the test method runs.
- afterAll(ExtensionContext) - Method in class org.springframework.boot.test.system.OutputCaptureExtension
- afterEach(ExtensionContext) - Method in class org.springframework.boot.test.system.OutputCaptureExtension
- afterInvocation(RepositoryMethodInvocationListener.RepositoryMethodInvocation) - Method in class org.springframework.boot.actuate.metrics.data.MetricsRepositoryMethodInvocationListener
- afterName() - Element in annotation interface org.springframework.boot.autoconfigure.AutoConfiguration
- 
The names of the auto-configure classes that should have already been applied.
- 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.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
- 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.JobLauncherApplicationRunner
- 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.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties
- 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.sql.init.AbstractScriptDatabaseInitializer
- afterPropertiesSet() - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsMockMvcBuilderCustomizer
- afterPropertiesSet() - Method in class org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory.ContainerConnectionDetails
- 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.
- afterSingletonsInstantiated() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.orm.jpa.HibernateMetricsAutoConfiguration
- afterTestClass(TestContext) - Method in class org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener
- afterTestMethod(TestContext) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener
- afterTestMethod(TestContext) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener
- 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 a 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
- alias() - Method in interface org.springframework.boot.ssl.pem.PemSslStore
- 
The alias used when setting entries in theKeyStore.
- alias() - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
- 
Returns the value of thealiasrecord component.
- ALL - Enum constant in enum class org.springframework.boot.autoconfigure.condition.SearchStrategy
- 
Search the entire hierarchy.
- ALL - Enum constant in enum class org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.ShowSummaryOutput
- 
Log the summary and output it to the console.
- ALL_REMAINING - Enum constant in enum class org.springframework.boot.actuate.endpoint.annotation.Selector.Match
- 
Capture all remaining times.
- AllNestedConditions - Class in org.springframework.boot.autoconfigure.condition
- 
Conditionthat will match when all nested class conditions match.
- AllNestedConditions(ConfigurationCondition.ConfigurationPhase) - Constructor for class org.springframework.boot.autoconfigure.condition.AllNestedConditions
- allowCircularReferences(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Whether to allow circular references between beans and automatically try to resolve them.
- allowCoreThreadTimeOut(boolean) - Method in class org.springframework.boot.task.TaskExecutorBuilder
- 
Deprecated.Set whether core threads are allowed to time out.
- allowCoreThreadTimeOut(boolean) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
- 
Set whether core threads are allowed to time out.
- always(ConfigData.Option...) - Static method in interface org.springframework.boot.context.config.ConfigData.PropertySourceOptions
- 
Create a newConfigData.PropertySourceOptionsinstance that always returns the same options regardless of the property source.
- always(ConfigData.Options) - Static method in interface org.springframework.boot.context.config.ConfigData.PropertySourceOptions
- 
Create a newConfigData.PropertySourceOptionsinstance that always returns the same options regardless of the property source.
- ALWAYS - Enum constant in enum class org.springframework.boot.actuate.endpoint.Show
- 
Always show the item in the response.
- ALWAYS - Enum constant in enum class org.springframework.boot.ansi.AnsiOutput.Enabled
- 
Enable ANSI-colored output.
- ALWAYS - Enum constant in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeAttribute
- 
Always add error attribute.
- ALWAYS - Enum constant in enum class org.springframework.boot.autoconfigure.web.ErrorProperties.IncludeStacktrace
- 
Always add stacktrace information.
- ALWAYS - Enum constant in enum class org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Readiness.Wait
- 
Always perform readiness checks.
- ALWAYS - Enum constant in enum class org.springframework.boot.sql.init.DatabaseInitializationMode
- 
Always initialize the database.
- ALWAYS - Enum constant in enum class org.springframework.boot.test.context.SpringBootTest.UseMainMethod
- 
Always use themainmethod.
- ALWAYS_NONE - Static variable in interface org.springframework.boot.context.config.ConfigData.PropertySourceOptions
- 
ConfigData.PropertySourceOptionsinstance that always returnsConfigData.Options.NONE.
- ALWAYS_READ - Enum constant in enum class org.springframework.boot.env.ConfigTreePropertySource.Option
- 
Always read the value of the file when accessing the property value.
- alwaysApplying(PropertyMapper.SourceOperator) - Method in class org.springframework.boot.context.properties.PropertyMapper
- 
Return a newPropertyMapperinstance that applies the givenPropertyMapper.SourceOperatorto every source.
- alwaysApplyingWhenNonNull() - Method in class org.springframework.boot.context.properties.PropertyMapper
- 
Return a newPropertyMapperinstance that applieswhenNonNullto every source.
- amqpAdmin(ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
- AmqpContainer() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
- analyze(Throwable) - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
- analyze(Throwable) - Method in interface org.springframework.boot.diagnostics.FailureAnalyzer
- 
Returns an analysis of the givenfailure, ornullif no analysis was possible.
- analyze(Throwable, BeanNotOfRequiredTypeException) - Method in class org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyzer
- analyze(Throwable, T) - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
- 
Returns an analysis of the givenrootFailure, 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 givenrootFailure, ornullif no analysis was possible.
- ANCESTORS - Enum constant in enum class org.springframework.boot.autoconfigure.condition.SearchStrategy
- 
Search all ancestors, but not the current context.
- and(Class<?>, Class<?>) - Method in class org.springframework.boot.jackson.JsonMixinModuleEntries.Builder
- 
Add a mapping for the specified classes.
- and(Iterable<String>) - Method in class org.springframework.boot.test.util.TestPropertyValues
- 
Return a newTestPropertyValuesinstance with additional entries.
- and(String...) - Method in class org.springframework.boot.test.util.TestPropertyValues
- 
Return a newTestPropertyValuesinstance with additional entries.
- and(String, String) - Method in class org.springframework.boot.jackson.JsonMixinModuleEntries.Builder
- 
Add a mapping for the specified class names.
- and(Map<String, String>) - Method in class org.springframework.boot.test.util.TestPropertyValues
- 
Return a newTestPropertyValuesinstance with additional entries.
- and(Stream<String>) - Method in class org.springframework.boot.test.util.TestPropertyValues
- 
Return a newTestPropertyValuesinstance with additional entries.
- and(Stream<T>, Function<T, TestPropertyValues.Pair>) - Method in class org.springframework.boot.test.util.TestPropertyValues
- 
Return a newTestPropertyValuesinstance with additional entries.
- andCondition(Class<? extends Annotation>, Object...) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
- 
Return a new builder to construct a newConditionMessagebased 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 newConditionMessagebased on the instance and a new condition outcome.
- andThen(ContextConsumer<? super C>) - Method in interface org.springframework.boot.test.context.runner.ContextConsumer
- 
Returns a composedContextConsumerthat performs, in sequence, this operation followed by theafteroperation.
- 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 theannotationTypeto find.
- annotatedControllerConfigurer(ObjectProvider<Executor>) - Method in class org.springframework.boot.autoconfigure.graphql.GraphQlAutoConfiguration
- annotation() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnBean
- 
The annotation type decorating a bean that should be checked.
- annotation() - Element in annotation interface org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean
- 
The annotation type decorating a bean that should be checked.
- AnnotationConfig(ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.HttpHandlerAutoConfiguration.AnnotationConfig
- AnnotationConfigReactiveWebApplicationContext - Class in org.springframework.boot.web.reactive.context
- 
ConfigurableReactiveWebApplicationContextthat accepts annotated classes as input - in particular@Configuration-annotated classes, but also plain@Componentclasses and JSR-330 compliant classes usingjavax.injectannotations.
- AnnotationConfigReactiveWebApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
- 
Create a new AnnotationConfigReactiveWebApplicationContext that needs to be populated throughAnnotationConfigApplicationContext.register(java.lang.Class<?>...)calls and then manually refreshed.
- 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.
- AnnotationConfigReactiveWebApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
- 
Create a new AnnotationConfigApplicationContext with the given DefaultListableBeanFactory.
- AnnotationConfigReactiveWebServerApplicationContext - Class in org.springframework.boot.web.reactive.context
- 
ReactiveWebServerApplicationContextthat accepts annotated classes as input - in particular@Configuration-annotated classes, but also plain@Componentclasses and JSR-330 compliant classes usingjavax.injectannotations.
- AnnotationConfigReactiveWebServerApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- 
Create a newAnnotationConfigReactiveWebServerApplicationContextthat needs to be populated throughAnnotationConfigReactiveWebServerApplicationContext.register(java.lang.Class<?>...)calls and then manually refreshed.
- AnnotationConfigReactiveWebServerApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- 
Create a newAnnotationConfigReactiveWebServerApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context.
- AnnotationConfigReactiveWebServerApplicationContext(String...) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- 
Create a newAnnotationConfigReactiveWebServerApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context.
- AnnotationConfigReactiveWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- 
Create a newAnnotationConfigReactiveWebServerApplicationContextwith the givenDefaultListableBeanFactory.
- AnnotationConfigServletWebApplicationContext - Class in org.springframework.boot.web.servlet.context
- 
GenericWebApplicationContextthat accepts annotated classes as input - in particular@Configuration-annotated classes, but also plain@Componentclasses and JSR-330 compliant classes usingjavax.injectannotations.
- AnnotationConfigServletWebApplicationContext() - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
- 
Create a newAnnotationConfigServletWebApplicationContextthat needs to be populated throughAnnotationConfigServletWebApplicationContext.register(java.lang.Class<?>...)calls and then manually refreshed.
- AnnotationConfigServletWebApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
- 
Create a newAnnotationConfigServletWebApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context.
- AnnotationConfigServletWebApplicationContext(String...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
- 
Create a newAnnotationConfigServletWebApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context.
- AnnotationConfigServletWebApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
- 
Create a newAnnotationConfigServletWebApplicationContextwith the givenDefaultListableBeanFactory.
- AnnotationConfigServletWebServerApplicationContext - Class in org.springframework.boot.web.servlet.context
- 
ServletWebServerApplicationContextthat accepts annotated classes as input - in particular@Configuration-annotated classes, but also plain@Componentclasses and JSR-330 compliant classes usingjavax.injectannotations.
- AnnotationConfigServletWebServerApplicationContext() - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- 
Create a newAnnotationConfigServletWebServerApplicationContextthat needs to be populated throughAnnotationConfigServletWebServerApplicationContext.register(java.lang.Class<?>...)calls and then manually refreshed.
- AnnotationConfigServletWebServerApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- 
Create a newAnnotationConfigServletWebServerApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context.
- AnnotationConfigServletWebServerApplicationContext(String...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- 
Create a newAnnotationConfigServletWebServerApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context.
- AnnotationConfigServletWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- 
Create a newAnnotationConfigServletWebServerApplicationContextwith the givenDefaultListableBeanFactory.
- AnnotationCustomizableTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.filter
- 
Abstract base class for aTypeExcludeFilterthat can be customized using an annotation.
- AnnotationCustomizableTypeExcludeFilter() - Constructor for class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
- AnnotationCustomizableTypeExcludeFilter.FilterType - Enum Class in org.springframework.boot.test.autoconfigure.filter
- AnnotationsPropertySource - Class in org.springframework.boot.test.autoconfigure.properties
- 
EnumerablePropertySourceto adapt annotations marked with@PropertyMapping.
- AnnotationsPropertySource(Class<?>) - Constructor for class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
- AnnotationsPropertySource(String, Class<?>) - Constructor for class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
- Ansi8BitColor - Class in org.springframework.boot.ansi
- 
AnsiElementimplementation for ANSI 8-bit foreground or background color codes.
- AnsiBackground - Enum Class in org.springframework.boot.ansi
- 
Ansibackground colors.
- AnsiColor - Enum Class in org.springframework.boot.ansi
- 
Ansicolors.
- 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 Class in org.springframework.boot.ansi
- 
Possible values to pass toAnsiOutput.setEnabled(org.springframework.boot.ansi.AnsiOutput.Enabled).
- AnsiOutputApplicationListener - Class in org.springframework.boot.context.config
- 
AnApplicationListenerthat configuresAnsiOutputdepending on the value of the propertyspring.output.ansi.enabled.
- 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
- 
Create a newAnsiPropertySourceinstance.
- AnsiStyle - Enum Class in org.springframework.boot.ansi
- 
Ansistyles.
- answer() - Element in annotation interface org.springframework.boot.test.mock.mockito.MockBean
- 
TheAnswerstype to use on the mock.
- ANT_PATH_MATCHER - Enum constant in enum class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.MatchingStrategy
- 
Use theAntPathMatcherimplementation.
- AntPathRequestMatcherProvider - Class in org.springframework.boot.autoconfigure.security.servlet
- 
RequestMatcherProviderthat provides anAntPathRequestMatcher.
- AntPathRequestMatcherProvider(Function<String, String>) - Constructor for class org.springframework.boot.autoconfigure.security.servlet.AntPathRequestMatcherProvider
- ANY - Enum constant in enum class org.springframework.boot.actuate.autoconfigure.web.ManagementContextType
- 
The management context can be either the same as the main application context or a child of the main application context.
- ANY - Enum constant in enum class org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication.Type
- 
Any web application will match.
- ANY - Enum constant in enum class org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase.Replace
- 
Replace the DataSource bean whether it was auto-configured or manually defined.
- ANY_CONNECTION_NAME - Static variable in class org.springframework.boot.testcontainers.service.connection.ContainerConnectionDetailsFactory
- 
Constant passed to the constructor when any connection name is accepted.
- 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
- 
Conditionthat will match when any nested class condition matches.
- AnyNestedCondition(ConfigurationCondition.ConfigurationPhase) - Constructor for class org.springframework.boot.autoconfigure.condition.AnyNestedCondition
- AopAutoConfiguration - Class in org.springframework.boot.autoconfigure.aop
- 
Auto-configurationfor Spring's AOP support.
- AopAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.aop.AopAutoConfiguration
- AotInitializerNotFoundException - Exception in org.springframework.boot
- 
Exception thrown when the AOT initializer couldn't be found.
- AotInitializerNotFoundException(Class<?>, String) - Constructor for exception org.springframework.boot.AotInitializerNotFoundException
- 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
- apiTokenType() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter
- ApiVersion - Enum Class in org.springframework.boot.actuate.endpoint
- 
API versions supported for the actuator API.
- append(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
- 
Return a newConditionMessagebased on the instance and an appended message.
- append(String) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Create a newConfigurationPropertyNameby appending the given suffix.
- append(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Create a newConfigurationPropertyNameby appending the given suffix.
- appendAnsiString(StringBuilder, String, AnsiElement) - Method in class org.springframework.boot.logging.log4j2.ColorConverter
- appendDetails(Map<String, Object>) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.CalendarIntervalTriggerDescriptor
- appendDetails(Map<String, Object>) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.CronTriggerDescriptor
- appendDetails(Map<String, Object>) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.CustomTriggerDescriptor
- appendDetails(Map<String, Object>) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.DailyTimeIntervalTriggerDescriptor
- appendDetails(Map<String, Object>) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.SimpleTriggerDescriptor
- appendDetails(Map<String, Object>) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
- 
Append trigger-implementation specific details to the specifiedcontent.
- appendFields(ToStringCreator) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
- appendFields(ToStringCreator) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
- appendSummary(Map<String, Object>) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.CalendarIntervalTriggerDescriptor
- appendSummary(Map<String, Object>) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.CronTriggerDescriptor
- appendSummary(Map<String, Object>) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.CustomTriggerDescriptor
- appendSummary(Map<String, Object>) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.DailyTimeIntervalTriggerDescriptor
- appendSummary(Map<String, Object>) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.SimpleTriggerDescriptor
- appendSummary(Map<String, Object>) - Method in class org.springframework.boot.actuate.quartz.QuartzEndpoint.TriggerDescriptor
- 
Append trigger-implementation specific summary items to the specifiedcontent.
- application() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Accessor for the current application.
- Application() - Constructor for class org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Application
- APPLICATION_NAME - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Logging system property for the application name that should be logged.
- APPLICATION_READY_TIME_METRIC_NAME - Static variable in class org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener
- 
The default name to use for the application ready time metric.
- APPLICATION_STARTED_TIME_METRIC_NAME - Static variable in class org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener
- 
The default name to use for the application started time metric.
- APPLICATION_TASK_EXECUTOR_BEAN_NAME - Static variable in class org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration
- 
Bean name of the applicationTaskExecutor.
- ApplicationArguments - Interface in org.springframework.boot
- 
Provides access to the arguments that were used to run aSpringApplication.
- applicationAvailability() - Method in class org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration
- ApplicationAvailability - Interface in org.springframework.boot.availability
- 
Providesavailability stateinformation for the application.
- 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
- 
Bean that provides anApplicationAvailabilityimplementation by listening forchange events.
- ApplicationAvailabilityBean() - Constructor for class org.springframework.boot.availability.ApplicationAvailabilityBean
- ApplicationContextAssert<C extends ApplicationContext> - Class in org.springframework.boot.test.context.assertj
- 
AssertJassertionsthat can be applied to anApplicationContext.
- ApplicationContextAssert.Scope - Enum Class in org.springframework.boot.test.context.assertj
- 
The scope of an assertion.
- ApplicationContextAssertProvider<C extends ApplicationContext> - Interface in org.springframework.boot.test.context.assertj
- 
AnApplicationContextthat additionally supports AssertJ style assertions.
- ApplicationContextFactory - Interface in org.springframework.boot
- 
Strategy interface for creating theConfigurableApplicationContextused by aSpringApplication.
- ApplicationContextFilterConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration
- ApplicationContextHeaderFilter - Class in org.springframework.boot.web.servlet.filter
- 
OncePerRequestFilterto add an X-Application-Context header that contains theApplicationContext ID.
- ApplicationContextHeaderFilter(ApplicationContext) - Constructor for class org.springframework.boot.web.servlet.filter.ApplicationContextHeaderFilter
- applicationContextIdFilter(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration
- ApplicationContextInitializedEvent - Class in org.springframework.boot.context.event
- 
Event published when aSpringApplicationis starting up and theApplicationContextis prepared and ApplicationContextInitializers have been called but before any bean definitions are loaded.
- ApplicationContextInitializedEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationContextInitializedEvent
- 
Create a newApplicationContextInitializedEventinstance.
- ApplicationContextRequestMatcher<C> - Class in org.springframework.boot.security.servlet
- 
ApplicationContextbackedRequestMatcher.
- ApplicationContextRequestMatcher(Class<? extends C>) - Constructor for class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
- ApplicationContextRunner - Class in org.springframework.boot.test.context.runner
- 
AnApplicationContext runnerfor a standard, non-web environmentConfigurableApplicationContext.
- ApplicationContextRunner() - Constructor for class org.springframework.boot.test.context.runner.ApplicationContextRunner
- 
Create a newApplicationContextRunnerinstance using anAnnotationConfigApplicationContextas the underlying source.
- ApplicationContextRunner(Supplier<ConfigurableApplicationContext>) - Constructor for class org.springframework.boot.test.context.runner.ApplicationContextRunner
- 
Create a newApplicationContextRunnerinstance using the specifiedcontextFactoryas the underlying source.
- 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 ofFormattingConversionServiceconfigured by default with converters and formatters appropriate for most Spring Boot applications.
- ApplicationConversionService() - Constructor for class org.springframework.boot.convert.ApplicationConversionService
- ApplicationConversionService(StringValueResolver) - Constructor for class org.springframework.boot.convert.ApplicationConversionService
- ApplicationEnvironmentPreparedEvent - Class in org.springframework.boot.context.event
- 
Event published when aSpringApplicationis starting up and theEnvironmentis first available for inspection and modification.
- ApplicationEnvironmentPreparedEvent(ConfigurableBootstrapContext, SpringApplication, String[], ConfigurableEnvironment) - Constructor for class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
- 
Create a newApplicationEnvironmentPreparedEventinstance.
- ApplicationFailedEvent - Class in org.springframework.boot.context.event
- 
Event published by aSpringApplicationwhen it fails to start.
- ApplicationFailedEvent(SpringApplication, String[], ConfigurableApplicationContext, Throwable) - Constructor for class org.springframework.boot.context.event.ApplicationFailedEvent
- 
Create a newApplicationFailedEventinstance.
- ApplicationHome - Class in org.springframework.boot.system
- 
Provides access to the application home directory.
- ApplicationHome() - Constructor for class org.springframework.boot.system.ApplicationHome
- 
Create a newApplicationHomeinstance.
- ApplicationHome(Class<?>) - Constructor for class org.springframework.boot.system.ApplicationHome
- 
Create a newApplicationHomeinstance for the specified source class.
- ApplicationNameConverter - Class in org.springframework.boot.logging.logback
- 
LogbackClassicConverterto convert theAPPLICATION_NAMEinto a value suitable for logging.
- ApplicationNameConverter() - Constructor for class org.springframework.boot.logging.logback.ApplicationNameConverter
- 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
- 
AnApplicationListenerthat saves application PID into file.
- ApplicationPidFileWriter() - Constructor for class org.springframework.boot.context.ApplicationPidFileWriter
- 
Create a newApplicationPidFileWriterinstance using the filename 'application.pid'.
- ApplicationPidFileWriter(File) - Constructor for class org.springframework.boot.context.ApplicationPidFileWriter
- 
Create a newApplicationPidFileWriterinstance with a specified file.
- ApplicationPidFileWriter(String) - Constructor for class org.springframework.boot.context.ApplicationPidFileWriter
- 
Create a newApplicationPidFileWriterinstance with a specified filename.
- ApplicationPreparedEvent - Class in org.springframework.boot.context.event
- 
Event published as when aSpringApplicationis starting up and theApplicationContextis fully prepared but not refreshed.
- ApplicationPreparedEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationPreparedEvent
- 
Create a newApplicationPreparedEventinstance.
- 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, Duration) - Constructor for class org.springframework.boot.context.event.ApplicationReadyEvent
- 
Create a newApplicationReadyEventinstance.
- ApplicationRunner - Interface in org.springframework.boot
- 
Interface used to indicate that a bean should run when it is contained within aSpringApplication.
- ApplicationStartedEvent - Class in org.springframework.boot.context.event
- 
Event published once the application context has been refreshed but before anyapplicationandcommand linerunners have been called.
- ApplicationStartedEvent(SpringApplication, String[], ConfigurableApplicationContext, Duration) - Constructor for class org.springframework.boot.context.event.ApplicationStartedEvent
- 
Create a newApplicationStartedEventinstance.
- ApplicationStartingEvent - Class in org.springframework.boot.context.event
- 
Event published as early as conceivably possible as soon as aSpringApplicationhas been started - before theEnvironmentorApplicationContextis available, but after theApplicationListeners have been registered.
- ApplicationStartingEvent(ConfigurableBootstrapContext, SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.ApplicationStartingEvent
- 
Create a newApplicationStartingEventinstance.
- applicationStartup(ApplicationStartup) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Configure theApplicationStartupto be used with theApplicationContextfor collecting startup metrics.
- ApplicationTemp - Class in org.springframework.boot.system
- 
Provides access to an application specific temporary directory.
- ApplicationTemp() - Constructor for class org.springframework.boot.system.ApplicationTemp
- 
Create a newApplicationTempinstance.
- ApplicationTemp(Class<?>) - Constructor for class org.springframework.boot.system.ApplicationTemp
- 
Create a newApplicationTempinstance for the specified source class.
- apply() - Method in class org.springframework.boot.logging.LoggingSystemProperties
- apply(Timer.Builder) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.PropertiesAutoTimer
- apply(Timer.Builder) - Method in interface org.springframework.boot.actuate.metrics.AutoTimer
- 
Called to apply any auto-timer settings to the givenTimer.Builder.
- apply(String) - Method in class org.springframework.boot.actuate.health.HealthContributorNameFactory
- apply(Statement, Description) - Method in class org.springframework.boot.test.system.OutputCaptureRule
- apply(EndpointId, OperationType, OperationParameters, OperationInvoker) - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationInvokerAdvisor
- 
Apply additional functionality to the given invoker.
- apply(EndpointId, OperationType, OperationParameters, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor
- apply(SanitizableData) - Method in interface org.springframework.boot.actuate.endpoint.SanitizingFunction
- 
Apply the sanitizing function to the given data.
- apply(AutoTimer, String, Set<Timed>, Consumer<Timer.Builder>) - Static method in interface org.springframework.boot.actuate.metrics.AutoTimer
- 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) - Method in class org.springframework.boot.logging.LoggingSystemProperties
- apply(LogFile, PropertyResolver) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
- apply(LogFile, PropertyResolver) - Method in class org.springframework.boot.logging.LoggingSystemProperties
- apply(MockReset, MockSettings) - Static method in enum class org.springframework.boot.test.mock.mockito.MockReset
- 
ApplyMockResetto existingsettings.
- apply(ConfigurableApplicationContext) - Method in class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner.BeanRegistration
- apply(HttpServer) - Method in class org.springframework.boot.web.embedded.netty.SslServerCustomizer
- applyInitializers(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
- 
Apply anyApplicationContextInitializers to the context before it is refreshed.
- applySuffix(String) - Method in enum class org.springframework.boot.test.util.TestPropertyValues.Type
- applySystemProperties(Environment, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
- applyTo(Collection<?>) - Method in enum class org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
- applyTo(Properties) - Method in class org.springframework.boot.logging.LogFile
- 
Apply log file details toLOG_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 anApplicationContext.
- applyTo(ConfigurableEnvironment) - Static method in class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
- 
ApplyConfigDatapost-processing to an existingEnvironment.
- 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.
- applyTo(ConfigurableEnvironment, ResourceLoader, ConfigurableBootstrapContext, String...) - Static method in class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
- 
ApplyConfigDatapost-processing to an existingEnvironment.
- applyTo(ConfigurableEnvironment, ResourceLoader, ConfigurableBootstrapContext, Collection<String>) - Static method in class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
- 
ApplyConfigDatapost-processing to an existingEnvironment.
- applyTo(ConfigurableEnvironment, ResourceLoader, ConfigurableBootstrapContext, Collection<String>, ConfigDataEnvironmentUpdateListener) - Static method in class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
- 
ApplyConfigDatapost-processing to an existingEnvironment.
- applyTo(RepositoryRestConfiguration) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
- applyToItem(Object) - Method in enum class org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
- applyToMvcViewResolver(Object) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
- 
Apply the given properties to aAbstractTemplateViewResolver.
- applyToSystemProperties() - Method in class org.springframework.boot.logging.LogFile
- 
Apply log file details toLOG_PATHandLOG_FILEsystem properties.
- applyToSystemProperties(Runnable) - Method in class org.springframework.boot.test.util.TestPropertyValues
- 
Add the properties to thesystem propertiesfor the duration of theaction, restoring previous values when it completes.
- applyToSystemProperties(Callable<T>) - Method in class org.springframework.boot.test.util.TestPropertyValues
- 
Add the properties to thesystem propertiesfor the duration of thecall, restoring previous values when it completes.
- appOpticsConfig() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsMetricsExportAutoConfiguration
- appOpticsMeterRegistry(AppOpticsConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsMetricsExportAutoConfiguration
- AppOpticsMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics
- 
Auto-configurationfor exporting metrics to AppOptics.
- AppOpticsMetricsExportAutoConfiguration(AppOpticsProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsMetricsExportAutoConfiguration
- AppOpticsProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics
- 
@ConfigurationPropertiesfor configuring AppOptics metrics export.
- AppOpticsProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.appoptics.AppOpticsProperties
- args() - Element in annotation interface org.springframework.boot.test.context.SpringBootTest
- 
Application arguments that should be passed to the application under test.
- ArtemisAutoConfiguration - Class in org.springframework.boot.autoconfigure.jms.artemis
- 
Auto-configurationto integrate with an Artemis broker.
- ArtemisAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.artemis.ArtemisAutoConfiguration
- ArtemisConfigurationCustomizer - Interface in org.springframework.boot.autoconfigure.jms.artemis
- 
Callback interface that can be implemented by beans wishing to customize the Artemis JMS serverConfigurationbefore it is used by an auto-configuredEmbeddedActiveMQinstance.
- ArtemisMode - Enum Class 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 theBindingRegistry.
- 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.
- as(Function<T, R>) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
- 
Return an adapted version of the source changed through 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
- asClientRegistrations() - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientPropertiesMapper
- 
Maps the properties toClientRegistrations.
- asInt(Function<T, R>) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
- 
Return an adapted version of the source withIntegertype.
- 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.
- AssertableApplicationContext - Interface in org.springframework.boot.test.context.assertj
- 
AnApplicationContextthat additionally supports AssertJ style assertions.
- AssertableReactiveWebApplicationContext - Interface in org.springframework.boot.test.context.assertj
- 
AReactiveWebApplicationContextthat additionally supports AssertJ style assertions.
- AssertableWebApplicationContext - Interface in org.springframework.boot.test.context.assertj
- 
AWebApplicationContextthat additionally supports AssertJ style assertions.
- assertContainsAlias(KeyStore) - Method in interface org.springframework.boot.ssl.SslBundleKey
- 
Assert that the alias is contained in the given keystore.
- AssertingParty() - Constructor for class org.springframework.boot.autoconfigure.security.saml2.Saml2RelyingPartyProperties.AssertingParty
- assertThat() - Method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
- 
Deprecated.to prevent accidental use. Prefer standard AssertJassertThat(context)...calls instead.
- assertThat() - Method in class org.springframework.boot.test.json.JsonContent
- 
Deprecated.to prevent accidental use. Prefer standard AssertJassertThat(context)...calls instead.
- assertThat() - Method in class org.springframework.boot.test.json.ObjectContent
- asSet(String[]) - Static method in interface org.springframework.boot.ssl.SslOptions
- 
Helper method that provides a null-safe way to convert aString[]to aCollectionfor client libraries to use.
- asTag() - Method in enum class org.springframework.boot.actuate.metrics.http.Outcome
- 
Returns theOutcomeas aTagnamedoutcome.
- Async() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Async
- ASYNC - Enum constant in enum class org.springframework.boot.web.servlet.DispatcherType
- 
Apply the filter under calls dispatched from an AsyncContext.
- at(Set<StaticResourceLocation>) - Method in class org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest
- 
Returns a matcher that includes the specifiedLocations.
- at(Set<StaticResourceLocation>) - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest
- 
Returns a matcher that includes the specifiedLocations.
- at(StaticResourceLocation, StaticResourceLocation...) - Method in class org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest
- 
Returns a matcher that includes the specifiedLocations.
- at(StaticResourceLocation, StaticResourceLocation...) - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest
- 
Returns a matcher that includes the specifiedLocations.
- 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 usedLocations.
- atCommonLocations() - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest
- 
Returns a matcher that includes all commonly usedLocations.
- atlasConfig(AtlasProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasMetricsExportAutoConfiguration
- atlasMeterRegistry(AtlasConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasMetricsExportAutoConfiguration
- AtlasMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.atlas
- 
Auto-configurationfor exporting metrics to Atlas.
- AtlasMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasMetricsExportAutoConfiguration
- AtlasProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.atlas
- 
@ConfigurationPropertiesfor configuring Atlas metrics export.
- AtlasProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
- attach(Environment) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
- 
Attach aConfigurationPropertySourcesupport to the specifiedEnvironment.
- attach(Environment) - Static method in class org.springframework.boot.testcontainers.properties.TestcontainersPropertySource
- attach(Environment, BeanDefinitionRegistry) - Static method in class org.springframework.boot.testcontainers.properties.TestcontainersPropertySource
- attributeValue() - Method in enum class org.springframework.boot.web.server.Cookie.SameSite
- AuditApplicationEvent - Class in org.springframework.boot.actuate.audit.listener
- 
SpringApplicationEventto encapsulateAuditEvents.
- AuditApplicationEvent(String, String, String...) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
- 
Create a newAuditApplicationEventthat wraps a newly createdAuditEvent.
- AuditApplicationEvent(String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
- 
Create a newAuditApplicationEventthat wraps a newly createdAuditEvent.
- AuditApplicationEvent(Instant, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
- 
Create a newAuditApplicationEventthat wraps a newly createdAuditEvent.
- AuditApplicationEvent(AuditEvent) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
- 
Create a newAuditApplicationEventthat wraps the specifiedAuditEvent.
- AuditAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.audit
- 
Auto-configurationforAuditEvents.
- 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, 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(String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
- 
Create a new audit event for the current time.
- AuditEvent(Instant, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
- 
Create a new audit event.
- AuditEventRepository - Interface in org.springframework.boot.actuate.audit
- 
Repository forAuditEvents.
- auditEventsEndpoint(AuditEventRepository) - Method in class org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration
- AuditEventsEndpoint - Class in org.springframework.boot.actuate.audit
- 
@Endpointto expose audit events.
- AuditEventsEndpoint(AuditEventRepository) - Constructor for class org.springframework.boot.actuate.audit.AuditEventsEndpoint
- AuditEventsEndpoint.AuditEventsDescriptor - Class in org.springframework.boot.actuate.audit
- 
Description of an application'saudit events.
- AuditEventsEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.audit
- 
Auto-configurationfor theAuditEventsEndpoint.
- AuditEventsEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration
- auditListener(AuditEventRepository) - Method in class org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration
- AuditListener - Class in org.springframework.boot.actuate.audit.listener
- 
The defaultAbstractAuditListenerimplementation.
- AuditListener(AuditEventRepository) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditListener
- Authentication() - Constructor for class org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Authentication
- Authentication() - Constructor for class org.springframework.boot.autoconfigure.pulsar.PulsarProperties.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
- 
Default implementation ofAbstractAuthenticationAuditListener.
- 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.
- AUTHORIZATION_HEADER - Enum constant in enum class org.springframework.boot.actuate.web.exchanges.Include
- 
Include authorization header (if any).
- authorizationAuditListener() - Method in class org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration
- AuthorizationAuditListener - Class in org.springframework.boot.actuate.security
- 
Default implementation ofAbstractAuthorizationAuditListener.
- AuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthorizationAuditListener
- AUTO - Enum constant in enum class org.springframework.boot.autoconfigure.data.RepositoryType
- 
Enables all repository types automatically based on their availability.
- AUTO - Enum constant in enum class org.springframework.boot.autoconfigure.reactor.ReactorProperties.ContextPropagationMode
- 
Context Propagation is applied to all Reactor operators.
- AUTO - Static variable in class org.springframework.boot.autoconfigure.jms.AcknowledgeMode
- 
Messages sent or received from the session are automatically acknowledged.
- AUTO_CONFIGURED - Enum constant in enum class org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase.Replace
- 
Only replace the DataSource if it was auto-configured.
- AUTO_TRIM_TRAILING_NEW_LINE - Enum constant in enum class org.springframework.boot.env.ConfigTreePropertySource.Option
- 
Automatically attempt trim trailing new-line characters.
- AutoConfiguration - Annotation Interface in org.springframework.boot.autoconfigure
- 
Indicates that a class provides configuration that can be automatically applied by Spring Boot.
- AutoConfigurationExcludeFilter - Class in org.springframework.boot.autoconfigure
- 
ATypeFilterimplementation 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 inspring.factoriesto limit the auto-configuration classes considered.
- AutoConfigurationImportListener - Interface in org.springframework.boot.autoconfigure
- 
Listener that can be registered withspring.factoriesto receive details of imported auto-configurations.
- AutoConfigurationImportSelector - Class in org.springframework.boot.autoconfigure
- 
DeferredImportSelectorto handleauto-configuration.
- AutoConfigurationImportSelector() - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
- AutoConfigurationImportSelector.AutoConfigurationEntry - Class in org.springframework.boot.autoconfigure
- AutoConfigurationMetadata - Interface in org.springframework.boot.autoconfigure
- 
Provides access to meta-data written by the auto-configure annotation processor.
- AutoConfigurationPackage - Annotation Interface in org.springframework.boot.autoconfigure
- 
Registers packages withAutoConfigurationPackages.
- 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
- 
Configurationsrepresenting auto-configuration@Configurationclasses.
- AutoConfigurations(Collection<Class<?>>) - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurations
- AutoConfigureAfter - Annotation Interface in org.springframework.boot.autoconfigure
- 
Hint for that anauto-configurationshould be applied after other specified auto-configuration classes.
- AutoConfigureBefore - Annotation Interface in org.springframework.boot.autoconfigure
- 
Hint that anauto-configurationshould be applied before other specified auto-configuration classes.
- AutoConfigureCache - Annotation Interface in org.springframework.boot.test.autoconfigure.core
- 
Annotation that can be applied to a test class to configure a testCacheManagerif none has been defined yet.
- AutoConfigureDataCassandra - Annotation Interface in org.springframework.boot.test.autoconfigure.data.cassandra
- 
Auto-configuration importsfor typical Data Cassandra tests.
- AutoConfigureDataCouchbase - Annotation Interface in org.springframework.boot.test.autoconfigure.data.couchbase
- 
Auto-configuration importsfor typical Data Couchbase tests.
- AutoConfigureDataElasticsearch - Annotation Interface in org.springframework.boot.test.autoconfigure.data.elasticsearch
- 
Auto-configuration importsfor typical Data Elasticsearch tests.
- AutoConfigureDataJdbc - Annotation Interface in org.springframework.boot.test.autoconfigure.data.jdbc
- 
Auto-configuration importsfor typical Data JDBC tests.
- AutoConfigureDataJpa - Annotation Interface in org.springframework.boot.test.autoconfigure.orm.jpa
- 
Auto-configuration importsfor typical Data JPA tests.
- AutoConfigureDataLdap - Annotation Interface in org.springframework.boot.test.autoconfigure.data.ldap
- 
Auto-configuration importsfor typical Data LDAP tests.
- AutoConfigureDataMongo - Annotation Interface in org.springframework.boot.test.autoconfigure.data.mongo
- 
Auto-configuration importsfor typical Data MongoDB tests.
- AutoConfigureDataNeo4j - Annotation Interface in org.springframework.boot.test.autoconfigure.data.neo4j
- 
Auto-configuration importsfor typical Data Neo4j tests.
- AutoConfigureDataR2dbc - Annotation Interface in org.springframework.boot.test.autoconfigure.data.r2dbc
- 
Auto-configuration importsfor typical Data R2DBC tests.
- AutoConfigureDataRedis - Annotation Interface in org.springframework.boot.test.autoconfigure.data.redis
- 
Auto-configuration importsfor typical Data redis tests.
- AutoConfigureGraphQl - Annotation Interface in org.springframework.boot.test.autoconfigure.graphql
- 
Auto-configuration importsfor typical Spring GraphQL tests.
- AutoConfigureGraphQlTester - Annotation Interface in org.springframework.boot.test.autoconfigure.graphql.tester
- 
Annotation that can be applied to a test class to enable aGraphQlTester.
- AutoConfigureHttpGraphQlTester - Annotation Interface in org.springframework.boot.test.autoconfigure.graphql.tester
- 
Annotation that can be applied to a test class to enable aHttpGraphQlTester.
- AutoConfigureJdbc - Annotation Interface in org.springframework.boot.test.autoconfigure.jdbc
- 
Auto-configuration importsfor typical jdbc tests.
- AutoConfigureJooq - Annotation Interface in org.springframework.boot.test.autoconfigure.jooq
- 
Auto-configuration importsfor typical jOOQ tests.
- AutoConfigureJson - Annotation Interface in org.springframework.boot.test.autoconfigure.json
- 
Auto-configuration importsfor typical JSON tests.
- AutoConfigureJsonTesters - Annotation Interface in org.springframework.boot.test.autoconfigure.json
- 
Annotation that can be applied to a test class to enable and configure auto-configuration of JSON testers.
- AutoConfigureMockMvc - Annotation Interface in org.springframework.boot.test.autoconfigure.web.servlet
- 
Annotation that can be applied to a test class to enable and configure auto-configuration ofMockMvc.
- AutoConfigureMockRestServiceServer - Annotation Interface 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 singleMockRestServiceServer.
- AutoConfigureMockWebServiceClient - Annotation Interface in org.springframework.boot.test.autoconfigure.webservices.server
- 
Annotation that can be applied to a test class to enable auto-configuration ofMockWebServiceClient.
- AutoConfigureMockWebServiceServer - Annotation Interface 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 singleMockWebServiceServer.
- AutoConfigureObservability - Annotation Interface in org.springframework.boot.test.autoconfigure.actuate.observability
- 
Annotation that can be applied to a test class to enable auto-configuration for observability.
- AutoConfigureOrder - Annotation Interface in org.springframework.boot.autoconfigure
- 
Auto-configuration specific variant of Spring Framework's@Orderannotation.
- AutoConfigureRestDocs - Annotation Interface 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 Interface 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-configuredDataSource.
- AutoConfigureTestDatabase.Replace - Enum Class in org.springframework.boot.test.autoconfigure.jdbc
- 
What the test database can replace.
- AutoConfigureTestEntityManager - Annotation Interface in org.springframework.boot.test.autoconfigure.orm.jpa
- 
Annotation that can be applied to a test class to enable auto-configuration of aTestEntityManager.
- AutoConfigureWebClient - Annotation Interface 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 Interface in org.springframework.boot.test.autoconfigure.web.reactive
- 
Auto-configuration importsfor typical Spring WebFlux tests.
- AutoConfigureWebMvc - Annotation Interface in org.springframework.boot.test.autoconfigure.web.servlet
- 
Auto-configuration importsfor typical Spring MVC tests.
- AutoConfigureWebServiceClient - Annotation Interface 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.
- AutoConfigureWebServiceServer - Annotation Interface in org.springframework.boot.test.autoconfigure.webservices.server
- 
Annotation that can be applied to a test class to enable and configure auto-configuration of web service servers endpoints.
- AutoConfigureWebTestClient - Annotation Interface in org.springframework.boot.test.autoconfigure.web.reactive
- 
Annotation that can be applied to a test class to enable aWebTestClientthat is bound directly to the application.
- 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 applyTimersautomatically instead of using@Timed.
- AvailabilityChangeEvent<S extends AvailabilityState> - Class in org.springframework.boot.availability
- 
ApplicationEventsent when theAvailabilityStateof the application changes.
- AvailabilityChangeEvent(Object, S) - Constructor for class org.springframework.boot.availability.AvailabilityChangeEvent
- 
Create a newAvailabilityChangeEventinstance.
- 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
- 
Auto-configurationfor availability probes.
- AvailabilityProbesAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesAutoConfiguration
- availabilityProbesHealthEndpointGroupsPostProcessor(Environment) - Method in class org.springframework.boot.actuate.autoconfigure.availability.AvailabilityProbesAutoConfiguration
- AvailabilityState - Interface in org.springframework.boot.availability
- 
Tagging interface used onApplicationAvailabilitystates.
- AvailabilityStateHealthIndicator - Class in org.springframework.boot.actuate.availability
- 
AHealthIndicatorthat checks a specificAvailabilityStateof the application.
- AvailabilityStateHealthIndicator(ApplicationAvailability, Class<S>, Consumer<AvailabilityStateHealthIndicator.StatusMappings<S>>) - Constructor for class org.springframework.boot.actuate.availability.AvailabilityStateHealthIndicator
- 
Create a newAvailabilityStateHealthIndicatorinstance.
- 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
- 
Deprecated.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
- 
Deprecated.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.ThreadPoolTaskExecutorBuilder
- 
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.ThreadPoolTaskSchedulerBuilder
- 
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
- 
Deprecated.Set the maximum time the executor is supposed to block on shutdown.
- awaitTerminationPeriod(Duration) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
- 
Deprecated.Set the maximum time the executor is supposed to block on shutdown.
- awaitTerminationPeriod(Duration) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
- 
Set the maximum time the executor is supposed to block on shutdown.
- awaitTerminationPeriod(Duration) - Method in class org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
- 
Set the maximum time the executor is supposed to block on shutdown.
- AZURE_APP_SERVICE - Enum constant in enum class org.springframework.boot.cloud.CloudPlatform
- 
Azure App Service platform.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form