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.
- ABSENT - Enum constant in enum class org.springframework.boot.context.properties.source.ConfigurationPropertyState
- 
TheConfigurationPropertySourcehas no matchingConfigurationProperties.
- 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.
- 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.
- 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.
- 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 jakarta.servlet.Filter> - Class in org.springframework.boot.web.servlet
- 
Abstract baseServletContextInitializerto registerFilters in a Servlet 3.0+ container.
- 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
- 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.
- 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
- 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.
- ACCEPTING_TRAFFIC - Enum constant in enum class org.springframework.boot.availability.ReadinessState
- 
The application is ready to receive traffic.
- acceptTasksAfterContextClose(boolean) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
- 
Set whether to accept further tasks after the application context close phase has begun.
- adapt(CharSequence, char) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Create aConfigurationPropertyNameby adapting the given source.
- add() - Method in class org.springframework.boot.json.JsonWriter.Members
- 
Add a new member with access to the instance being written.
- 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) - Method in class org.springframework.boot.json.JsonWriter.Members
- 
Add a new member with access to the instance being written.
- add(String, String) - Method in class org.springframework.boot.web.server.MimeMappings
- 
Add a new mime mapping.
- add(String, Function<T, V>) - Method in class org.springframework.boot.json.JsonWriter.Members
- 
Add a new member with an extracted value.
- add(String, Supplier<V>) - Method in class org.springframework.boot.json.JsonWriter.Members
- 
Add a new member with a supplied value.
- add(String, V) - Method in class org.springframework.boot.json.JsonWriter.Members
- 
Add a new member with a static value.
- add(BiConsumer<T, BiConsumer<String, V>>) - Method in class org.springframework.boot.logging.structured.ContextPairs.Pairs
- 
Add pairs using the given callback.
- add(Function<T, Iterable<E>>, Function<E, String>, Function<E, V>) - Method in class org.springframework.boot.logging.structured.ContextPairs.Pairs
- 
Add pairs from an iterable.
- add(Function<T, Iterable<E>>, JsonWriter.PairExtractor<E>) - Method in class org.springframework.boot.logging.structured.ContextPairs.Pairs
- 
Add pairs from an iterable.
- add(CommonStructuredLogFormat, StructuredLogFormatterFactory.CommonFormatterFactory<E>) - Method in class org.springframework.boot.logging.structured.StructuredLogFormatterFactory.CommonFormatters
- 
Add the factory that should be used for the givenCommonStructuredLogFormat.
- 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
- 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
- 
AddPrinter,Parser,Formatter,Converter,ConverterFactory,GenericConverter, and beans from the specified bean factory.
- addBeans(FormatterRegistry, ListableBeanFactory, String) - Static method in class org.springframework.boot.convert.ApplicationConversionService
- 
AddPrinter,Parser,Formatter,Converter,ConverterFactory,GenericConverter, and beans from the specified bean factory.
- 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
- addBundleRegisterHandler(BiConsumer<String, SslBundle>) - Method in class org.springframework.boot.ssl.DefaultSslBundleRegistry
- addBundleRegisterHandler(BiConsumer<String, SslBundle>) - Method in interface org.springframework.boot.ssl.SslBundles
- 
Add a handler that will be called each time a bundle is registered.
- 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.
- 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
- 
AddValves that should be applied to the TomcatContext.
- 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.
- addDefaultServlet(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Add Jetty'sDefaultServletto the givenWebAppContext.
- 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.
- addEngineValves(Valve...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
- 
AddValves that should be applied to the TomcatEngine.
- 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
- addFilter(Predicate<StartupStep>) - Method in class org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup
- 
Add a predicate filter to the list of existing ones.
- 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
- 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(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(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.
- 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.
- addListeners(ApplicationListener<?>...) - Method in class org.springframework.boot.SpringApplication
- 
AddApplicationListeners to be applied to the SpringApplication and registered with theApplicationContext.
- addMapEntries(Function<T, Map<String, V>>) - Method in class org.springframework.boot.logging.structured.ContextPairs.Pairs
- 
Add pairs from map entries.
- addMapEntries(Function<T, M>) - Method in class org.springframework.boot.json.JsonWriter.Members
- 
Add all entries from the givenMapto the JSON.
- addMimeMappings(MimeMappings) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- addMimeMappings(MimeMappings) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
- 
Adds mime-type mappings.
- 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
- address() - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServer
- address() - Method in interface org.springframework.boot.rsocket.server.RSocketServer
- 
Return the address this server is listening on.
- addRouteProviders(NettyRouteProvider...) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
- 
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.
- addTldSkipPatterns(String...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Add patterns that match jars to ignore for TLD scanning.
- 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.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.
- 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.
- afterPropertiesSet() - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
- afterPropertiesSet() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
- 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.validation.beanvalidation.FilteredMethodValidationPostProcessor
- afterRefresh(ConfigurableApplicationContext, ApplicationArguments) - Method in class org.springframework.boot.SpringApplication
- 
Called after the context has been refreshed.
- 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.
- allowAll() - Static method in interface org.springframework.boot.util.LambdaSafe.Filter
- 
Return aLambdaSafe.Filterthat allows all callbacks to be invoked.
- 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.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.ansi.AnsiOutput.Enabled
- 
Enable ANSI-colored output.
- ALWAYS - Enum constant in enum class org.springframework.boot.sql.init.DatabaseInitializationMode
- 
Always initialize the database.
- 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.
- 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.
- and(Class<?>, Class<?>) - Method in class org.springframework.boot.jackson.JsonMixinModuleEntries.Builder
- 
Add a mapping for the specified classes.
- and(String, String) - Method in class org.springframework.boot.jackson.JsonMixinModuleEntries.Builder
- 
Add a mapping for the specified class names.
- 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.
- 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.
- 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
- 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
- application() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Accessor for the current application.
- APPLICATION_GROUP - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Logging system property for the application group that should be logged.
- APPLICATION_NAME - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Logging system property for the application name that should be logged.
- ApplicationArguments - Interface in org.springframework.boot
- 
Provides access to the arguments that were used to run aSpringApplication.
- ApplicationAvailability - Interface in org.springframework.boot.availability
- 
Providesavailability stateinformation for the application.
- ApplicationAvailabilityBean - Class in org.springframework.boot.availability
- 
Bean that provides anApplicationAvailabilityimplementation by listening forchange events.
- ApplicationAvailabilityBean() - Constructor for class org.springframework.boot.availability.ApplicationAvailabilityBean
- ApplicationContextFactory - Interface in org.springframework.boot
- 
Strategy interface for creating theConfigurableApplicationContextused by aSpringApplication.
- 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
- 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
- ApplicationContextServerWebExchangeMatcher<C> - Class in org.springframework.boot.security.reactive
- 
ApplicationContextbackedServerWebExchangeMatcher.
- ApplicationContextServerWebExchangeMatcher(Class<? extends C>) - Constructor for class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
- 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
- 
Deprecated, for removal: This API element is subject to removal in a future version.
- ApplicationNameConverter() - Constructor for class org.springframework.boot.logging.logback.ApplicationNameConverter
- 
Deprecated.
- ApplicationPid - Class in org.springframework.boot.system
- 
An application process ID.
- ApplicationPid() - Constructor for class org.springframework.boot.system.ApplicationPid
- ApplicationPid(Long) - 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.
- ApplicationResourceLoader - Class in org.springframework.boot.io
- 
Class can be used to obtainResourceLoaderssupporting additionalProtocolResolversregistered inspring.factories.
- ApplicationResourceLoader() - Constructor for class org.springframework.boot.io.ApplicationResourceLoader
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.4.0 for removal in 4.0.0 in favor ofApplicationResourceLoader.get()
- ApplicationResourceLoader(ClassLoader) - Constructor for class org.springframework.boot.io.ApplicationResourceLoader
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.4.0 for removal in 4.0.0 in favor ofApplicationResourceLoader.get(ClassLoader)
- ApplicationResourceLoader.FilePathResolver - Interface in org.springframework.boot.io
- 
Strategy interface registered inspring.factoriesand used byApplicationResourceLoaderto determine the file path of loaded resource when it can also be represented as aFileSystemResource.
- 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(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(HttpServer) - Method in class org.springframework.boot.web.embedded.netty.SslServerCustomizer
- applyingNameProcessor(JsonWriter.NameProcessor) - Method in class org.springframework.boot.json.JsonWriter.Members
- 
Add the aJsonWriter.NameProcessorto be applied when the JSON is written.
- applyingPathFilter(Predicate<JsonWriter.MemberPath>) - Method in class org.springframework.boot.json.JsonWriter.Members
- 
Add a filter that will be used to restrict the members written to the JSON.
- applyingValueProcessor(JsonWriter.ValueProcessor<?>) - Method in class org.springframework.boot.json.JsonWriter.Members
- 
Add the aJsonWriter.ValueProcessorto be applied when the JSON is written.
- applyInitializers(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
- 
Apply anyApplicationContextInitializers to the context before it is refreshed.
- applySystemProperties(Environment, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
- applyTo(Properties) - Method in class org.springframework.boot.logging.LogFile
- 
Apply log file details toLOG_PATHandLOG_FILEmap entries.
- applyTo(ConfigurableEnvironment) - Static method in class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
- 
ApplyConfigDatapost-processing to an existingEnvironment.
- 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.
- applyToSystemProperties() - Method in class org.springframework.boot.logging.LogFile
- 
Apply log file details toLOG_PATHandLOG_FILEsystem properties.
- 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.
- as(Function<T, R>) - Method in class org.springframework.boot.json.JsonWriter.Member
- 
Adapt the value by applying the givenFunction.
- asBindTarget() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
- asHttpClientSettings(ClientHttpRequestFactorySettings) - Method in class org.springframework.boot.http.client.SimpleClientHttpRequestFactoryBuilder
- asHttpClientSettings(ClientHttpConnectorSettings) - Method in class org.springframework.boot.http.client.reactive.JdkClientHttpConnectorBuilder
- asInt(Function<T, R>) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
- 
Return an adapted version of the source withIntegertype.
- assertContainsAlias(KeyStore) - Method in interface org.springframework.boot.ssl.SslBundleKey
- 
Assert that the alias is contained in the given keystore.
- 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.
- ASYNC - Enum constant in enum class org.springframework.boot.web.servlet.DispatcherType
- 
Apply the filter under calls dispatched from an AsyncContext.
- asyncSupported() - Element in annotation interface org.springframework.boot.web.servlet.FilterRegistration
- 
Whether asynchronous operations are supported for this registration.
- asyncSupported() - Element in annotation interface org.springframework.boot.web.servlet.ServletRegistration
- 
Whether asynchronous operations are supported for this registration.
- attach(Environment) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
- 
Attach aConfigurationPropertySourcesupport to the specifiedEnvironment.
- attributeValue() - Method in enum class org.springframework.boot.web.server.Cookie.SameSite
- AUTO_TRIM_TRAILING_NEW_LINE - Enum constant in enum class org.springframework.boot.env.ConfigTreePropertySource.Option
- 
Automatically attempt trim trailing new-line characters.
- 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.
- AvailabilityState - Interface in org.springframework.boot.availability
- 
Tagging interface used onApplicationAvailabilitystates.
- 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.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.
- AWS_WRAPPER - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
AWS Advanced JDBC Wrapper.
- AZURE_APP_SERVICE - Enum constant in enum class org.springframework.boot.cloud.CloudPlatform
- 
Azure App Service platform.
B
- background(int) - Static method in class org.springframework.boot.ansi.Ansi8BitColor
- 
Return a background ANSI color code instance for the given code.
- banner(Banner) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Sets theBannerinstance which will be used to print the banner when no static banner file is provided.
- Banner - Interface in org.springframework.boot
- 
Interface class for writing a banner programmatically.
- BANNER_LOCATION_PROPERTY - Static variable in class org.springframework.boot.SpringApplication
- 
Banner location property key.
- BANNER_LOCATION_PROPERTY_VALUE - Static variable in class org.springframework.boot.SpringApplication
- 
Default banner location.
- Banner.Mode - Enum Class in org.springframework.boot
- 
An enumeration of possible values for configuring the Banner.
- bannerMode(Banner.Mode) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- basePackageClasses() - Element in annotation interface org.springframework.boot.context.properties.ConfigurationPropertiesScan
- 
Type-safe alternative toConfigurationPropertiesScan.basePackages()for specifying the packages to scan for configuration properties.
- basePackageClasses() - Element in annotation interface org.springframework.boot.web.servlet.ServletComponentScan
- 
Type-safe alternative toServletComponentScan.basePackages()for specifying the packages to scan for annotated servlet components.
- basePackages() - Element in annotation interface org.springframework.boot.context.properties.ConfigurationPropertiesScan
- 
Base packages to scan for configuration properties.
- basePackages() - Element in annotation interface org.springframework.boot.web.servlet.ServletComponentScan
- 
Base packages to scan for annotated servlet components.
- basicAuthentication(String, String) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Add HTTP Basic Authentication to requests with the given username/password pair, unless a custom Authorization header has been set before.
- basicAuthentication(String, String, Charset) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Add HTTP Basic Authentication to requests with the given username/password pair, unless a custom Authorization header has been set before.
- BasicJsonParser - Class in org.springframework.boot.json
- 
Really basic JSON parser for when you have nothing else available.
- BasicJsonParser() - Constructor for class org.springframework.boot.json.BasicJsonParser
- BEAN_NAME - Static variable in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
- 
The bean name that this post-processor is registered with.
- beanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Bean name generator for automatically generated bean names in the application context.
- BeanNotOfRequiredTypeFailureAnalyzer - Class in org.springframework.boot.diagnostics.analyzer
- 
AnAbstractFailureAnalyzerthat performs analysis of failures caused by aBeanNotOfRequiredTypeException.
- BeanNotOfRequiredTypeFailureAnalyzer() - Constructor for class org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyzer
- beforeInitialize() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
- beforeInitialize() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
- beforeInitialize() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
- beforeInitialize() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
- beforeInitialize() - Method in class org.springframework.boot.logging.LoggingSystem
- 
Reset the logging system to be limit output.
- bind(String, Class<T>) - Method in class org.springframework.boot.context.properties.bind.Binder
- 
Bind the specified targetClassusing this binder'sproperty sources.
- bind(String, Bindable<T>) - Method in class org.springframework.boot.context.properties.bind.Binder
- 
Bind the specified targetBindableusing this binder'sproperty sources.
- bind(String, Bindable<T>, BindHandler) - Method in class org.springframework.boot.context.properties.bind.Binder
- 
Bind the specified targetBindableusing this binder'sproperty sources.
- bind(ConfigurationPropertyName, Bindable<T>) - Method in class org.springframework.boot.context.properties.bind.Binder
- 
Bind the specified targetBindableusing this binder'sproperty sources.
- bind(ConfigurationPropertyName, Bindable<T>, BindHandler) - Method in class org.springframework.boot.context.properties.bind.Binder
- 
Bind the specified targetBindableusing this binder'sproperty sources.
- Bindable<T> - Class in org.springframework.boot.context.properties.bind
- 
Source that can be bound by aBinder.
- Bindable.BindRestriction - Enum Class in org.springframework.boot.context.properties.bind
- 
Restrictions that can be applied when binding values.
- BindableRuntimeHintsRegistrar - Class in org.springframework.boot.context.properties.bind
- 
RuntimeHintsRegistrarthat can be used to registerReflectionHintsforBindabletypes, discovering any nested type it may expose through a property.
- BindableRuntimeHintsRegistrar(Class<?>...) - Constructor for class org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
- 
Create a newBindableRuntimeHintsRegistrarfor the specified types.
- BindableRuntimeHintsRegistrar(Bindable<?>...) - Constructor for class org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
- 
Create a newBindableRuntimeHintsRegistrarfor the specified bindables.
- BindConstructorProvider - Interface in org.springframework.boot.context.properties.bind
- 
Strategy interface used to determine a specific constructor to use when binding.
- BindContext - Interface in org.springframework.boot.context.properties.bind
- 
Context information for use byBindHandlers.
- Binder - Class in org.springframework.boot.context.properties.bind
- 
A container object which Binds objects from one or moreConfigurationPropertySources.
- Binder(Iterable<ConfigurationPropertySource>) - Constructor for class org.springframework.boot.context.properties.bind.Binder
- 
Create a newBinderinstance for the specified sources.
- Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver) - Constructor for class org.springframework.boot.context.properties.bind.Binder
- 
Create a newBinderinstance for the specified sources.
- Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver, List<ConversionService>, Consumer<PropertyEditorRegistry>, BindHandler, BindConstructorProvider) - Constructor for class org.springframework.boot.context.properties.bind.Binder
- 
Create a newBinderinstance for the specified sources.
- Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver, ConversionService) - Constructor for class org.springframework.boot.context.properties.bind.Binder
- 
Create a newBinderinstance for the specified sources.
- Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver, ConversionService, Consumer<PropertyEditorRegistry>) - Constructor for class org.springframework.boot.context.properties.bind.Binder
- 
Create a newBinderinstance for the specified sources.
- Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver, ConversionService, Consumer<PropertyEditorRegistry>, BindHandler) - Constructor for class org.springframework.boot.context.properties.bind.Binder
- 
Create a newBinderinstance for the specified sources.
- Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver, ConversionService, Consumer<PropertyEditorRegistry>, BindHandler, BindConstructorProvider) - Constructor for class org.springframework.boot.context.properties.bind.Binder
- 
Create a newBinderinstance for the specified sources.
- Binder(ConfigurationPropertySource...) - Constructor for class org.springframework.boot.context.properties.bind.Binder
- 
Create a newBinderinstance for the specified sources.
- BindException - Exception in org.springframework.boot.context.properties.bind
- 
Exception thrown when binding fails.
- BindHandler - Interface in org.springframework.boot.context.properties.bind
- 
Callback interface that can be used to handle additional logic during elementbinding.
- BINDING_ERRORS - Enum constant in enum class org.springframework.boot.web.error.ErrorAttributeOptions.Include
- 
Include the binding errors attribute.
- BindMethod - Enum Class in org.springframework.boot.context.properties.bind
- 
Configuration property binding methods.
- bindOrCreate(String, Class<T>) - Method in class org.springframework.boot.context.properties.bind.Binder
- 
Bind the specified targetClassusing this binder'sproperty sourcesor create a new instance of the specified targetClassif the result of the binding isnull.
- bindOrCreate(String, Bindable<T>) - Method in class org.springframework.boot.context.properties.bind.Binder
- 
Bind the specified targetBindableusing this binder'sproperty sourcesor create a new instance using the type of theBindableif the result of the binding isnull.
- bindOrCreate(String, Bindable<T>, BindHandler) - Method in class org.springframework.boot.context.properties.bind.Binder
- 
Bind the specified targetBindableusing this binder'sproperty sourcesor create a new instance using the type of theBindableif the result of the binding isnull.
- bindOrCreate(ConfigurationPropertyName, Bindable<T>, BindHandler) - Method in class org.springframework.boot.context.properties.bind.Binder
- 
Bind the specified targetBindableusing this binder'sproperty sourcesor create a new instance using the type of theBindableif the result of the binding isnull.
- BindResult<T> - Class in org.springframework.boot.context.properties.bind
- 
A container object to return the result of aBinderbind operation.
- bindToSpringApplication(ConfigurableEnvironment) - Method in class org.springframework.boot.SpringApplication
- 
Bind the environment to theApplicationProperties.
- BindValidationException - Exception in org.springframework.boot.context.properties.bind.validation
- 
Error thrown when validation fails during a bind operation.
- BLACK - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- BLACK - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- BLUE - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- BLUE - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- BOLD - Enum constant in enum class org.springframework.boot.ansi.AnsiStyle
- BootstrapContext - Interface in org.springframework.boot
- 
A simple bootstrap context that is available during startup andEnvironmentpost-processing up to the point that theApplicationContextis prepared.
- BootstrapContextClosedEvent - Class in org.springframework.boot
- 
ApplicationEventpublished by aBootstrapContextwhen it's closed.
- BootstrapRegistry - Interface in org.springframework.boot
- 
A simple object registry that is available during startup andEnvironmentpost-processing up to the point that theApplicationContextis prepared.
- BootstrapRegistry.InstanceSupplier<T> - Interface in org.springframework.boot
- 
Supplier used to provide the actual instance when needed.
- BootstrapRegistry.Scope - Enum Class in org.springframework.boot
- 
The scope of an instance.
- BootstrapRegistryInitializer - Interface in org.springframework.boot
- 
Callback interface that can be used to initialize aBootstrapRegistrybefore it is used.
- BoundConfigurationProperties - Class in org.springframework.boot.context.properties
- 
Bean to record and provide bound@ConfigurationProperties.
- BoundConfigurationProperties() - Constructor for class org.springframework.boot.context.properties.BoundConfigurationProperties
- BoundPropertiesTrackingBindHandler - Class in org.springframework.boot.context.properties.bind
- 
BindHandlerthat can be used to track bound configuration properties.
- BoundPropertiesTrackingBindHandler(Consumer<ConfigurationProperty>) - Constructor for class org.springframework.boot.context.properties.bind.BoundPropertiesTrackingBindHandler
- BRIGHT_BLACK - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- BRIGHT_BLACK - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- BRIGHT_BLUE - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- BRIGHT_BLUE - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- BRIGHT_CYAN - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- BRIGHT_CYAN - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- BRIGHT_GREEN - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- BRIGHT_GREEN - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- BRIGHT_MAGENTA - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- BRIGHT_MAGENTA - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- BRIGHT_RED - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- BRIGHT_RED - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- BRIGHT_WHITE - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- BRIGHT_WHITE - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- BRIGHT_YELLOW - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- BRIGHT_YELLOW - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- BROKEN - Enum constant in enum class org.springframework.boot.availability.LivenessState
- 
The application is running but its internal state is broken.
- BufferingApplicationStartup - Class in org.springframework.boot.context.metrics.buffering
- 
ApplicationStartupimplementation that buffersstepsand records their timestamp as well as their processing time.
- BufferingApplicationStartup(int) - Constructor for class org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup
- 
Create a new bufferedApplicationStartupwith a limited capacity and starts the recording of steps.
- build() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Returns a fully configuredSpringApplicationthat is ready to run.
- build() - Method in interface org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
- 
Build a default configuredClientHttpRequestFactory.
- build() - Method in interface org.springframework.boot.http.client.reactive.ClientHttpConnectorBuilder
- 
Build a default configuredClientHttpConnectorBuilder.
- build() - Method in class org.springframework.boot.jdbc.DataSourceBuilder
- 
Return a newly builtDataSourceinstance.
- build() - Method in interface org.springframework.boot.logging.structured.StructuredLoggingJsonMembersCustomizer.Builder
- 
Build theStructuredLoggingJsonMembersCustomizer.
- build() - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
- build() - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
- 
Build aConnectionFactorybased on the state of this builder.
- build() - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
- 
Build a newSimpleAsyncTaskExecutorinstance and configure it using this builder.
- build() - Method in class org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
- 
Build a newSimpleAsyncTaskSchedulerinstance and configure it using this builder.
- build() - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
- 
Build a newThreadPoolTaskExecutorinstance and configure it using this builder.
- build() - Method in class org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
- 
Build a newThreadPoolTaskSchedulerinstance and configure it using this builder.
- build() - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Build a newRestTemplateinstance and configure it using this builder.
- build() - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
- 
Deprecated.Build theWebServiceMessageSenderinstance.
- build() - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Build a newWebServiceTemplateinstance and configure it using this builder.
- build(Class<T>) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
- 
Build a newSimpleAsyncTaskExecutorinstance of the specified type and configure it using this builder.
- build(Class<T>) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
- 
Build a newThreadPoolTaskExecutorinstance of the specified type and configure it using this builder.
- build(Class<T>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Build a newRestTemplateinstance of the specified type and configure it using this builder.
- build(Class<T>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Build a newWebServiceTemplateinstance of the specified type and configure it using this builder.
- build(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Returns a fully configuredSpringApplicationthat is ready to run.
- build(ClientHttpRequestFactorySettings) - Method in class org.springframework.boot.http.client.SimpleClientHttpRequestFactoryBuilder
- build(ClientHttpRequestFactorySettings) - Method in interface org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
- 
Build a fully configuredClientHttpRequestFactory, applying the givensettingsif they are provided.
- build(HttpClientSettings) - Method in class org.springframework.boot.http.client.HttpComponentsHttpAsyncClientBuilder
- 
Build a newHttpAsyncClientinstance with the given settings applied.
- build(HttpClientSettings) - Method in class org.springframework.boot.http.client.HttpComponentsHttpClientBuilder
- 
Build a newHttpClientinstance with the given settings applied.
- build(HttpClientSettings) - Method in class org.springframework.boot.http.client.JdkHttpClientBuilder
- 
Build a newHttpClientinstance with the given settings applied.
- build(HttpClientSettings) - Method in class org.springframework.boot.http.client.JettyHttpClientBuilder
- 
Build a newHttpClientinstance with the given settings applied.
- build(HttpClientSettings) - Method in class org.springframework.boot.http.client.ReactorHttpClientBuilder
- 
Build a newHttpClientinstance with the given settings applied.
- build(ClientHttpConnectorSettings) - Method in class org.springframework.boot.http.client.reactive.JdkClientHttpConnectorBuilder
- build(ClientHttpConnectorSettings) - Method in interface org.springframework.boot.http.client.reactive.ClientHttpConnectorBuilder
- 
Build a fully configuredClientHttpConnector, applying the givensettingsif they are provided.
- builder() - Method in class org.springframework.boot.web.client.RootUriBuilderFactory
- buildOptions() - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
- 
Build aConnectionFactoryOptionsbased on the state of this builder.
- BuildProperties - Class in org.springframework.boot.info
- 
Provide build-related information such as group and artifact.
- BuildProperties(Properties) - Constructor for class org.springframework.boot.info.BuildProperties
- 
Create an instance with the specified entries.
- buildRequestFactory() - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Build a newClientHttpRequestFactoryinstance using the settings of this builder.
- buildView(String) - Method in class org.springframework.boot.web.servlet.view.MustacheViewResolver
- bundle() - Method in record class org.springframework.boot.web.server.Ssl.ServerNameSslBundle
- 
Returns the value of thebundlerecord component.
- byAnnotation(Class<? extends Annotation>) - Static method in interface org.springframework.boot.validation.beanvalidation.MethodValidationExcludeFilter
- 
Factory method to create aMethodValidationExcludeFilterthat excludes classes by annotation found using aninherited annotations search strategy.
- byAnnotation(Class<? extends Annotation>, MergedAnnotations.SearchStrategy) - Static method in interface org.springframework.boot.validation.beanvalidation.MethodValidationExcludeFilter
- 
Factory method to create aMethodValidationExcludeFilterthat excludes classes by annotation found using the given search strategy.
C
- callback(Class<C>, C, A, Object...) - Static method in class org.springframework.boot.util.LambdaSafe
- 
Start a call to a single callback instance, dealing with common generic type concerns and exceptions.
- callbacks(Class<C>, Collection<? extends C>, A, Object...) - Static method in class org.springframework.boot.util.LambdaSafe
- 
Start a call to callback instances, dealing with common generic type concerns and exceptions.
- certificates() - Method in interface org.springframework.boot.ssl.pem.PemSslStore
- 
The certificates for this store.
- certificates() - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
- 
Returns the value of thecertificatesrecord component.
- checkResource(Locale) - Method in class org.springframework.boot.web.servlet.view.MustacheView
- checkResourceExists(Locale) - Method in class org.springframework.boot.web.reactive.result.view.MustacheView
- child(int) - Method in record class org.springframework.boot.json.JsonWriter.MemberPath
- 
Create a new child from this path with the specified index.
- child(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Create a child application with the provided sources.
- child(String) - Method in record class org.springframework.boot.json.JsonWriter.MemberPath
- 
Create a new child from this path with the specified name.
- chop(int) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Return a newConfigurationPropertyNameby chopping this name to the givensize.
- CLEAN_HISTORY_ON_START - Enum constant in enum class org.springframework.boot.logging.logback.RollingPolicySystemProperty
- 
Logging system property for the clean history on start flag.
- cleanUp() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
- cleanUp() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
- cleanUp() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
- cleanUp() - Method in class org.springframework.boot.logging.LoggingSystem
- 
Clean up the logging system.
- clear() - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
- 
Clear the cache and force it to be reloaded on next access.
- clearCache() - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
- 
Clear the entire MetadataReader cache, removing all cached class metadata.
- CLICKHOUSE - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
ClickHouse.
- ClientHttpConnectorBuilder<T extends org.springframework.http.client.reactive.ClientHttpConnector> - Interface in org.springframework.boot.http.client.reactive
- 
Interface used to build a fully configuredClientHttpConnector.
- ClientHttpConnectorSettings - Record Class in org.springframework.boot.http.client.reactive
- 
Settings that can be applied when creating aClientHttpConnector.
- ClientHttpConnectorSettings(HttpRedirects, Duration, Duration, SslBundle) - Constructor for record class org.springframework.boot.http.client.reactive.ClientHttpConnectorSettings
- 
Creates an instance of aClientHttpConnectorSettingsrecord class.
- ClientHttpRequestFactories - Class in org.springframework.boot.web.client
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.4.0 for removal in 4.0.0 in favor ofClientHttpRequestFactoryBuilder
- ClientHttpRequestFactoryBuilder<T extends org.springframework.http.client.ClientHttpRequestFactory> - Interface in org.springframework.boot.http.client
- 
Interface used to build a fully configuredClientHttpRequestFactory.
- ClientHttpRequestFactorySettings - Record Class in org.springframework.boot.http.client
- 
Settings that can be applied when creating aClientHttpRequestFactory.
- ClientHttpRequestFactorySettings - Record Class in org.springframework.boot.web.client
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.4.0 for removal in 4.0.0 in favor ofClientHttpRequestFactorySettings
- ClientHttpRequestFactorySettings(Duration, Duration, SslBundle) - Constructor for record class org.springframework.boot.web.client.ClientHttpRequestFactorySettings
- 
Deprecated.Creates an instance of aClientHttpRequestFactorySettingsrecord class.
- ClientHttpRequestFactorySettings(ClientHttpRequestFactorySettings.Redirects, Duration, Duration, SslBundle) - Constructor for record class org.springframework.boot.http.client.ClientHttpRequestFactorySettings
- 
Creates an instance of aClientHttpRequestFactorySettingsrecord class.
- ClientHttpRequestFactorySettings.Redirects - Enum Class in org.springframework.boot.http.client
- 
Redirect strategies.
- close() - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertyCaching.CacheOverride
- close(ConfigurableApplicationContext) - Method in class org.springframework.boot.DefaultBootstrapContext
- 
Method to be called whenBootstrapContextis closed and theApplicationContextis prepared.
- CLOUD_FOUNDRY - Enum constant in enum class org.springframework.boot.cloud.CloudPlatform
- 
Cloud Foundry platform.
- CloudFoundryVcapEnvironmentPostProcessor - Class in org.springframework.boot.cloud
- 
AnEnvironmentPostProcessorthat knows where to find VCAP (a.k.a.
- CloudFoundryVcapEnvironmentPostProcessor(DeferredLogFactory) - Constructor for class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
- 
Create a newCloudFoundryVcapEnvironmentPostProcessorinstance.
- CloudPlatform - Enum Class in org.springframework.boot.cloud
- 
Simple detection for well known cloud platforms.
- CodecCustomizer - Interface in org.springframework.boot.web.codec
- 
Callback interface that can be used to customize codecs configuration for an HTTP client and/or server with aCodecConfigurer.
- collate(Collection<Configurations>) - Static method in class org.springframework.boot.context.annotation.Configurations
- 
Collate the given configuration by sorting and merging them.
- ColorConverter - Class in org.springframework.boot.logging.log4j2
- 
Log4j2LogEventPatternConverterto color output using theAnsiOutputclass.
- ColorConverter - Class in org.springframework.boot.logging.logback
- 
LogbackCompositeConverterto color output using theAnsiOutputclass.
- ColorConverter() - Constructor for class org.springframework.boot.logging.logback.ColorConverter
- CommandLineRunner - Interface in org.springframework.boot
- 
Interface used to indicate that a bean should run when it is contained within aSpringApplication.
- CommonFormatters() - Constructor for class org.springframework.boot.logging.structured.StructuredLogFormatterFactory.CommonFormatters
- CommonsDbcp2DataSourcePoolMetadata - Class in org.springframework.boot.jdbc.metadata
- 
DataSourcePoolMetadatafor an Apache Commons DBCP2DataSource.
- CommonsDbcp2DataSourcePoolMetadata(BasicDataSource) - Constructor for class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
- CommonStructuredLogFormat - Enum Class in org.springframework.boot.logging.structured
- 
Common structured log formats supported by Spring Boot.
- compareTo(ConfigurationProperty) - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
- compareTo(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- ComponentScanPackageCheck() - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
- CompositeDataSourcePoolMetadataProvider - Class in org.springframework.boot.jdbc.metadata
- 
ADataSourcePoolMetadataProviderimplementation that returns the firstDataSourcePoolMetadatathat is found by one of its delegate.
- CompositeDataSourcePoolMetadataProvider(Collection<? extends DataSourcePoolMetadataProvider>) - Constructor for class org.springframework.boot.jdbc.metadata.CompositeDataSourcePoolMetadataProvider
- 
Create aCompositeDataSourcePoolMetadataProviderinstance with an initial collection of delegates to use.
- Compression - Class in org.springframework.boot.web.server
- 
Simple server-independent abstraction for compression configuration.
- Compression() - Constructor for class org.springframework.boot.web.server.Compression
- concurrencyLimit(Integer) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
- 
Set the concurrency limit.
- concurrencyLimit(Integer) - Method in class org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
- 
Set the concurrency limit.
- ConcurrentReferenceCachingMetadataReaderFactory - Class in org.springframework.boot.type.classreading
- 
Caching implementation of theMetadataReaderFactoryinterface backed by aConcurrentReferenceHashMap, cachingMetadataReaderper SpringResourcehandle (i.e.
- ConcurrentReferenceCachingMetadataReaderFactory() - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
- 
Create a newConcurrentReferenceCachingMetadataReaderFactoryinstance for the default class loader.
- ConcurrentReferenceCachingMetadataReaderFactory(ClassLoader) - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
- 
Create a newConcurrentReferenceCachingMetadataReaderFactoryinstance for the given class loader.
- ConcurrentReferenceCachingMetadataReaderFactory(ResourceLoader) - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
- 
Create a newConcurrentReferenceCachingMetadataReaderFactoryinstance for the given resource loader.
- CONFIG_PROPERTY - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
- 
The name of the Spring property that contains a reference to the logging configuration to load.
- ConfigData - Class in org.springframework.boot.context.config
- 
Configuration data that has been loaded from aConfigDataResourceand may ultimately contributeproperty sourcesto Spring'sEnvironment.
- ConfigData(Collection<? extends PropertySource<?>>, ConfigData.Option...) - Constructor for class org.springframework.boot.context.config.ConfigData
- 
Create a newConfigDatainstance with the same options applied to each source.
- ConfigData(Collection<? extends PropertySource<?>>, ConfigData.PropertySourceOptions) - Constructor for class org.springframework.boot.context.config.ConfigData
- 
Create a newConfigDatainstance with specific property source options.
- ConfigData.Option - Enum Class in org.springframework.boot.context.config
- 
Option flags that can be applied.
- ConfigData.Options - Class in org.springframework.boot.context.config
- 
A set ofConfigData.Optionflags.
- ConfigData.PropertySourceOptions - Interface in org.springframework.boot.context.config
- 
Strategy interface used to supplyConfigData.Optionsfor a givenPropertySource.
- ConfigDataEnvironmentPostProcessor - Class in org.springframework.boot.context.config
- ConfigDataEnvironmentPostProcessor(DeferredLogFactory, ConfigurableBootstrapContext) - Constructor for class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
- ConfigDataEnvironmentUpdateListener - Interface in org.springframework.boot.context.config
- ConfigDataException - Exception in org.springframework.boot.context.config
- 
Abstract base class for configuration data exceptions.
- ConfigDataException(String, Throwable) - Constructor for exception org.springframework.boot.context.config.ConfigDataException
- 
Create a newConfigDataExceptioninstance.
- ConfigDataLoader<R extends ConfigDataResource> - Interface in org.springframework.boot.context.config
- 
Strategy class that can be used to loadConfigDatafor a givenConfigDataResource.
- ConfigDataLoaderContext - Interface in org.springframework.boot.context.config
- 
Context provided toConfigDataLoadermethods.
- ConfigDataLocation - Class in org.springframework.boot.context.config
- 
A user specified location that can beresolvedto one or moreconfig data resources.
- ConfigDataLocationNotFoundException - Exception in org.springframework.boot.context.config
- 
ConfigDataNotFoundExceptionthrown when aConfigDataLocationcannot be found.
- ConfigDataLocationNotFoundException(ConfigDataLocation) - Constructor for exception org.springframework.boot.context.config.ConfigDataLocationNotFoundException
- 
Create a newConfigDataLocationNotFoundExceptioninstance.
- ConfigDataLocationNotFoundException(ConfigDataLocation, String, Throwable) - Constructor for exception org.springframework.boot.context.config.ConfigDataLocationNotFoundException
- 
Create a newConfigDataLocationNotFoundExceptioninstance.
- ConfigDataLocationNotFoundException(ConfigDataLocation, Throwable) - Constructor for exception org.springframework.boot.context.config.ConfigDataLocationNotFoundException
- 
Create a newConfigDataLocationNotFoundExceptioninstance.
- ConfigDataLocationResolver<R extends ConfigDataResource> - Interface in org.springframework.boot.context.config
- ConfigDataLocationResolverContext - Interface in org.springframework.boot.context.config
- 
Context provided toConfigDataLocationResolvermethods.
- ConfigDataNotFoundAction - Enum Class in org.springframework.boot.context.config
- 
Action to take when an uncaughtConfigDataNotFoundExceptionis thrown.
- ConfigDataNotFoundException - Exception in org.springframework.boot.context.config
- 
ConfigDataNotFoundExceptionthrown when aConfigDatacannot be found.
- ConfigDataResource - Class in org.springframework.boot.context.config
- 
A single resource from whichConfigDatacan be loaded.
- ConfigDataResource() - Constructor for class org.springframework.boot.context.config.ConfigDataResource
- 
Create a new non-optionalConfigDataResourceinstance.
- ConfigDataResource(boolean) - Constructor for class org.springframework.boot.context.config.ConfigDataResource
- 
Create a newConfigDataResourceinstance.
- ConfigDataResourceNotFoundException - Exception in org.springframework.boot.context.config
- 
ConfigDataNotFoundExceptionthrown when aConfigDataResourcecannot be found.
- ConfigDataResourceNotFoundException(ConfigDataResource) - Constructor for exception org.springframework.boot.context.config.ConfigDataResourceNotFoundException
- 
Create a newConfigDataResourceNotFoundExceptioninstance.
- ConfigDataResourceNotFoundException(ConfigDataResource, Throwable) - Constructor for exception org.springframework.boot.context.config.ConfigDataResourceNotFoundException
- 
Create a newConfigDataResourceNotFoundExceptioninstance.
- ConfigTreeConfigDataLoader - Class in org.springframework.boot.context.config
- 
ConfigDataLoaderfor config tree locations.
- ConfigTreeConfigDataLoader() - Constructor for class org.springframework.boot.context.config.ConfigTreeConfigDataLoader
- ConfigTreeConfigDataLocationResolver - Class in org.springframework.boot.context.config
- 
ConfigDataLocationResolverfor config tree locations.
- ConfigTreeConfigDataLocationResolver(ResourceLoader) - Constructor for class org.springframework.boot.context.config.ConfigTreeConfigDataLocationResolver
- ConfigTreeConfigDataResource - Class in org.springframework.boot.context.config
- 
ConfigDataResourcebacked by a config tree directory.
- ConfigTreePropertySource - Class in org.springframework.boot.env
- 
PropertySourcebacked by a directory tree that contains files for each value.
- ConfigTreePropertySource(String, Path) - Constructor for class org.springframework.boot.env.ConfigTreePropertySource
- 
Create a newConfigTreePropertySourceinstance.
- ConfigTreePropertySource(String, Path, ConfigTreePropertySource.Option...) - Constructor for class org.springframework.boot.env.ConfigTreePropertySource
- 
Create a newConfigTreePropertySourceinstance.
- ConfigTreePropertySource.Option - Enum Class in org.springframework.boot.env
- 
Property source options.
- ConfigTreePropertySource.Value - Interface in org.springframework.boot.env
- 
A value returned from the property source which exposes the contents of the property file.
- ConfigurableBootstrapContext - Interface in org.springframework.boot
- 
ABootstrapContextthat also provides configuration methods through theBootstrapRegistryinterface.
- ConfigurableJettyWebServerFactory - Interface in org.springframework.boot.web.embedded.jetty
- 
ConfigurableWebServerFactoryfor Jetty-specific features.
- ConfigurableReactiveWebApplicationContext - Interface in org.springframework.boot.web.reactive.context
- 
Interface to provide configuration for a reactive web application.
- ConfigurableReactiveWebEnvironment - Interface in org.springframework.boot.web.reactive.context
- 
Specialization ofConfigurableEnvironmentfor reactive application contexts.
- ConfigurableReactiveWebServerFactory - Interface in org.springframework.boot.web.reactive.server
- 
ConfigurableReactiveWebServerFactory.
- ConfigurableRSocketServerFactory - Interface in org.springframework.boot.rsocket.server
- 
A configurableRSocketServerFactory.
- ConfigurableServletWebServerFactory - Interface in org.springframework.boot.web.servlet.server
- 
A configurableServletWebServerFactory.
- ConfigurableTomcatWebServerFactory - Interface in org.springframework.boot.web.embedded.tomcat
- 
ConfigurableWebServerFactoryfor Tomcat-specific features.
- ConfigurableUndertowWebServerFactory - Interface in org.springframework.boot.web.embedded.undertow
- 
ConfigurableWebServerFactoryfor Undertow-specific features.
- ConfigurableWebServerApplicationContext - Interface in org.springframework.boot.web.context
- 
SPI interface to be implemented by most if not allweb server application contexts.
- ConfigurableWebServerFactory - Interface in org.springframework.boot.web.server
- 
A configurableWebServerFactory.
- CONFIGURATION_COMPARATOR - Static variable in class org.springframework.boot.logging.AbstractLoggingSystem
- ConfigurationProperties - Annotation Interface in org.springframework.boot.context.properties
- 
Annotation for externalized configuration.
- ConfigurationPropertiesBean - Class in org.springframework.boot.context.properties
- 
Provides access to@ConfigurationPropertiesbean details, regardless of if the annotation was used directly or on a@Beanfactory method.
- ConfigurationPropertiesBindException - Exception in org.springframework.boot.context.properties
- 
Exception thrown when@ConfigurationPropertiesbinding fails.
- ConfigurationPropertiesBindHandlerAdvisor - Interface in org.springframework.boot.context.properties
- 
Allows additional functionality to be applied to theBindHandlerused by theConfigurationPropertiesBindingPostProcessor.
- ConfigurationPropertiesBinding - Annotation Interface in org.springframework.boot.context.properties
- 
Qualifier for beans that are needed to configure the binding of@ConfigurationProperties(e.g.
- ConfigurationPropertiesBindingPostProcessor - Class in org.springframework.boot.context.properties
- ConfigurationPropertiesBindingPostProcessor() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
- ConfigurationPropertiesScan - Annotation Interface in org.springframework.boot.context.properties
- 
Configures the base packages used when scanning for@ConfigurationPropertiesclasses.
- ConfigurationProperty - Class in org.springframework.boot.context.properties.source
- 
A single configuration property obtained from aConfigurationPropertySourceconsisting of aname,valueand optionalorigin.
- ConfigurationProperty(ConfigurationPropertyName, Object, Origin) - Constructor for class org.springframework.boot.context.properties.source.ConfigurationProperty
- ConfigurationPropertyCaching - Interface in org.springframework.boot.context.properties.source
- 
Interface that can be used to control configuration property source caches.
- ConfigurationPropertyCaching.CacheOverride - Interface in org.springframework.boot.context.properties.source
- 
AutoCloseableused to control acache override.
- ConfigurationPropertyName - Class in org.springframework.boot.context.properties.source
- 
A configuration property name composed of elements separated by dots.
- ConfigurationPropertyName.Form - Enum Class in org.springframework.boot.context.properties.source
- 
The various forms that a non-indexed element value can take.
- ConfigurationPropertyNameAliases - Class in org.springframework.boot.context.properties.source
- 
Maintains a mapping ofConfigurationPropertyNamealiases.
- ConfigurationPropertyNameAliases() - Constructor for class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
- ConfigurationPropertyNameAliases(String, String...) - Constructor for class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
- ConfigurationPropertyNameAliases(ConfigurationPropertyName, ConfigurationPropertyName...) - Constructor for class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
- ConfigurationPropertySource - Interface in org.springframework.boot.context.properties.source
- 
A source ofConfigurationProperties.
- ConfigurationPropertySources - Class in org.springframework.boot.context.properties.source
- 
Provides access toConfigurationPropertySources.
- ConfigurationPropertyState - Enum Class in org.springframework.boot.context.properties.source
- 
The state of content from aConfigurationPropertySource.
- Configurations - Class in org.springframework.boot.context.annotation
- 
A set of@Configurationclasses that can be registered inApplicationContext.
- Configurations(Collection<Class<?>>) - Constructor for class org.springframework.boot.context.annotation.Configurations
- 
Create a newConfigurationsinstance.
- Configurations(UnaryOperator<Collection<Class<?>>>, Collection<Class<?>>, Function<Class<?>, String>) - Constructor for class org.springframework.boot.context.annotation.Configurations
- 
Create a newConfigurationsinstance.
- ConfigurationWarningsApplicationContextInitializer - Class in org.springframework.boot.context
- 
ApplicationContextInitializerto report warnings for common misconfiguration mistakes.
- ConfigurationWarningsApplicationContextInitializer() - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
- ConfigurationWarningsApplicationContextInitializer.Check - Interface in org.springframework.boot.context
- 
A single check that can be applied.
- ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck - Class in org.springframework.boot.context
- 
ConfigurationWarningsApplicationContextInitializer.Checkfor@ComponentScanon problematic package.
- ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor - Class in org.springframework.boot.context
- 
BeanDefinitionRegistryPostProcessorto report warnings.
- ConfigurationWarningsPostProcessor(ConfigurationWarningsApplicationContextInitializer.Check[]) - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
- configure(LoggerContext) - Method in class org.springframework.boot.logging.logback.RootLogLevelConfigurator
- configure(D) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
- configure(FilterRegistration.Dynamic) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- 
Configure registration settings.
- configure(ServletRegistration.Dynamic) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
- 
Configure registration settings.
- configure(Consumer<ConnectionFactoryOptions.Builder>) - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
- 
Configure additional options.
- configure(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.ServletContextInitializerConfiguration
- configure(SpringApplicationBuilder) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
- 
Configure the application.
- configure(FormatterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
- 
Configure the givenFormatterRegistrywith formatters and converters appropriate for most Spring Boot applications.
- configure(T) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
- 
Configure the providedSimpleAsyncTaskExecutorinstance using this builder.
- configure(T) - Method in class org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
- 
Configure the providedSimpleAsyncTaskSchedulerinstance using this builder.
- configure(T) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
- 
Configure the providedThreadPoolTaskExecutorinstance using this builder.
- configure(T) - Method in class org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
- 
Configure the providedThreadPoolTaskSchedulerinstance using this builder.
- configure(T) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Configure the providedRestTemplateinstance using this builder.
- configure(T) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Configure the providedWebServiceTemplateinstance using this builder.
- configureContext(Context) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
Configure the TomcatContext.
- configureContext(Context, ServletContextInitializer[]) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Configure the TomcatContext.
- configureEnvironment(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
- 
Template method delegating toSpringApplication.configurePropertySources(ConfigurableEnvironment, String[])andSpringApplication.configureProfiles(ConfigurableEnvironment, String[])in that order.
- configureLogLevel(LogLevel, BiConsumer<String, LogLevel>) - Method in class org.springframework.boot.logging.LoggerGroup
- configureProfiles(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
- 
Configure which profiles are active (or active by default) for this application environment.
- configurePropertySources(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
- 
Add, remove or re-order anyPropertySources in this application's environment.
- configureWebAppContext(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Configure the given JettyWebAppContextfor use.
- ConnectionFactoryBuilder - Class in org.springframework.boot.r2dbc
- 
Builder forConnectionFactory.
- ConnectionFactoryDecorator - Interface in org.springframework.boot.r2dbc
- 
Decorator forconnection factories.
- ConnectionFactoryUnwrapper - Class in org.springframework.boot.jms
- 
Unwrap aConnectionFactorythat may have been wrapped to perform caching or pooling.
- ConnectorStartFailedException - Exception in org.springframework.boot.web.embedded.tomcat
- 
AConnectorStartFailedExceptionis thrown when a TomcatConnectorfails to start, for example due to a port clash or incorrect SSL configuration.
- ConnectorStartFailedException(int) - Constructor for exception org.springframework.boot.web.embedded.tomcat.ConnectorStartFailedException
- 
Creates a newConnectorStartFailedExceptionfor a connector that's configured to listen on the givenport.
- connectTimeout() - Method in record class org.springframework.boot.http.client.ClientHttpRequestFactorySettings
- 
Returns the value of theconnectTimeoutrecord component.
- connectTimeout() - Method in record class org.springframework.boot.http.client.HttpClientSettings
- 
Returns the value of theconnectTimeoutrecord component.
- connectTimeout() - Method in record class org.springframework.boot.http.client.reactive.ClientHttpConnectorSettings
- 
Returns the value of theconnectTimeoutrecord component.
- connectTimeout() - Method in record class org.springframework.boot.web.client.ClientHttpRequestFactorySettings
- 
Deprecated.Returns the value of theconnectTimeoutrecord component.
- connectTimeout(Duration) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Sets the connection timeout on the underlyingClientHttpRequestFactory.
- CONSOLE - Enum constant in enum class org.springframework.boot.Banner.Mode
- 
Print the banner to System.out.
- CONSOLE_CHARSET - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Logging system property for the console log charset.
- CONSOLE_PATTERN - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Logging system property for the console log pattern.
- CONSOLE_STRUCTURED_FORMAT - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Logging system property for the console structured logging format.
- CONSOLE_THRESHOLD - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Logging system property for the console log.
- ConstructorBinding - Annotation Interface in org.springframework.boot.context.properties.bind
- 
Annotation that can be used to indicate which constructor to use when binding configuration properties using constructor arguments rather than by calling setters.
- ConstructorBound - Class in org.springframework.boot.context.properties
- 
Helper class to programmatically bind configuration properties that use constructor injection.
- ConstructorBound() - Constructor for class org.springframework.boot.context.properties.ConstructorBound
- contains(ConfigData.Option) - Method in class org.springframework.boot.context.config.ConfigData.Options
- 
Returns if the given option is contained in this set.
- containsDescendantOf(ConfigurationPropertyName) - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
- 
Returns if the source contains any descendants of the specified name.
- containsDescendantOf(ConfigurationPropertyName) - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
- containsOption(String) - Method in interface org.springframework.boot.ApplicationArguments
- 
Return whether the set of option arguments parsed from the arguments contains an option with the given name.
- containsOption(String) - Method in class org.springframework.boot.DefaultApplicationArguments
- containsProperty(String) - Method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource
- containsProperty(String) - Method in class org.springframework.boot.logging.log4j2.SpringBootPropertySource
- contentLength() - Method in class org.springframework.boot.origin.OriginTrackedResource
- context() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Accessor for the current application context.
- ContextCloserListener(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
- contextFactory(ApplicationContextFactory) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Explicitly set the factory used to create the application context.
- ContextIdApplicationContextInitializer - Class in org.springframework.boot.context
- 
ApplicationContextInitializerthat sets the SpringApplicationContext ID.
- ContextIdApplicationContextInitializer() - Constructor for class org.springframework.boot.context.ContextIdApplicationContextInitializer
- contextLoaded(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
- 
Called once the application context has been loaded but before it has been refreshed.
- ContextPairs - Class in org.springframework.boot.logging.structured
- 
Helper that can be used to add JSON pairs from context data (typically the logger MDC) in the correct location (or drop them altogether).
- ContextPairs.Pairs<T> - Class in org.springframework.boot.logging.structured
- 
Callback used to add pairs.
- contextPrepared(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
- 
Called once theApplicationContexthas been created and prepared, but before sources have been loaded.
- continueOnError(boolean) - Method in class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.Scripts
- convert(ILoggingEvent) - Method in class org.springframework.boot.logging.logback.ApplicationNameConverter
- 
Deprecated.
- convert(ILoggingEvent) - Method in class org.springframework.boot.logging.logback.CorrelationIdConverter
- convertNativeToSystem(T) - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
- convertSystemToNative(LogLevel) - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
- Cookie - Class in org.springframework.boot.web.server
- 
Cookie properties.
- Cookie() - Constructor for class org.springframework.boot.web.server.Cookie
- Cookie() - Constructor for class org.springframework.boot.web.servlet.server.Session.Cookie
- COOKIE - Enum constant in enum class org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
- 
Send a cookie in response to the client's first request.
- Cookie.SameSite - Enum Class in org.springframework.boot.web.server
- 
SameSite values.
- CookieSameSiteSupplier - Interface in org.springframework.boot.web.servlet.server
- 
Strategy interface that can be used withConfigurableServletWebServerFactoryimplementations in order to supply customCookie.SameSitevalues for specificcookies.
- corePoolSize(int) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
- 
Set the core number of threads.
- CORRECT - Enum constant in enum class org.springframework.boot.availability.LivenessState
- 
The application is running and its internal state is correct.
- CORRELATION_PATTERN - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Logging system property for the correlation pattern.
- CorrelationIdConverter - Class in org.springframework.boot.logging.log4j2
- 
Log4j2LogEventPatternConverterto convert aCorrelationIdFormatterpattern into formatted output using data from theMDC.
- CorrelationIdConverter - Class in org.springframework.boot.logging.logback
- 
LogbackDynamicConverterto convert aCorrelationIdFormatterpattern into formatted output using data from theMDCandEnvironment.
- CorrelationIdConverter() - Constructor for class org.springframework.boot.logging.logback.CorrelationIdConverter
- CorrelationIdFormatter - Class in org.springframework.boot.logging
- 
Utility class that can be used to format a correlation identifier for logging based on W3C recommendations.
- create() - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
- 
Create a newDataSourceBuilderinstance.
- create() - Method in class org.springframework.boot.r2dbc.OptionsCapableConnectionFactory
- create(SocketAcceptor) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- create(SocketAcceptor) - Method in interface org.springframework.boot.rsocket.server.RSocketServerFactory
- 
Gets a new fully configured but pausedRSocketServerinstance.
- create(ClassLoader) - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
- 
Create a newDataSourceBuilderinstance.
- create(Consumer<JsonMixinModuleEntries.Builder>) - Static method in class org.springframework.boot.jackson.JsonMixinModuleEntries
- 
Create an instance using the specifiedJsonMixinModuleEntries.Builder.
- create(WebApplicationType) - Method in interface org.springframework.boot.ApplicationContextFactory
- createApplicationContext() - Method in class org.springframework.boot.SpringApplication
- 
Strategy method used to create theApplicationContext.
- createBeanDefinitionLoader(BeanDefinitionRegistry, Object[]) - Method in class org.springframework.boot.SpringApplication
- 
Factory method used to create theBeanDefinitionLoader.
- createClientHttpConnector(ClientHttpConnectorSettings) - Method in class org.springframework.boot.http.client.reactive.HttpComponentsClientHttpConnectorBuilder
- createClientHttpConnector(ClientHttpConnectorSettings) - Method in class org.springframework.boot.http.client.reactive.JdkClientHttpConnectorBuilder
- createClientHttpConnector(ClientHttpConnectorSettings) - Method in class org.springframework.boot.http.client.reactive.JettyClientHttpConnectorBuilder
- createClientHttpConnector(ClientHttpConnectorSettings) - Method in class org.springframework.boot.http.client.reactive.ReactorClientHttpConnectorBuilder
- createClientHttpRequestFactory(ClientHttpRequestFactorySettings) - Method in class org.springframework.boot.http.client.HttpComponentsClientHttpRequestFactoryBuilder
- createClientHttpRequestFactory(ClientHttpRequestFactorySettings) - Method in class org.springframework.boot.http.client.JdkClientHttpRequestFactoryBuilder
- createClientHttpRequestFactory(ClientHttpRequestFactorySettings) - Method in class org.springframework.boot.http.client.JettyClientHttpRequestFactoryBuilder
- createClientHttpRequestFactory(ClientHttpRequestFactorySettings) - Method in class org.springframework.boot.http.client.ReactorClientHttpRequestFactoryBuilder
- createClientHttpRequestFactory(ClientHttpRequestFactorySettings) - Method in class org.springframework.boot.http.client.SimpleClientHttpRequestFactoryBuilder
- createContextCloserListener(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
- 
Subclasses may override to create their own subclass of ContextCloserListener.
- createEnvironment() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
- createEnvironment() - Method in class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
- createEnvironment(WebApplicationType) - Method in interface org.springframework.boot.ApplicationContextFactory
- 
Create a newEnvironmentto be set on thecreatedapplication context.
- createFormatter(Instantiator<?>) - Method in interface org.springframework.boot.logging.structured.StructuredLogFormatterFactory.CommonFormatterFactory
- 
Create theStructuredLogFormatterinstance.
- createHttpHandler() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
- createHttpHandler() - Method in class org.springframework.boot.web.embedded.undertow.UndertowWebServer
- createJettyServer(JettyHttpHandlerAdapter) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- createMetadataReader(Resource) - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
- 
Create the meta-data reader.
- createMultipartConfig() - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
- 
Create a newMultipartConfigElementinstance.
- createPropertyResolver(MutablePropertySources) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
- 
Create a newPropertyResolverthat resolves property values against an underlying set ofPropertySources.
- createRegistrationBean(String, T, int) - Method in interface org.springframework.boot.web.servlet.ServletContextInitializerBeans.RegistrationBeanAdapter
- createRelative(String) - Method in class org.springframework.boot.origin.OriginTrackedResource
- createRootApplicationContext(ServletContext) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
- createSpringApplication(ResourceLoader, Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Creates a newSpringApplicationinstance from the given sources using the givenResourceLoader.
- createSpringApplicationBuilder() - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
- 
Returns theSpringApplicationBuilderthat is used to configure and create theSpringApplication.
- createSslContext() - Method in interface org.springframework.boot.ssl.SslBundle
- 
Factory method to create a newSSLContextfor this bundle.
- createSslContext(String) - Method in interface org.springframework.boot.ssl.SslManagerBundle
- 
Factory method to create a newSSLContextfor thekey managersandtrust managersmanaged by this instance.
- createSslContextSpec(SslBundle) - Method in class org.springframework.boot.web.embedded.netty.SslServerCustomizer
- 
Create anAbstractProtocolSslContextSpecfor a givenSslBundle.
- createTempDir(String) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- 
Return the absolute temp dir for given web server.
- createView(String) - Method in class org.springframework.boot.web.reactive.result.view.MustacheViewResolver
- customize(RSocketServer) - Method in interface org.springframework.boot.rsocket.server.RSocketServerCustomizer
- 
Callback to customize aRSocketServerinstance.
- customize(DeploymentInfo) - Method in interface org.springframework.boot.web.embedded.undertow.UndertowDeploymentInfoCustomizer
- 
Customize the deployment info.
- customize(Undertow.Builder) - Method in interface org.springframework.boot.web.embedded.undertow.UndertowBuilderCustomizer
- 
Customize the builder.
- customize(Connector) - Method in interface org.springframework.boot.web.embedded.tomcat.TomcatConnectorCustomizer
- 
Customize the connector.
- customize(Context) - Method in interface org.springframework.boot.web.embedded.tomcat.TomcatContextCustomizer
- 
Customize the context.
- customize(Server) - Method in interface org.springframework.boot.web.embedded.jetty.JettyServerCustomizer
- 
Customize the server.
- customize(JsonWriter.Members<T>) - Method in interface org.springframework.boot.logging.structured.StructuredLoggingJsonMembersCustomizer
- 
Customize the givenJsonWriter.Membersinstance.
- customize(SimpleAsyncTaskExecutor) - Method in interface org.springframework.boot.task.SimpleAsyncTaskExecutorCustomizer
- 
Callback to customize aSimpleAsyncTaskExecutorinstance.
- customize(CodecConfigurer) - Method in interface org.springframework.boot.web.codec.CodecCustomizer
- 
Callback to customize aCodecConfigurerinstance.
- customize(ResourceDatabasePopulator) - Method in class org.springframework.boot.jdbc.init.DataSourceScriptDatabaseInitializer
- 
Customize theResourceDatabasePopulator.
- customize(RSocketStrategies.Builder) - Method in interface org.springframework.boot.rsocket.messaging.RSocketStrategiesCustomizer
- 
Callback to customize aRSocketStrategies.builder()instance.
- customize(SimpleAsyncTaskScheduler) - Method in interface org.springframework.boot.task.SimpleAsyncTaskSchedulerCustomizer
- 
Callback to customize aSimpleAsyncTaskSchedulerinstance.
- customize(ThreadPoolTaskExecutor) - Method in interface org.springframework.boot.task.ThreadPoolTaskExecutorCustomizer
- 
Callback to customize aThreadPoolTaskExecutorinstance.
- customize(ThreadPoolTaskScheduler) - Method in interface org.springframework.boot.task.ThreadPoolTaskSchedulerCustomizer
- 
Callback to customize aThreadPoolTaskSchedulerinstance.
- customize(RestClient.Builder) - Method in interface org.springframework.boot.web.client.RestClientCustomizer
- 
Callback to customize aRestClient.Builderinstance.
- customize(RestTemplate) - Method in interface org.springframework.boot.web.client.RestTemplateCustomizer
- 
Callback to customize aRestTemplateinstance.
- customize(WebClient.Builder) - Method in interface org.springframework.boot.web.reactive.function.client.WebClientCustomizer
- 
Callback to customize aWebClient.Builderinstance.
- customize(WebServiceTemplate) - Method in interface org.springframework.boot.webservices.client.WebServiceTemplateCustomizer
- 
Callback to customize aWebServiceTemplateinstance.
- customize(T) - Method in interface org.springframework.boot.web.client.RestTemplateRequestCustomizer
- 
Customize the specifiedClientHttpRequest.
- customize(T) - Method in interface org.springframework.boot.web.embedded.tomcat.TomcatProtocolHandlerCustomizer
- 
Customize the protocol handler.
- customize(T) - Method in interface org.springframework.boot.web.server.WebServerFactoryCustomizer
- 
Customize the specifiedWebServerFactory.
- customizeConnector(Connector) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- customizeConnector(Connector) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- customizers(Iterable<? extends SimpleAsyncTaskExecutorCustomizer>) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
- 
Set thecustomizersthat should be applied to theSimpleAsyncTaskExecutor.
- customizers(Iterable<? extends SimpleAsyncTaskSchedulerCustomizer>) - Method in class org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
- 
Set thecustomizersthat should be applied to theSimpleAsyncTaskScheduler.
- customizers(Iterable<? extends ThreadPoolTaskExecutorCustomizer>) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
- 
Set theThreadPoolTaskExecutorCustomizersthat should be applied to theThreadPoolTaskExecutor.
- customizers(Iterable<? extends ThreadPoolTaskSchedulerCustomizer>) - Method in class org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
- 
Set thethreadPoolTaskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler.
- customizers(Collection<? extends RestTemplateCustomizer>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Set theRestTemplateCustomizersthat should be applied to theRestTemplate.
- customizers(Collection<? extends WebServiceTemplateCustomizer>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
SetWebServiceTemplateCustomizersthat should be applied to theWebServiceTemplate.
- customizers(SimpleAsyncTaskExecutorCustomizer...) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
- 
Set thecustomizersthat should be applied to theSimpleAsyncTaskExecutor.
- customizers(SimpleAsyncTaskSchedulerCustomizer...) - Method in class org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
- 
Set thecustomizersthat should be applied to theSimpleAsyncTaskScheduler.
- customizers(ThreadPoolTaskExecutorCustomizer...) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
- 
Set theThreadPoolTaskExecutorCustomizersthat should be applied to theThreadPoolTaskExecutor.
- customizers(ThreadPoolTaskSchedulerCustomizer...) - Method in class org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
- 
Set thethreadPoolTaskSchedulerCustomizersthat should be applied to theThreadPoolTaskScheduler.
- customizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Set theRestTemplateCustomizersthat should be applied to theRestTemplate.
- customizers(WebServiceTemplateCustomizer...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
SetWebServiceTemplateCustomizersthat should be applied to theWebServiceTemplate.
- CYAN - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- CYAN - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
D
- DASHED - Enum constant in enum class org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
- 
The dashed configuration form (used for toString; lower-case with only alphanumeric characters and dashes).
- database(String) - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
- 
Configure the database.
- DatabaseDriver - Enum Class in org.springframework.boot.jdbc
- 
Enumeration of common database drivers.
- DatabaseInitializationDependencyConfigurer - Class in org.springframework.boot.sql.init.dependency
- 
Configures beans that depend upon SQL database initialization withdependenciesupon beans that perform database initialization.
- DatabaseInitializationDependencyConfigurer() - Constructor for class org.springframework.boot.sql.init.dependency.DatabaseInitializationDependencyConfigurer
- DatabaseInitializationMode - Enum Class in org.springframework.boot.sql.init
- 
Supported database initialization modes.
- DatabaseInitializationSettings - Class in org.springframework.boot.sql.init
- 
Settings for initializing an SQL database.
- DatabaseInitializationSettings() - Constructor for class org.springframework.boot.sql.init.DatabaseInitializationSettings
- DatabaseInitializerDetector - Interface in org.springframework.boot.sql.init.dependency
- 
Detects beans that initialize an SQL database.
- DataObjectPropertyName - Class in org.springframework.boot.context.properties.bind
- 
Internal utility to help when dealing with data object property names.
- DataSizeUnit - Annotation Interface in org.springframework.boot.convert
- 
Annotation that can be used to change the default unit used when converting aDataSize.
- dataSource(DataSource) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
- 
Create a newEntityManagerFactoryBuilder.Builderfor aEntityManagerFactoryusing the settings of the given instance, and the givenDataSource.
- DataSourceBuilder<T extends DataSource> - Class in org.springframework.boot.jdbc
- 
Convenience class for building aDataSource.
- DataSourcePoolMetadata - Interface in org.springframework.boot.jdbc.metadata
- 
Provides access meta-data that is commonly available from most pooledDataSourceimplementations.
- DataSourcePoolMetadataProvider - Interface in org.springframework.boot.jdbc.metadata
- 
Provide aDataSourcePoolMetadatabased on aDataSource.
- DataSourceScriptDatabaseInitializer - Class in org.springframework.boot.jdbc.init
- 
InitializingBeanthat performsDataSourceinitialization using schema (DDL) and data (DML) scripts.
- DataSourceScriptDatabaseInitializer(DataSource, DatabaseInitializationSettings) - Constructor for class org.springframework.boot.jdbc.init.DataSourceScriptDatabaseInitializer
- 
Creates a newDataSourceScriptDatabaseInitializerthat will initialize the givenDataSourceusing the given settings.
- DataSourceUnwrapper - Class in org.springframework.boot.jdbc
- 
Unwraps aDataSourcethat may have been proxied or wrapped in a customWrappersuch asDelegatingDataSource.
- DATEFORMAT_PATTERN - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Logging system property for the date-format pattern.
- DB2 - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
DB2 Server.
- DB2_AS400 - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
DB2 AS400 Server.
- debug(Object) - Method in class org.springframework.boot.logging.DeferredLog
- debug(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
- DEBUG - Enum constant in enum class org.springframework.boot.logging.LogLevel
- decorate(ConnectionFactory) - Method in interface org.springframework.boot.r2dbc.ConnectionFactoryDecorator
- 
Decorates the givenConnectionFactory.
- decorator(ConnectionFactoryDecorator) - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
- 
Add adecorator.
- decorators(Iterable<ConnectionFactoryDecorator>) - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
- 
Adddecorators.
- DEFAULT - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- DEFAULT - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- DEFAULT - Static variable in interface org.springframework.boot.ApplicationContextFactory
- 
A defaultApplicationContextFactoryimplementation that will create an appropriate context for theWebApplicationType.
- DEFAULT - Static variable in interface org.springframework.boot.context.properties.bind.BindConstructorProvider
- 
DefaultBindConstructorProviderimplementation that only returns a value when there's a single constructor and when the bindable has no existing value.
- DEFAULT - Static variable in interface org.springframework.boot.context.properties.bind.BindHandler
- 
Default no-op bind handler.
- DEFAULT - Static variable in class org.springframework.boot.logging.CorrelationIdFormatter
- 
DefaultCorrelationIdFormatter.
- DEFAULT - Static variable in class org.springframework.boot.web.server.MimeMappings
- 
Default mime mapping commonly used.
- DEFAULT_CHARSET - Static variable in class org.springframework.boot.web.servlet.server.Encoding
- 
Default HTTP encoding for Servlet applications.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
- 
The default order for the LoggingApplicationListener.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.env.EnvironmentPostProcessorApplicationListener
- 
The default order for the processor.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
- 
The default order for the processor.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
- 
The default order for the processor.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.web.reactive.filter.OrderedHiddenHttpMethodFilter
- 
The default order is high to ensure the filter is applied before Spring Security.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.web.servlet.filter.OrderedFormContentFilter
- 
Higher order to ensure the filter is applied before Spring Security.
- DEFAULT_ORDER - Static variable in class org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
- 
The default order is high to ensure the filter is applied before Spring Security.
- DEFAULT_PROTOCOL - Static variable in interface org.springframework.boot.ssl.SslBundle
- 
The default protocol to use.
- DEFAULT_PROTOCOL - Static variable in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
The class name of default protocol used.
- DEFAULT_PROTOCOL - Static variable in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
The class name of default protocol used.
- DefaultApplicationArguments - Class in org.springframework.boot
- 
Default implementation ofApplicationArguments.
- DefaultApplicationArguments(String...) - Constructor for class org.springframework.boot.DefaultApplicationArguments
- DefaultBootstrapContext - Class in org.springframework.boot
- 
DefaultConfigurableBootstrapContextimplementation.
- DefaultBootstrapContext() - Constructor for class org.springframework.boot.DefaultBootstrapContext
- DefaultErrorAttributes - Class in org.springframework.boot.web.reactive.error
- 
Default implementation ofErrorAttributes.
- DefaultErrorAttributes - Class in org.springframework.boot.web.servlet.error
- 
Default implementation ofErrorAttributes.
- DefaultErrorAttributes() - Constructor for class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
- DefaultErrorAttributes() - Constructor for class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
- defaultHeader(String, String...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Add a default header that will be set if not already present on the outgoingClientHttpRequest.
- defaultMessageConverters() - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Set theHttpMessageConvertersthat should be used with theRestTemplateto the default set.
- DefaultPropertiesPropertySource - Class in org.springframework.boot
- 
MapPropertySourcecontaining default properties contributed directly to aSpringApplication.
- DefaultPropertiesPropertySource(Map<String, Object>) - Constructor for class org.springframework.boot.DefaultPropertiesPropertySource
- 
Create a newDefaultPropertiesPropertySourcewith the givenMapsource.
- defaults() - Static method in record class org.springframework.boot.http.client.ClientHttpRequestFactorySettings
- 
Use defaults for theClientHttpRequestFactorywhich can differ depending on the implementation.
- defaults() - Static method in record class org.springframework.boot.http.client.reactive.ClientHttpConnectorSettings
- 
Use defaults for theClientHttpConnectorwhich can differ depending on the implementation.
- defaults() - Static method in class org.springframework.boot.web.error.ErrorAttributeOptions
- 
Create anErrorAttributeOptionswith defaults.
- DEFAULTS - Static variable in record class org.springframework.boot.web.client.ClientHttpRequestFactorySettings
- 
Deprecated.Use defaults for theClientHttpRequestFactorywhich can differ depending on the implementation.
- DefaultSslBundleRegistry - Class in org.springframework.boot.ssl
- 
DefaultSslBundleRegistryimplementation.
- DefaultSslBundleRegistry() - Constructor for class org.springframework.boot.ssl.DefaultSslBundleRegistry
- DefaultSslBundleRegistry(String, SslBundle) - Constructor for class org.springframework.boot.ssl.DefaultSslBundleRegistry
- DefaultValue - Annotation Interface in org.springframework.boot.context.properties.bind
- 
Annotation that can be used to specify the default value when binding to an immutable property.
- DeferredLog - Class in org.springframework.boot.logging
- 
DeferredLogthat can be used to store messages that shouldn't be written until the logging system is fully initialized.
- DeferredLog() - Constructor for class org.springframework.boot.logging.DeferredLog
- 
Create a newDeferredLoginstance.
- DeferredLogFactory - Interface in org.springframework.boot.logging
- 
Factory that can be used to create multipleDeferredLoginstances that will switch over when appropriate.
- DeferredLogs - Class in org.springframework.boot.logging
- 
ADeferredLogFactoryimplementation that manages a collectionDeferredLoginstances.
- DeferredLogs() - Constructor for class org.springframework.boot.logging.DeferredLogs
- DelegatingFilterProxyRegistrationBean - Class in org.springframework.boot.web.servlet
- 
AServletContextInitializerto registerDelegatingFilterProxys in a Servlet 3.0+ container.
- DelegatingFilterProxyRegistrationBean(String, ServletRegistrationBean<?>...) - Constructor for class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
- 
Create a newDelegatingFilterProxyRegistrationBeaninstance to be registered with the specifiedServletRegistrationBeans.
- Delimiter - Annotation Interface in org.springframework.boot.convert
- 
Declares a field or method parameter should be converted to collection using the specified delimiter.
- DependsOnDatabaseInitialization - Annotation Interface in org.springframework.boot.sql.init.dependency
- 
Indicate that a bean's creation and initialization depends upon database initialization having completed.
- DependsOnDatabaseInitializationDetector - Interface in org.springframework.boot.sql.init.dependency
- 
Detects beans that depend on database initialization.
- DeprecatedConfigurationProperty - Annotation Interface in org.springframework.boot.context.properties
- 
Indicates that a getter in a@ConfigurationPropertiesobject is deprecated.
- DERBY - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
Apache Derby.
- DERBY - Enum constant in enum class org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
Derby Database Connection.
- deregisterJdbcDrivers(ServletContext) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
- 
Deregisters the JDBC drivers that were registered by the application represented by the givenservletContext.
- derivedFrom(ConnectionFactory) - Static method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
- 
Initialize a newConnectionFactoryBuilderderived from the options of the specifiedconnectionFactory.
- derivedFrom(DataSource) - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
- 
Create a newDataSourceBuilderinstance derived from the specified data source.
- deserialize(JsonParser, DeserializationContext) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
- deserializeObject(JsonParser, DeserializationContext, ObjectCodec, JsonNode) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
- 
Deserialize JSON content into the value type this serializer handles.
- destroy() - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
- destroy() - Method in class org.springframework.boot.web.embedded.jetty.JettyWebServer
- destroy() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
- destroy() - Method in interface org.springframework.boot.web.server.WebServer
- 
Destroys the web server such that it cannot be started again.
- destroy() - Method in class org.springframework.boot.web.servlet.support.ErrorPageFilter
- detect() - Static method in interface org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
- 
Detect the most suitableClientHttpRequestFactoryBuilderbased on the classpath.
- detect() - Static method in interface org.springframework.boot.http.client.reactive.ClientHttpConnectorBuilder
- 
Detect the most suitableClientHttpConnectorBuilderbased on the classpath.
- detect(ClassLoader) - Static method in interface org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
- 
Detect the most suitableClientHttpRequestFactoryBuilderbased on the classpath.
- detect(ClassLoader) - Static method in interface org.springframework.boot.http.client.reactive.ClientHttpConnectorBuilder
- 
Detect the most suitableClientHttpConnectorBuilderbased on the classpath.
- detect(String) - Static method in enum class org.springframework.boot.convert.DurationStyle
- 
Detect the style from the given source value.
- detect(String) - Static method in enum class org.springframework.boot.convert.PeriodStyle
- 
Detect the style from the given source value.
- detect(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.sql.init.dependency.AbstractBeansOfTypeDatabaseInitializerDetector
- detect(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.sql.init.dependency.AbstractBeansOfTypeDependsOnDatabaseInitializationDetector
- detect(ConfigurableListableBeanFactory) - Method in interface org.springframework.boot.sql.init.dependency.DatabaseInitializerDetector
- 
Detect beans defined in the givenbeanFactorythat initialize aDataSource.
- detect(ConfigurableListableBeanFactory) - Method in interface org.springframework.boot.sql.init.dependency.DependsOnDatabaseInitializationDetector
- 
Detect beans defined in the givenbeanFactorythat depend on database initialization.
- DETECT - Enum constant in enum class org.springframework.boot.ansi.AnsiOutput.Enabled
- 
Try to detect whether ANSI coloring capabilities are available.
- detectAndParse(String) - Static method in enum class org.springframework.boot.convert.DurationStyle
- 
Detect the style then parse the value to return a duration.
- detectAndParse(String) - Static method in enum class org.springframework.boot.convert.PeriodStyle
- 
Detect the style then parse the value to return a period.
- detectAndParse(String, ChronoUnit) - Static method in enum class org.springframework.boot.convert.DurationStyle
- 
Detect the style then parse the value to return a duration.
- detectAndParse(String, ChronoUnit) - Static method in enum class org.springframework.boot.convert.PeriodStyle
- 
Detect the style then parse the value to return a period.
- detectHttpMessageSender(boolean) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Set if a suitable HTTP-basedWebServiceMessageSendershould be detected based on the classpath when one has not been specified.
- detectionComplete(ConfigurableListableBeanFactory, Set<String>) - Method in interface org.springframework.boot.sql.init.dependency.DatabaseInitializerDetector
- 
Callback indicating that all knownDataSourceInitializerDetectorshave been called and detection of beans that initialize aDataSourceis complete.
- detectRequestFactory(boolean) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Set if theClientHttpRequestFactoryshould be detected based on the classpath.
- DeterminableImports - Interface in org.springframework.boot.context.annotation
- 
Interface that can be implemented byImportSelectorandImportBeanDefinitionRegistrarimplementations when they can determine imports early.
- determineDispatcherTypes() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- 
Determines thedispatcher typesfor which the filter should be registered.
- determineImports(AnnotationMetadata) - Method in interface org.springframework.boot.context.annotation.DeterminableImports
- 
Return a set of objects that represent the imports.
- determineJoinTableName(ImplicitJoinTableNameSource) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
- DIRECT - Enum constant in enum class org.springframework.boot.logging.LoggerConfiguration.ConfigurationScope
- 
Only return configuration that has been applied directly.
- disable() - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
- 
Disable caching.
- DISPATCHER_SERVLET_NAME - Static variable in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- 
Constant value for the DispatcherServlet bean name.
- DispatcherType - Enum Class in org.springframework.boot.web.servlet
- 
Enumeration of filter dispatcher types, identical toDispatcherTypeand used in configuration as the servlet API may not be present.
- dispatcherTypes() - Element in annotation interface org.springframework.boot.web.servlet.FilterRegistration
- 
Dispatcher types that should be used with the registration.
- doClose() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- doClose() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.boot.web.servlet.support.ErrorPageFilter
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.boot.web.servlet.filter.ApplicationContextHeaderFilter
- DONT_FOLLOW - Enum constant in enum class org.springframework.boot.http.client.ClientHttpRequestFactorySettings.Redirects
- 
Don't follow redirects (fail if the underlying library has no support).
- DONT_FOLLOW - Enum constant in enum class org.springframework.boot.http.client.HttpRedirects
- 
Don't follow redirects (fail if the underlying library has no support).
- doWithEntry(ClassLoader, BiConsumer<Class<?>, Class<?>>) - Method in class org.springframework.boot.jackson.JsonMixinModuleEntries
- 
Perform an action on each entry defined by this instance.
- drainBufferedTimeline() - Method in class org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup
- 
Return thetimelineby pulling steps from the buffer.
- driverClassName(String) - Method in class org.springframework.boot.jdbc.DataSourceBuilder
- 
Set the driver class name that should be used when building the datasource.
- DurationFormat - Annotation Interface in org.springframework.boot.convert
- 
Annotation that can be used to indicate the format to use when converting aDuration.
- DurationStyle - Enum Class in org.springframework.boot.convert
- 
Duration format styles.
- DurationUnit - Annotation Interface in org.springframework.boot.convert
- 
Annotation that can be used to change the default unit used when converting aDuration.
- DynamicRegistrationBean<D extends jakarta.servlet.Registration.Dynamic> - Class in org.springframework.boot.web.servlet
- 
Base class for Servlet 3.0+dynamicbased registration beans.
- DynamicRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.DynamicRegistrationBean
E
- EIGHTEEN - Enum constant in enum class org.springframework.boot.system.JavaVersion
- 
Java 18.
- ELASTIC_COMMON_SCHEMA - Enum constant in enum class org.springframework.boot.logging.structured.CommonStructuredLogFormat
- 
Elastic Common Schema (ECS) log format.
- ElasticCommonSchemaProperties - Record Class in org.springframework.boot.logging.structured
- 
Properties for Elastic Common Schema structured logging.
- ElasticCommonSchemaProperties(ElasticCommonSchemaProperties.Service) - Constructor for record class org.springframework.boot.logging.structured.ElasticCommonSchemaProperties
- 
Creates an instance of aElasticCommonSchemaPropertiesrecord class.
- ElasticCommonSchemaProperties.Service - Record Class in org.springframework.boot.logging.structured
- 
Service details.
- EMBEDDED - Enum constant in enum class org.springframework.boot.sql.init.DatabaseInitializationMode
- 
Only initialize an embedded database.
- EmbeddedDatabaseConnection - Enum Class in org.springframework.boot.jdbc
- 
Connection details forembedded databases.
- EmbeddedDatabaseConnection - Enum Class in org.springframework.boot.r2dbc
- 
Connection details for embedded databases compatible with R2DBC.
- EMPTY - Static variable in class org.springframework.boot.context.config.ConfigData
- 
AConfigDatainstance that contains no data.
- EMPTY - Static variable in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
An emptyConfigurationPropertyName.
- enable() - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
- 
Enable caching with an unlimited time-to-live.
- EnableConfigurationProperties - Annotation Interface in org.springframework.boot.context.properties
- 
Enable support for@ConfigurationPropertiesannotated beans.
- enabled() - Element in annotation interface org.springframework.boot.web.servlet.FilterRegistration
- 
Whether this registration is enabled.
- enabled() - Element in annotation interface org.springframework.boot.web.servlet.ServletRegistration
- 
Whether this registration is enabled.
- EnclosedInSquareBracketsConverter - Class in org.springframework.boot.logging.log4j2
- 
Log4j2LogEventPatternConverterused to help format optional values that should be shown enclosed in square brackets.
- EnclosedInSquareBracketsConverter - Class in org.springframework.boot.logging.logback
- 
LogbackCompositeConverterused to help format optional values that should be shown enclosed in square brackets.
- EnclosedInSquareBracketsConverter() - Constructor for class org.springframework.boot.logging.logback.EnclosedInSquareBracketsConverter
- encode(ILoggingEvent) - Method in class org.springframework.boot.logging.logback.StructuredLogEncoder
- encode(AnsiElement) - Static method in class org.springframework.boot.ansi.AnsiOutput
- 
Encode a singleAnsiElementif output is enabled.
- encoding(Charset) - Method in class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.Scripts
- Encoding - Class in org.springframework.boot.web.servlet.server
- 
Configuration properties for server HTTP encoding.
- Encoding() - Constructor for class org.springframework.boot.web.servlet.server.Encoding
- Encoding.Type - Enum Class in org.springframework.boot.web.servlet.server
- 
Type of HTTP message to consider for encoding configuration.
- EntityManagerFactoryBuilder - Class in org.springframework.boot.orm.jpa
- 
Convenient builder for JPA EntityManagerFactory instances.
- EntityManagerFactoryBuilder(JpaVendorAdapter, Function<DataSource, Map<String, ?>>, PersistenceUnitManager) - Constructor for class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
- 
Create a new instance passing in the common pieces that will be shared if multiple EntityManagerFactory instances are created.
- EntityManagerFactoryBuilder(JpaVendorAdapter, Function<DataSource, Map<String, ?>>, PersistenceUnitManager, URL) - Constructor for class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
- 
Create a new instance passing in the common pieces that will be shared if multiple EntityManagerFactory instances are created.
- EntityManagerFactoryBuilder(JpaVendorAdapter, Map<String, ?>, PersistenceUnitManager) - Constructor for class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.4.4 for removal in 4.0.0 in favor ofEntityManagerFactoryBuilder(JpaVendorAdapter, Function, PersistenceUnitManager)
- EntityManagerFactoryBuilder(JpaVendorAdapter, Map<String, ?>, PersistenceUnitManager, URL) - Constructor for class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.4.4 for removal in 4.0.0 in favor ofEntityManagerFactoryBuilder(JpaVendorAdapter, Function, PersistenceUnitManager, URL)
- EntityManagerFactoryBuilder.Builder - Class in org.springframework.boot.orm.jpa
- 
A fluent builder for a LocalContainerEntityManagerFactoryBean.
- environment() - Method in record class org.springframework.boot.logging.structured.ElasticCommonSchemaProperties.Service
- 
Returns the value of theenvironmentrecord component.
- environment(ConfigurableEnvironment) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Environment for the application context.
- EnvironmentPostProcessor - Interface in org.springframework.boot.env
- 
Allows for customization of the application'sEnvironmentprior to the application context being refreshed.
- EnvironmentPostProcessorApplicationListener - Class in org.springframework.boot.env
- 
SmartApplicationListenerused to triggerEnvironmentPostProcessorsregistered in thespring.factoriesfile.
- EnvironmentPostProcessorApplicationListener() - Constructor for class org.springframework.boot.env.EnvironmentPostProcessorApplicationListener
- 
Create a newEnvironmentPostProcessorApplicationListenerwithEnvironmentPostProcessorclasses loaded throughspring.factories.
- EnvironmentPostProcessorsFactory - Interface in org.springframework.boot.env
- 
Factory interface used by theEnvironmentPostProcessorApplicationListenerto create theEnvironmentPostProcessorinstances.
- environmentPrefix(String) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Prefix that should be applied when obtaining configuration properties from the system environment.
- environmentPrepared(ConfigurableBootstrapContext, ConfigurableEnvironment) - Method in interface org.springframework.boot.SpringApplicationRunListener
- 
Called once the environment has been prepared, but before theApplicationContexthas been created.
- equals(Object) - Method in class org.springframework.boot.ansi.Ansi8BitColor
- equals(Object) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
- equals(Object) - Method in class org.springframework.boot.context.config.ConfigData.Options
- equals(Object) - Method in class org.springframework.boot.context.config.ConfigDataLocation
- equals(Object) - Method in class org.springframework.boot.context.config.ConfigTreeConfigDataResource
- equals(Object) - Method in class org.springframework.boot.context.config.StandardConfigDataResource
- equals(Object) - Method in class org.springframework.boot.context.properties.bind.Bindable
- equals(Object) - Method in class org.springframework.boot.context.properties.bind.BindResult
- equals(Object) - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
- equals(Object) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- equals(Object) - Method in class org.springframework.boot.context.TypeExcludeFilter
- equals(Object) - Method in record class org.springframework.boot.http.client.ClientHttpRequestFactorySettings
- 
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.springframework.boot.http.client.HttpClientSettings
- 
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.springframework.boot.http.client.reactive.ClientHttpConnectorSettings
- 
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.springframework.boot.json.JsonWriter.MemberPath
- 
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.springframework.boot.logging.LoggerConfiguration
- equals(Object) - Method in class org.springframework.boot.logging.LoggerConfiguration.LevelConfiguration
- equals(Object) - Method in record class org.springframework.boot.logging.structured.ElasticCommonSchemaProperties
- 
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.springframework.boot.logging.structured.ElasticCommonSchemaProperties.Service
- 
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.springframework.boot.logging.structured.GraylogExtendedLogFormatProperties
- 
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.springframework.boot.logging.structured.GraylogExtendedLogFormatProperties.Service
- 
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.springframework.boot.origin.OriginTrackedResource
- equals(Object) - Method in class org.springframework.boot.origin.OriginTrackedValue
- equals(Object) - Method in class org.springframework.boot.origin.SystemEnvironmentOrigin
- equals(Object) - Method in class org.springframework.boot.origin.TextResourceOrigin
- equals(Object) - Method in class org.springframework.boot.origin.TextResourceOrigin.Location
- equals(Object) - Method in record class org.springframework.boot.ssl.jks.JksSslStoreDetails
- 
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.springframework.boot.ssl.pem.PemContent
- equals(Object) - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
- 
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.springframework.boot.system.ApplicationPid
- equals(Object) - Method in record class org.springframework.boot.web.client.ClientHttpRequestFactorySettings
- 
Deprecated.Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.springframework.boot.web.error.Error
- equals(Object) - Method in class org.springframework.boot.web.server.ErrorPage
- equals(Object) - Method in class org.springframework.boot.web.server.MimeMappings
- equals(Object) - Method in class org.springframework.boot.web.server.MimeMappings.Mapping
- equals(Object) - Method in record class org.springframework.boot.web.server.Ssl.ServerNameSslBundle
- 
Indicates whether some other object is "equal to" this one.
- error(Object) - Method in class org.springframework.boot.logging.DeferredLog
- error(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
- Error - Class in org.springframework.boot.web.error
- 
A wrapper class forMessageSourceResolvableerrors that is safe for JSON serialization.
- ERROR - Enum constant in enum class org.springframework.boot.logging.LogLevel
- ERROR - Enum constant in enum class org.springframework.boot.web.error.ErrorAttributeOptions.Include
- 
Include the HTTP status code.
- ERROR - Enum constant in enum class org.springframework.boot.web.servlet.DispatcherType
- 
Apply the filter when an error is handled.
- ERROR_REQUEST_URI - Static variable in class org.springframework.boot.web.servlet.support.ErrorPageFilter
- 
The name of the servlet attribute containing request URI.
- ErrorAttributeOptions - Class in org.springframework.boot.web.error
- 
Options controlling the contents ofErrorAttributes.
- ErrorAttributeOptions.Include - Enum Class in org.springframework.boot.web.error
- 
Error attributes that can be included in an error response.
- ErrorAttributes - Interface in org.springframework.boot.web.reactive.error
- 
Provides access to error attributes which can be logged or presented to the user.
- ErrorAttributes - Interface in org.springframework.boot.web.servlet.error
- 
Provides access to error attributes which can be logged or presented to the user.
- ErrorController - Interface in org.springframework.boot.web.servlet.error
- 
Marker interface used to identify a@Controllerthat should be used to render errors.
- errorHandler(ResponseErrorHandler) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Set theResponseErrorHandlerthat should be used with theRestTemplate.
- ErrorPage - Class in org.springframework.boot.web.server
- 
Simple server-independent abstraction for error pages.
- ErrorPage(Class<? extends Throwable>, String) - Constructor for class org.springframework.boot.web.server.ErrorPage
- ErrorPage(String) - Constructor for class org.springframework.boot.web.server.ErrorPage
- ErrorPage(HttpStatus, String) - Constructor for class org.springframework.boot.web.server.ErrorPage
- ErrorPageFilter - Class in org.springframework.boot.web.servlet.support
- 
A ServletFilterthat provides anErrorPageRegistryfor non-embedded applications (i.e.
- ErrorPageFilter() - Constructor for class org.springframework.boot.web.servlet.support.ErrorPageFilter
- ErrorPageRegistrar - Interface in org.springframework.boot.web.server
- 
Interface to be implemented by types that registerErrorPages.
- ErrorPageRegistrarBeanPostProcessor - Class in org.springframework.boot.web.server
- 
BeanPostProcessorthat applies allErrorPageRegistrars from the bean factory toErrorPageRegistrybeans.
- ErrorPageRegistrarBeanPostProcessor() - Constructor for class org.springframework.boot.web.server.ErrorPageRegistrarBeanPostProcessor
- ErrorPageRegistry - Interface in org.springframework.boot.web.server
- 
Interface for a registry that holdsErrorPages.
- ErrorWebExceptionHandler - Interface in org.springframework.boot.web.reactive.error
- 
Marker interface that indicates that aWebExceptionHandleris used to render errors.
- EXCEPTION - Enum constant in enum class org.springframework.boot.web.error.ErrorAttributeOptions.Include
- 
Include the exception class name attribute.
- EXCEPTION_CONVERSION_WORD - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Logging system property for the exception conversion word.
- excluding(ErrorAttributeOptions.Include...) - Method in class org.springframework.boot.web.error.ErrorAttributeOptions
- 
Return anErrorAttributeOptionsthat excludes the specified attributeErrorAttributeOptions.Includeoptions.
- ExistingWebApplicationScopes(ConfigurableListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.ExistingWebApplicationScopes
- exists() - Method in class org.springframework.boot.origin.OriginTrackedResource
- exit(ApplicationContext, ExitCodeGenerator...) - Static method in class org.springframework.boot.SpringApplication
- 
Static helper that can be used to exit aSpringApplicationand obtain a code indicating success (0) or otherwise.
- ExitCodeEvent - Class in org.springframework.boot
- 
Event fired when an application exit code has been determined from anExitCodeGenerator.
- ExitCodeEvent(Object, int) - Constructor for class org.springframework.boot.ExitCodeEvent
- 
Create a newExitCodeEventinstance.
- ExitCodeExceptionMapper - Interface in org.springframework.boot
- 
Strategy interface that can be used to provide a mapping between exceptions and exit codes.
- ExitCodeGenerator - Interface in org.springframework.boot
- 
Interface used to generate an 'exit code' from a running command lineSpringApplication.
- expand(String, Object...) - Method in class org.springframework.boot.web.client.RootUriTemplateHandler
- expand(String, Map<String, ?>) - Method in class org.springframework.boot.web.client.RootUriTemplateHandler
- EXPECT_CORRELATION_ID_PROPERTY - Static variable in class org.springframework.boot.logging.LoggingSystem
- 
The name of anEnvironmentproperty used to indicate that a correlation ID is expected to be logged at some point.
- EXPIRED - Enum constant in enum class org.springframework.boot.info.SslInfo.CertificateValidityInfo.Status
- 
The certificate's validity date range is in the past.
- ExtendedWhitespaceThrowablePatternConverter - Class in org.springframework.boot.logging.log4j2
- 
ThrowablePatternConverterthat adds some additional whitespace around the stack trace.
- ExtendedWhitespaceThrowableProxyConverter - Class in org.springframework.boot.logging.logback
- 
ExtendedThrowableProxyConverterthat adds some additional whitespace around the stack trace.
- ExtendedWhitespaceThrowableProxyConverter() - Constructor for class org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter
F
- Factory() - Constructor for class org.springframework.boot.logging.java.JavaLoggingSystem.Factory
- Factory() - Constructor for class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem.Factory
- Factory() - Constructor for class org.springframework.boot.logging.logback.LogbackLoggingSystem.Factory
- FAIL - Enum constant in enum class org.springframework.boot.context.config.ConfigDataNotFoundAction
- 
Throw the exception to fail startup.
- failed(ConfigurableApplicationContext, Throwable) - Method in interface org.springframework.boot.SpringApplicationRunListener
- 
Called when a failure occurs when running the application.
- FailureAnalysis - Class in org.springframework.boot.diagnostics
- 
The result of analyzing a failure.
- FailureAnalysis(String, String, Throwable) - Constructor for class org.springframework.boot.diagnostics.FailureAnalysis
- 
Creates a newFailureAnalysiswith the givendescriptionandaction, if any, that the user should take to address the problem.
- FailureAnalysisReporter - Interface in org.springframework.boot.diagnostics
- 
Reports aFailureAnalysisto the user.
- FailureAnalyzer - Interface in org.springframework.boot.diagnostics
- 
AFailureAnalyzeris used to analyze a failure and provide diagnostic information that can be displayed to the user.
- FAINT - Enum constant in enum class org.springframework.boot.ansi.AnsiStyle
- fatal(Object) - Method in class org.springframework.boot.logging.DeferredLog
- fatal(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
- FATAL - Enum constant in enum class org.springframework.boot.logging.LogLevel
- FILE_CHARSET - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Logging system property for the file log charset.
- FILE_NAME_PATTERN - Enum constant in enum class org.springframework.boot.logging.logback.RollingPolicySystemProperty
- 
Logging system property for the rolled-over log file name pattern.
- FILE_NAME_PROPERTY - Static variable in class org.springframework.boot.logging.LogFile
- 
The name of the Spring property that contains the name of the log file.
- FILE_PATH_PROPERTY - Static variable in class org.springframework.boot.logging.LogFile
- 
The name of the Spring property that contains the directory where log files are written.
- FILE_PATTERN - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Logging system property for the file log pattern.
- FILE_STRUCTURED_FORMAT - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Logging system property for the file structured logging format.
- FILE_THRESHOLD - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Logging system property for the file log.
- FileEncodingApplicationListener - Class in org.springframework.boot.context
- 
AnApplicationListenerthat halts application startup if the system file encoding does not match an expected value set in the environment.
- FileEncodingApplicationListener() - Constructor for class org.springframework.boot.context.FileEncodingApplicationListener
- filter(Predicate<ConfigurationPropertyName>) - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
- 
Return a filtered variant of this source, containing only names that match the givenPredicate.
- filter(Predicate<ConfigurationPropertyName>) - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
- FilteredMethodValidationPostProcessor - Class in org.springframework.boot.validation.beanvalidation
- 
CustomMethodValidationPostProcessorthat appliesexclusion filters.
- FilteredMethodValidationPostProcessor(Collection<? extends MethodValidationExcludeFilter>) - Constructor for class org.springframework.boot.validation.beanvalidation.FilteredMethodValidationPostProcessor
- 
Creates a newFilteredMethodValidationPostProcessorthat will apply the givenexcludeFilterswhen identifying beans that are eligible for method validation post-processing.
- FilteredMethodValidationPostProcessor(Stream<? extends MethodValidationExcludeFilter>) - Constructor for class org.springframework.boot.validation.beanvalidation.FilteredMethodValidationPostProcessor
- 
Creates a newFilteredMethodValidationPostProcessorthat will apply the givenexcludeFilterswhen identifying beans that are eligible for method validation post-processing.
- FilterRegistration - Annotation Interface in org.springframework.boot.web.servlet
- 
Registers aFilterin a Servlet 3.0+ container.
- FilterRegistrationBean<T extends jakarta.servlet.Filter> - Class in org.springframework.boot.web.servlet
- 
AServletContextInitializerto registerFilters in a Servlet 3.0+ container.
- FilterRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.FilterRegistrationBean
- 
Create a newFilterRegistrationBeaninstance.
- FilterRegistrationBean(T, ServletRegistrationBean<?>...) - Constructor for class org.springframework.boot.web.servlet.FilterRegistrationBean
- 
Create a newFilterRegistrationBeaninstance to be registered with the specifiedServletRegistrationBeans.
- findCause(Throwable, Class<E>) - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
- findResource(String) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
- findResources(String) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
- findType(ClassLoader) - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
- 
Find theDataSourcetype preferred for the given classloader.
- FIREBIRD - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
Firebird.
- flat(String, Consumer<ContextPairs.Pairs<T>>) - Method in class org.springframework.boot.logging.structured.ContextPairs
- 
Add pairs using flat naming.
- flat(BinaryOperator<String>, Consumer<ContextPairs.Pairs<T>>) - Method in class org.springframework.boot.logging.structured.ContextPairs
- 
Add pairs using flat naming.
- FOLLOW - Enum constant in enum class org.springframework.boot.http.client.ClientHttpRequestFactorySettings.Redirects
- 
Follow redirects (fail if the underlying library has no support).
- FOLLOW - Enum constant in enum class org.springframework.boot.http.client.HttpRedirects
- 
Follow redirects (fail if the underlying library has no support).
- FOLLOW_WHEN_POSSIBLE - Enum constant in enum class org.springframework.boot.http.client.ClientHttpRequestFactorySettings.Redirects
- 
Follow redirects (if the underlying library has support).
- FOLLOW_WHEN_POSSIBLE - Enum constant in enum class org.springframework.boot.http.client.HttpRedirects
- 
Follow redirects (if the underlying library has support).
- footerBytes() - Method in class org.springframework.boot.logging.logback.StructuredLogEncoder
- forBeanTypes(Class<?>...) - Static method in interface org.springframework.boot.LazyInitializationExcludeFilter
- 
Factory method that creates a filter for the given bean types.
- forBindables(Iterable<Bindable<?>>) - Static method in class org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
- 
Create a newBindableRuntimeHintsRegistrarfor the specified bindables.
- forBindables(Bindable<?>...) - Static method in class org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
- 
Create a newBindableRuntimeHintsRegistrarfor the specified bindables.
- forBundle(String) - Static method in class org.springframework.boot.web.server.Ssl
- 
Factory method to create anSslinstance for a specific bundle name.
- forCertificate(String) - Static method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
- 
Factory method to create a newPemSslStoreDetailsinstance for the given certificate.
- forCertificates(String) - Static method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
- 
Factory method to create a newPemSslStoreDetailsinstance for the given certificates.
- forEach(BiConsumer<String, String>) - Method in class org.springframework.boot.logging.log4j2.SpringBootPropertySource
- foreground(int) - Static method in class org.springframework.boot.ansi.Ansi8BitColor
- 
Return a foreground ANSI color code instance for the given code.
- forLocation(String) - Static method in record class org.springframework.boot.ssl.jks.JksSslStoreDetails
- 
Factory method to create a newJksSslStoreDetailsinstance for the given location.
- format(E) - Method in class org.springframework.boot.logging.structured.JsonWriterStructuredLogFormatter
- format(E) - Method in interface org.springframework.boot.logging.structured.StructuredLogFormatter
- 
Formats the given log event to a String.
- format(UnaryOperator<String>) - Method in class org.springframework.boot.logging.CorrelationIdFormatter
- 
Format a correlation from the values in the given resolver.
- format(LogRecord) - Method in class org.springframework.boot.logging.java.SimpleFormatter
- format(LogEvent, StringBuilder) - Method in class org.springframework.boot.logging.log4j2.ColorConverter
- format(LogEvent, StringBuilder) - Method in class org.springframework.boot.logging.log4j2.CorrelationIdConverter
- format(LogEvent, StringBuilder) - Method in class org.springframework.boot.logging.log4j2.EnclosedInSquareBracketsConverter
- format(LogEvent, StringBuilder) - Method in class org.springframework.boot.logging.log4j2.ExtendedWhitespaceThrowablePatternConverter
- format(LogEvent, StringBuilder) - Method in class org.springframework.boot.logging.log4j2.WhitespaceThrowablePatternConverter
- formatAsBytes(E, Charset) - Method in class org.springframework.boot.logging.structured.JsonWriterStructuredLogFormatter
- formatAsBytes(E, Charset) - Method in interface org.springframework.boot.logging.structured.StructuredLogFormatter
- 
Formats the given log event to a byte array.
- formatTo(UnaryOperator<String>, Appendable) - Method in class org.springframework.boot.logging.CorrelationIdFormatter
- 
Format a correlation from the values in the given resolver and append it to the givenAppendable.
- forTypes(Class<?>...) - Static method in class org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
- 
Create a newBindableRuntimeHintsRegistrarfor the specified types.
- forTypes(Iterable<Class<?>>) - Static method in class org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
- 
Create a newBindableRuntimeHintsRegistrarfor the specified types.
- FORWARD - Enum constant in enum class org.springframework.boot.web.servlet.DispatcherType
- 
Apply the filter on "RequestDispatcher.forward()" calls.
- from(Iterable<PropertySource<?>>) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
- 
ReturnIterablecontaining newConfigurationPropertySourceinstances adapted from the given SpringPropertySources.
- from(Object) - Static method in interface org.springframework.boot.origin.Origin
- 
Find theOriginthat an object originated from.
- from(Function<T, V>) - Method in class org.springframework.boot.json.JsonWriter.Members
- 
Add members from an extracted value.
- from(Supplier<T>) - Static method in interface org.springframework.boot.BootstrapRegistry.InstanceSupplier
- 
Factory method that can be used to create anBootstrapRegistry.InstanceSupplierfrom aSupplier.
- from(Supplier<T>) - Method in class org.springframework.boot.context.properties.PropertyMapper
- 
Return a newPropertyMapper.Sourcefrom the specified value supplier that can be used to perform the mapping.
- from(Supplier<V>) - Method in class org.springframework.boot.json.JsonWriter.Members
- 
Add members from a supplied value.
- from(TrustManager...) - Static method in interface org.springframework.boot.ssl.SslManagerBundle
- 
Factory method to create a newSslManagerBundleusing the givenTrustManagersand the defaultKeyManagerFactory.
- from(TrustManagerFactory) - Static method in interface org.springframework.boot.ssl.SslManagerBundle
- 
Factory method to create a newSslManagerBundleusing the givenTrustManagerFactoryand the defaultKeyManagerFactory.
- from(BeanFactory, String, Class<?>) - Static method in class org.springframework.boot.context.properties.ConstructorBound
- 
Create an immutableConfigurationPropertiesinstance for the specifiedbeanNameandbeanTypeusing the specifiedBeanFactory.
- from(SslStoreBundle, SslBundleKey) - Static method in interface org.springframework.boot.ssl.SslManagerBundle
- from(PropertySource<?>) - Static method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
- 
Return a single newConfigurationPropertySourceadapted from the given SpringPropertySourceornullif the source cannot be adapted.
- from(PropertySource<?>) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
- 
ReturnIterablecontaining a single newConfigurationPropertySourceadapted from the given SpringPropertySource.
- from(ThrowingConsumer<String[]>) - Static method in class org.springframework.boot.SpringApplication
- 
Create an application from an existingmainmethod that can run with additional@Configurationor bean classes.
- from(T) - Method in class org.springframework.boot.context.properties.PropertyMapper
- 
Return a newPropertyMapper.Sourcefrom the specified value that can be used to perform the mapping.
- from(V) - Method in class org.springframework.boot.json.JsonWriter.Members
- 
Add members from a static value.
- fromJdbcUrl(String) - Static method in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
Find aDatabaseDriverfor the given URL.
- fromProductName(String) - Static method in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
Find aDatabaseDriverfor the given product name.
- fromSpringFactories() - Static method in interface org.springframework.boot.logging.LoggingSystemFactory
- 
Return aLoggingSystemFactorybacked byspring.factories.
- fromSpringFactories(ClassLoader) - Static method in interface org.springframework.boot.env.EnvironmentPostProcessorsFactory
- 
Return aEnvironmentPostProcessorsFactorybacked byspring.factories.
G
- GenericReactiveWebApplicationContext - Class in org.springframework.boot.web.reactive.context
- 
Subclass ofGenericApplicationContext, suitable for reactive web environments.
- GenericReactiveWebApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
- 
Create a newGenericReactiveWebApplicationContext.
- GenericReactiveWebApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
- 
Create a newGenericReactiveWebApplicationContextwith the given DefaultListableBeanFactory.
- get() - Method in class org.springframework.boot.context.properties.bind.BindResult
- 
Return the object that was bound or throw aNoSuchElementExceptionif no value was bound.
- get() - Static method in class org.springframework.boot.context.properties.PropertyMapper
- 
Return the property mapper.
- get() - Static method in class org.springframework.boot.io.ApplicationResourceLoader
- 
Return aResourceLoadersupporting additionalProtocolResolversregistered inspring.factories.
- get() - Method in class org.springframework.boot.util.LambdaSafe.InvocationResult
- 
Return the result of the invocation ornullif the callback wasn't suitable.
- get(Class<T>) - Method in interface org.springframework.boot.BootstrapContext
- 
Return an instance from the context if the type has been registered.
- get(Class<T>) - Method in class org.springframework.boot.DefaultBootstrapContext
- get(Class<T>, ClientHttpRequestFactorySettings) - Static method in class org.springframework.boot.web.client.ClientHttpRequestFactories
- 
Deprecated.Return a newClientHttpRequestFactoryof the givenrequestFactoryType, applyingClientHttpRequestFactorySettingsusing reflection if necessary.
- get(ClassLoader) - Static method in class org.springframework.boot.io.ApplicationResourceLoader
- 
Return aResourceLoadersupporting additionalProtocolResolversregistered inspring.factories.
- get(ClassLoader) - Static method in enum class org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
Returns the most suitableEmbeddedDatabaseConnectionfor the given class loader.
- get(ClassLoader) - Static method in class org.springframework.boot.logging.LoggingSystem
- 
Detect and return the logging system in use.
- get(ClassLoader) - Static method in enum class org.springframework.boot.r2dbc.EmbeddedDatabaseConnection
- 
Returns the most suitableEmbeddedDatabaseConnectionfor the given class loader.
- get(ClassLoader, SpringFactoriesLoader) - Static method in class org.springframework.boot.io.ApplicationResourceLoader
- 
Return aResourceLoadersupporting additionalProtocolResolversregistered inspring.factories.
- get(ClassLoader, SpringFactoriesLoader, Path) - Static method in class org.springframework.boot.io.ApplicationResourceLoader
- 
Return aResourceLoadersupporting additionalProtocolResolversregistered inspring.factories.
- get(Iterable<ConfigurationPropertySource>) - Static method in interface org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
- 
Get for all specified configuration property sources.
- get(Iterable<ConfigurationPropertySource>, Object) - Static method in interface org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
- 
Get for a specific configuration property source in the specified configuration property sources.
- get(String) - Method in class org.springframework.boot.info.InfoProperties
- 
Return the value of the specified property ornull.
- get(String) - Method in class org.springframework.boot.logging.LoggerGroups
- get(String) - Method in class org.springframework.boot.logging.structured.StructuredLogFormatterFactory
- 
Get a newStructuredLogFormatterinstance for the specified format.
- get(String) - Method in class org.springframework.boot.web.server.MimeMappings
- 
Get a mime mapping for the given extension.
- get(String...) - Static method in class org.springframework.boot.system.SystemProperties
- get(Supplier<T>, ClientHttpRequestFactorySettings) - Static method in class org.springframework.boot.web.client.ClientHttpRequestFactories
- 
Deprecated.Return a newClientHttpRequestFactoryfrom the given supplier, applyingClientHttpRequestFactorySettingsusing reflection.
- get(BootstrapContext) - Method in interface org.springframework.boot.BootstrapRegistry.InstanceSupplier
- 
Factory method used to create the instance when needed.
- get(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.BoundConfigurationProperties
- 
Get the configuration property bound to the given name.
- get(ClientHttpRequestFactorySettings) - Static method in class org.springframework.boot.web.client.ClientHttpRequestFactories
- 
Deprecated.Return aClientHttpRequestFactoryimplementation with the givensettingsapplied.
- get(Ssl) - Static method in class org.springframework.boot.web.server.WebServerSslBundle
- get(Ssl, SslBundles) - Static method in class org.springframework.boot.web.server.WebServerSslBundle
- get(ApplicationContext) - Static method in class org.springframework.boot.context.properties.BoundConfigurationProperties
- 
Return theBoundConfigurationPropertiesfrom the givenApplicationContextif it is available.
- get(ApplicationContext, Object, String) - Static method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
- 
Return a@ConfigurationPropertiesBeaninstance for the given bean details ornullif the bean is not a@ConfigurationPropertiesobject.
- get(Environment) - Static method in class org.springframework.boot.context.properties.bind.Binder
- 
Create a newBinderinstance from the specified environment.
- get(Environment) - Static method in interface org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
- 
Get for all configuration property sources in the environment.
- get(Environment) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
- 
Return a set ofConfigurationPropertySourceinstances that have previously beenattachedto theEnvironment.
- get(Environment) - Static method in record class org.springframework.boot.logging.structured.ElasticCommonSchemaProperties
- 
Return a newElasticCommonSchemaPropertiesfrom bound from properties in the givenEnvironment.
- get(Environment) - Static method in record class org.springframework.boot.logging.structured.GraylogExtendedLogFormatProperties
- 
Return a newGraylogExtendedLogFormatPropertiesfrom bound from properties in the givenEnvironment.
- get(Environment, Object) - Static method in interface org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
- 
Get for a specific configuration property source in the environment.
- get(Environment, BindHandler) - Static method in class org.springframework.boot.context.properties.bind.Binder
- 
Create a newBinderinstance from the specified environment.
- get(PropertyResolver) - Static method in class org.springframework.boot.logging.LogFile
- 
Get aLogFilefrom the given SpringEnvironment.
- get(PropertySource<?>) - Method in interface org.springframework.boot.context.config.ConfigData.PropertySourceOptions
- 
Return the options that should apply for the given property source.
- get(PropertySource<?>, String) - Static method in class org.springframework.boot.origin.PropertySourceOrigin
- get(ResourceLoader) - Static method in class org.springframework.boot.io.ApplicationResourceLoader
- 
Return aResourceLoaderdelegating to the given resource loader and supporting additionalProtocolResolversregistered inspring.factories.
- get(ResourceLoader, boolean) - Static method in class org.springframework.boot.io.ApplicationResourceLoader
- 
Return aResourceLoaderdelegating to the given resource loader and supporting additionalProtocolResolversregistered inspring.factories.
- get(ResourceLoader, SpringFactoriesLoader) - Static method in class org.springframework.boot.io.ApplicationResourceLoader
- 
Return aResourceLoaderdelegating to the given resource loader and supporting additionalProtocolResolversregistered inspring.factories.
- get(R) - Method in class org.springframework.boot.util.LambdaSafe.InvocationResult
- 
Return the result of the invocation or the given fallback if the callback wasn't suitable.
- getAccepted() - Method in class org.springframework.boot.context.config.Profiles
- 
Return the accepted profiles.
- getAccessLogPrefix() - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- 
Returns the access log prefix.
- getAccessLogPrefix() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- getAction() - Method in class org.springframework.boot.diagnostics.FailureAnalysis
- 
Returns the action, if any, to be taken to address the failure.
- getActive() - Method in class org.springframework.boot.context.config.Profiles
- 
Return the active profiles.
- getActive() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
- getActive() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
- 
Return the current number of active connections that have been allocated from the data source ornullif that information is not available.
- getActive() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
- getActive() - Method in class org.springframework.boot.jdbc.metadata.OracleUcpDataSourcePoolMetadata
- getActive() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
- getActive(Environment) - Static method in enum class org.springframework.boot.cloud.CloudPlatform
- 
Returns the activeCloudPlatformornullif one is not active.
- getAdditionalProfiles() - Method in class org.springframework.boot.SpringApplication
- 
Return an immutable set of any additional profiles in use.
- getAdditionalTomcatConnectors() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
Returns a mutable collection of theConnectors that will be added to the Tomcat.
- getAdditionalTomcatConnectors() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Returns a mutable collection of theConnectors that will be added to the Tomcat.
- getAddress() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- 
Return the address that the web server binds to.
- getAlias() - Method in class org.springframework.boot.info.SslInfo.CertificateChainInfo
- getAlias() - Method in interface org.springframework.boot.ssl.SslBundleKey
- 
Return the alias of the key ornullif the key has no alias.
- getAliases(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
- getAll() - Method in class org.springframework.boot.context.properties.BoundConfigurationProperties
- 
Get all bound properties.
- getAll() - Method in class org.springframework.boot.web.server.MimeMappings
- 
Returns all defined mappings.
- getAll(ApplicationContext) - Static method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
- 
Return all@ConfigurationPropertiesbeans contained in the given application context.
- getAllErrors() - Method in class org.springframework.boot.context.properties.bind.validation.ValidationErrors
- 
Return the list of all validation errors.
- getAllSources() - Method in class org.springframework.boot.SpringApplication
- 
Return an immutable set of all the sources that will be added to an ApplicationContext whenSpringApplication.run(String...)is called.
- getAnnotation() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
- 
Return theConfigurationPropertiesannotation for the bean.
- getAnnotation() - Method in exception org.springframework.boot.context.properties.ConfigurationPropertiesBindException
- 
Return the configuration properties annotation that triggered the binding.
- getAnnotation(Class<A>) - Method in class org.springframework.boot.context.properties.bind.Bindable
- 
Return a single associated annotations that could affect binding.
- getAnnotations() - Method in class org.springframework.boot.context.properties.bind.Bindable
- 
Return any associated annotations that could affect binding.
- getApplicationContext() - Method in class org.springframework.boot.BootstrapContextClosedEvent
- 
Return the prepared application context.
- getApplicationContext() - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
- getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationContextInitializedEvent
- 
Return the application context.
- getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationFailedEvent
- 
Return the application context.
- getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationPreparedEvent
- 
Return the application context.
- getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationReadyEvent
- 
Return the application context.
- getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationStartedEvent
- 
Return the application context.
- getApplicationContext() - Method in exception org.springframework.boot.SpringApplication.AbandonedRunException
- 
Return the application context that was available when the run was abandoned ornullif no context was available.
- getApplicationContext() - Method in interface org.springframework.boot.SpringApplication.Running
- 
Return the rootConfigurableApplicationContextof the running application.
- getApplicationContext() - Method in class org.springframework.boot.web.context.WebServerInitializedEvent
- 
Access the application context that the server was created in.
- getApplicationContext() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerInitializedEvent
- getApplicationContext() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent
- 
Access the application context that the server was created in.
- getApplicationLog() - Method in class org.springframework.boot.SpringApplication
- 
Returns theLogfor the application.
- getApplicationPropertyName() - Method in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Return the application property name that can be used to set this property.
- getApplicationStartup() - Method in class org.springframework.boot.SpringApplication
- 
Returns theApplicationStartupused for collecting startup metrics.
- getApplicationTitle(Class<?>) - Method in class org.springframework.boot.ResourceBanner
- 
Return the application title that should be used for the source class.
- getApplicationVersion(Class<?>) - Method in class org.springframework.boot.ResourceBanner
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.4.0 for removal in 4.0.0
- getArch() - Method in class org.springframework.boot.info.OsInfo
- getArg(Class<A>) - Method in class org.springframework.boot.util.Instantiator
- 
Get an injectable argument instance for the given type.
- getArgs() - Method in class org.springframework.boot.context.event.SpringApplicationEvent
- getArguments() - Method in class org.springframework.boot.web.error.Error
- getArtifact() - Method in class org.springframework.boot.info.BuildProperties
- 
Return the artifactId of the project ornull.
- getBeanName(Class<?>) - Method in class org.springframework.boot.context.annotation.Configurations
- 
Return the bean name that should be used for the given configuration class ornullto use the default name.
- getBeanType() - Method in exception org.springframework.boot.context.properties.ConfigurationPropertiesBindException
- 
Return the bean type that was being bound.
- getBindConstructor(Class<?>, boolean) - Method in interface org.springframework.boot.context.properties.bind.BindConstructorProvider
- 
Return the bind constructor to use for the given type, ornullif constructor binding is not supported.
- getBindConstructor(Bindable<?>, boolean) - Method in interface org.springframework.boot.context.properties.bind.BindConstructorProvider
- 
Return the bind constructor to use for the given bindable, ornullif constructor binding is not supported.
- getBinder() - Method in interface org.springframework.boot.context.config.ConfigDataLocationResolverContext
- 
Provides access to a binder that can be used to obtain previously contributed values.
- getBinder() - Method in interface org.springframework.boot.context.properties.bind.BindContext
- 
Return the source binder that is performing the bind operation.
- getBindMethod() - Method in class org.springframework.boot.context.properties.bind.Bindable
- 
Returns themethodto be used to bind this bindable, ornullif no specific binding method is required.
- getBootstrapContext() - Method in class org.springframework.boot.BootstrapContextClosedEvent
- 
Return theBootstrapContextthat was closed.
- getBootstrapContext() - Method in interface org.springframework.boot.context.config.ConfigDataLoaderContext
- 
Provides access to theConfigurableBootstrapContextshared across allEnvironmentPostProcessors.
- getBootstrapContext() - Method in interface org.springframework.boot.context.config.ConfigDataLocationResolverContext
- 
Provides access to theConfigurableBootstrapContextshared across allEnvironmentPostProcessors.
- getBootstrapContext() - Method in class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
- 
Return the bootstrap context.
- getBootstrapContext() - Method in class org.springframework.boot.context.event.ApplicationStartingEvent
- 
Return the bootstrap context.
- getBootVersion() - Method in class org.springframework.boot.ResourceBanner
- getBoundProperties() - Method in class org.springframework.boot.context.properties.bind.validation.ValidationErrors
- 
Return the properties that were bound before validation failed.
- getBoxedType() - Method in class org.springframework.boot.context.properties.bind.Bindable
- 
Return the boxed type of the item to bind.
- getBranch() - Method in class org.springframework.boot.info.GitProperties
- 
Return the name of the branch ornull.
- getBufferedTimeline() - Method in class org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup
- 
Return thetimelineas a snapshot of currently buffered steps.
- getBuilderCustomizers() - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- 
Returns a mutable collection of theUndertowBuilderCustomizers that will be applied to the UndertowBuilder.
- getBuilderCustomizers() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- 
Returns a mutable collection of theUndertowBuilderCustomizers that will be applied to the UndertowUndertow.Builder.
- getBundle() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the name of the SSL bundle to use.
- getBundle(String) - Method in class org.springframework.boot.info.SslInfo
- 
Returns an SSL bundle by name.
- getBundle(String) - Method in class org.springframework.boot.ssl.DefaultSslBundleRegistry
- getBundle(String) - Method in interface org.springframework.boot.ssl.SslBundles
- 
Return anSslBundlewith the provided name.
- getBundleName() - Method in exception org.springframework.boot.ssl.NoSuchSslBundleException
- 
Return the name of the bundle that was not found.
- getBundleNames() - Method in class org.springframework.boot.ssl.DefaultSslBundleRegistry
- getBundleNames() - Method in interface org.springframework.boot.ssl.SslBundles
- 
Return the names of all bundles managed by this instance.
- getBundles() - Method in class org.springframework.boot.info.SslInfo
- 
Returns information on all SSL bundles.
- getCandidates() - Method in class org.springframework.boot.context.annotation.ImportCandidates
- 
Returns the list of loaded import candidates.
- getCause() - Method in class org.springframework.boot.diagnostics.FailureAnalysis
- 
Returns the cause of the failure.
- getCause() - Method in class org.springframework.boot.web.error.Error
- 
Return the original cause of the error.
- getCauseType() - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
- 
Return the cause type being handled by the analyzer.
- getCertificate() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the location of the certificate in PEM format.
- getCertificateChains() - Method in class org.springframework.boot.info.SslInfo.BundleInfo
- getCertificatePrivateKey() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the location of the private key for the certificate in PEM format.
- getCertificates() - Method in class org.springframework.boot.info.SslInfo.CertificateChainInfo
- getCertificates() - Method in class org.springframework.boot.ssl.pem.PemContent
- 
Parse and return allcertificatesfrom the PEM content.
- getCharset() - Method in class org.springframework.boot.web.servlet.server.Encoding
- getChecks() - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
- 
Returns the checks that should be applied.
- getCiphers() - Method in interface org.springframework.boot.ssl.SslOptions
- 
Return the ciphers that can be used ornull.
- getCiphers() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the supported SSL ciphers.
- getClasses() - Method in class org.springframework.boot.context.annotation.Configurations
- getClasses(Collection<Configurations>) - Static method in class org.springframework.boot.context.annotation.Configurations
- 
Return the classes from all the specified configurations in the order that they would be registered.
- getClasses(Configurations...) - Static method in class org.springframework.boot.context.annotation.Configurations
- 
Return the classes from all the specified configurations in the order that they would be registered.
- getClassLoader() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
- getClassLoader() - Method in class org.springframework.boot.SpringApplication
- 
Either the ClassLoader that will be used in the ApplicationContext (ifresourceLoaderis set), or the context class loader (if not null), or the loader of the SpringClassUtilsclass.
- getClassName() - Method in class org.springframework.boot.web.servlet.server.Jsp
- 
Return the class name of the servlet to use for JSPs.
- getClientAuth() - Method in class org.springframework.boot.web.server.Ssl
- 
Return Whether client authentication is not wanted ("none"), wanted ("want") or needed ("need").
- getCodes() - Method in class org.springframework.boot.web.error.Error
- getCollectionCount() - Method in class org.springframework.boot.info.ProcessInfo.MemoryInfo.GarbageCollectorInfo
- getColumn() - Method in class org.springframework.boot.origin.TextResourceOrigin.Location
- 
Return the column of the text resource where the property originated.
- getCommitId() - Method in class org.springframework.boot.info.GitProperties
- 
Return the full id of the commit ornull.
- getCommitted() - Method in class org.springframework.boot.info.ProcessInfo.MemoryInfo.MemoryUsageInfo
- getCommitTime() - Method in class org.springframework.boot.info.GitProperties
- 
Return the timestamp of the commit ornull.
- getComponentScanningPackages(BeanDefinitionRegistry) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
- getCompression() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- getConfiguration(LoggerContext, ConfigurationSource) - Method in class org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory
- getConfigurationProperty() - Method in interface org.springframework.boot.context.properties.bind.BindContext
- 
Return theConfigurationPropertyactually being bound ornullif the property has not yet been determined.
- getConfigurationProperty(ConfigurationPropertyName) - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
- 
Return a singleConfigurationPropertyfrom the source ornullif no property can be found.
- getConfigurationProperty(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
- getConfigurations() - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Returns a mutable collection of JettyConfigurations that will be applied to theWebAppContextbefore the server is created.
- getConfiguredLevel() - Method in class org.springframework.boot.logging.LoggerConfiguration
- 
Returns the configured level of the logger.
- getConfiguredLevel() - Method in class org.springframework.boot.logging.LoggerGroup
- getConfiguredNames() - Method in exception org.springframework.boot.context.properties.source.MutuallyExclusiveConfigurationPropertiesException
- 
Return the names of the properties that have been configured.
- getConsole() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
- getConsole() - Method in class org.springframework.boot.logging.LoggingSystemProperties
- 
Returns theConsoleto use.
- getContext(ServerWebExchange) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
- getContextLifecycleListeners() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
Returns a mutable collection of theLifecycleListeners that will be applied to the TomcatContext.
- getContextLifecycleListeners() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Returns a mutable collection of theLifecycleListeners that will be applied to the TomcatContext.
- getContextPath() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- 
Returns the context path for the web server.
- getContextValves() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Returns a mutable collection of theValves that will be applied to the TomcatContext.
- getCookie() - Method in class org.springframework.boot.web.servlet.server.Session
- getCookieSameSiteSuppliers() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- getCpus() - Method in class org.springframework.boot.info.ProcessInfo
- 
Number of processors available to the process.
- getCustomizers() - Method in class org.springframework.boot.http.client.SimpleClientHttpRequestFactoryBuilder
- getCustomizers() - Method in class org.springframework.boot.http.client.reactive.JdkClientHttpConnectorBuilder
- getDatabaseInitializerBeanTypes() - Method in class org.springframework.boot.sql.init.dependency.AbstractBeansOfTypeDatabaseInitializerDetector
- 
Returns the bean types that should be detected as being database initializers.
- getDataLocations() - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
- 
Returns the locations of data (DML) scripts to apply to the database.
- getDataSource() - Method in class org.springframework.boot.jdbc.init.DataSourceScriptDatabaseInitializer
- 
Returns theDataSourcethat will be initialized.
- getDataSource() - Method in class org.springframework.boot.jdbc.metadata.AbstractDataSourcePoolMetadata
- getDataSourcePoolMetadata(DataSource) - Method in class org.springframework.boot.jdbc.metadata.CompositeDataSourcePoolMetadataProvider
- getDataSourcePoolMetadata(DataSource) - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadataProvider
- 
Return theDataSourcePoolMetadatainstance able to manage the specifiedDataSourceornullif the given data source could not be handled.
- getDefault() - Method in class org.springframework.boot.context.config.Profiles
- 
Return the default profiles.
- getDefaultAutoCommit() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
- getDefaultAutoCommit() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
- 
The default auto-commit state of connections created by this pool.
- getDefaultAutoCommit() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
- getDefaultAutoCommit() - Method in class org.springframework.boot.jdbc.metadata.OracleUcpDataSourcePoolMetadata
- getDefaultAutoCommit() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
- getDefaultCharset() - Method in class org.springframework.boot.logging.LoggingSystemProperties
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.5.0 for removal in 4.0.0 in favor ofLoggingSystemProperties.getDefaultConsoleCharset()andLoggingSystemProperties.getDefaultFileCharset().
- getDefaultConsoleCharset() - Method in class org.springframework.boot.logging.LoggingSystemProperties
- 
Returns the default console charset.
- getDefaultFileCharset() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
- getDefaultFileCharset() - Method in class org.springframework.boot.logging.LoggingSystemProperties
- 
Returns the default file charset.
- getDefaultLogCorrelationPattern() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
- 
Return the default log correlation pattern ornullif log correlation patterns are not supported.
- getDefaultLogCorrelationPattern() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
- getDefaultLogCorrelationPattern() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
- getDefaultMessage() - Method in class org.springframework.boot.web.error.Error
- getDefaultValueResolver(Environment) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
- 
Return the default value resolver to use when resolving system properties.
- getDependsOnDatabaseInitializationBeanTypes() - Method in class org.springframework.boot.sql.init.dependency.AbstractBeansOfTypeDependsOnDatabaseInitializationDetector
- 
Returns the bean types that should be detected as depending on database initialization.
- getDeploymentInfoCustomizers() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- 
Returns a mutable collection of theUndertowDeploymentInfoCustomizers that will be applied to the UndertowDeploymentInfo.
- getDeploymentManager() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
- getDepth() - Method in interface org.springframework.boot.context.properties.bind.BindContext
- 
Return the current depth of the binding.
- getDescription() - Method in class org.springframework.boot.diagnostics.FailureAnalysis
- 
Returns a description of the failure.
- getDescription() - Method in class org.springframework.boot.origin.OriginTrackedResource
- getDescription() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- getDescription() - Method in class org.springframework.boot.web.servlet.RegistrationBean
- 
Return a description of the registration.
- getDescription() - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
- getDescription() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
- getDescription(HttpServletRequest) - Method in class org.springframework.boot.web.servlet.support.ErrorPageFilter
- 
Return the description for the given request.
- getDir() - Method in class org.springframework.boot.system.ApplicationHome
- 
Returns the application home directory.
- getDir() - Method in class org.springframework.boot.system.ApplicationTemp
- 
Return the directory to be used for application specific temp files.
- getDir(String) - Method in class org.springframework.boot.system.ApplicationTemp
- 
Return a subdirectory of the application temp.
- getDisplayName() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- getDocumentRoot() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- 
Returns the document root which will be used by the web context to serve static files.
- getDomain() - Method in class org.springframework.boot.web.server.Cookie
- getDriverClassName() - Method in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
Return the driver class name.
- getDriverClassName() - Method in enum class org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
Returns the driver class name.
- getDriverClassName() - Method in enum class org.springframework.boot.r2dbc.EmbeddedDatabaseConnection
- 
Returns the driver class name.
- getDuration() - Method in class org.springframework.boot.context.metrics.buffering.StartupTimeline.TimelineEvent
- 
Return the duration of this event, i.e.
- getEffectiveLevel() - Method in class org.springframework.boot.logging.LoggerConfiguration
- 
Returns the effective level of the logger.
- getElement(int, ConfigurationPropertyName.Form) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Return an element in the name in the given form.
- getEnabled() - Static method in class org.springframework.boot.ansi.AnsiOutput
- 
Returns if ANSI output is enabled
- getEnabled() - Method in class org.springframework.boot.web.server.Compression
- 
Return whether response compression is enabled.
- getEnabledProtocols() - Method in interface org.springframework.boot.ssl.SslOptions
- 
Return the protocols that should be enabled ornull.
- getEnabledProtocols() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the enabled SSL protocols.
- getEncoding() - Method in class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.Scripts
- getEncoding() - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
- 
Returns the encoding to use when reading the schema and data scripts.
- getEndTime() - Method in class org.springframework.boot.context.metrics.buffering.StartupTimeline.TimelineEvent
- 
Return the end time of this event.
- getEngineValves() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
Returns a mutable collection of theValves that will be applied to the TomcatEngine.
- getEngineValves() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Returns a mutable collection of theValves that will be applied to the TomcatEngine.
- getEnvironment() - Method in class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
- 
Return the environment.
- getEnvironment() - Method in class org.springframework.boot.logging.LoggingInitializationContext
- 
Return the Spring environment if available.
- getEnvironment(LoggerContext) - Static method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
- 
Get the SpringEnvironmentattached to the givenLoggerContextornullif no environment is available.
- getEnvironmentPostProcessors(DeferredLogFactory, ConfigurableBootstrapContext) - Method in interface org.springframework.boot.env.EnvironmentPostProcessorsFactory
- 
Create all requestedEnvironmentPostProcessorinstances.
- getEnvironmentPrefix() - Method in class org.springframework.boot.SpringApplication
- 
Return a prefix that should be applied when obtaining configuration properties from the system environment.
- getEnvironmentType(WebApplicationType) - Method in interface org.springframework.boot.ApplicationContextFactory
- 
Return theEnvironmenttype expected to be set on thecreatedapplication context.
- getEnvironmentVariableName() - Method in enum class org.springframework.boot.logging.logback.RollingPolicySystemProperty
- 
Return the name of environment variable that can be used to access this property.
- getEnvironmentVariableName() - Method in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Return the name of environment variable that can be used to access this property.
- getError(WebRequest) - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
- getError(WebRequest) - Method in interface org.springframework.boot.web.servlet.error.ErrorAttributes
- 
Return the underlying cause of the error ornullif the error cannot be extracted.
- getError(ServerRequest) - Method in class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
- getError(ServerRequest) - Method in interface org.springframework.boot.web.reactive.error.ErrorAttributes
- 
Return the underlying cause of the error ornullif the error cannot be extracted.
- getErrorAttributes(WebRequest, ErrorAttributeOptions) - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
- getErrorAttributes(WebRequest, ErrorAttributeOptions) - Method in interface org.springframework.boot.web.servlet.error.ErrorAttributes
- 
Returns aMapof the error attributes.
- getErrorAttributes(ServerRequest, ErrorAttributeOptions) - Method in class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
- getErrorAttributes(ServerRequest, ErrorAttributeOptions) - Method in interface org.springframework.boot.web.reactive.error.ErrorAttributes
- 
Return aMapof the error attributes.
- getErrorPages() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- 
Returns a mutable set ofErrorPagesthat will be used when handling exceptions.
- getEvents() - Method in class org.springframework.boot.context.metrics.buffering.StartupTimeline
- 
Return the recorded events.
- getException() - Method in class org.springframework.boot.context.event.ApplicationFailedEvent
- 
Return the exception that caused the failure.
- getException() - Method in class org.springframework.boot.web.server.ErrorPage
- 
Returns the exception type (ornullfor a page that matches by status).
- getExceptionName() - Method in class org.springframework.boot.web.server.ErrorPage
- 
The exception type name.
- getExcludedUserAgents() - Method in class org.springframework.boot.web.server.Compression
- getExitCode() - Method in class org.springframework.boot.ExitCodeEvent
- 
Return the exit code that will be used to exit the JVM.
- getExitCode() - Method in interface org.springframework.boot.ExitCodeGenerator
- 
Returns the exit code that should be returned from the application.
- getExitCode(Throwable) - Method in interface org.springframework.boot.ExitCodeExceptionMapper
- 
Returns the exit code that should be returned from the application.
- getExtension() - Method in class org.springframework.boot.web.server.MimeMappings.Mapping
- getFile() - Method in class org.springframework.boot.origin.OriginTrackedResource
- getFileExtensions() - Method in class org.springframework.boot.env.PropertiesPropertySourceLoader
- getFileExtensions() - Method in interface org.springframework.boot.env.PropertySourceLoader
- 
Returns the file extensions that the loader supports (excluding the '.').
- getFileExtensions() - Method in class org.springframework.boot.env.YamlPropertySourceLoader
- getFilename() - Method in class org.springframework.boot.origin.OriginTrackedResource
- getFilter() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- 
Return theFilterto be registered.
- getFilter() - Method in class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
- getFilter() - Method in class org.springframework.boot.web.servlet.FilterRegistrationBean
- getFilterName() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- 
Returns the filter name that will be registered.
- getGarbageCollectors() - Method in class org.springframework.boot.info.ProcessInfo.MemoryInfo
- 
Garbage Collector information for the process.
- getGroup() - Method in class org.springframework.boot.info.BuildProperties
- 
Return the groupId of the project ornull.
- getHandler(HttpHandler) - Method in interface org.springframework.boot.web.embedded.undertow.HttpHandlerFactory
- 
Create theHttpHandlerinstance that should be added.
- getHeap() - Method in class org.springframework.boot.info.ProcessInfo.MemoryInfo
- getHttp2() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- getHttpHandler() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- 
Return theHttpHandlerthat should be used to process the reactive web server.
- getHttpOnly() - Method in class org.springframework.boot.web.server.Cookie
- getId() - Method in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
Return the identifier of this driver.
- getIdle() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
- getIdle() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
- 
Return the number of established but idle connections.
- getIdle() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
- getIdle() - Method in class org.springframework.boot.jdbc.metadata.OracleUcpDataSourcePoolMetadata
- getIdle() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
- getIncludes() - Method in class org.springframework.boot.web.error.ErrorAttributeOptions
- 
Get all options for including attributes in the error response.
- getIncompatibleKeys() - Method in exception org.springframework.boot.context.properties.IncompatibleConfigurationException
- getInit() - Method in class org.springframework.boot.info.ProcessInfo.MemoryInfo.MemoryUsageInfo
- getInitializers() - Method in class org.springframework.boot.SpringApplication
- 
Returns read-only ordered Set of theApplicationContextInitializers that will be applied to the SpringApplicationContext.
- getInitParameters() - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
- 
Returns a mutable Map of the registration init-parameters.
- getInitParameters() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- getInitParameters() - Method in class org.springframework.boot.web.servlet.server.Jsp
- 
Return the init parameters used to configure the JSP servlet.
- getInputStream() - Method in class org.springframework.boot.origin.OriginTrackedResource
- getInstance() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
- 
Return the actual Spring bean instance.
- getInstant(String) - Method in class org.springframework.boot.info.InfoProperties
- getInvalidCharacters() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
- getIssuer() - Method in class org.springframework.boot.info.SslInfo.CertificateInfo
- getJavaVersion() - Static method in enum class org.springframework.boot.system.JavaVersion
- 
Returns theJavaVersionof the current runtime.
- getJettyWebServer(Server) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Factory method called to create theJettyWebServer.
- getJsonParser() - Static method in class org.springframework.boot.json.JsonParserFactory
- 
Static factory for the "best" JSON parser available on the classpath.
- getJsp() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- getJvm() - Method in class org.springframework.boot.info.JavaInfo
- getKey() - Method in class org.springframework.boot.info.InfoProperties.Entry
- getKey() - Method in interface org.springframework.boot.ssl.SslBundle
- 
Return a reference to the key that should be used for this bundle orSslBundleKey.NONE.
- getKey() - Method in class org.springframework.boot.web.server.WebServerSslBundle
- getKeyAlias() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the alias that identifies the key in the key store.
- getKeyManagerFactory() - Method in interface org.springframework.boot.ssl.SslManagerBundle
- 
Return theKeyManagerFactoryused to establish identity.
- getKeyManagers() - Method in interface org.springframework.boot.ssl.SslManagerBundle
- 
Return theKeyManagerinstances used to establish identity.
- getKeyPassword() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the password used to access the key in the key store.
- getKeyStore() - Method in class org.springframework.boot.ssl.jks.JksSslStoreBundle
- getKeyStore() - Method in class org.springframework.boot.ssl.pem.PemSslStoreBundle
- getKeyStore() - Method in interface org.springframework.boot.ssl.SslStoreBundle
- 
Return a key store generated from the trust material ornull.
- getKeyStore() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the path to the key store that holds the SSL certificate (typically a jks file).
- getKeyStorePassword() - Method in class org.springframework.boot.ssl.jks.JksSslStoreBundle
- getKeyStorePassword() - Method in class org.springframework.boot.ssl.pem.PemSslStoreBundle
- getKeyStorePassword() - Method in interface org.springframework.boot.ssl.SslStoreBundle
- 
Return the password for the key in the key store ornull.
- getKeyStorePassword() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the password used to access the key store.
- getKeyStoreProvider() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the provider for the key store.
- getKeyStoreType() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the type of the key store.
- getLastChangeEvent(Class<S>) - Method in interface org.springframework.boot.availability.ApplicationAvailability
- 
Return the lastAvailabilityChangeEventreceived for a given state type.
- getLastChangeEvent(Class<S>) - Method in class org.springframework.boot.availability.ApplicationAvailabilityBean
- getLastElement(ConfigurationPropertyName.Form) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Return the last element in the name in the given form.
- getLevel() - Method in class org.springframework.boot.logging.LoggerConfiguration.LevelConfiguration
- 
Return the actual level value if possible.
- getLevelConfiguration() - Method in class org.springframework.boot.logging.LoggerConfiguration
- 
Return the level configuration, considering inherited loggers.
- getLevelConfiguration(LoggerConfiguration.ConfigurationScope) - Method in class org.springframework.boot.logging.LoggerConfiguration
- 
Return the level configuration for the given scope.
- getLine() - Method in class org.springframework.boot.origin.TextResourceOrigin.Location
- 
Return the line of the text resource where the property originated.
- getListener() - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
- 
Return the listener to be registered.
- getListeners() - Method in class org.springframework.boot.SpringApplication
- 
Returns read-only ordered Set of theApplicationListeners that will be applied to the SpringApplication and registered with theApplicationContext.
- getLivenessState() - Method in interface org.springframework.boot.availability.ApplicationAvailability
- 
Return theLivenessStateof the application.
- getLocaleCharsetMappings() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- 
Return the Locale to Charset mappings.
- getLocation() - Method in exception org.springframework.boot.context.config.ConfigDataLocationNotFoundException
- 
Return the location that could not be found.
- getLocation() - Method in exception org.springframework.boot.context.config.ConfigDataResourceNotFoundException
- 
Return the original location that was resolved to determine the resource.
- getLocation() - Method in exception org.springframework.boot.context.config.InactiveConfigDataAccessException
- 
Return theConfigDataResourceof the property source ornullif the source was not loaded fromConfigData.
- getLocation() - Method in exception org.springframework.boot.context.config.InvalidConfigDataPropertyException
- 
Return theConfigDataResourceof the invalid property ornullif the source was not loaded fromConfigData.
- getLocation() - Method in exception org.springframework.boot.context.config.UnsupportedConfigDataLocationException
- 
Return the unsupported location reference.
- getLocation() - Method in class org.springframework.boot.origin.TextResourceOrigin
- 
Return the location of the property within the source (if known).
- getLog(Class<?>) - Method in interface org.springframework.boot.logging.DeferredLogFactory
- 
Create a newDeferredLogfor the given destination.
- getLog(Class<?>) - Method in class org.springframework.boot.logging.DeferredLogs
- 
Create a newDeferredLogfor the given destination.
- getLog(Supplier<Log>) - Method in interface org.springframework.boot.logging.DeferredLogFactory
- 
Create a newDeferredLogfor the given destination.
- getLog(Supplier<Log>) - Method in class org.springframework.boot.logging.DeferredLogs
- 
Create a newDeferredLogfor the given destination.
- getLog(Log) - Method in interface org.springframework.boot.logging.DeferredLogFactory
- 
Create a newDeferredLogfor the given destination.
- getLog(Log) - Method in class org.springframework.boot.logging.DeferredLogs
- 
Create a newDeferredLogfor the given destination.
- getLoggerConfiguration(String) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
- getLoggerConfiguration(String) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
- getLoggerConfiguration(String) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
- getLoggerConfiguration(String) - Method in class org.springframework.boot.logging.LoggingSystem
- 
Returns the current configuration for aLoggingSystem's logger.
- getLoggerConfigurations() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
- getLoggerConfigurations() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
- getLoggerConfigurations() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
- getLoggerConfigurations() - Method in class org.springframework.boot.logging.LoggingSystem
- 
Returns a collection of the current configuration for all aLoggingSystem's loggers.
- getLoggingSystem(ClassLoader) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem.Factory
- getLoggingSystem(ClassLoader) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem.Factory
- getLoggingSystem(ClassLoader) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem.Factory
- getLoggingSystem(ClassLoader) - Method in interface org.springframework.boot.logging.LoggingSystemFactory
- 
Return a logging system implementation ornullif no logging system is available.
- getMainApplicationClass() - Method in class org.springframework.boot.SpringApplication
- 
Returns the main application class that has been deduced or explicitly configured.
- getMainClass() - Method in exception org.springframework.boot.AotInitializerNotFoundException
- getManagers() - Method in interface org.springframework.boot.ssl.SslBundle
- getManagers() - Method in class org.springframework.boot.web.server.WebServerSslBundle
- getMapping() - Method in class org.springframework.boot.web.servlet.server.Encoding
- getMax() - Method in class org.springframework.boot.info.ProcessInfo.MemoryInfo.MemoryUsageInfo
- getMax() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
- getMax() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
- 
Return the maximum number of active connections that can be allocated at the same time or-1if there is no limit.
- getMax() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
- getMax() - Method in class org.springframework.boot.jdbc.metadata.OracleUcpDataSourcePoolMetadata
- getMax() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
- getMaxAge() - Method in class org.springframework.boot.web.server.Cookie
- getMembers() - Method in class org.springframework.boot.logging.LoggerGroup
- getMemory() - Method in class org.springframework.boot.info.ProcessInfo
- 
Memory information for the process.
- getMessage() - Method in class org.springframework.boot.info.SslInfo.CertificateValidityInfo
- getMessage(WebRequest, Throwable) - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
- 
Returns the message to be included as the value of themessageerror attribute.
- getMetadata() - Method in class org.springframework.boot.r2dbc.OptionsCapableConnectionFactory
- getMetadataReader(String) - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
- getMetadataReader(Resource) - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
- getMimeMappings() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- 
Returns the mime-type mappings.
- getMimeType() - Method in class org.springframework.boot.web.server.MimeMappings.Mapping
- getMimeTypes() - Method in class org.springframework.boot.web.server.Compression
- 
Return the MIME types that should be compressed.
- getMin() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
- getMin() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
- 
Return the minimum number of idle connections in the pool ornullif that information is not available.
- getMin() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
- getMin() - Method in class org.springframework.boot.jdbc.metadata.OracleUcpDataSourcePoolMetadata
- getMin() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
- getMinResponseSize() - Method in class org.springframework.boot.web.server.Compression
- 
Return the minimum "Content-Length" value that is required for compression to be performed.
- getMode() - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
- 
Gets the mode to use when determining whether database initialization should be performed.
- getMounted() - Method in class org.springframework.boot.info.ProcessInfo.VirtualThreadsInfo
- getMultipartConfig() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
- 
Returns themulti-part configurationto be applied ornull.
- getMutuallyExclusiveNames() - Method in exception org.springframework.boot.context.properties.source.MutuallyExclusiveConfigurationPropertiesException
- 
Return the names of the properties that are mutually exclusive.
- getName() - Method in exception org.springframework.boot.context.properties.bind.BindException
- 
Return the name of the configuration property being bound.
- getName() - Method in class org.springframework.boot.context.properties.bind.validation.ValidationErrors
- 
Return the name of the item that was being validated.
- getName() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBean
- 
Return the name of the Spring bean.
- getName() - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
- 
Return the name of the configuration property.
- getName() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
- getName() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
- 
Return the name of the property.
- getName() - Method in class org.springframework.boot.info.BuildProperties
- 
Return the name of the project ornull.
- getName() - Method in class org.springframework.boot.info.JavaInfo.JavaRuntimeEnvironmentInfo
- getName() - Method in class org.springframework.boot.info.JavaInfo.JavaVendorInfo
- getName() - Method in class org.springframework.boot.info.JavaInfo.JavaVirtualMachineInfo
- getName() - Method in class org.springframework.boot.info.OsInfo
- getName() - Method in class org.springframework.boot.info.ProcessInfo.MemoryInfo.GarbageCollectorInfo
- getName() - Method in class org.springframework.boot.info.SslInfo.BundleInfo
- getName() - Method in class org.springframework.boot.logging.LoggerConfiguration
- 
Returns the name of the logger.
- getName() - Method in class org.springframework.boot.logging.LoggerConfiguration.LevelConfiguration
- 
Return the name of the level.
- getName() - Method in class org.springframework.boot.logging.LoggerGroup
- getName() - Method in class org.springframework.boot.web.server.Cookie
- getName(E) - Method in interface org.springframework.boot.json.JsonWriter.PairExtractor
- 
Extract the name.
- getNameForAlias(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
- getNonHeap() - Method in class org.springframework.boot.info.ProcessInfo.MemoryInfo
- getNonOptionArgs() - Method in interface org.springframework.boot.ApplicationArguments
- 
Return the collection of non-option arguments parsed.
- getNonOptionArgs() - Method in class org.springframework.boot.DefaultApplicationArguments
- getNonPrefixedValue(String) - Method in class org.springframework.boot.context.config.ConfigDataLocation
- 
ReturnConfigDataLocation.getValue()with the specified prefix removed.
- getNormalForm(Iterable<? extends CharSequence>) - Method in class org.springframework.boot.logging.log4j2.SpringBootPropertySource
- getNumberOfElements() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Return the total number of elements in the name.
- getObject() - Method in class org.springframework.boot.validation.MessageInterpolatorFactory
- getOptionNames() - Method in interface org.springframework.boot.ApplicationArguments
- 
Return the names of all option arguments.
- getOptionNames() - Method in class org.springframework.boot.DefaultApplicationArguments
- getOptions() - Method in class org.springframework.boot.r2dbc.OptionsCapableConnectionFactory
- getOptions() - Method in interface org.springframework.boot.ssl.SslBundle
- 
ReturnSslOptionsthat should be applied when establishing the SSL connection.
- getOptions() - Method in class org.springframework.boot.web.server.WebServerSslBundle
- getOptions(PropertySource<?>) - Method in class org.springframework.boot.context.config.ConfigData
- 
Return theconfig data optionsthat apply to the given source.
- getOptionValues(String) - Method in interface org.springframework.boot.ApplicationArguments
- 
Return the collection of values associated with the arguments option having the given name.
- getOptionValues(String) - Method in class org.springframework.boot.DefaultApplicationArguments
- getOrDeduceName(Object) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
- 
Deduces the name for this registration.
- getOrder() - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
- getOrder() - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer
- getOrder() - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
- getOrder() - Method in class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
- getOrder() - Method in class org.springframework.boot.context.annotation.UserConfigurations
- getOrder() - Method in class org.springframework.boot.context.ApplicationPidFileWriter
- getOrder() - Method in class org.springframework.boot.context.config.AnsiOutputApplicationListener
- getOrder() - Method in class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
- getOrder() - Method in class org.springframework.boot.context.config.StandardConfigDataLocationResolver
- getOrder() - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
- getOrder() - Method in class org.springframework.boot.context.ContextIdApplicationContextInitializer
- getOrder() - Method in class org.springframework.boot.context.FileEncodingApplicationListener
- getOrder() - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
- getOrder() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
- getOrder() - Method in class org.springframework.boot.env.EnvironmentPostProcessorApplicationListener
- getOrder() - Method in class org.springframework.boot.env.RandomValuePropertySourceEnvironmentPostProcessor
- getOrder() - Method in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
- getOrder() - Method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
- getOrder() - Method in class org.springframework.boot.LazyInitializationBeanFactoryPostProcessor
- getOrder() - Method in class org.springframework.boot.reactor.ReactorEnvironmentPostProcessor
- getOrder() - Method in interface org.springframework.boot.sql.init.dependency.DatabaseInitializerDetector
- getOrder() - Method in class org.springframework.boot.web.reactive.filter.OrderedHiddenHttpMethodFilter
- getOrder() - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
- getOrder() - Method in class org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter
- getOrder() - Method in class org.springframework.boot.web.servlet.filter.OrderedFormContentFilter
- getOrder() - Method in class org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
- getOrder() - Method in class org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter
- getOrder() - Method in class org.springframework.boot.web.servlet.RegistrationBean
- 
Get the order of the registration bean.
- getOrder() - Method in class org.springframework.boot.web.servlet.support.ErrorPageFilter
- getOrder() - Method in class org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
- getOrElse(Class<T>, T) - Method in interface org.springframework.boot.BootstrapContext
- 
Return an instance from the context if the type has been registered.
- getOrElse(Class<T>, T) - Method in class org.springframework.boot.DefaultBootstrapContext
- getOrElseSupply(Class<T>, Supplier<T>) - Method in interface org.springframework.boot.BootstrapContext
- 
Return an instance from the context if the type has been registered.
- getOrElseSupply(Class<T>, Supplier<T>) - Method in class org.springframework.boot.DefaultBootstrapContext
- getOrElseThrow(Class<T>, Supplier<? extends X>) - Method in interface org.springframework.boot.BootstrapContext
- 
Return an instance from the context if the type has been registered.
- getOrElseThrow(Class<T>, Supplier<? extends X>) - Method in class org.springframework.boot.DefaultBootstrapContext
- getOrigin() - Method in class org.springframework.boot.context.config.ConfigDataLocation
- getOrigin() - Method in exception org.springframework.boot.context.config.ConfigDataLocationNotFoundException
- getOrigin() - Method in exception org.springframework.boot.context.config.ConfigDataResourceNotFoundException
- getOrigin() - Method in exception org.springframework.boot.context.config.InactiveConfigDataAccessException
- 
Return the origin or the property ornull.
- getOrigin() - Method in exception org.springframework.boot.context.properties.bind.BindException
- getOrigin() - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
- getOrigin() - Method in interface org.springframework.boot.origin.OriginProvider
- 
Return the source origin ornullif the origin is not known.
- getOrigin() - Method in class org.springframework.boot.origin.OriginTrackedResource
- getOrigin() - Method in class org.springframework.boot.origin.OriginTrackedValue
- getOrigin() - Method in class org.springframework.boot.origin.PropertySourceOrigin
- 
Return the actual origin for the source if known.
- getOrigin(Object, K) - Static method in interface org.springframework.boot.origin.OriginLookup
- 
Attempt to look up the origin from the given source.
- getOrigin(String) - Method in class org.springframework.boot.env.ConfigTreePropertySource
- getOrigin(String) - Method in class org.springframework.boot.env.OriginTrackedMapPropertySource
- getOrigin(String) - Method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource
- getOrigin(K) - Method in interface org.springframework.boot.origin.OriginLookup
- 
Return the origin of the given key ornullif the origin cannot be determined.
- getOutputStream() - Method in class org.springframework.boot.origin.OriginTrackedResource.OriginTrackedWritableResource
- getOwner() - Method in class org.springframework.boot.info.ProcessInfo
- getPackagedConfigFile(String) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
- getParallelism() - Method in class org.springframework.boot.info.ProcessInfo.VirtualThreadsInfo
- getParent() - Method in interface org.springframework.boot.context.config.ConfigDataLocationResolverContext
- 
Provides access to the parentConfigDataResourcethat triggered the resolve ornullif there is no available parent.
- getParent() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Return the parent of thisConfigurationPropertyNameorConfigurationPropertyName.EMPTYif there is no parent.
- getParent() - Method in interface org.springframework.boot.origin.Origin
- 
Return the parent origin for this instance if there is one.
- getParent() - Method in class org.springframework.boot.origin.PropertySourceOrigin
- getParent() - Method in class org.springframework.boot.origin.TextResourceOrigin
- getParentPid() - Method in class org.springframework.boot.info.ProcessInfo
- getPartitioned() - Method in class org.springframework.boot.web.server.Cookie
- getPassword() - Method in interface org.springframework.boot.ssl.SslBundleKey
- 
Return the password that should be used to access the key ornullif no password is required.
- getPath() - Method in class org.springframework.boot.web.server.Cookie
- getPath() - Method in class org.springframework.boot.web.server.ErrorPage
- 
The path to render (usually implemented as a forward), starting with "/".
- getPhase() - Method in class org.springframework.boot.web.context.WebServerGracefulShutdownLifecycle
- getPid() - Method in class org.springframework.boot.info.ProcessInfo
- getPoolSize() - Method in class org.springframework.boot.info.ProcessInfo.VirtualThreadsInfo
- getPort() - Method in class org.springframework.boot.web.embedded.jetty.JettyWebServer
- getPort() - Method in class org.springframework.boot.web.embedded.netty.NettyWebServer
- getPort() - Method in exception org.springframework.boot.web.embedded.tomcat.ConnectorStartFailedException
- getPort() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
- getPort() - Method in class org.springframework.boot.web.embedded.undertow.UndertowWebServer
- getPort() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- 
The port that the web server listens on.
- getPort() - Method in exception org.springframework.boot.web.server.PortInUseException
- 
Returns the port that was in use.
- getPort() - Method in interface org.springframework.boot.web.server.WebServer
- 
Return the port this server is listening on.
- getPortFile(ApplicationContext) - Method in class org.springframework.boot.web.context.WebServerPortFileWriter
- 
Return the actual port file that should be written for the given application context.
- getPrefix() - Method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource
- getPrefix() - Method in interface org.springframework.boot.origin.OriginLookup
- 
Return the implicit prefix that is applied when performing a lookup ornullif no prefix is used.
- getPriority() - Method in class org.springframework.boot.logging.log4j2.SpringBootPropertySource
- getPrivateKey() - Method in class org.springframework.boot.ssl.pem.PemContent
- 
Parse and return theprivate keysfrom the PEM content.
- getPrivateKey(String) - Method in class org.springframework.boot.ssl.pem.PemContent
- 
Parse and return theprivate keysfrom the PEM content ornullif there is no private key.
- getProfile() - Method in class org.springframework.boot.context.config.StandardConfigDataResource
- 
Return the profile ornullif the resource is not profile specific.
- getProperty() - Method in exception org.springframework.boot.context.config.InvalidConfigDataPropertyException
- 
Return source property that caused the exception.
- getProperty() - Method in exception org.springframework.boot.context.properties.bind.BindException
- 
Return the configuration property name of the item that was being bound.
- getProperty() - Method in class org.springframework.boot.origin.SystemEnvironmentOrigin
- getProperty(String) - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
- 
Return the value of the specified key from the applicationEnvironment.
- getProperty(String) - Method in class org.springframework.boot.ansi.AnsiPropertySource
- getProperty(String) - Method in class org.springframework.boot.env.ConfigTreePropertySource
- getProperty(String) - Method in class org.springframework.boot.env.OriginTrackedMapPropertySource
- getProperty(String) - Method in class org.springframework.boot.env.RandomValuePropertySource
- getProperty(String) - Method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource
- getProperty(String) - Method in class org.springframework.boot.logging.log4j2.SpringBootPropertySource
- getPropertyName() - Method in exception org.springframework.boot.context.config.InactiveConfigDataAccessException
- 
Return the name of the property.
- getPropertyName() - Method in class org.springframework.boot.origin.PropertySourceOrigin
- 
Return the property name that was used when obtaining the original value from theproperty source.
- getPropertyNames() - Method in class org.springframework.boot.env.ConfigTreePropertySource
- getPropertyNames() - Method in class org.springframework.boot.logging.log4j2.SpringBootPropertySource
- getPropertyResolvers(Environment, Class<?>) - Method in class org.springframework.boot.ResourceBanner
- 
Return a mutable list of thePropertyResolverinstances that will be used to resolve placeholders.
- getPropertySource() - Method in exception org.springframework.boot.context.config.InactiveConfigDataAccessException
- 
Return the inactive property source that contained the property.
- getPropertySource() - Method in class org.springframework.boot.origin.PropertySourceOrigin
- 
Return the originPropertySource.
- getPropertySources() - Method in class org.springframework.boot.context.config.ConfigData
- 
Return the configuration data property sources in ascending priority order.
- getProtocol() - Method in interface org.springframework.boot.ssl.SslBundle
- 
Return the protocol to use when establishing the connection.
- getProtocol() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the SSL protocol to use.
- getProtocol() - Method in class org.springframework.boot.web.server.WebServerSslBundle
- getQueued() - Method in class org.springframework.boot.info.ProcessInfo.VirtualThreadsInfo
- getReadinessState() - Method in interface org.springframework.boot.availability.ApplicationAvailability
- 
Return theReadinessStateof the application.
- getReason() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
- 
Return the reason why the value is invalid.
- getReferenceDescription() - Method in exception org.springframework.boot.context.config.ConfigDataLocationNotFoundException
- getReferenceDescription() - Method in exception org.springframework.boot.context.config.ConfigDataNotFoundException
- 
Return a description of actual referenced item that could not be found.
- getReferenceDescription() - Method in exception org.springframework.boot.context.config.ConfigDataResourceNotFoundException
- getRegistered() - Method in class org.springframework.boot.web.servlet.server.Jsp
- 
Return whether the JSP servlet is registered.
- getRegisteredInstanceSupplier(Class<T>) - Method in interface org.springframework.boot.BootstrapRegistry
- 
Return any existingBootstrapRegistry.InstanceSupplierfor the given type.
- getRegisteredInstanceSupplier(Class<T>) - Method in class org.springframework.boot.DefaultBootstrapContext
- getReplacement() - Method in exception org.springframework.boot.context.config.InvalidConfigDataPropertyException
- 
Return the replacement property that should be used instead ornullif not replacement is available.
- getRequiredNode(JsonNode, String) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
- 
Helper method to return aJsonNodefrom the tree.
- getResolvableType() - Method in class org.springframework.boot.availability.AvailabilityChangeEvent
- getResource() - Method in exception org.springframework.boot.context.config.ConfigDataResourceNotFoundException
- 
Return the resource that could not be found.
- getResource() - Method in class org.springframework.boot.context.config.StandardConfigDataResource
- 
Return the underlying SpringResourcebeing loaded.
- getResource() - Method in class org.springframework.boot.origin.OriginTrackedResource
- getResource() - Method in class org.springframework.boot.origin.OriginTrackedResource.OriginTrackedWritableResource
- getResource() - Method in class org.springframework.boot.origin.TextResourceOrigin
- 
Return the resource where the property originated.
- getResourceByPath(String) - Method in class org.springframework.boot.io.ApplicationResourceLoader
- getResourceByPath(String) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
- getResourceByPath(String) - Method in class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
- getResourceByPath(String) - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- getResourceFactory() - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- getResourceLoader() - Method in class org.springframework.boot.SpringApplication
- 
The ResourceLoader that will be used in the ApplicationContext.
- getRootUri() - Method in class org.springframework.boot.web.client.RootUriTemplateHandler
- getRunListener(SpringApplication) - Method in interface org.springframework.boot.SpringApplicationHook
- 
Return theSpringApplicationRunListenerthat should be hooked into the givenSpringApplication.
- getRuntime() - Method in class org.springframework.boot.info.JavaInfo
- getSameSite() - Method in class org.springframework.boot.web.server.Cookie
- getSameSite(Cookie) - Method in interface org.springframework.boot.web.servlet.server.CookieSameSiteSupplier
- 
Get theCookie.SameSitevalues that should be used for the givenCookie.
- getSchemaLocations() - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
- 
Returns the locations of the schema (DDL) scripts to apply to the database.
- getSchemaManagement(DataSource) - Method in interface org.springframework.boot.jdbc.SchemaManagementProvider
- 
Return theSchemaManagementfor the specifiedDataSource.
- getScope() - Method in interface org.springframework.boot.BootstrapRegistry.InstanceSupplier
- 
Return the scope of the supplied instance.
- getSecure() - Method in class org.springframework.boot.web.server.Cookie
- getSelfInitializationConfig() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
- 
Return any self initialization config that has been applied.
- getSeparator() - Method in class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.Scripts
- getSeparator() - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
- 
Returns the statement separator used in the schema and data scripts.
- getSerialNumber() - Method in class org.springframework.boot.info.SslInfo.CertificateInfo
- getServer() - Method in class org.springframework.boot.rsocket.context.RSocketServerInitializedEvent
- 
Access theRSocketServer.
- getServer() - Method in class org.springframework.boot.web.embedded.jetty.JettyWebServer
- 
Returns access to the underlying Jetty Server.
- getServerCustomizers() - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- 
Returns a mutable collection of JettyJettyServerCustomizers that will be applied to theServerbefore it is created.
- getServerCustomizers() - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Returns a mutable collection of JettyJettyServerCustomizers that will be applied to theServerbefore it is created.
- getServerCustomizers() - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
- 
Returns a mutable collection of theNettyServerCustomizers that will be applied to the Netty server builder.
- getServerHeader() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- getServerNameBundles() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the mapping of host names to SSL bundles for SNI configuration.
- getServerNamespace() - Method in interface org.springframework.boot.web.context.WebServerApplicationContext
- 
Returns the namespace of the web server application context ornullif no namespace has been set.
- getServerNamespace() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- getServerNamespace() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- getServerNamespace(ApplicationContext) - Static method in interface org.springframework.boot.web.context.WebServerApplicationContext
- 
Returns the server namespace if the specified context is aWebServerApplicationContext.
- getServerNameSslBundles() - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- getServerNameSslBundles() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- getServlet() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
- 
Return the servlet being registered.
- getServletConfig() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- getServletConfig() - Method in class org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor
- getServletContext() - Method in class org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor
- getServletContextInitializerBeans() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- 
ReturnsServletContextInitializers that should be used with the embedded web server.
- getServletContextInitializerConfiguration(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Return a JettyConfigurationthat will invoke the specifiedServletContextInitializers.
- getServletName() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
- 
Returns the servlet name that will be registered.
- getServletNames() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- 
Return a mutable collection of servlet names that the filter will be registered against.
- getServletRegistrationBeans() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- 
Return a mutable collection of theServletRegistrationBeanthat the filter will be registered against.
- getSession() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- getSharedInstance() - Static method in class org.springframework.boot.convert.ApplicationConversionService
- 
Return a shared default applicationConversionServiceinstance, lazily building it once needed.
- getShortCommitId() - Method in class org.springframework.boot.info.GitProperties
- 
Return the abbreviated id of the commit ornull.
- getShutdown() - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
- getShutdown() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- 
Returns the shutdown configuration that will be applied to the server.
- getShutdownHandler() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
- getShutdownHandler() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
- getShutdownHandler() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
- getShutdownHandler() - Method in class org.springframework.boot.logging.LoggingSystem
- 
Returns aRunnablethat can handle shutdown of this logging system when the JVM exits.
- getShutdownHandlers() - Static method in class org.springframework.boot.SpringApplication
- 
Return aSpringApplicationShutdownHandlersinstance that can be used to add or remove handlers that perform actions before the JVM is shutdown.
- getSignatureAlgorithmName() - Method in class org.springframework.boot.info.SslInfo.CertificateInfo
- getSource() - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
- 
Return theConfigurationPropertySourcethat provided the property ornullif the source is unknown.
- getSource() - Method in class org.springframework.boot.rsocket.context.RSocketServerInitializedEvent
- 
Access the source of the event (anRSocketServer).
- getSource() - Method in class org.springframework.boot.system.ApplicationHome
- 
Returns the underlying source used to find the home directory.
- getSource() - Method in class org.springframework.boot.web.context.WebServerInitializedEvent
- 
Access the source of the event (anWebServer).
- getSourceArgs() - Method in interface org.springframework.boot.ApplicationArguments
- 
Return the raw unprocessed arguments that were passed to the application.
- getSourceArgs() - Method in class org.springframework.boot.DefaultApplicationArguments
- getSources() - Method in interface org.springframework.boot.context.properties.bind.BindContext
- getSources() - Method in class org.springframework.boot.SpringApplication
- 
Returns a mutable set of the sources that will be added to an ApplicationContext whenSpringApplication.run(String...)is called.
- getSpringApplication() - Method in class org.springframework.boot.context.event.SpringApplicationEvent
- getSpringConfigLocations() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
- 
Return the spring config locations for this system.
- getSpringInitializationConfig() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
- 
Return any spring specific initialization config that should be applied.
- getSsl() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- getSslBundle() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- 
Return theSslBundlethat should be used with this server.
- getSslBundles() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- 
Return the configuredSslBundles.
- getStandardConfigLocations() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
- 
Return the standard config locations for this system.
- getStandardConfigLocations() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
- getStandardConfigLocations() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
- getStandardConfigLocations() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
- getStartedLogMessage() - Method in class org.springframework.boot.web.embedded.netty.NettyWebServer
- getStartLogMessage() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
- getStartLogMessage() - Method in class org.springframework.boot.web.embedded.undertow.UndertowWebServer
- getStartTime() - Method in class org.springframework.boot.context.metrics.buffering.StartupTimeline
- 
Return the start time of this timeline.
- getStartTime() - Method in class org.springframework.boot.context.metrics.buffering.StartupTimeline.TimelineEvent
- 
Return the start time of this event.
- getStartupStep() - Method in class org.springframework.boot.context.metrics.buffering.StartupTimeline.TimelineEvent
- 
Return theStartupStepinformation for this event.
- getState() - Method in class org.springframework.boot.availability.AvailabilityChangeEvent
- 
Return the changed availability state.
- getState(Class<S>) - Method in interface org.springframework.boot.availability.ApplicationAvailability
- 
ReturnAvailabilityStateinformation for the application.
- getState(Class<S>) - Method in class org.springframework.boot.availability.ApplicationAvailabilityBean
- getState(Class<S>, S) - Method in interface org.springframework.boot.availability.ApplicationAvailability
- 
ReturnAvailabilityStateinformation for the application.
- getState(Class<S>, S) - Method in class org.springframework.boot.availability.ApplicationAvailabilityBean
- getStatus() - Method in class org.springframework.boot.info.SslInfo.CertificateValidityInfo
- getStatus() - Method in class org.springframework.boot.web.server.ErrorPage
- 
The HTTP status value that this error page matches (ornullfor a page that matches by exception).
- getStatusCode() - Method in class org.springframework.boot.web.server.ErrorPage
- 
The HTTP status value that this error page matches.
- getStoreDir() - Method in class org.springframework.boot.web.servlet.server.Session
- 
Return the directory used to store session data.
- getStores() - Method in interface org.springframework.boot.ssl.SslBundle
- 
Return theSslStoreBundlethat can be used to access this bundle's key and trust stores.
- getStores() - Method in class org.springframework.boot.web.server.WebServerSslBundle
- getSubject() - Method in class org.springframework.boot.info.SslInfo.CertificateInfo
- getSupported() - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
- getSupportedLogLevels() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
- getSupportedLogLevels() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
- getSupportedLogLevels() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
- getSupportedLogLevels() - Method in class org.springframework.boot.logging.LoggingSystem
- 
Returns a set of theLogLevelsthat are actually supported by the logging system.
- getSupportedTypes() - Method in class org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory
- getSupportedTypes() - Static method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
- 
Return the supported types for this registration.
- getSystemProperties(ConfigurableEnvironment) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
- getSystemProperties(ConfigurableEnvironment) - Method in class org.springframework.boot.logging.LoggingSystem
- 
Return theLoggingSystemPropertiesthat should be applied.
- getTarget() - Method in exception org.springframework.boot.context.properties.bind.BindException
- 
Return the target being bound.
- getTargetBeanName() - Method in class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
- getThreadPool() - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- 
Returns a JettyThreadPoolthat should be used by theServer.
- getThreadPool() - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Returns a JettyThreadPoolthat should be used by theServer.
- getTime() - Method in class org.springframework.boot.info.BuildProperties
- 
Return the timestamp of the build ornull.
- getTimeout() - Method in class org.springframework.boot.web.servlet.server.Session
- getTimeTaken() - Method in class org.springframework.boot.context.event.ApplicationReadyEvent
- 
Return the time taken for the application to be ready to service requests, ornullif unknown.
- getTimeTaken() - Method in class org.springframework.boot.context.event.ApplicationStartedEvent
- 
Return the time taken to start the application, ornullif unknown.
- getTldSkipPatterns() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Returns a mutable set of the patterns that match jars to ignore for TLD scanning.
- getTomcat() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
- 
Returns access to the underlying Tomcat server.
- getTomcatConnectorCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
Returns a mutable collection of theTomcatConnectorCustomizers that will be applied to the TomcatConnector.
- getTomcatConnectorCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Returns a mutable collection of theTomcatConnectorCustomizers that will be applied to the TomcatConnector.
- getTomcatContextCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
Returns a mutable collection of theTomcatContextCustomizers that will be applied to the TomcatContext.
- getTomcatContextCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Returns a mutable collection of theTomcatContextCustomizers that will be applied to the TomcatContext.
- getTomcatProtocolHandlerCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
Returns a mutable collection of theTomcatProtocolHandlerCustomizers that will be applied to the TomcatConnector.
- getTomcatProtocolHandlerCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Returns a mutable collection of theTomcatProtocolHandlerCustomizers that will be applied to the TomcatConnector.
- getTomcatWebServer(Tomcat) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
Factory method called to create theTomcatWebServer.
- getTomcatWebServer(Tomcat) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Factory method called to create theTomcatWebServer.
- getTrackingModes() - Method in class org.springframework.boot.web.servlet.server.Session
- 
Return thesession tracking modes.
- getTrustCertificate() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the location of the trust certificate authority chain in PEM format.
- getTrustCertificatePrivateKey() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the location of the private key for the trust certificate in PEM format.
- getTrustManagerFactory() - Method in interface org.springframework.boot.ssl.SslManagerBundle
- 
Return theTrustManagerFactoryused to establish trust.
- getTrustManagers() - Method in interface org.springframework.boot.ssl.SslManagerBundle
- 
Return theTrustManagerinstances used to establish trust.
- getTrustStore() - Method in class org.springframework.boot.ssl.jks.JksSslStoreBundle
- getTrustStore() - Method in class org.springframework.boot.ssl.pem.PemSslStoreBundle
- getTrustStore() - Method in interface org.springframework.boot.ssl.SslStoreBundle
- 
Return a trust store generated from the trust material ornull.
- getTrustStore() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the trust store that holds SSL certificates.
- getTrustStorePassword() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the password used to access the trust store.
- getTrustStoreProvider() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the provider for the trust store.
- getTrustStoreType() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the type of the trust store.
- getType() - Method in class org.springframework.boot.context.properties.bind.Bindable
- 
Return the type of the item to bind.
- getType() - Method in enum class org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
Returns theEmbeddedDatabaseTypefor the connection.
- getUnboundProperties() - Method in exception org.springframework.boot.context.properties.bind.UnboundConfigurationPropertiesException
- getUnderlyingSource() - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
- 
Return the underlying source that is actually providing the properties.
- getUnderlyingSource() - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
- getUndertow() - Method in class org.springframework.boot.web.embedded.undertow.UndertowWebServer
- 
Returns theUndertow server.
- getUndertowWebServer(Undertow.Builder, DeploymentManager, int) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- 
Factory method called to create theUndertowServletWebServer.
- getURI() - Method in class org.springframework.boot.origin.OriginTrackedResource
- getUriEncoding() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
Returns the character encoding to use for URL decoding.
- getUriEncoding() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Returns the character encoding to use for URL decoding.
- getUrl(String) - Method in enum class org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
Returns the URL for the connection using the specifieddatabaseName.
- getUrl(String) - Method in enum class org.springframework.boot.r2dbc.EmbeddedDatabaseConnection
- 
Returns the R2DBC URL for the connection using the specifieddatabaseName.
- getURL() - Method in class org.springframework.boot.origin.OriginTrackedResource
- getUrlMappings() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
- 
Return a mutable collection of the URL mappings, as defined in the Servlet specification, for the servlet.
- getUrlPatterns() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- 
Return a mutable collection of URL patterns, as defined in the Servlet specification, that the filter will be registered against.
- getUrlPrefixes() - Method in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
Return the url prefixes of this driver.
- getUrlsOfJarsWithMetaInfResources() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- getUsage() - Method in class org.springframework.boot.jdbc.metadata.AbstractDataSourcePoolMetadata
- getUsage() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
- 
Return the usage of the pool as value between 0 and 1 (or -1 if the pool is not limited).
- getUsed() - Method in class org.springframework.boot.info.ProcessInfo.MemoryInfo.MemoryUsageInfo
- getValidationErrors() - Method in exception org.springframework.boot.context.properties.bind.validation.BindValidationException
- 
Return the validation errors that caused the exception.
- getValidationQuery() - Method in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
Return the validation query.
- getValidationQuery() - Method in class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
- getValidationQuery() - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
- 
Return the query to use to validate that a connection is valid ornullif that information is not available.
- getValidationQuery() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
- getValidationQuery() - Method in class org.springframework.boot.jdbc.metadata.OracleUcpDataSourcePoolMetadata
- getValidationQuery() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
- getValidDocumentRoot() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- 
Returns the absolute document root when it points to a valid directory, logging a warning and returningnullotherwise.
- getValidity() - Method in class org.springframework.boot.info.SslInfo.CertificateInfo
- getValidityEnds() - Method in class org.springframework.boot.info.SslInfo.CertificateInfo
- getValidityStarts() - Method in class org.springframework.boot.info.SslInfo.CertificateInfo
- getValidSessionStoreDir() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- getValidSessionStoreDir(boolean) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- getValue() - Method in class org.springframework.boot.context.config.ConfigDataLocation
- 
Return the value of the location (always excluding any user specifiedoptional:prefix).
- getValue() - Method in class org.springframework.boot.context.properties.bind.Bindable
- 
Return a supplier that provides the object value ornull.
- getValue() - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
- 
Return the value of the configuration property.
- getValue() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
- 
Return the invalid value, can benull.
- getValue() - Method in class org.springframework.boot.info.InfoProperties.Entry
- getValue() - Method in class org.springframework.boot.origin.OriginTrackedValue
- 
Return the tracked value.
- getValue(E) - Method in interface org.springframework.boot.json.JsonWriter.PairExtractor
- 
Extract the name.
- getVendor() - Method in class org.springframework.boot.info.JavaInfo
- getVendor() - Method in class org.springframework.boot.info.JavaInfo.JavaVirtualMachineInfo
- getVersion() - Method in class org.springframework.boot.info.BuildProperties
- 
Return the version of the project ornull.
- getVersion() - Method in class org.springframework.boot.info.JavaInfo
- getVersion() - Method in class org.springframework.boot.info.JavaInfo.JavaRuntimeEnvironmentInfo
- getVersion() - Method in class org.springframework.boot.info.JavaInfo.JavaVendorInfo
- getVersion() - Method in class org.springframework.boot.info.JavaInfo.JavaVirtualMachineInfo
- getVersion() - Method in class org.springframework.boot.info.OsInfo
- getVersion() - Method in class org.springframework.boot.info.SslInfo.CertificateInfo
- getVersion() - Static method in class org.springframework.boot.SpringBootVersion
- 
Return the full version string of the present Spring Boot codebase.
- getVirtualThreads() - Method in class org.springframework.boot.info.ProcessInfo
- 
Virtual threads information for the process.
- getWarning(BeanDefinitionRegistry) - Method in interface org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.Check
- 
Returns a warning if the check fails ornullif there are no problems.
- getWarning(BeanDefinitionRegistry) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
- getWebAppContextConfigurations(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Return the JettyConfigurations that should be applied to the server.
- getWebApplicationType() - Method in class org.springframework.boot.SpringApplication
- 
Returns the type of web application that is being run.
- getWebApplicationType() - Method in exception org.springframework.boot.web.context.MissingWebServerFactoryBeanException
- 
Returns the type of web application for which aWebServerFactorybean was missing.
- getWebListenerClassNames() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- getWebServer() - Method in interface org.springframework.boot.web.context.WebServerApplicationContext
- 
Returns theWebServerthat was created by the context ornullif the server has not yet been created.
- getWebServer() - Method in class org.springframework.boot.web.context.WebServerInitializedEvent
- 
Access theWebServer.
- getWebServer() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- 
Returns theWebServerthat was created by the context ornullif the server has not yet been created.
- getWebServer() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- 
Returns theWebServerthat was created by the context ornullif the server has not yet been created.
- getWebServer(ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- getWebServer(ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- getWebServer(ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- getWebServer(ServletContextInitializer...) - Method in interface org.springframework.boot.web.servlet.server.ServletWebServerFactory
- 
Gets a new fully configured but pausedWebServerinstance.
- getWebServer(HttpHandler) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- getWebServer(HttpHandler) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
- getWebServer(HttpHandler) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- getWebServer(HttpHandler) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- getWebServer(HttpHandler) - Method in interface org.springframework.boot.web.reactive.server.ReactiveWebServerFactory
- 
Gets a new fully configured but pausedWebServerinstance.
- getWebServerFactory() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- 
Returns theServletWebServerFactorythat should be used to create the embeddedWebServer.
- getWebServerFactory(String) - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- getWebServerFactoryBeanName() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- getWebServiceMessageSender() - Method in interface org.springframework.boot.webservices.client.WebServiceMessageSenderFactory
- 
Return a newWebServiceMessageSenderinstance.
- getXaDataSourceClassName() - Method in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
Return the XA driver source class name.
- GitProperties - Class in org.springframework.boot.info
- 
Provide git-related information such as commit id and time.
- GitProperties(Properties) - Constructor for class org.springframework.boot.info.GitProperties
- GRACEFUL - Enum constant in enum class org.springframework.boot.web.server.Shutdown
- 
TheWebServershould support graceful shutdown, allowing active requests time to complete.
- GracefulShutdownCallback - Interface in org.springframework.boot.web.server
- 
A callback for the result of a graceful shutdown request.
- GracefulShutdownResult - Enum Class in org.springframework.boot.web.server
- 
The result of a graceful shutdown request.
- GRAYLOG_EXTENDED_LOG_FORMAT - Enum constant in enum class org.springframework.boot.logging.structured.CommonStructuredLogFormat
- 
Graylog Extended Log Format (GELF) log format.
- GraylogExtendedLogFormatProperties - Record Class in org.springframework.boot.logging.structured
- 
Service details for Graylog Extended Log Format structured logging.
- GraylogExtendedLogFormatProperties(String, GraylogExtendedLogFormatProperties.Service) - Constructor for record class org.springframework.boot.logging.structured.GraylogExtendedLogFormatProperties
- 
Creates an instance of aGraylogExtendedLogFormatPropertiesrecord class.
- GraylogExtendedLogFormatProperties.Service - Record Class in org.springframework.boot.logging.structured
- 
Service details.
- GREEN - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- GREEN - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- GsonJsonParser - Class in org.springframework.boot.json
- 
Thin wrapper to adaptGsonto aJsonParser.
- GsonJsonParser() - Constructor for class org.springframework.boot.json.GsonJsonParser
H
- H2 - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
H2.
- H2 - Enum constant in enum class org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
H2 Database Connection.
- H2 - Enum constant in enum class org.springframework.boot.r2dbc.EmbeddedDatabaseConnection
- 
H2 Database Connection.
- HANA - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
HANA - SAP HANA Database - HDB.
- handleFailure(Class<?>, String, Throwable) - Method in interface org.springframework.boot.util.Instantiator.FailureHandler
- 
Handle thefailurethat occurred when instantiating thetypethat was expected to be of the giventypeSupplier.
- handlesThrowable() - Method in class org.springframework.boot.logging.log4j2.ColorConverter
- hasBindRestriction(Bindable.BindRestriction) - Method in class org.springframework.boot.context.properties.bind.Bindable
- 
Returnstrueif the specified bind restriction has been added.
- hasErrors() - Method in class org.springframework.boot.context.properties.bind.validation.ValidationErrors
- hashCode() - Method in class org.springframework.boot.ansi.Ansi8BitColor
- hashCode() - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
- hashCode() - Method in class org.springframework.boot.context.config.ConfigData.Options
- hashCode() - Method in class org.springframework.boot.context.config.ConfigDataLocation
- hashCode() - Method in class org.springframework.boot.context.config.ConfigTreeConfigDataResource
- hashCode() - Method in class org.springframework.boot.context.config.StandardConfigDataResource
- hashCode() - Method in class org.springframework.boot.context.properties.bind.Bindable
- hashCode() - Method in class org.springframework.boot.context.properties.bind.BindResult
- hashCode() - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
- hashCode() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- hashCode() - Method in class org.springframework.boot.context.TypeExcludeFilter
- hashCode() - Method in record class org.springframework.boot.http.client.ClientHttpRequestFactorySettings
- 
Returns a hash code value for this object.
- hashCode() - Method in record class org.springframework.boot.http.client.HttpClientSettings
- 
Returns a hash code value for this object.
- hashCode() - Method in record class org.springframework.boot.http.client.reactive.ClientHttpConnectorSettings
- 
Returns a hash code value for this object.
- hashCode() - Method in record class org.springframework.boot.json.JsonWriter.MemberPath
- 
Returns a hash code value for this object.
- hashCode() - Method in class org.springframework.boot.logging.LoggerConfiguration
- hashCode() - Method in class org.springframework.boot.logging.LoggerConfiguration.LevelConfiguration
- hashCode() - Method in record class org.springframework.boot.logging.structured.ElasticCommonSchemaProperties
- 
Returns a hash code value for this object.
- hashCode() - Method in record class org.springframework.boot.logging.structured.ElasticCommonSchemaProperties.Service
- 
Returns a hash code value for this object.
- hashCode() - Method in record class org.springframework.boot.logging.structured.GraylogExtendedLogFormatProperties
- 
Returns a hash code value for this object.
- hashCode() - Method in record class org.springframework.boot.logging.structured.GraylogExtendedLogFormatProperties.Service
- 
Returns a hash code value for this object.
- hashCode() - Method in class org.springframework.boot.origin.OriginTrackedResource
- hashCode() - Method in class org.springframework.boot.origin.OriginTrackedValue
- hashCode() - Method in class org.springframework.boot.origin.SystemEnvironmentOrigin
- hashCode() - Method in class org.springframework.boot.origin.TextResourceOrigin
- hashCode() - Method in class org.springframework.boot.origin.TextResourceOrigin.Location
- hashCode() - Method in record class org.springframework.boot.ssl.jks.JksSslStoreDetails
- 
Returns a hash code value for this object.
- hashCode() - Method in class org.springframework.boot.ssl.pem.PemContent
- hashCode() - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
- 
Returns a hash code value for this object.
- hashCode() - Method in class org.springframework.boot.system.ApplicationPid
- hashCode() - Method in record class org.springframework.boot.web.client.ClientHttpRequestFactorySettings
- 
Deprecated.Returns a hash code value for this object.
- hashCode() - Method in class org.springframework.boot.web.error.Error
- hashCode() - Method in class org.springframework.boot.web.server.ErrorPage
- hashCode() - Method in class org.springframework.boot.web.server.MimeMappings
- hashCode() - Method in class org.springframework.boot.web.server.MimeMappings.Mapping
- hashCode() - Method in record class org.springframework.boot.web.server.Ssl.ServerNameSslBundle
- 
Returns a hash code value for this object.
- hasIndexedElement() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Returntrueif any element in the name is indexed.
- hasMatchingName(PropertySource<?>) - Static method in class org.springframework.boot.DefaultPropertiesPropertySource
- 
Returntrueif the given source is named 'defaultProperties'.
- hasMembers() - Method in class org.springframework.boot.logging.LoggerGroup
- hasPrefix(String) - Method in class org.springframework.boot.context.config.ConfigDataLocation
- 
Return ifConfigDataLocation.getValue()has the specified prefix.
- hasResult() - Method in class org.springframework.boot.util.LambdaSafe.InvocationResult
- 
Return true if a result in present.
- hasServerNamespace(ApplicationContext, String) - Static method in interface org.springframework.boot.web.context.WebServerApplicationContext
- 
Returnstrueif the specified context is aWebServerApplicationContextwith a matching server namespace.
- HEADER_NAME - Static variable in class org.springframework.boot.web.servlet.filter.ApplicationContextHeaderFilter
- 
Public constant for X-Application-Context.
- headerBytes() - Method in class org.springframework.boot.logging.logback.StructuredLogEncoder
- headless(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Sets if the application is headless and should not instantiate AWT.
- HEROKU - Enum constant in enum class org.springframework.boot.cloud.CloudPlatform
- 
Heroku platform.
- HikariCheckpointRestoreLifecycle - Class in org.springframework.boot.jdbc
- 
Lifecyclefor aHikariDataSourceallowing it to participate in checkpoint-restore.
- HikariCheckpointRestoreLifecycle(DataSource) - Constructor for class org.springframework.boot.jdbc.HikariCheckpointRestoreLifecycle
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.4.0 for removal in 4.0.0 in favor ofHikariCheckpointRestoreLifecycle(DataSource, ConfigurableApplicationContext)
- HikariCheckpointRestoreLifecycle(DataSource, ConfigurableApplicationContext) - Constructor for class org.springframework.boot.jdbc.HikariCheckpointRestoreLifecycle
- 
Creates a newHikariCheckpointRestoreLifecyclethat will allow the givendataSourceto participate in checkpoint-restore.
- HikariDataSourcePoolMetadata - Class in org.springframework.boot.jdbc.metadata
- 
DataSourcePoolMetadatafor a HikariDataSource.
- HikariDataSourcePoolMetadata(HikariDataSource) - Constructor for class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
- host() - Method in record class org.springframework.boot.logging.structured.GraylogExtendedLogFormatProperties
- 
Returns the value of thehostrecord component.
- hostname(String) - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
- 
Configure the host name.
- HSQLDB - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
HyperSQL DataBase.
- HSQLDB - Enum constant in enum class org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
HSQL Database Connection.
- http() - Static method in interface org.springframework.boot.webservices.client.WebServiceMessageSenderFactory
- 
Returns a factory that will create aClientHttpRequestMessageSenderbacked by a detectedClientHttpRequestFactory.
- http(ClientHttpRequestFactoryBuilder<?>, ClientHttpRequestFactorySettings) - Static method in interface org.springframework.boot.webservices.client.WebServiceMessageSenderFactory
- 
Returns a factory that will create aClientHttpRequestMessageSenderbacked by aClientHttpRequestFactorycreated from the givenClientHttpRequestFactoryBuilder.
- http(ClientHttpRequestFactorySettings) - Static method in interface org.springframework.boot.webservices.client.WebServiceMessageSenderFactory
- 
Returns a factory that will create aClientHttpRequestMessageSenderbacked by a detectedClientHttpRequestFactory.
- Http2 - Class in org.springframework.boot.web.server
- 
Simple server-independent abstraction for HTTP/2 configuration.
- Http2() - Constructor for class org.springframework.boot.web.server.Http2
- HttpClientSettings - Record Class in org.springframework.boot.http.client
- 
Settings that can be applied when creating a blocking or reactive HTTP client.
- HttpClientSettings(HttpRedirects, Duration, Duration, SslBundle) - Constructor for record class org.springframework.boot.http.client.HttpClientSettings
- 
Creates an instance of aHttpClientSettingsrecord class.
- httpComponents() - Static method in interface org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
- 
Return aHttpComponentsClientHttpRequestFactoryBuilderthat can be used to build aHttpComponentsClientHttpRequestFactory.
- httpComponents() - Static method in interface org.springframework.boot.http.client.reactive.ClientHttpConnectorBuilder
- 
Return aHttpComponentsClientHttpConnectorBuilderthat can be used to build aHttpComponentsClientHttpConnector.
- HttpComponentsClientHttpConnectorBuilder - Class in org.springframework.boot.http.client.reactive
- 
Builder forClientHttpConnectorBuilder.httpComponents().
- HttpComponentsClientHttpRequestFactoryBuilder - Class in org.springframework.boot.http.client
- 
Builder forClientHttpRequestFactoryBuilder.httpComponents().
- HttpComponentsHttpAsyncClientBuilder - Class in org.springframework.boot.http.client
- 
Builder that can be used to create a Apache HttpComponentsHttpAsyncClient.
- HttpComponentsHttpAsyncClientBuilder() - Constructor for class org.springframework.boot.http.client.HttpComponentsHttpAsyncClientBuilder
- HttpComponentsHttpClientBuilder - Class in org.springframework.boot.http.client
- 
Builder that can be used to create a Apache HttpComponentsHttpClient.
- HttpComponentsHttpClientBuilder() - Constructor for class org.springframework.boot.http.client.HttpComponentsHttpClientBuilder
- HttpHandlerFactory - Interface in org.springframework.boot.web.embedded.undertow
- 
Factory used byUndertowServletWebServerto addHttpHandlers.
- httpMessageSenderFactory(WebServiceMessageSenderFactory) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Set theWebServiceMessageSenderFactorythat should be used to send HTTP messages.
- HttpRedirects - Enum Class in org.springframework.boot.http.client
- 
Redirect strategies support by HTTP clients.
- HttpWebServiceMessageSenderBuilder - Class in org.springframework.boot.webservices.client
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.4.0 in favor ofWebServiceMessageSenderFactory.http(ClientHttpRequestFactorySettings)
- HttpWebServiceMessageSenderBuilder() - Constructor for class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
- 
Deprecated.
I
- IDLE - Enum constant in enum class org.springframework.boot.web.server.GracefulShutdownResult
- 
The server was idle with no active requests at the end of the grace period.
- ifBound(Consumer<? super T>) - Method in class org.springframework.boot.context.properties.bind.BindResult
- 
Invoke the specified consumer with the bound value, or do nothing if no value has been bound.
- ifCausedBy(Exception, Class<E>, Consumer<E>) - Static method in exception org.springframework.boot.web.server.PortInUseException
- 
Perform an action if the given exception was caused by a specific exception type.
- ifNotEmpty(Map<String, Object>, Consumer<DefaultPropertiesPropertySource>) - Static method in class org.springframework.boot.DefaultPropertiesPropertySource
- 
Create a newDefaultPropertiesPropertySourceinstance if the provided source is not empty.
- ifPortBindingException(Exception, Consumer<BindException>) - Static method in exception org.springframework.boot.web.server.PortInUseException
- 
Perform an action if the given exception was caused by a "port in use"BindException.
- IGNORE - Enum constant in enum class org.springframework.boot.context.config.ConfigDataNotFoundAction
- 
Ignore the exception and continue processing the remaining locations.
- IGNORE_IMPORTS - Enum constant in enum class org.springframework.boot.context.config.ConfigData.Option
- 
Ignore all imports properties from the source.
- IGNORE_PROFILES - Enum constant in enum class org.springframework.boot.context.config.ConfigData.Option
- 
Ignore all profile activation and include properties.
- ignoreApplicationContext(ApplicationContext) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
- 
Returns if theApplicationContextshould be ignored and not used for matching.
- ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
- 
Returns if theWebApplicationContextshould be ignored and not used for matching.
- IgnoreErrorsBindHandler - Class in org.springframework.boot.context.properties.bind.handler
- 
BindHandlerthat can be used to ignore binding errors.
- IgnoreErrorsBindHandler() - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreErrorsBindHandler
- IgnoreErrorsBindHandler(BindHandler) - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreErrorsBindHandler
- ignoreInvalidFields() - Element in annotation interface org.springframework.boot.context.properties.ConfigurationProperties
- 
Flag to indicate that when binding to this object invalid fields should be ignored.
- ignoreRegistrationFailure() - Element in annotation interface org.springframework.boot.web.servlet.FilterRegistration
- 
Whether registration failures should be ignored.
- ignoreRegistrationFailure() - Element in annotation interface org.springframework.boot.web.servlet.ServletRegistration
- 
Whether registration failures should be ignored.
- IgnoreTopLevelConverterNotFoundBindHandler - Class in org.springframework.boot.context.properties.bind.handler
- 
BindHandlerthat can be used to ignore top-levelConverterNotFoundExceptions.
- IgnoreTopLevelConverterNotFoundBindHandler() - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
- 
Create a newIgnoreTopLevelConverterNotFoundBindHandlerinstance.
- IgnoreTopLevelConverterNotFoundBindHandler(BindHandler) - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
- 
Create a newIgnoreTopLevelConverterNotFoundBindHandlerinstance with a specific parent.
- ignoreUnknownFields() - Element in annotation interface org.springframework.boot.context.properties.ConfigurationProperties
- 
Flag to indicate that when binding to this object unknown fields should be ignored.
- IMMEDIATE - Enum constant in enum class org.springframework.boot.web.server.GracefulShutdownResult
- 
The server was shutdown immediately, ignoring any active requests.
- IMMEDIATE - Enum constant in enum class org.springframework.boot.web.server.Shutdown
- 
TheWebServershould shut down immediately.
- ImportCandidates - Class in org.springframework.boot.context.annotation
- 
Contains@Configurationimport candidates, usually auto-configurations.
- InactiveConfigDataAccessException - Exception in org.springframework.boot.context.config
- 
Exception thrown when an attempt is made to resolve a property against an inactiveConfigDataproperty source.
- INCLUDE - Enum constant in enum class org.springframework.boot.web.servlet.DispatcherType
- 
Apply the filter on "RequestDispatcher.include()" calls.
- INCLUDE_PROFILES_PROPERTY_NAME - Static variable in class org.springframework.boot.context.config.Profiles
- 
Name of property to set to specify additionally included active profiles.
- including(ErrorAttributeOptions.Include...) - Method in class org.springframework.boot.web.error.ErrorAttributeOptions
- 
Return anErrorAttributeOptionsthat includes the specified attributeErrorAttributeOptions.Includeoptions.
- IncompatibleConfigurationException - Exception in org.springframework.boot.context.properties
- 
Exception thrown when the application has configured an incompatible set ofConfigurationPropertieskeys.
- IncompatibleConfigurationException(String...) - Constructor for exception org.springframework.boot.context.properties.IncompatibleConfigurationException
- index() - Method in record class org.springframework.boot.json.JsonWriter.MemberPath
- 
Returns the value of theindexrecord component.
- info(Object) - Method in class org.springframework.boot.logging.DeferredLog
- info(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
- INFO - Enum constant in enum class org.springframework.boot.logging.LogLevel
- InfoProperties - Class in org.springframework.boot.info
- 
Base class for components exposing unstructured data with dedicated methods for well known keys.
- InfoProperties(Properties) - Constructor for class org.springframework.boot.info.InfoProperties
- 
Create an instance with the specified entries.
- InfoProperties.Entry - Class in org.springframework.boot.info
- 
Property entry.
- INFORMIX - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
Informix.
- INHERITED - Enum constant in enum class org.springframework.boot.logging.LoggerConfiguration.ConfigurationScope
- 
May return configuration that has been applied to a parent logger.
- init(FilterConfig) - Method in class org.springframework.boot.web.servlet.support.ErrorPageFilter
- initialize(BootstrapRegistry) - Method in interface org.springframework.boot.BootstrapRegistryInitializer
- 
Initialize the givenBootstrapRegistrywith any required registrations.
- initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
- initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
- initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
- initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.LoggingSystem
- 
Fully initialize the logging system.
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.ContextIdApplicationContextInitializer
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.rsocket.context.RSocketPortInfoApplicationContextInitializer
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.web.context.ServerPortInfoApplicationContextInitializer
- initialize(ConfigurableEnvironment, ClassLoader) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
- 
Initialize the logging system according to preferences expressed through theEnvironmentand the classpath.
- initialize(ConfigurableWebApplicationContext) - Method in class org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
- initialized(Supplier<C>) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
- 
Called once the context has been initialized.
- initialized(Supplier<C>) - Method in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
- 
Method that can be implemented by subclasses that wish to initialize items the first time that the matcher is called.
- initializeDatabase() - Method in class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer
- 
Initializes the database by applying schema and data scripts.
- initializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Add some initializers to the application (applied to theApplicationContextbefore any bean definitions are loaded).
- initializeSpringBootLogging(LoggingSystem, LogLevel) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
- 
Initialize loggers based on thespringBootLoggingsetting.
- initParameters() - Element in annotation interface org.springframework.boot.web.servlet.FilterRegistration
- 
Init parameters to be used with the filter.
- initParameters() - Element in annotation interface org.springframework.boot.web.servlet.ServletRegistration
- 
Init parameters to be used with the servlet.
- instantiate(ClassLoader, String) - Method in class org.springframework.boot.util.Instantiator
- 
Instantiate the given set of class name, injecting constructor arguments as necessary.
- instantiate(ClassLoader, Collection<String>) - Method in class org.springframework.boot.util.Instantiator
- 
Instantiate the given set of class name, injecting constructor arguments as necessary.
- instantiate(String) - Method in class org.springframework.boot.util.Instantiator
- 
Instantiate the given set of class name, injecting constructor arguments as necessary.
- instantiate(Collection<String>) - Method in class org.springframework.boot.util.Instantiator
- 
Instantiate the given set of class name, injecting constructor arguments as necessary.
- instantiateType(Class<?>) - Method in class org.springframework.boot.util.Instantiator
- 
Instantiate the given class, injecting constructor arguments as necessary.
- instantiateTypes(Collection<Class<?>>) - Method in class org.springframework.boot.util.Instantiator
- 
Instantiate the given set of classes, injecting constructor arguments as necessary.
- instantiateView() - Method in class org.springframework.boot.web.reactive.result.view.MustacheViewResolver
- instantiateView() - Method in class org.springframework.boot.web.servlet.view.MustacheViewResolver
- Instantiator<T> - Class in org.springframework.boot.util
- 
Simple factory used to instantiate objects by injecting available parameters.
- Instantiator(Class<?>, Consumer<Instantiator.AvailableParameters>) - Constructor for class org.springframework.boot.util.Instantiator
- 
Create a newInstantiatorinstance for the given type.
- Instantiator(Class<?>, Consumer<Instantiator.AvailableParameters>, Instantiator.FailureHandler) - Constructor for class org.springframework.boot.util.Instantiator
- 
Create a newInstantiatorinstance for the given type.
- Instantiator.AvailableParameters - Interface in org.springframework.boot.util
- 
Callback used to register available parameters.
- Instantiator.FailureHandler - Interface in org.springframework.boot.util
- 
Strategy for handling a failure that occurs when instantiating a type.
- interceptors(Collection<? extends ClientInterceptor>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Set theClientInterceptorsthat should be used with theWebServiceTemplate.
- interceptors(Collection<ClientHttpRequestInterceptor>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Set theClientHttpRequestInterceptorsthat should be used with theRestTemplate.
- interceptors(ClientHttpRequestInterceptor...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Set theClientHttpRequestInterceptorsthat should be used with theRestTemplate.
- interceptors(ClientInterceptor...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Set theClientInterceptorsthat should be used with theWebServiceTemplate.
- InvalidConfigDataPropertyException - Exception in org.springframework.boot.context.config
- 
Exception thrown if an invalid property is found when processing config data.
- InvalidConfigurationPropertyNameException - Exception in org.springframework.boot.context.properties.source
- 
Exception thrown whenConfigurationPropertyNamehas invalid characters.
- InvalidConfigurationPropertyNameException(CharSequence, List<Character>) - Constructor for exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
- InvalidConfigurationPropertyValueException - Exception in org.springframework.boot.context.properties.source
- 
Exception thrown when a configuration property value is invalid.
- InvalidConfigurationPropertyValueException(String, Object, String) - Constructor for exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
- 
Creates a new instance for the specified propertynameandvalue, including areasonwhy the value is invalid.
- invoke(C, Supplier<R>) - Method in class org.springframework.boot.util.LambdaSafe.LambdaSafeCallback
- invoke(Consumer<C>) - Method in class org.springframework.boot.util.LambdaSafe.Callback
- 
Invoke the callback instance where the callback method returns void.
- invoke(Consumer<C>) - Method in class org.springframework.boot.util.LambdaSafe.Callbacks
- 
Invoke the callback instances where the callback method returns void.
- invokeAnd(Function<C, R>) - Method in class org.springframework.boot.util.LambdaSafe.Callback
- 
Invoke the callback instance where the callback method returns a result.
- invokeAnd(Function<C, R>) - Method in class org.springframework.boot.util.LambdaSafe.Callbacks
- 
Invoke the callback instances where the callback method returns a result.
- isAccepted(String) - Method in class org.springframework.boot.context.config.Profiles
- 
Return if the given profile is active.
- isAccessLogEnabled() - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- isAccessLogEnabled() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- isActive(Environment) - Method in enum class org.springframework.boot.cloud.CloudPlatform
- 
Determines if the platform is active (i.e.
- isAncestorOf(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Returnstrueif this element is an ancestor (immediate or nested parent) of the specified name.
- isAsyncSupported() - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
- 
Returns if asynchronous operations are supported for this registration.
- isAttachedConfigurationPropertySource(PropertySource<?>) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
- 
Determines if the specificPropertySourceis theConfigurationPropertySourcethat wasattachedto theEnvironment.
- isAvailable() - Method in class org.springframework.boot.system.ApplicationPid
- 
Return if the application PID is available.
- isBound() - Method in class org.springframework.boot.context.properties.bind.BindResult
- 
Returnstrueif a result was bound.
- isClassAvailable(String) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
- isContinueOnError() - Method in class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.Scripts
- isContinueOnError() - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
- 
Returns whether to continue when an error occurs while applying a schema or data script.
- isConvertViaObjectSourceType(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.boot.convert.ApplicationConversionService
- 
Returntrueif objects ofsourceTypecan be converted to thetargetTypeand the converter hasObject.classas a supported source type.
- isCustom() - Method in class org.springframework.boot.logging.LoggerConfiguration.LevelConfiguration
- 
Return if this is a custom level and cannot be represented byLogLevel.
- isDebugEnabled() - Method in class org.springframework.boot.logging.DeferredLog
- isDetected(Environment) - Method in enum class org.springframework.boot.cloud.CloudPlatform
- 
Determines if the platform is detected by looking for platform-specific environment variables.
- isEagerFilterInit() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- 
Return if filters should be eagerly initialized.
- isEmbedded(ConnectionFactory) - Static method in enum class org.springframework.boot.r2dbc.EmbeddedDatabaseConnection
- 
Convenience method to determine if a given connection factory represents an embedded database type.
- isEmbedded(String, String) - Static method in enum class org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
Convenience method to determine if a given driver class name and url represent an embedded database type.
- isEmbedded(DataSource) - Static method in enum class org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
Convenience method to determine if a given data source represents an embedded database type.
- isEmbeddedDatabase() - Method in class org.springframework.boot.jdbc.init.DataSourceScriptDatabaseInitializer
- isEmbeddedDatabase() - Method in class org.springframework.boot.r2dbc.init.R2dbcScriptDatabaseInitializer
- isEmbeddedDatabase() - Method in class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer
- 
Returns whether the database that is to be initialized is embedded.
- isEmbeddedWebApplication() - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
- 
Specify if the application runs in an embedded web container.
- isEmpty() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Returnstrueif thisConfigurationPropertyNameis empty.
- isEnabled() - Method in class org.springframework.boot.web.server.Http2
- 
Return whether to enable HTTP/2 support, if the current environment supports it.
- isEnabled() - Method in class org.springframework.boot.web.server.Ssl
- 
Return whether to enable SSL support.
- isEnabled() - Method in class org.springframework.boot.web.servlet.RegistrationBean
- 
Return if the registration is enabled.
- isEnabled(Ssl) - Static method in class org.springframework.boot.web.server.Ssl
- 
Returns if SSL is enabled for the given instance.
- isEnforced(Binder) - Method in enum class org.springframework.boot.cloud.CloudPlatform
- 
Determines if the platform is enforced by looking at the"spring.main.cloud-platform"configuration property.
- isEnforced(Environment) - Method in enum class org.springframework.boot.cloud.CloudPlatform
- 
Determines if the platform is enforced by looking at the"spring.main.cloud-platform"configuration property.
- isEqualOrNewerThan(JavaVersion) - Method in enum class org.springframework.boot.system.JavaVersion
- 
Return if this version is equal to or newer than a given version.
- isErrorEnabled() - Method in class org.springframework.boot.logging.DeferredLog
- isExcluded(Class<?>) - Method in interface org.springframework.boot.validation.beanvalidation.MethodValidationExcludeFilter
- 
Evaluate whether to exclude the giventypefrom method validation.
- isExcluded(String, BeanDefinition, Class<?>) - Method in interface org.springframework.boot.LazyInitializationExcludeFilter
- 
Returnstrueif the specified bean definition should be excluded from havinglazy-initautomatically set.
- isFatalEnabled() - Method in class org.springframework.boot.logging.DeferredLog
- isFile() - Method in class org.springframework.boot.origin.OriginTrackedResource
- isForce() - Method in class org.springframework.boot.web.servlet.server.Encoding
- isForceRequest() - Method in class org.springframework.boot.web.servlet.server.Encoding
- isForceResponse() - Method in class org.springframework.boot.web.servlet.server.Encoding
- isGlobal() - Method in class org.springframework.boot.web.server.ErrorPage
- 
Return if this error page is a global one (matches all unmatched status and exception types).
- isImmutable() - Method in class org.springframework.boot.env.ConfigTreePropertySource
- isImmutable() - Method in class org.springframework.boot.env.OriginTrackedMapPropertySource
- isImmutable() - Method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource
- isImmutable() - Method in interface org.springframework.boot.origin.OriginLookup
- 
Returntrueif this lookup is immutable and has contents that will never change.
- isIncluded(ErrorAttributeOptions.Include) - Method in class org.springframework.boot.web.error.ErrorAttributeOptions
- 
Get the option for including the specified attribute in the error response.
- isInfoEnabled() - Method in class org.springframework.boot.logging.DeferredLog
- isKeepAlive() - Method in class org.springframework.boot.SpringApplication
- 
Whether to keep the application alive even if there are no more non-daemon threads.
- isLastElementIndexed() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Return if the last element in the name is indexed.
- isLoadable(ConfigDataLoaderContext, R) - Method in interface org.springframework.boot.context.config.ConfigDataLoader
- 
Returns if the specified resource can be loaded by this instance.
- isMatchAfter() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- 
Return if filter mappings should be matched after any declared Filter mappings of the ServletContext.
- isNumericIndex(int) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Return if the element in the name is indexed and numeric.
- ISO8601 - Enum constant in enum class org.springframework.boot.convert.DurationStyle
- 
ISO-8601 formatting.
- ISO8601 - Enum constant in enum class org.springframework.boot.convert.PeriodStyle
- 
ISO-8601 formatting.
- isOlderThan(JavaVersion) - Method in enum class org.springframework.boot.system.JavaVersion
- 
Return if this version is older than a given version.
- isOpen() - Method in class org.springframework.boot.origin.OriginTrackedResource
- isOptional() - Method in class org.springframework.boot.context.config.ConfigDataLocation
- 
Return if the location is optional and should ignoreConfigDataNotFoundException.
- isParentOf(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Returnstrueif this element is an immediate parent of the specified name.
- isPersistent() - Method in class org.springframework.boot.web.servlet.server.Session
- 
Return whether to persist session data between restarts.
- isPresentInText(String) - Static method in class org.springframework.boot.ssl.pem.PemContent
- 
Return if PEM content is present in the given text.
- isPreservePathOnForward() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- 
Return whether the request path should be preserved on forward.
- isReadable() - Method in class org.springframework.boot.origin.OriginTrackedResource
- isReady() - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
- 
Specify if the application has fully started and is now ready.
- isRegisterDefaultServlet() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- 
Flag to indicate that the default servlet should be registered.
- isRegistered(Class<T>) - Method in interface org.springframework.boot.BootstrapContext
- 
Return if a registration exists for the given type.
- isRegistered(Class<T>) - Method in interface org.springframework.boot.BootstrapRegistry
- 
Return if a registration exists for the given type.
- isRegistered(Class<T>) - Method in class org.springframework.boot.DefaultBootstrapContext
- isResolvable(ConfigDataLocationResolverContext, ConfigDataLocation) - Method in interface org.springframework.boot.context.config.ConfigDataLocationResolver
- 
Returns if the specified location address can be resolved by this resolver.
- isResolvable(ConfigDataLocationResolverContext, ConfigDataLocation) - Method in class org.springframework.boot.context.config.ConfigTreeConfigDataLocationResolver
- isResolvable(ConfigDataLocationResolverContext, ConfigDataLocation) - Method in class org.springframework.boot.context.config.StandardConfigDataLocationResolver
- isRunning() - Method in class org.springframework.boot.jdbc.HikariCheckpointRestoreLifecycle
- isRunning() - Method in class org.springframework.boot.rsocket.context.RSocketServerBootstrap
- isRunning() - Method in class org.springframework.boot.web.context.WebServerGracefulShutdownLifecycle
- isSpecified() - Method in interface org.springframework.boot.ssl.SslOptions
- 
Return if any SSL options have been specified.
- isSupportedType(EventListener) - Static method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
- 
Returnstrueif the specified listener is one of the supported types.
- isTraceEnabled() - Method in class org.springframework.boot.logging.DeferredLog
- isUseForwardHeaders() - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- isUseForwardHeaders() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- isUsingForwardHeaders() - Method in enum class org.springframework.boot.cloud.CloudPlatform
- 
Returns if the platform is behind a load balancer and uses X-Forwarded-For headers.
- isValid() - Method in enum class org.springframework.boot.info.SslInfo.CertificateValidityInfo.Status
- isValid(CharSequence) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Returns if the given name is valid.
- isWarnEnabled() - Method in class org.springframework.boot.logging.DeferredLog
- ITALIC - Enum constant in enum class org.springframework.boot.ansi.AnsiStyle
- IterableConfigurationPropertySource - Interface in org.springframework.boot.context.properties.source
- 
AConfigurationPropertySourcewith a fullyIterableset of entries.
- iterator() - Method in class org.springframework.boot.context.annotation.ImportCandidates
- iterator() - Method in class org.springframework.boot.context.config.Profiles
- 
Return an iterator for allaccepted profiles.
- iterator() - Method in class org.springframework.boot.context.properties.bind.validation.ValidationErrors
- iterator() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
- iterator() - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
- 
Return an iterator for thenamesmanaged by this source.
- iterator() - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
- iterator() - Method in class org.springframework.boot.info.InfoProperties
- iterator() - Method in class org.springframework.boot.logging.LoggerGroups
- iterator() - Method in class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.Scripts
- iterator() - Method in class org.springframework.boot.web.server.MimeMappings
- iterator() - Method in class org.springframework.boot.web.servlet.ServletContextInitializerBeans
J
- JacksonJsonParser - Class in org.springframework.boot.json
- 
Thin wrapper to adapt Jackson 2ObjectMappertoJsonParser.
- JacksonJsonParser() - Constructor for class org.springframework.boot.json.JacksonJsonParser
- 
Creates an instance with a defaultObjectMapperthat is created lazily.
- JacksonJsonParser(ObjectMapper) - Constructor for class org.springframework.boot.json.JacksonJsonParser
- 
Creates an instance with the specifiedObjectMapper.
- JAVA_BEAN - Enum constant in enum class org.springframework.boot.context.properties.bind.BindMethod
- 
Java Bean using getter/setter binding.
- JavaInfo - Class in org.springframework.boot.info
- 
Information about the Java environment the application is running in.
- JavaInfo() - Constructor for class org.springframework.boot.info.JavaInfo
- JavaInfo.JavaRuntimeEnvironmentInfo - Class in org.springframework.boot.info
- 
Information about the Java Runtime Environment the application is running in.
- JavaInfo.JavaVendorInfo - Class in org.springframework.boot.info
- 
Information about the Java Vendor of the Java Runtime the application is running in.
- JavaInfo.JavaVirtualMachineInfo - Class in org.springframework.boot.info
- 
Information about the Java Virtual Machine the application is running in.
- JavaLoggingSystem - Class in org.springframework.boot.logging.java
- JavaLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.java.JavaLoggingSystem
- JavaLoggingSystem.Factory - Class in org.springframework.boot.logging.java
- 
LoggingSystemFactorythat returnsJavaLoggingSystemif possible.
- JavaRuntimeEnvironmentInfo() - Constructor for class org.springframework.boot.info.JavaInfo.JavaRuntimeEnvironmentInfo
- JavaVendorInfo() - Constructor for class org.springframework.boot.info.JavaInfo.JavaVendorInfo
- JavaVersion - Enum Class in org.springframework.boot.system
- 
Known Java versions.
- JavaVirtualMachineInfo() - Constructor for class org.springframework.boot.info.JavaInfo.JavaVirtualMachineInfo
- jdk() - Static method in interface org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
- 
Return aJdkClientHttpRequestFactoryBuilderthat can be used to build aJdkClientHttpRequestFactory.
- jdk() - Static method in interface org.springframework.boot.http.client.reactive.ClientHttpConnectorBuilder
- 
Return aJdkClientHttpConnectorBuilderthat can be used to build aJdkClientHttpConnector.
- JdkClientHttpConnectorBuilder - Class in org.springframework.boot.http.client.reactive
- 
Builder forClientHttpConnectorBuilder.jdk().
- JdkClientHttpRequestFactoryBuilder - Class in org.springframework.boot.http.client
- 
Builder forClientHttpRequestFactoryBuilder.jdk().
- JdkHttpClientBuilder - Class in org.springframework.boot.http.client
- 
Builder that can be used to create a JDKHttpClient.
- JdkHttpClientBuilder() - Constructor for class org.springframework.boot.http.client.JdkHttpClientBuilder
- jetty() - Static method in interface org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
- 
Return aJettyClientHttpRequestFactoryBuilderthat can be used to build aJettyClientHttpRequestFactory.
- jetty() - Static method in interface org.springframework.boot.http.client.reactive.ClientHttpConnectorBuilder
- 
Return aJettyClientHttpConnectorBuilderthat can be used to build aJettyClientHttpConnector.
- JettyClientHttpConnectorBuilder - Class in org.springframework.boot.http.client.reactive
- 
Builder forClientHttpConnectorBuilder.jetty().
- JettyClientHttpRequestFactoryBuilder - Class in org.springframework.boot.http.client
- 
Builder forClientHttpRequestFactoryBuilder.jetty().
- JettyHttpClientBuilder - Class in org.springframework.boot.http.client
- 
Builder that can be used to create a JettyHttpClient.
- JettyHttpClientBuilder() - Constructor for class org.springframework.boot.http.client.JettyHttpClientBuilder
- JettyReactiveWebServerFactory - Class in org.springframework.boot.web.embedded.jetty
- 
ReactiveWebServerFactorythat can be used to createJettyWebServers.
- JettyReactiveWebServerFactory() - Constructor for class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- 
Create a newJettyServletWebServerFactoryinstance.
- JettyReactiveWebServerFactory(int) - Constructor for class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- 
Create a newJettyServletWebServerFactorythat listens for requests using the specified port.
- JettyServerCustomizer - Interface in org.springframework.boot.web.embedded.jetty
- 
Callback interface that can be used to customize a JettyServer.
- JettyServletWebServerFactory - Class in org.springframework.boot.web.embedded.jetty
- 
ServletWebServerFactorythat can be used to create aJettyWebServer.
- JettyServletWebServerFactory() - Constructor for class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Create a newJettyServletWebServerFactoryinstance.
- JettyServletWebServerFactory(int) - Constructor for class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Create a newJettyServletWebServerFactorythat listens for requests using the specified port.
- JettyServletWebServerFactory(String, int) - Constructor for class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Create a newJettyServletWebServerFactorywith the specified context path and port.
- JettyWebServer - Class in org.springframework.boot.web.embedded.jetty
- 
WebServerthat can be used to control a Jetty web server.
- JettyWebServer(Server) - Constructor for class org.springframework.boot.web.embedded.jetty.JettyWebServer
- 
Create a newJettyWebServerinstance.
- JettyWebServer(Server, boolean) - Constructor for class org.springframework.boot.web.embedded.jetty.JettyWebServer
- 
Create a newJettyWebServerinstance.
- JksSslStoreBundle - Class in org.springframework.boot.ssl.jks
- 
SslStoreBundlebacked by a Java keystore.
- JksSslStoreBundle(JksSslStoreDetails, JksSslStoreDetails) - Constructor for class org.springframework.boot.ssl.jks.JksSslStoreBundle
- 
Create a newJksSslStoreBundleinstance.
- JksSslStoreBundle(JksSslStoreDetails, JksSslStoreDetails, ResourceLoader) - Constructor for class org.springframework.boot.ssl.jks.JksSslStoreBundle
- 
Create a newJksSslStoreBundleinstance.
- JksSslStoreDetails - Record Class in org.springframework.boot.ssl.jks
- 
Details for an individual trust or key store in aJksSslStoreBundle.
- JksSslStoreDetails(String, String, String, String) - Constructor for record class org.springframework.boot.ssl.jks.JksSslStoreDetails
- 
Creates an instance of aJksSslStoreDetailsrecord class.
- JsonComponent - Annotation Interface in org.springframework.boot.jackson
- 
@Componentthat providesJsonSerializer,JsonDeserializerorKeyDeserializerimplementations to be registered with Jackson whenJsonComponentModuleis in use.
- JsonComponent.Scope - Enum Class in org.springframework.boot.jackson
- 
The various scopes under which a serializer/deserializer can be registered.
- JsonComponentModule - Class in org.springframework.boot.jackson
- 
Spring Bean and JacksonModuleto register@JsonComponentannotated beans.
- JsonComponentModule() - Constructor for class org.springframework.boot.jackson.JsonComponentModule
- jsonMembers(JsonWriter.Members<?>) - Method in record class org.springframework.boot.logging.structured.ElasticCommonSchemaProperties
- 
AddJsonWritermembers for the service.
- jsonMembers(JsonWriter.Members<?>) - Method in record class org.springframework.boot.logging.structured.GraylogExtendedLogFormatProperties
- 
AddJsonWritermembers for the service.
- JsonMixin - Annotation Interface in org.springframework.boot.jackson
- 
Provides a mixin class implementation that registers with Jackson when usingJsonMixinModule.
- JsonMixinModule - Class in org.springframework.boot.jackson
- JsonMixinModule() - Constructor for class org.springframework.boot.jackson.JsonMixinModule
- JsonMixinModuleEntries - Class in org.springframework.boot.jackson
- 
Provide the mapping of json mixin class to consider.
- JsonMixinModuleEntries.Builder - Class in org.springframework.boot.jackson
- 
Builder forJsonMixinModuleEntries.
- JsonObjectDeserializer<T> - Class in org.springframework.boot.jackson
- 
Helper base class forJsonDeserializerimplementations that deserialize objects.
- JsonObjectDeserializer() - Constructor for class org.springframework.boot.jackson.JsonObjectDeserializer
- JsonObjectSerializer<T> - Class in org.springframework.boot.jackson
- 
Helper base class forJsonSerializerimplementations that serialize objects.
- JsonObjectSerializer() - Constructor for class org.springframework.boot.jackson.JsonObjectSerializer
- JsonParseException - Exception in org.springframework.boot.json
- 
IllegalArgumentExceptionthrown when source JSON is invalid.
- JsonParseException() - Constructor for exception org.springframework.boot.json.JsonParseException
- JsonParseException(Throwable) - Constructor for exception org.springframework.boot.json.JsonParseException
- JsonParser - Interface in org.springframework.boot.json
- JsonParserFactory - Class in org.springframework.boot.json
- 
Factory to create aJsonParser.
- JsonParserFactory() - Constructor for class org.springframework.boot.json.JsonParserFactory
- JsonWriter<T> - Interface in org.springframework.boot.json
- 
Interface that can be used to write JSON output.
- JsonWriter.Member<T> - Class in org.springframework.boot.json
- 
A member that contributes JSON.
- JsonWriter.MemberPath - Record Class in org.springframework.boot.json
- 
A path used to identify a specific JSON member.
- JsonWriter.Members<T> - Class in org.springframework.boot.json
- 
Callback used to configure JSON members.
- JsonWriter.NameProcessor - Interface in org.springframework.boot.json
- 
Callback interface that can beappliedtoJsonWriter.Membersto change names or filter members.
- JsonWriter.PairExtractor<E> - Interface in org.springframework.boot.json
- 
Interface that can be used to extract name/value pairs from an element.
- JsonWriter.ValueProcessor<T> - Interface in org.springframework.boot.json
- 
Callback interface that can beappliedtoJsonWriter.Membersto process values before they are written.
- JsonWriterStructuredLogFormatter<E> - Class in org.springframework.boot.logging.structured
- 
Base class forStructuredLogFormatterimplementations that generates JSON using aJsonWriter.
- JsonWriterStructuredLogFormatter(Consumer<JsonWriter.Members<E>>, StructuredLoggingJsonMembersCustomizer<?>) - Constructor for class org.springframework.boot.logging.structured.JsonWriterStructuredLogFormatter
- 
Create a newJsonWriterStructuredLogFormatterinstance with the given members.
- JsonWriterStructuredLogFormatter(JsonWriter<E>) - Constructor for class org.springframework.boot.logging.structured.JsonWriterStructuredLogFormatter
- 
Create a newJsonWriterStructuredLogFormatterinstance with the givenJsonWriter.
- Jsp - Class in org.springframework.boot.web.servlet.server
- 
Configuration for the server's JSP servlet.
- Jsp() - Constructor for class org.springframework.boot.web.servlet.server.Jsp
- jta(boolean) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
- 
Configure if using a JTADataSource, i.e.
- JTDS - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
jTDS.
K
- keepAlive(Duration) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
- 
Set the time limit for which threads may remain idle before being terminated.
- KEYS - Enum constant in enum class org.springframework.boot.jackson.JsonComponent.Scope
- 
A serializer/deserializer for keys.
- KUBERNETES - Enum constant in enum class org.springframework.boot.cloud.CloudPlatform
- 
Kubernetes platform.
L
- LambdaSafe - Class in org.springframework.boot.util
- 
Utility that can be used to invoke lambdas in a safe way.
- LambdaSafe.Callback<C,A> - Class in org.springframework.boot.util 
- 
Represents a single callback that can be invoked in a lambda safe way.
- LambdaSafe.Callbacks<C,A> - Class in org.springframework.boot.util 
- 
Represents a collection of callbacks that can be invoked in a lambda safe way.
- LambdaSafe.Filter<C,A> - Interface in org.springframework.boot.util 
- 
A filter that can be used to restrict when a callback is used.
- LambdaSafe.InvocationResult<R> - Class in org.springframework.boot.util
- 
The result of a callback which may be a value,nullor absent entirely if the callback wasn't suitable.
- LambdaSafe.LambdaSafeCallback<C,A, SELF extends LambdaSafe.LambdaSafeCallback<C, A, SELF>> - Class in org.springframework.boot.util 
- 
Abstract base class for lambda safe callbacks.
- lastModified() - Method in class org.springframework.boot.origin.OriginTrackedResource
- LAX - Enum constant in enum class org.springframework.boot.web.server.Cookie.SameSite
- 
SameSite attribute will be set to Lax.
- lazyCopy(MimeMappings) - Static method in class org.springframework.boot.web.server.MimeMappings
- 
Create a new lazy copy of the given mappings that will only copy entries if the mappings are mutated.
- lazyInitialization(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Flag to control whether the application should be initialized lazily.
- LazyInitializationBeanFactoryPostProcessor - Class in org.springframework.boot
- 
BeanFactoryPostProcessorto set lazy-init on bean definitions that are notexcludedand have not already had a value explicitly set.
- LazyInitializationBeanFactoryPostProcessor() - Constructor for class org.springframework.boot.LazyInitializationBeanFactoryPostProcessor
- LazyInitializationExcludeFilter - Interface in org.springframework.boot
- 
Filter that can be used to exclude beans definitions from having theirlazy-initset by theLazyInitializationBeanFactoryPostProcessor.
- LEVEL_PATTERN - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Logging system property for the log level pattern.
- listeners(ApplicationListener<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Add some listeners to the application (listening for SpringApplication events as well as regular Spring events once the context is running).
- listOf(Class<E>) - Static method in class org.springframework.boot.context.properties.bind.Bindable
- LivenessState - Enum Class in org.springframework.boot.availability
- 
"Liveness" state of the application.
- load(InputStream) - Static method in class org.springframework.boot.ssl.pem.PemContent
- 
LoadPemContentfrom the givenInputStream.
- load(Class<?>, ClassLoader) - Static method in class org.springframework.boot.context.annotation.ImportCandidates
- 
Loads the names of import candidates from the classpath.
- load(Class<?>, String...) - Method in class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
- 
Load bean definitions from the given XML resources.
- load(String...) - Method in class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
- 
Load bean definitions from the given XML resources.
- load(String, Resource) - Method in class org.springframework.boot.env.PropertiesPropertySourceLoader
- load(String, Resource) - Method in interface org.springframework.boot.env.PropertySourceLoader
- 
Load the resource into one or more property sources.
- load(String, Resource) - Method in class org.springframework.boot.env.YamlPropertySourceLoader
- load(Path) - Static method in class org.springframework.boot.ssl.pem.PemContent
- 
LoadPemContentfrom the givenPath.
- load(ConfigDataLoaderContext, ConfigTreeConfigDataResource) - Method in class org.springframework.boot.context.config.ConfigTreeConfigDataLoader
- load(ConfigDataLoaderContext, StandardConfigDataResource) - Method in class org.springframework.boot.context.config.StandardConfigDataLoader
- load(ConfigDataLoaderContext, R) - Method in interface org.springframework.boot.context.config.ConfigDataLoader
- 
LoadConfigDatafor the given resource.
- load(PemSslStoreDetails) - Static method in interface org.springframework.boot.ssl.pem.PemSslStore
- 
Return aPemSslStoreinstance loaded using the givenPemSslStoreDetails.
- load(PemSslStoreDetails, ResourceLoader) - Static method in interface org.springframework.boot.ssl.pem.PemSslStore
- 
Return aPemSslStoreinstance loaded using the givenPemSslStoreDetails.
- load(ApplicationContext, Object[]) - Method in class org.springframework.boot.SpringApplication
- 
Load beans into the application context.
- load(Resource...) - Method in class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
- 
Load bean definitions from the given XML resources.
- loadClass(String, boolean) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
- loadConfiguration(String, LogFile) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
- loadConfiguration(String, LogFile, List<String>) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
- 
Load the configuration from the givenlocation, creating a composite using the configuration from the givenoverrides.
- loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
- 
Load a specific configuration.
- loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
- loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
- loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
- loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
- 
Load sensible defaults for the logging system.
- loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
- loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
- loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
- loadOnStartup() - Element in annotation interface org.springframework.boot.web.servlet.ServletRegistration
- 
TheloadOnStartuppriority.
- locateTransactionManager() - Method in class org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
- locateUserTransaction() - Method in class org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
- location() - Method in record class org.springframework.boot.ssl.jks.JksSslStoreDetails
- 
Returns the value of thelocationrecord component.
- Location(int, int) - Constructor for class org.springframework.boot.origin.TextResourceOrigin.Location
- 
Create a newTextResourceOrigin.Locationinstance.
- log(Log, Object) - Method in enum class org.springframework.boot.logging.LogLevel
- 
Log a message to the given logger at this level.
- log(Log, Object, Throwable) - Method in enum class org.springframework.boot.logging.LogLevel
- 
Log a message to the given logger at this level.
- LOG - Enum constant in enum class org.springframework.boot.Banner.Mode
- 
Print the banner to the log file.
- LOG_FILE - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Logging system property for the log file.
- LOG_FILE_BEAN_NAME - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
- 
The name of theLogFilebean.
- LOG_PATH - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Logging system property for the log path.
- Log4J2LoggingSystem - Class in org.springframework.boot.logging.log4j2
- 
LoggingSystemfor Log4j 2.
- Log4J2LoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
- Log4J2LoggingSystem.Factory - Class in org.springframework.boot.logging.log4j2
- 
LoggingSystemFactorythat returnsLog4J2LoggingSystemif possible.
- LogbackLoggingSystem - Class in org.springframework.boot.logging.logback
- 
LoggingSystemfor logback.
- LogbackLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.logback.LogbackLoggingSystem
- LogbackLoggingSystem.Factory - Class in org.springframework.boot.logging.logback
- 
LoggingSystemFactorythat returnsLogbackLoggingSystemif possible.
- LogbackLoggingSystemProperties - Class in org.springframework.boot.logging.logback
- 
LoggingSystemPropertiesfor Logback.
- LogbackLoggingSystemProperties(Environment) - Constructor for class org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
- LogbackLoggingSystemProperties(Environment, BiConsumer<String, String>) - Constructor for class org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
- 
Create a newLogbackLoggingSystemPropertiesinstance.
- LogbackLoggingSystemProperties(Environment, Function<String, String>, BiConsumer<String, String>) - Constructor for class org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
- 
Create a newLoggingSystemPropertiesinstance.
- LogFile - Class in org.springframework.boot.logging
- 
A reference to a log output file.
- logger - Variable in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- logger - Variable in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
- LOGGER_GROUPS_BEAN_NAME - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
- 
The name of theLoggerGroupsbean.
- LoggerConfiguration - Class in org.springframework.boot.logging
- 
Immutable class that represents the configuration of aLoggingSystem's logger.
- LoggerConfiguration(String, LoggerConfiguration.LevelConfiguration, LoggerConfiguration.LevelConfiguration) - Constructor for class org.springframework.boot.logging.LoggerConfiguration
- 
Create a newinstance.
- LoggerConfiguration(String, LogLevel, LogLevel) - Constructor for class org.springframework.boot.logging.LoggerConfiguration
- 
Create a newinstance.
- LoggerConfiguration.ConfigurationScope - Enum Class in org.springframework.boot.logging
- 
Supported logger configuration scopes.
- LoggerConfiguration.LevelConfiguration - Class in org.springframework.boot.logging
- 
Logger level configuration.
- LoggerGroup - Class in org.springframework.boot.logging
- 
A single logger group.
- LoggerGroups - Class in org.springframework.boot.logging
- 
Logger groups configured through the Spring Environment.
- LoggerGroups() - Constructor for class org.springframework.boot.logging.LoggerGroups
- LoggerGroups(Map<String, List<String>>) - Constructor for class org.springframework.boot.logging.LoggerGroups
- LOGGING_SYSTEM_BEAN_NAME - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
- 
The name of theLoggingSystembean.
- LoggingApplicationListener - Class in org.springframework.boot.context.logging
- 
AnApplicationListenerthat configures theLoggingSystem.
- LoggingApplicationListener() - Constructor for class org.springframework.boot.context.logging.LoggingApplicationListener
- LoggingFailureAnalysisReporter - Class in org.springframework.boot.diagnostics
- 
FailureAnalysisReporterthat logs the failure analysis.
- LoggingFailureAnalysisReporter() - Constructor for class org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter
- LoggingInitializationContext - Class in org.springframework.boot.logging
- 
Context passed to theLoggingSystemduring initialization.
- LoggingInitializationContext(ConfigurableEnvironment) - Constructor for class org.springframework.boot.logging.LoggingInitializationContext
- 
Create a newLoggingInitializationContextinstance.
- LoggingSystem - Class in org.springframework.boot.logging
- 
Common abstraction over logging systems.
- LoggingSystem() - Constructor for class org.springframework.boot.logging.LoggingSystem
- LoggingSystemFactory - Interface in org.springframework.boot.logging
- 
Factory class used byLoggingSystem.get(ClassLoader)to find an actual implementation.
- LoggingSystemProperties - Class in org.springframework.boot.logging
- 
Utility to set system properties that can later be used by log configuration files.
- LoggingSystemProperties(Environment) - Constructor for class org.springframework.boot.logging.LoggingSystemProperties
- 
Create a newLoggingSystemPropertiesinstance.
- LoggingSystemProperties(Environment, BiConsumer<String, String>) - Constructor for class org.springframework.boot.logging.LoggingSystemProperties
- 
Create a newLoggingSystemPropertiesinstance.
- LoggingSystemProperties(Environment, Function<String, String>, BiConsumer<String, String>) - Constructor for class org.springframework.boot.logging.LoggingSystemProperties
- 
Create a newLoggingSystemPropertiesinstance.
- LoggingSystemProperty - Enum Class in org.springframework.boot.logging
- 
Logging system properties that can later be used by log configuration files.
- LogLevel - Enum Class in org.springframework.boot.logging
- 
Logging levels supported by aLoggingSystem.
- LogLevels() - Constructor for class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
- logStartupInfo(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Flag to indicate the startup information should be logged.
- logStartupInfo(boolean) - Method in class org.springframework.boot.SpringApplication
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.4.0 for removal in 4.0.0 in favor ofSpringApplication.logStartupInfo(ConfigurableApplicationContext)
- logStartupInfo(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
- 
Called to log startup information, subclasses may override to add additional logging.
- logStartupProfileInfo(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
- 
Called to log active profile information.
- LOGSTASH - Enum constant in enum class org.springframework.boot.logging.structured.CommonStructuredLogFormat
- 
The Logstash log format.
M
- MAGENTA - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- MAGENTA - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- main(Class<?>) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Fixes the main application class that is used to anchor the startup messages.
- main(String[]) - Static method in class org.springframework.boot.SpringApplication
- 
A basic main that can be used to launch an application.
- main(String[]) - Static method in class org.springframework.boot.SpringApplicationAotProcessor
- MANAGED - Enum constant in enum class org.springframework.boot.jdbc.SchemaManagement
- 
The schema is managed and will be created at the appropriate time.
- managedTypes(PersistenceManagedTypes) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
- 
The persistence managed types, providing both the managed entities and packages the entity manager should consider.
- map(Function<? super T, ? extends U>) - Method in class org.springframework.boot.context.properties.bind.BindResult
- 
Apply the provided mapping function to the bound value, or return an updated unbound result if no value has been bound.
- map(LogLevel, T) - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
- map(Ssl.ClientAuth, R, R, R) - Static method in enum class org.springframework.boot.web.server.Ssl.ClientAuth
- 
Map an optionalSsl.ClientAuthvalue to a different type.
- MapConfigurationPropertySource - Class in org.springframework.boot.context.properties.source
- 
AConfigurationPropertySourcebacked by aMapand using standard name mapping rules.
- MapConfigurationPropertySource() - Constructor for class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
- 
Create a new emptyMapConfigurationPropertySourceinstance.
- MapConfigurationPropertySource(Map<?, ?>) - Constructor for class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
- 
Create a newMapConfigurationPropertySourceinstance with entries copies from the specified map.
- mapOf(Class<K>, Class<V>) - Static method in class org.springframework.boot.context.properties.bind.Bindable
- Mapping(String, String) - Constructor for class org.springframework.boot.web.server.MimeMappings.Mapping
- mappingResources(String...) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
- 
The mapping resources (equivalent to<mapping-file>entries inpersistence.xml) for the persistence unit.
- MARIADB - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
Maria DB.
- match(Class<C>, C, A, Object[]) - Method in interface org.springframework.boot.util.LambdaSafe.Filter
- 
Determine if the given callback matches and should be invoked.
- match(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.context.TypeExcludeFilter
- matchAfter() - Element in annotation interface org.springframework.boot.web.servlet.FilterRegistration
- 
Whether the filter mappings should be matched after any declared Filter mappings of the ServletContext.
- matcher(String) - Method in enum class org.springframework.boot.convert.DurationStyle
- matcher(String) - Method in enum class org.springframework.boot.convert.PeriodStyle
- matches(HttpServletRequest) - Method in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
- matches(HttpServletRequest, Supplier<C>) - Method in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
- 
Decides whether the rule implemented by the strategy matches the supplied request.
- matches(String) - Method in enum class org.springframework.boot.convert.DurationStyle
- matches(String) - Method in enum class org.springframework.boot.convert.PeriodStyle
- matches(ServerWebExchange) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
- matches(ServerWebExchange, Supplier<C>) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
- 
Decides whether the rule implemented by the strategy matches the supplied exchange.
- matchProductName(String) - Method in enum class org.springframework.boot.jdbc.DatabaseDriver
- MAX_FILE_SIZE - Enum constant in enum class org.springframework.boot.logging.logback.RollingPolicySystemProperty
- 
Logging system property for the file log max size.
- MAX_HISTORY - Enum constant in enum class org.springframework.boot.logging.logback.RollingPolicySystemProperty
- 
Logging system property for the file log max history.
- maxPoolSize(int) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
- 
Set the maximum allowed number of threads.
- MemberPath(JsonWriter.MemberPath, String, int) - Constructor for record class org.springframework.boot.json.JsonWriter.MemberPath
- 
Creates an instance of aMemberPathrecord class.
- merge(Set<Class<?>>) - Method in class org.springframework.boot.context.annotation.Configurations
- 
Merge configurations.
- merge(Set<Class<?>>) - Method in class org.springframework.boot.context.annotation.UserConfigurations
- merge(Configurations) - Method in class org.springframework.boot.context.annotation.Configurations
- 
Merge configurations from another source of the same type.
- mergedCustomizers(Collection<Consumer<SimpleClientHttpRequestFactory>>) - Method in class org.springframework.boot.http.client.SimpleClientHttpRequestFactoryBuilder
- mergedCustomizers(Collection<Consumer<JdkClientHttpConnector>>) - Method in class org.springframework.boot.http.client.reactive.JdkClientHttpConnectorBuilder
- mergedCustomizers(Consumer<SimpleClientHttpRequestFactory>) - Method in class org.springframework.boot.http.client.SimpleClientHttpRequestFactoryBuilder
- mergedCustomizers(Consumer<JdkClientHttpConnector>) - Method in class org.springframework.boot.http.client.reactive.JdkClientHttpConnectorBuilder
- mergeInitializers(ServletContextInitializer...) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- 
Utility method that can be used by subclasses wishing to combine the specifiedServletContextInitializerparameters with those defined in this instance.
- MESSAGE - Enum constant in enum class org.springframework.boot.web.error.ErrorAttributeOptions.Include
- 
Include the message attribute.
- messageConverters(Collection<? extends HttpMessageConverter<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Set theHttpMessageConvertersthat should be used with theRestTemplate.
- messageConverters(HttpMessageConverter<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Set theHttpMessageConvertersthat should be used with theRestTemplate.
- MessageInterpolatorFactory - Class in org.springframework.boot.validation
- 
ObjectFactorythat can be used to create aMessageInterpolator.
- MessageInterpolatorFactory() - Constructor for class org.springframework.boot.validation.MessageInterpolatorFactory
- MessageInterpolatorFactory(MessageSource) - Constructor for class org.springframework.boot.validation.MessageInterpolatorFactory
- 
Creates a newMessageInterpolatorFactorythat will produce aMessageInterpolatorthat uses the givenmessageSourceto resolve any message parameters before final interpolation.
- messageSenders(Collection<? extends WebServiceMessageSender>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Sets theWebServiceMessageSendersthat should be used with theWebServiceTemplate.
- messageSenders(WebServiceMessageSender...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Sets theWebServiceMessageSendersthat should be used with theWebServiceTemplate.
- MethodValidationExcludeFilter - Interface in org.springframework.boot.validation.beanvalidation
- 
A filter for excluding types from method validation.
- MimeMappings - Class in org.springframework.boot.web.server
- 
Simple server-independent abstraction for mime mappings.
- MimeMappings() - Constructor for class org.springframework.boot.web.server.MimeMappings
- 
Create a new emptyMimeMappingsinstance.
- MimeMappings(Map<String, String>) - Constructor for class org.springframework.boot.web.server.MimeMappings
- 
Create a newMimeMappingsfrom the specified mappings.
- MimeMappings(MimeMappings) - Constructor for class org.springframework.boot.web.server.MimeMappings
- 
Create a newMimeMappingsinstance from the specified mappings.
- MimeMappings.Mapping - Class in org.springframework.boot.web.server
- 
A single mime mapping.
- MissingWebServerFactoryBeanException - Exception in org.springframework.boot.web.context
- 
Exception thrown when there is noWebServerFactorybean of the required type defined in aWebServerApplicationContext.
- MissingWebServerFactoryBeanException(Class<? extends WebServerApplicationContext>, Class<? extends WebServerFactory>, WebApplicationType) - Constructor for exception org.springframework.boot.web.context.MissingWebServerFactoryBeanException
- 
Create a newMissingWebServerFactoryBeanException.
- moveToEnd(ConfigurableEnvironment) - Static method in class org.springframework.boot.DefaultPropertiesPropertySource
- 
Move the 'defaultProperties' property source so that it's the last source in the givenConfigurableEnvironment.
- moveToEnd(MutablePropertySources) - Static method in class org.springframework.boot.DefaultPropertiesPropertySource
- 
Move the 'defaultProperties' property source so that it's the last source in the givenMutablePropertySources.
- multipartConfig() - Element in annotation interface org.springframework.boot.web.servlet.ServletRegistration
- 
The multipart configuration.
- MultipartConfigFactory - Class in org.springframework.boot.web.servlet
- 
Factory that can be used to create aMultipartConfigElement.
- MultipartConfigFactory() - Constructor for class org.springframework.boot.web.servlet.MultipartConfigFactory
- MustacheView - Class in org.springframework.boot.web.reactive.result.view
- 
Spring WebFluxViewusing the Mustache template engine.
- MustacheView - Class in org.springframework.boot.web.servlet.view
- 
Spring MVCViewusing the Mustache template engine.
- MustacheView() - Constructor for class org.springframework.boot.web.reactive.result.view.MustacheView
- MustacheView() - Constructor for class org.springframework.boot.web.servlet.view.MustacheView
- MustacheViewResolver - Class in org.springframework.boot.web.reactive.result.view
- 
Spring WebFluxViewResolverfor Mustache.
- MustacheViewResolver - Class in org.springframework.boot.web.servlet.view
- 
Spring MVCViewResolverfor Mustache.
- MustacheViewResolver() - Constructor for class org.springframework.boot.web.reactive.result.view.MustacheViewResolver
- 
Create aMustacheViewResolverbacked by a default instance of aMustache.Compiler.
- MustacheViewResolver() - Constructor for class org.springframework.boot.web.servlet.view.MustacheViewResolver
- 
Create aMustacheViewResolverbacked by a default instance of aMustache.Compiler.
- MustacheViewResolver(Mustache.Compiler) - Constructor for class org.springframework.boot.web.reactive.result.view.MustacheViewResolver
- 
Create aMustacheViewResolverbacked by a custom instance of aMustache.Compiler.
- MustacheViewResolver(Mustache.Compiler) - Constructor for class org.springframework.boot.web.servlet.view.MustacheViewResolver
- 
Create aMustacheViewResolverbacked by a custom instance of aMustache.Compiler.
- MutuallyExclusiveConfigurationPropertiesException - Exception in org.springframework.boot.context.properties.source
- 
Exception thrown when more than one mutually exclusive configuration property has been configured.
- MutuallyExclusiveConfigurationPropertiesException(Collection<String>, Collection<String>) - Constructor for exception org.springframework.boot.context.properties.source.MutuallyExclusiveConfigurationPropertiesException
- 
Creates a new instance for mutually exclusive configuration properties when two or more of those properties have been configured.
- MYSQL - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
MySQL.
N
- name() - Method in record class org.springframework.boot.json.JsonWriter.MemberPath
- 
Returns the value of thenamerecord component.
- name() - Method in record class org.springframework.boot.logging.structured.ElasticCommonSchemaProperties.Service
- 
Returns the value of thenamerecord component.
- name() - Element in annotation interface org.springframework.boot.web.servlet.FilterRegistration
- 
Name of this registration.
- name() - Element in annotation interface org.springframework.boot.web.servlet.ServletRegistration
- 
Name of this registration.
- Name - Annotation Interface in org.springframework.boot.context.properties.bind
- 
Annotation that can be used to specify the name when binding to a property.
- NAME - Static variable in class org.springframework.boot.DefaultPropertiesPropertySource
- 
The name of the 'default properties' property source.
- NEED - Enum constant in enum class org.springframework.boot.web.server.Ssl.ClientAuth
- 
Client authentication is needed and mandatory.
- nested() - Method in interface org.springframework.boot.logging.structured.StructuredLoggingJsonMembersCustomizer.Builder
- 
Use nested fields when adding JSON from user defined properties.
- nested(boolean) - Method in interface org.springframework.boot.logging.structured.StructuredLoggingJsonMembersCustomizer.Builder
- 
Set if nested fields should be used when adding JSON from user defined properties.
- nested(Consumer<ContextPairs.Pairs<T>>) - Method in class org.springframework.boot.logging.structured.ContextPairs
- 
Add pairs using nested naming (for example as used in ECS).
- Nested - Annotation Interface in org.springframework.boot.context.properties.bind
- 
Meta-annotation that should be added to annotations that indicate a field is a nested type.
- NestedConfigurationProperty - Annotation Interface in org.springframework.boot.context.properties
- 
Indicates that a property in a@ConfigurationPropertiesobject should be treated as if it were a nested type.
- NettyReactiveWebServerFactory - Class in org.springframework.boot.web.embedded.netty
- 
ReactiveWebServerFactorythat can be used to createNettyWebServers.
- NettyReactiveWebServerFactory() - Constructor for class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
- NettyReactiveWebServerFactory(int) - Constructor for class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
- NettyRouteProvider - Interface in org.springframework.boot.web.embedded.netty
- 
Function that can add new routes to anHttpServerRoutesinstance.
- NettyRSocketServer - Class in org.springframework.boot.rsocket.netty
- 
RSocketServerthat is based on a Reactor Netty server.
- NettyRSocketServer(Mono<CloseableChannel>, Duration) - Constructor for class org.springframework.boot.rsocket.netty.NettyRSocketServer
- NettyRSocketServerFactory - Class in org.springframework.boot.rsocket.netty
- 
RSocketServerFactorythat can be used to createRSocketServers backed by Netty.
- NettyRSocketServerFactory() - Constructor for class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- NettyServerCustomizer - Interface in org.springframework.boot.web.embedded.netty
- 
Mapping function that can be used to customize a Reactor Netty server instance.
- NettyWebServer - Class in org.springframework.boot.web.embedded.netty
- 
WebServerthat can be used to control a Reactor Netty web server.
- NettyWebServer(HttpServer, ReactorHttpHandlerAdapter, Duration, Shutdown, ReactorResourceFactory) - Constructor for class org.springframework.boot.web.embedded.netty.NettyWebServer
- 
Creates a newNettyWebServerinstance.
- NEVER - Enum constant in enum class org.springframework.boot.ansi.AnsiOutput.Enabled
- 
Disable ANSI-colored output.
- NEVER - Enum constant in enum class org.springframework.boot.sql.init.DatabaseInitializationMode
- 
Never initialize the database.
- newInstance(String[]) - Static method in class org.springframework.boot.logging.log4j2.CorrelationIdConverter
- 
Factory method to create a newCorrelationIdConverter.
- newInstance(Configuration, String[]) - Static method in class org.springframework.boot.logging.log4j2.ColorConverter
- 
Creates a new instance of the class.
- newInstance(Configuration, String[]) - Static method in class org.springframework.boot.logging.log4j2.EnclosedInSquareBracketsConverter
- 
Creates a new instance of the class.
- newInstance(Configuration, String[]) - Static method in class org.springframework.boot.logging.log4j2.ExtendedWhitespaceThrowablePatternConverter
- 
Creates a new instance of the class.
- newInstance(Configuration, String[]) - Static method in class org.springframework.boot.logging.log4j2.WhitespaceThrowablePatternConverter
- 
Creates a new instance of the class.
- NINETEEN - Enum constant in enum class org.springframework.boot.system.JavaVersion
- 
Java 19.
- NO_DIRECT_PROPERTY - Enum constant in enum class org.springframework.boot.context.properties.bind.Bindable.BindRestriction
- 
Do not bind directConfigurationPropertymatches.
- nodeName() - Method in record class org.springframework.boot.logging.structured.ElasticCommonSchemaProperties.Service
- 
Returns the value of thenodeNamerecord component.
- NOMAD - Enum constant in enum class org.springframework.boot.cloud.CloudPlatform
- 
Nomad platform.
- NONE - Enum constant in enum class org.springframework.boot.cloud.CloudPlatform
- 
No Cloud platform.
- NONE - Enum constant in enum class org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
No Connection.
- NONE - Enum constant in enum class org.springframework.boot.r2dbc.EmbeddedDatabaseConnection
- 
No Connection.
- NONE - Enum constant in enum class org.springframework.boot.web.server.Cookie.SameSite
- 
SameSite attribute will be set to None.
- NONE - Enum constant in enum class org.springframework.boot.web.server.Ssl.ClientAuth
- 
Client authentication is not wanted.
- NONE - Enum constant in enum class org.springframework.boot.WebApplicationType
- 
The application should not run as a web application and should not start an embedded web server.
- NONE - Static variable in class org.springframework.boot.context.config.ConfigData.Options
- 
No options.
- NONE - Static variable in interface org.springframework.boot.context.config.ConfigDataEnvironmentUpdateListener
- 
AConfigDataEnvironmentUpdateListenerthat does nothing.
- NONE - Static variable in interface org.springframework.boot.context.properties.bind.PlaceholdersResolver
- 
No-opPropertyResolver.
- NONE - Static variable in annotation interface org.springframework.boot.convert.Delimiter
- 
A delimiter value used to indicate that no delimiter is required and the result should be a single element containing the entire string.
- NONE - Static variable in class org.springframework.boot.logging.LoggingSystem
- 
The value of theLoggingSystem.SYSTEM_PROPERTYthat can be used to indicate that noLoggingSystemshould be used.
- NONE - Static variable in interface org.springframework.boot.ssl.SslBundleKey
- 
SslBundleKeythat returns no values.
- NONE - Static variable in interface org.springframework.boot.ssl.SslOptions
- 
SslOptionsthat returnsnullresults.
- NONE - Static variable in interface org.springframework.boot.ssl.SslStoreBundle
- 
SslStoreBundlethat returnsnullfor each method.
- noResult() - Static method in class org.springframework.boot.util.LambdaSafe.InvocationResult
- 
Return anLambdaSafe.InvocationResultinstance representing no result.
- NORMAL - Enum constant in enum class org.springframework.boot.ansi.AnsiStyle
- NoSuchSslBundleException - Exception in org.springframework.boot.ssl
- 
Exception indicating that anSslBundlewas referenced with a name that does not match any registered bundle.
- NoSuchSslBundleException(String, String) - Constructor for exception org.springframework.boot.ssl.NoSuchSslBundleException
- 
Create a newSslBundleNotFoundExceptioninstance.
- NoSuchSslBundleException(String, String, Throwable) - Constructor for exception org.springframework.boot.ssl.NoSuchSslBundleException
- 
Create a newSslBundleNotFoundExceptioninstance.
- NOT_YET_VALID - Enum constant in enum class org.springframework.boot.info.SslInfo.CertificateValidityInfo.Status
- 
The certificate's validity date range is in the future.
- NoUnboundElementsBindHandler - Class in org.springframework.boot.context.properties.bind.handler
- 
BindHandlerto enforce that all configuration properties under the root name have been bound.
- NoUnboundElementsBindHandler(BindHandler) - Constructor for class org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
- NoUnboundElementsBindHandler(BindHandler, Function<ConfigurationPropertySource, Boolean>) - Constructor for class org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
- nullSafeValue(JsonNode, Class<D>) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
- 
Helper method to extract a value from the givenjsonNodeor returnnullwhen the node itself isnull.
- nullSafeValue(JsonNode, Class<D>, Function<D, R>) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
- 
Helper method to extract a value from the givenjsonNodeor returnnullwhen the node itself isnull.
O
- of(CharSequence) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Return aConfigurationPropertyNamefor the specified string.
- of(Class<?>...) - Static method in class org.springframework.boot.context.annotation.UserConfigurations
- of(Class<?>...) - Static method in interface org.springframework.boot.env.EnvironmentPostProcessorsFactory
- 
Return aEnvironmentPostProcessorsFactorythat reflectively creates post processors from the given classes.
- of(Class<? extends T>, UnaryOperator<T>) - Static method in interface org.springframework.boot.json.JsonWriter.ValueProcessor
- 
Factory method to crate a newJsonWriter.ValueProcessorthat applies the given action.
- of(Class<T>) - Static method in class org.springframework.boot.context.properties.bind.Bindable
- 
Create a newBindableof the specified type.
- of(Class<T>) - Static method in interface org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
- 
Return a newClientHttpRequestFactoryBuilderfor the givenrequestFactoryType.
- of(Class<T>) - Static method in interface org.springframework.boot.http.client.reactive.ClientHttpConnectorBuilder
- 
Return a newClientHttpConnectorBuilderfor the givenrequestFactoryType.
- of(ClassLoader, String...) - Static method in interface org.springframework.boot.env.EnvironmentPostProcessorsFactory
- 
Return aEnvironmentPostProcessorsFactorythat reflectively creates post processors from the given class names.
- of(Object) - Static method in class org.springframework.boot.origin.OriginTrackedValue
- of(Object, Origin) - Static method in class org.springframework.boot.origin.OriginTrackedValue
- of(String) - Static method in class org.springframework.boot.context.config.ConfigDataLocation
- 
Factory method to create a newConfigDataLocationfrom a string.
- of(String) - Static method in record class org.springframework.boot.json.JsonWriter.MemberPath
- 
Create a newJsonWriter.MemberPathinstance from the given string.
- of(String) - Static method in class org.springframework.boot.logging.CorrelationIdFormatter
- 
Create a newCorrelationIdFormatterinstance from the given specification.
- of(String) - Static method in class org.springframework.boot.ssl.pem.PemContent
- 
Return a newPemContentinstance containing the given text.
- of(String) - Static method in interface org.springframework.boot.ssl.SslBundleKey
- 
Factory method to create a newSslBundleKeyinstance.
- of(String...) - Static method in interface org.springframework.boot.env.EnvironmentPostProcessorsFactory
- 
Return aEnvironmentPostProcessorsFactorythat reflectively creates post processors from the given class names.
- of(String[]) - Static method in class org.springframework.boot.logging.CorrelationIdFormatter
- 
Create a newCorrelationIdFormatterinstance from the given specification.
- of(String[], String[]) - Static method in interface org.springframework.boot.ssl.SslOptions
- 
Factory method to create a newSslOptionsinstance.
- of(String, String) - Static method in interface org.springframework.boot.ssl.SslBundleKey
- 
Factory method to create a newSslBundleKeyinstance.
- of(String, String, String, List<X509Certificate>, PrivateKey) - Static method in interface org.springframework.boot.ssl.pem.PemSslStore
- 
Factory method that can be used to create a newPemSslStorewith the given values.
- of(String, List<X509Certificate>, PrivateKey) - Static method in interface org.springframework.boot.ssl.pem.PemSslStore
- 
Factory method that can be used to create a newPemSslStorewith the given values.
- of(KeyStore, String, KeyStore) - Static method in interface org.springframework.boot.ssl.SslStoreBundle
- 
Factory method to create a newSslStoreBundleinstance.
- of(Collection<String>) - Static method in class org.springframework.boot.logging.CorrelationIdFormatter
- 
Create a newCorrelationIdFormatterinstance from the given specification.
- of(Collection<ErrorAttributeOptions.Include>) - Static method in class org.springframework.boot.web.error.ErrorAttributeOptions
- 
Create anErrorAttributeOptionsthat includes the specified attributeErrorAttributeOptions.Includeoptions.
- of(Consumer<JsonWriter.Members<T>>) - Static method in interface org.springframework.boot.json.JsonWriter
- 
Factory method to return aJsonWriterwith specificmember mapping.
- of(Function<T, ?>, Function<T, ?>) - Static method in interface org.springframework.boot.json.JsonWriter.PairExtractor
- 
Factory method to create aJsonWriter.PairExtractorusing distinct name and value extraction functions.
- of(Supplier<ConfigurableApplicationContext>) - Static method in interface org.springframework.boot.ApplicationContextFactory
- 
Creates anApplicationContextFactorythat will create contexts by calling the givenSupplier.
- of(Supplier<T>) - Static method in interface org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
- 
Return a newClientHttpRequestFactoryBuilderfrom the given supplier, using reflection to ultimately apply theClientHttpRequestFactorySettings.
- of(UnaryOperator<String>) - Static method in interface org.springframework.boot.json.JsonWriter.NameProcessor
- 
Factory method to create a newJsonWriter.NameProcessorfor the given operation.
- of(UnaryOperator<T>) - Static method in interface org.springframework.boot.json.JsonWriter.ValueProcessor
- 
Factory method to crate a newJsonWriter.ValueProcessorthat applies the given action.
- of(List<X509Certificate>, PrivateKey) - Static method in interface org.springframework.boot.ssl.pem.PemSslStore
- 
Factory method that can be used to create a newPemSslStorewith the given values.
- of(Set<String>, Set<String>) - Static method in interface org.springframework.boot.ssl.SslOptions
- 
Factory method to create a newSslOptionsinstance.
- of(KeyManagerFactory, TrustManagerFactory) - Static method in interface org.springframework.boot.ssl.SslManagerBundle
- 
Factory method to create a newSslManagerBundleinstance.
- of(ConfigData.Option...) - Static method in class org.springframework.boot.context.config.ConfigData.Options
- 
Create a new instance with the givenConfigData.Optionvalues.
- of(HttpRedirects) - Static method in enum class org.springframework.boot.http.client.ClientHttpRequestFactorySettings.Redirects
- 
Return the relatedClientHttpRequestFactorySettings.Redirectsfor the givenHttpRedirects.
- of(WritableJson) - Static method in interface org.springframework.boot.json.WritableJson
- 
Factory method used to create aWritableJsonwith a sensibleObject.toString()that delegate toWritableJson.toJsonString().
- of(LogLevel) - Static method in class org.springframework.boot.logging.LoggerConfiguration.LevelConfiguration
- 
Create a newLoggerConfiguration.LevelConfigurationinstance of the givenLogLevel.
- of(SslStoreBundle) - Static method in interface org.springframework.boot.ssl.SslBundle
- 
Factory method to create a newSslBundleinstance.
- of(SslStoreBundle, SslBundleKey) - Static method in interface org.springframework.boot.ssl.SslBundle
- 
Factory method to create a newSslBundleinstance.
- of(SslStoreBundle, SslBundleKey, SslOptions) - Static method in interface org.springframework.boot.ssl.SslBundle
- 
Factory method to create a newSslBundleinstance.
- of(SslStoreBundle, SslBundleKey, SslOptions, String) - Static method in interface org.springframework.boot.ssl.SslBundle
- 
Factory method to create a newSslBundleinstance.
- of(SslStoreBundle, SslBundleKey, SslOptions, String, SslManagerBundle) - Static method in interface org.springframework.boot.ssl.SslBundle
- 
Factory method to create a newSslBundleinstance.
- of(ErrorAttributeOptions.Include...) - Static method in class org.springframework.boot.web.error.ErrorAttributeOptions
- 
Create anErrorAttributeOptionsthat includes the specified attributeErrorAttributeOptions.Includeoptions.
- of(Cookie.SameSite) - Static method in interface org.springframework.boot.web.servlet.server.CookieSameSiteSupplier
- 
Return a newCookieSameSiteSupplierthat always returns the givenCookie.SameSitevalue.
- of(Resource, Origin) - Static method in class org.springframework.boot.origin.OriginTrackedResource
- 
Return a neworigin trackedversion the givenResource.
- of(WritableResource, Origin) - Static method in class org.springframework.boot.origin.OriginTrackedResource
- 
Return a neworigin trackedversion the givenWritableResource.
- of(ResolvableType) - Static method in class org.springframework.boot.context.properties.bind.Bindable
- 
Create a newBindableof the specified type.
- of(R) - Static method in class org.springframework.boot.util.LambdaSafe.InvocationResult
- 
Create a newLambdaSafe.InvocationResultinstance with the specified value.
- of(T) - Static method in interface org.springframework.boot.BootstrapRegistry.InstanceSupplier
- 
Factory method that can be used to create anBootstrapRegistry.InstanceSupplierfor a given instance.
- ofContextClass(Class<? extends ConfigurableApplicationContext>) - Static method in interface org.springframework.boot.ApplicationContextFactory
- 
Creates anApplicationContextFactorythat will create contexts by instantiating the givencontextClassthrough its primary constructor.
- ofCustom(String) - Static method in class org.springframework.boot.logging.LoggerConfiguration.LevelConfiguration
- 
Create a newLoggerConfiguration.LevelConfigurationinstance for a custom level name.
- OFF - Enum constant in enum class org.springframework.boot.Banner.Mode
- 
Disable printing of the banner.
- OFF - Enum constant in enum class org.springframework.boot.logging.LogLevel
- ofIfValid(CharSequence) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Return aConfigurationPropertyNamefor the specified string ornullif the name is not valid.
- ofInstance(T) - Static method in class org.springframework.boot.context.properties.bind.Bindable
- 
Create a newBindableof the type of the specified instance with an existing value equal to the instance.
- ofLax() - Static method in interface org.springframework.boot.web.servlet.server.CookieSameSiteSupplier
- 
Return a newCookieSameSiteSupplierthat always returnsCookie.SameSite.LAX.
- ofNone() - Static method in interface org.springframework.boot.web.servlet.server.CookieSameSiteSupplier
- 
Return a newCookieSameSiteSupplierthat always returnsCookie.SameSite.NONE.
- ofSslBundle(SslBundle) - Static method in record class org.springframework.boot.http.client.ClientHttpRequestFactorySettings
- 
Return a newClientHttpRequestFactorySettingsusing defaults for all settings other than the provided SSL bundle.
- ofSslBundle(SslBundle) - Static method in record class org.springframework.boot.http.client.reactive.ClientHttpConnectorSettings
- 
Return a newClientHttpConnectorSettingsusing defaults for all settings other than the provided SSL bundle.
- ofStrict() - Static method in interface org.springframework.boot.web.servlet.server.CookieSameSiteSupplier
- 
Return a newCookieSameSiteSupplierthat always returnsCookie.SameSite.STRICT.
- OMITTED - Enum constant in enum class org.springframework.boot.web.server.Cookie.SameSite
- 
SameSite attribute will be omitted when creating the cookie.
- ON_LOCATION_NOT_FOUND_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
- 
Property used to determine what action to take when aConfigDataLocationNotFoundExceptionis thrown.
- onApplicationEvent(AvailabilityChangeEvent<?>) - Method in class org.springframework.boot.availability.ApplicationAvailabilityBean
- onApplicationEvent(ParentContextApplicationContextInitializer.ParentContextAvailableEvent) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
- onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.boot.context.config.AnsiOutputApplicationListener
- onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.boot.context.FileEncodingApplicationListener
- onApplicationEvent(SpringApplicationEvent) - Method in class org.springframework.boot.context.ApplicationPidFileWriter
- onApplicationEvent(WebServerInitializedEvent) - Method in class org.springframework.boot.web.context.ServerPortInfoApplicationContextInitializer
- onApplicationEvent(WebServerInitializedEvent) - Method in class org.springframework.boot.web.context.WebServerPortFileWriter
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.env.EnvironmentPostProcessorApplicationListener
- onApplicationEvent(ContextClosedEvent) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
- onConfigDataOptions(ConfigData, PropertySource<?>, ConfigData.Options) - Method in interface org.springframework.boot.context.config.ConfigDataEnvironmentUpdateListener
- 
Called when config data options are obtained for a particular property source.
- onCreate(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in interface org.springframework.boot.context.properties.bind.BindHandler
- 
Called when binding of an element ends with an unbound result and a newly created instance is about to be returned.
- onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - Method in class org.springframework.boot.context.properties.bind.AbstractBindHandler
- onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - Method in interface org.springframework.boot.context.properties.bind.BindHandler
- 
Called when binding fails for any reason (including failures fromBindHandler.onSuccess(org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.bind.Bindable<?>, org.springframework.boot.context.properties.bind.BindContext, java.lang.Object)orBindHandler.onCreate(org.springframework.boot.context.properties.source.ConfigurationPropertyName, org.springframework.boot.context.properties.bind.Bindable<?>, org.springframework.boot.context.properties.bind.BindContext, java.lang.Object)calls).
- onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - Method in class org.springframework.boot.context.properties.bind.handler.IgnoreErrorsBindHandler
- onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - Method in class org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
- onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - Method in class org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
- onFailure(ConfigurationPropertyName, Bindable<?>, BindContext, Exception) - Method in class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
- onFinish(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.AbstractBindHandler
- onFinish(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in interface org.springframework.boot.context.properties.bind.BindHandler
- 
Called when binding finishes with either bound or unbound result.
- onFinish(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
- onFinish(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
- onPropertySourceAdded(PropertySource<?>, ConfigDataLocation, ConfigDataResource) - Method in interface org.springframework.boot.context.config.ConfigDataEnvironmentUpdateListener
- 
Called when a newPropertySourceis added to theEnvironment.
- onRefresh() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- onRefresh() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- onSetProfiles(Profiles) - Method in interface org.springframework.boot.context.config.ConfigDataEnvironmentUpdateListener
- 
Called whenEnvironmentprofiles are set.
- onStart(ConfigurationPropertyName, Bindable<T>, BindContext) - Method in class org.springframework.boot.context.properties.bind.AbstractBindHandler
- onStart(ConfigurationPropertyName, Bindable<T>, BindContext) - Method in interface org.springframework.boot.context.properties.bind.BindHandler
- 
Called when binding of an element starts but before any result has been determined.
- onStart(ConfigurationPropertyName, Bindable<T>, BindContext) - Method in class org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
- onStart(ConfigurationPropertyName, Bindable<T>, BindContext) - Method in class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
- onStartup(ServletContext) - Method in class org.springframework.boot.web.servlet.RegistrationBean
- onStartup(ServletContext) - Method in interface org.springframework.boot.web.servlet.ServletContextInitializer
- 
Configure the givenServletContextwith any servlets, filters, listeners context-params and attributes necessary for initialization.
- onStartup(ServletContext) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
- onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.AbstractBindHandler
- onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in interface org.springframework.boot.context.properties.bind.BindHandler
- 
Called when binding of an element ends with a successful result.
- onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.BoundPropertiesTrackingBindHandler
- onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
- onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
- OPTIONAL_PREFIX - Static variable in class org.springframework.boot.context.config.ConfigDataLocation
- 
Prefix used to indicate that aConfigDataResourceis optional.
- OptionsCapableConnectionFactory - Class in org.springframework.boot.r2dbc
- 
ConnectionFactorycapable of providing access to theConnectionFactoryOptionsfrom which it was built.
- OptionsCapableConnectionFactory(ConnectionFactoryOptions, ConnectionFactory) - Constructor for class org.springframework.boot.r2dbc.OptionsCapableConnectionFactory
- 
Create a newOptionsCapableConnectionFactorythat will provide access to the givenoptionsthat were used to build the givendelegateConnectionFactory.
- ORACLE - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
Oracle.
- OracleUcpDataSourcePoolMetadata - Class in org.springframework.boot.jdbc.metadata
- 
DataSourcePoolMetadatafor an Oracle UCPDataSource.
- OracleUcpDataSourcePoolMetadata(PoolDataSource) - Constructor for class org.springframework.boot.jdbc.metadata.OracleUcpDataSourcePoolMetadata
- order() - Element in annotation interface org.springframework.boot.web.servlet.FilterRegistration
- 
Order of the registration bean.
- order() - Element in annotation interface org.springframework.boot.web.servlet.ServletRegistration
- 
Order of the registration bean.
- ORDER - Static variable in class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
- 
The default order for the processor.
- ORDER - Static variable in class org.springframework.boot.env.RandomValuePropertySourceEnvironmentPostProcessor
- 
The default order of this post-processor.
- OrderedCharacterEncodingFilter - Class in org.springframework.boot.web.servlet.filter
- 
CharacterEncodingFilterthat also implementsOrdered.
- OrderedCharacterEncodingFilter() - Constructor for class org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter
- OrderedFilter - Interface in org.springframework.boot.web.servlet.filter
- 
AnOrderedFilter.
- OrderedFormContentFilter - Class in org.springframework.boot.web.servlet.filter
- 
FormContentFilterthat also implementsOrdered.
- OrderedFormContentFilter() - Constructor for class org.springframework.boot.web.servlet.filter.OrderedFormContentFilter
- OrderedHiddenHttpMethodFilter - Class in org.springframework.boot.web.reactive.filter
- 
HiddenHttpMethodFilterthat also implementsOrdered.
- OrderedHiddenHttpMethodFilter - Class in org.springframework.boot.web.servlet.filter
- 
HiddenHttpMethodFilterthat also implementsOrdered.
- OrderedHiddenHttpMethodFilter() - Constructor for class org.springframework.boot.web.reactive.filter.OrderedHiddenHttpMethodFilter
- OrderedHiddenHttpMethodFilter() - Constructor for class org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
- OrderedRequestContextFilter - Class in org.springframework.boot.web.servlet.filter
- 
RequestContextFilterthat also implementsOrdered.
- OrderedRequestContextFilter() - Constructor for class org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter
- OrderedWebFilter - Interface in org.springframework.boot.web.reactive.filter
- 
AnOrderedWebFilter.
- orElse(T) - Method in class org.springframework.boot.context.properties.bind.BindResult
- 
Return the object that was bound, orotherif no value has been bound.
- orElseGet(Supplier<? extends T>) - Method in class org.springframework.boot.context.properties.bind.BindResult
- 
Return the object that was bound, or the result of invokingotherif no value has been bound.
- orElseThrow(Supplier<? extends X>) - Method in class org.springframework.boot.context.properties.bind.BindResult
- 
Return the object that was bound, or throw an exception to be created by the provided supplier if no value has been bound.
- org.springframework.boot - package org.springframework.boot
- 
Core Spring Boot classes.
- org.springframework.boot.admin - package org.springframework.boot.admin
- 
Administration support for Spring Boot applications.
- org.springframework.boot.ansi - package org.springframework.boot.ansi
- 
Support classes to provide ANSI color output.
- org.springframework.boot.availability - package org.springframework.boot.availability
- 
Support for describing the availability of Spring Boot applications.
- org.springframework.boot.builder - package org.springframework.boot.builder
- 
Fluent 'builder' style API to construct aSpringApplication.
- org.springframework.boot.cloud - package org.springframework.boot.cloud
- 
Low level support for Cloud deployments.
- org.springframework.boot.context - package org.springframework.boot.context
- 
Classes related to Spring'sApplicationContext.
- org.springframework.boot.context.annotation - package org.springframework.boot.context.annotation
- 
Classes related to Spring'sApplicationContextannotations.
- org.springframework.boot.context.config - package org.springframework.boot.context.config
- 
External configuration support allowing 'application.properties' to be loaded and used within a Spring Boot application.
- org.springframework.boot.context.event - package org.springframework.boot.context.event
- 
ApplicationEventstriggered by Spring Boot.
- org.springframework.boot.context.logging - package org.springframework.boot.context.logging
- 
Logging integration with Spring's Application Context.
- org.springframework.boot.context.metrics.buffering - package org.springframework.boot.context.metrics.buffering
- 
ApplicationStartupimplementation for buffering steps and measuring their processing time.
- org.springframework.boot.context.properties - package org.springframework.boot.context.properties
- 
Support for external configuration properties.
- org.springframework.boot.context.properties.bind - package org.springframework.boot.context.properties.bind
- 
Support for@ConfigurationPropertiesbinding.
- org.springframework.boot.context.properties.bind.handler - package org.springframework.boot.context.properties.bind.handler
- 
GeneralBindHandlerimplementations.
- org.springframework.boot.context.properties.bind.validation - package org.springframework.boot.context.properties.bind.validation
- 
Binding validation support.
- org.springframework.boot.context.properties.source - package org.springframework.boot.context.properties.source
- 
Sources for external configuration properties.
- org.springframework.boot.convert - package org.springframework.boot.convert
- 
Support for type conversion.
- org.springframework.boot.diagnostics - package org.springframework.boot.diagnostics
- 
Support for failure analysis and reporting.
- org.springframework.boot.diagnostics.analyzer - package org.springframework.boot.diagnostics.analyzer
- 
InternalFailureAnalyzerimplementations.
- org.springframework.boot.env - package org.springframework.boot.env
- 
SpringEnvironmentsupport.
- org.springframework.boot.http.client - package org.springframework.boot.http.client
- 
Client-side HTTP support classes.
- org.springframework.boot.http.client.reactive - package org.springframework.boot.http.client.reactive
- 
Client-side reactive HTTP support classes.
- org.springframework.boot.info - package org.springframework.boot.info
- 
Support for providing information about an application.
- org.springframework.boot.io - package org.springframework.boot.io
- 
Support for loading resources.
- org.springframework.boot.jackson - package org.springframework.boot.jackson
- 
Custom enhancements and support for the Jackson project.
- org.springframework.boot.jdbc - package org.springframework.boot.jdbc
- 
Support for Java Database Connectivity (JDBC).
- org.springframework.boot.jdbc.init - package org.springframework.boot.jdbc.init
- 
Support for initialization of an SQL database using a JDBCDataSource.
- org.springframework.boot.jdbc.metadata - package org.springframework.boot.jdbc.metadata
- 
Support for accessing JDBCDataSourcemetadata.
- org.springframework.boot.jms - package org.springframework.boot.jms
- 
Support for Java Message Service (JMS).
- org.springframework.boot.json - package org.springframework.boot.json
- 
Support for parsing JSON.
- org.springframework.boot.logging - package org.springframework.boot.logging
- 
Support and abstractions across several logging libraries.
- org.springframework.boot.logging.java - package org.springframework.boot.logging.java
- 
Support for 'Java Util Logging'.
- org.springframework.boot.logging.log4j2 - package org.springframework.boot.logging.log4j2
- 
Support for the Log4j 2 logging library.
- org.springframework.boot.logging.logback - package org.springframework.boot.logging.logback
- 
Support for the Logback logging library.
- org.springframework.boot.logging.structured - package org.springframework.boot.logging.structured
- 
Support for structured logging.
- org.springframework.boot.origin - package org.springframework.boot.origin
- 
Support for item origin tracking.
- org.springframework.boot.orm.jpa - package org.springframework.boot.orm.jpa
- 
JPA Support classes.
- org.springframework.boot.orm.jpa.hibernate - package org.springframework.boot.orm.jpa.hibernate
- 
Hibernate Support classes.
- org.springframework.boot.r2dbc - package org.springframework.boot.r2dbc
- 
Support for R2DBC connectivity.
- org.springframework.boot.r2dbc.init - package org.springframework.boot.r2dbc.init
- 
Support for initialization of an SQL database using an R2DBCConnectionFactory.
- org.springframework.boot.reactor - package org.springframework.boot.reactor
- 
Support classes for Reactor integration.
- org.springframework.boot.rsocket.context - package org.springframework.boot.rsocket.context
- 
RSocket integrations with Spring Framework'sApplicationContext.
- org.springframework.boot.rsocket.messaging - package org.springframework.boot.rsocket.messaging
- 
Support for RSocket-based messaging.
- org.springframework.boot.rsocket.netty - package org.springframework.boot.rsocket.netty
- 
Reactor Netty based RSocket server implementation.
- org.springframework.boot.rsocket.server - package org.springframework.boot.rsocket.server
- 
Support for RSocket servers.
- org.springframework.boot.security.reactive - package org.springframework.boot.security.reactive
- 
Classes and utilities for reactive Spring Security.
- org.springframework.boot.security.servlet - package org.springframework.boot.security.servlet
- 
Classes and utilities for Servlet-based Spring Security.
- org.springframework.boot.sql.init - package org.springframework.boot.sql.init
- 
Support for initialization of an SQL database.
- org.springframework.boot.sql.init.dependency - package org.springframework.boot.sql.init.dependency
- 
Infrastructure for establishing database initialization bean dependencies.
- org.springframework.boot.ssl - package org.springframework.boot.ssl
- 
Management of trust material that can be used to establish an SSL connection.
- org.springframework.boot.ssl.jks - package org.springframework.boot.ssl.jks
- 
SSL trust material provider for Java KeyStores.
- org.springframework.boot.ssl.pem - package org.springframework.boot.ssl.pem
- 
SSL trust material provider for PEM-encoded certificates.
- org.springframework.boot.system - package org.springframework.boot.system
- 
General system support classes.
- org.springframework.boot.task - package org.springframework.boot.task
- 
Utilities and classes related to task execution and scheduling.
- org.springframework.boot.type.classreading - package org.springframework.boot.type.classreading
- 
Support classes for reading annotation and class-level metadata.
- org.springframework.boot.util - package org.springframework.boot.util
- 
Contains miscellaneous utility classes.
- org.springframework.boot.validation - package org.springframework.boot.validation
- 
Utilities and classes related to validation.
- org.springframework.boot.validation.beanvalidation - package org.springframework.boot.validation.beanvalidation
- 
Utilities and classes related to bean validation.
- org.springframework.boot.web.client - package org.springframework.boot.web.client
- 
Web client utilities.
- org.springframework.boot.web.codec - package org.springframework.boot.web.codec
- 
Support for web-based codecs.
- org.springframework.boot.web.context - package org.springframework.boot.web.context
- 
Web integrations with Spring'sApplicationContext.
- org.springframework.boot.web.embedded.jetty - package org.springframework.boot.web.embedded.jetty
- 
Embedded reactive and servlet web server implementations backed by Jetty.
- org.springframework.boot.web.embedded.netty - package org.springframework.boot.web.embedded.netty
- 
Embedded reactive web server implementation backed by Netty.
- org.springframework.boot.web.embedded.tomcat - package org.springframework.boot.web.embedded.tomcat
- 
Embedded reactive and servlet web server implementations backed by Tomcat.
- org.springframework.boot.web.embedded.undertow - package org.springframework.boot.web.embedded.undertow
- 
Embedded reactive and servlet web server implementations backed by Undertow.
- org.springframework.boot.web.error - package org.springframework.boot.web.error
- 
Spring Web error handling infrastructure.
- org.springframework.boot.web.reactive.context - package org.springframework.boot.web.reactive.context
- 
Reactive based web integrations with Spring'sApplicationContext.
- org.springframework.boot.web.reactive.error - package org.springframework.boot.web.reactive.error
- 
Spring WebFlux error handling infrastructure.
- org.springframework.boot.web.reactive.filter - package org.springframework.boot.web.reactive.filter
- 
Spring Boot specificWebFilterimplementations.
- org.springframework.boot.web.reactive.function.client - package org.springframework.boot.web.reactive.function.client
- 
Spring WebFlux WebClient support abstractions.
- org.springframework.boot.web.reactive.result.view - package org.springframework.boot.web.reactive.result.view
- 
AdditionalViewsfor use with WebFlux.
- org.springframework.boot.web.reactive.server - package org.springframework.boot.web.reactive.server
- 
Reactive web server abstractions.
- org.springframework.boot.web.server - package org.springframework.boot.web.server
- 
Support for embedded web servers.
- org.springframework.boot.web.servlet - package org.springframework.boot.web.servlet
- 
Classes and utilities designed to work with thejakarta.servletspecification.
- org.springframework.boot.web.servlet.context - package org.springframework.boot.web.servlet.context
- 
Servlet based web integrations with Spring'sWebApplicationContext.
- org.springframework.boot.web.servlet.error - package org.springframework.boot.web.servlet.error
- 
Spring MVC error handling infrastructure.
- org.springframework.boot.web.servlet.filter - package org.springframework.boot.web.servlet.filter
- 
Spring Boot specificFilterimplementations.
- org.springframework.boot.web.servlet.server - package org.springframework.boot.web.servlet.server
- 
Servlet web server abstractions.
- org.springframework.boot.web.servlet.support - package org.springframework.boot.web.servlet.support
- 
Support classes for Servlet-based web servers.
- org.springframework.boot.web.servlet.view - package org.springframework.boot.web.servlet.view
- 
AdditionalViewsfor use with Web MVC.
- org.springframework.boot.webservices.client - package org.springframework.boot.webservices.client
- 
Web Services client utilities.
- Origin - Interface in org.springframework.boot.origin
- 
Interface that uniquely represents the origin of an item.
- ORIGINAL - Enum constant in enum class org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
- 
The original form as specified when the name was created or adapted.
- OriginLookup<K> - Interface in org.springframework.boot.origin
- 
An interface that may be implemented by an object that can lookupOrigininformation from a given key.
- OriginProvider - Interface in org.springframework.boot.origin
- 
Interface to provide access to the origin of an item.
- OriginTrackedMapPropertySource - Class in org.springframework.boot.env
- OriginTrackedMapPropertySource(String, Map) - Constructor for class org.springframework.boot.env.OriginTrackedMapPropertySource
- 
Create a newOriginTrackedMapPropertySourceinstance.
- OriginTrackedMapPropertySource(String, Map, boolean) - Constructor for class org.springframework.boot.env.OriginTrackedMapPropertySource
- 
Create a newOriginTrackedMapPropertySourceinstance.
- OriginTrackedResource - Class in org.springframework.boot.origin
- OriginTrackedResource.OriginTrackedWritableResource - Class in org.springframework.boot.origin
- 
Variant ofOriginTrackedResourceforWritableResourceinstances.
- OriginTrackedValue - Class in org.springframework.boot.origin
- OsInfo - Class in org.springframework.boot.info
- 
Information about the Operating System the application is running on.
- OsInfo() - Constructor for class org.springframework.boot.info.OsInfo
- override() - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
- 
Override caching to temporarily enable it.
P
- packages(Class<?>...) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
- 
The classes whose packages should be scanned for@Entityannotations.
- packages(String...) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
- 
The names of packages to scan for@Entityannotations.
- parent() - Method in record class org.springframework.boot.json.JsonWriter.MemberPath
- 
Returns the value of theparentrecord component.
- parent(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Add a parent application with the provided sources.
- parent(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Add an already running parent context to an existing application.
- ParentContextApplicationContextInitializer - Class in org.springframework.boot.builder
- 
ApplicationContextInitializerfor setting the parent context.
- ParentContextApplicationContextInitializer(ApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextApplicationContextInitializer
- ParentContextApplicationContextInitializer.ParentContextAvailableEvent - Class in org.springframework.boot.builder
- 
ApplicationEventfired when a parent context is available.
- ParentContextAvailableEvent(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
- ParentContextCloserApplicationListener - Class in org.springframework.boot.builder
- 
Listener that closes the application context if its parent is closed.
- ParentContextCloserApplicationListener() - Constructor for class org.springframework.boot.builder.ParentContextCloserApplicationListener
- ParentContextCloserApplicationListener.ContextCloserListener - Class in org.springframework.boot.builder
- 
ApplicationListenerto close the context.
- parentsFrom(Object) - Static method in interface org.springframework.boot.origin.Origin
- 
Find the parents of theOriginthat an object originated from.
- parse(String) - Method in enum class org.springframework.boot.convert.DurationStyle
- 
Parse the given value to a duration.
- parse(String) - Method in enum class org.springframework.boot.convert.PeriodStyle
- 
Parse the given value to a Period.
- parse(String, ChronoUnit) - Method in enum class org.springframework.boot.convert.DurationStyle
- 
Parse the given value to a duration.
- parse(String, ChronoUnit) - Method in enum class org.springframework.boot.convert.PeriodStyle
- 
Parse the given value to a period.
- parseList(String) - Method in class org.springframework.boot.json.BasicJsonParser
- parseList(String) - Method in class org.springframework.boot.json.GsonJsonParser
- parseList(String) - Method in class org.springframework.boot.json.JacksonJsonParser
- parseList(String) - Method in interface org.springframework.boot.json.JsonParser
- 
Parse the specified JSON string into a List.
- parseList(String, Function<String, List<Object>>) - Method in class org.springframework.boot.json.AbstractJsonParser
- parseMap(String) - Method in class org.springframework.boot.json.BasicJsonParser
- parseMap(String) - Method in class org.springframework.boot.json.GsonJsonParser
- parseMap(String) - Method in class org.springframework.boot.json.JacksonJsonParser
- parseMap(String) - Method in interface org.springframework.boot.json.JsonParser
- 
Parse the specified JSON string into a Map.
- parseMap(String, Function<String, Map<String, Object>>) - Method in class org.springframework.boot.json.AbstractJsonParser
- password() - Method in record class org.springframework.boot.ssl.jks.JksSslStoreDetails
- 
Returns the value of thepasswordrecord component.
- password() - Method in interface org.springframework.boot.ssl.pem.PemSslStore
- 
The password used whensetting key entriesin theKeyStore.
- password() - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
- 
Returns the value of thepasswordrecord component.
- password(CharSequence) - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
- 
Configure the password.
- password(String) - Method in class org.springframework.boot.jdbc.DataSourceBuilder
- 
Set the password that should be used when building the datasource.
- PATH - Enum constant in enum class org.springframework.boot.web.error.ErrorAttributeOptions.Include
- 
Include the request path.
- PemContent - Class in org.springframework.boot.ssl.pem
- 
PEM encoded content that can providecertificatesandprivate keys.
- PemSslStore - Interface in org.springframework.boot.ssl.pem
- 
An individual trust or key store that has been loaded from PEM content.
- PemSslStoreBundle - Class in org.springframework.boot.ssl.pem
- 
SslStoreBundlebacked by PEM-encoded certificates and private keys.
- PemSslStoreBundle(PemSslStoreDetails, PemSslStoreDetails) - Constructor for class org.springframework.boot.ssl.pem.PemSslStoreBundle
- 
Create a newPemSslStoreBundleinstance.
- PemSslStoreBundle(PemSslStore, PemSslStore) - Constructor for class org.springframework.boot.ssl.pem.PemSslStoreBundle
- 
Create a newPemSslStoreBundleinstance.
- PemSslStoreDetails - Record Class in org.springframework.boot.ssl.pem
- 
Details for an individual trust or key store in aPemSslStoreBundle.
- PemSslStoreDetails(String, String, String) - Constructor for record class org.springframework.boot.ssl.pem.PemSslStoreDetails
- 
Create a newPemSslStoreDetailsinstance.
- PemSslStoreDetails(String, String, String, String) - Constructor for record class org.springframework.boot.ssl.pem.PemSslStoreDetails
- 
Create a newPemSslStoreDetailsinstance.
- PemSslStoreDetails(String, String, String, String, String, String) - Constructor for record class org.springframework.boot.ssl.pem.PemSslStoreDetails
- 
Create a newPemSslStoreDetailsinstance.
- PeriodFormat - Annotation Interface in org.springframework.boot.convert
- 
Annotation that can be used to indicate the format to use when converting aPeriod.
- PeriodStyle - Enum Class in org.springframework.boot.convert
- 
A standard set ofPeriodunits.
- PeriodUnit - Annotation Interface in org.springframework.boot.convert
- 
Annotation that can be used to change the default unit used when converting aPeriod.
- persistenceUnit(String) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
- 
The name of the persistence unit.
- PHOENIX - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
Apache Phoenix.
- PID - Enum constant in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Logging system property for the process ID.
- PlaceholdersResolver - Interface in org.springframework.boot.context.properties.bind
- 
Optional strategy that used by aBinderto resolve property placeholders.
- PlatformPlaceholderDatabaseDriverResolver - Class in org.springframework.boot.jdbc.init
- 
Utility class that can resolve placeholder text with the actualDatabaseDriverplatform.
- PlatformPlaceholderDatabaseDriverResolver() - Constructor for class org.springframework.boot.jdbc.init.PlatformPlaceholderDatabaseDriverResolver
- 
Creates a new resolver that will use the default"@@platform@@"placeholder.
- PlatformPlaceholderDatabaseDriverResolver(String) - Constructor for class org.springframework.boot.jdbc.init.PlatformPlaceholderDatabaseDriverResolver
- 
Creates a new resolver that will use the givenplaceholder.
- poolSize(int) - Method in class org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
- 
Set the maximum allowed number of threads.
- port(int) - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
- 
Configure the port.
- PortInUseException - Exception in org.springframework.boot.web.server
- 
APortInUseExceptionis thrown when a web server fails to start due to a port already being in use.
- PortInUseException(int) - Constructor for exception org.springframework.boot.web.server.PortInUseException
- 
Creates a new port in use exception for the givenport.
- PortInUseException(int, Throwable) - Constructor for exception org.springframework.boot.web.server.PortInUseException
- 
Creates a new port in use exception for the givenport.
- POSTGRESQL - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
Postgres.
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.web.server.ErrorPageRegistrarBeanPostProcessor
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor
- postProcessApplicationContext(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
- 
Apply any relevant post-processing to theApplicationContext.
- postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.LazyInitializationBeanFactoryPostProcessor
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- 
Register ServletContextAwareProcessor.
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.web.server.ErrorPageRegistrarBeanPostProcessor
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor
- postProcessContext(Context) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Post process the TomcatContextbefore it's used with the Tomcat Server.
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in interface org.springframework.boot.env.EnvironmentPostProcessor
- 
Post-process the givenenvironment.
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.env.RandomValuePropertySourceEnvironmentPostProcessor
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
- postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.reactor.ReactorEnvironmentPostProcessor
- postProcessWebAppContext(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Post process the JettyWebAppContextbefore it's used with the Jetty Server.
- prefix() - Element in annotation interface org.springframework.boot.context.properties.ConfigurationProperties
- 
The prefix of the properties that are valid to bind to this object.
- prepareApplicationContext(Class<?>) - Method in class org.springframework.boot.SpringApplicationAotProcessor
- prepareContext(Host, ServletContextInitializer[]) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- prepareContext(Host, TomcatHttpHandlerAdapter) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- prepareRefresh() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- prepareRefresh() - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
- prepareRefresh() - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- prepareWebApplicationContext(ServletContext) - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- 
Prepare theWebApplicationContextwith the given fully loadedServletContext.
- PRESENT - Enum constant in enum class org.springframework.boot.context.properties.source.ConfigurationPropertyState
- 
TheConfigurationPropertySourcehas at least one matchingConfigurationProperty.
- print(Duration) - Method in enum class org.springframework.boot.convert.DurationStyle
- 
Print the specified duration.
- print(Duration, ChronoUnit) - Method in enum class org.springframework.boot.convert.DurationStyle
- 
Print the specified duration using the given unit.
- print(Period) - Method in enum class org.springframework.boot.convert.PeriodStyle
- 
Print the specified period.
- print(Period, ChronoUnit) - Method in enum class org.springframework.boot.convert.PeriodStyle
- 
Print the specified period using the given unit.
- printBanner(Environment, Class<?>, PrintStream) - Method in interface org.springframework.boot.Banner
- 
Print the banner to the specified print stream.
- printBanner(Environment, Class<?>, PrintStream) - Method in class org.springframework.boot.ResourceBanner
- printStackTrace(Throwable, Appendable) - Method in interface org.springframework.boot.logging.StackTracePrinter
- 
Prints a stack trace for the givenThrowable.
- printStackTrace(Throwable, Appendable) - Method in class org.springframework.boot.logging.StandardStackTracePrinter
- printStackTraceToString(Throwable) - Method in interface org.springframework.boot.logging.StackTracePrinter
- privateKey() - Method in interface org.springframework.boot.ssl.pem.PemSslStore
- 
The private key for this store ornull.
- privateKey() - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
- 
Returns the value of theprivateKeyrecord component.
- privateKeyPassword() - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
- 
Returns the value of theprivateKeyPasswordrecord component.
- processAheadOfTime(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
- ProcessInfo - Class in org.springframework.boot.info
- 
Information about the process of the application.
- ProcessInfo() - Constructor for class org.springframework.boot.info.ProcessInfo
- ProcessInfo.MemoryInfo - Class in org.springframework.boot.info
- 
Memory information.
- ProcessInfo.MemoryInfo.GarbageCollectorInfo - Class in org.springframework.boot.info
- 
Garbage collection information.
- ProcessInfo.MemoryInfo.MemoryUsageInfo - Class in org.springframework.boot.info
- ProcessInfo.VirtualThreadsInfo - Class in org.springframework.boot.info
- 
Virtual threads information.
- processName(JsonWriter.MemberPath, String) - Method in interface org.springframework.boot.json.JsonWriter.NameProcessor
- 
Return a new name for the JSON member ornullif the member should be filtered entirely.
- processValue(JsonWriter.MemberPath, T) - Method in interface org.springframework.boot.json.JsonWriter.ValueProcessor
- 
Process the value at the given path.
- PROFILE_SPECIFIC - Enum constant in enum class org.springframework.boot.context.config.ConfigData.Option
- 
Indicates that the source is "profile specific" and should be included after profile specific sibling imports.
- profiles(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Add to the active Spring profiles for this app (and its parent and children).
- Profiles - Class in org.springframework.boot.context.config
- 
Provides access to environment profiles that have either been set directly on theEnvironmentor will be set based on configuration data property values.
- properties(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Default properties for the environment in the formkey=valueorkey:value.
- properties(Map<String, ?>) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
- 
Generic properties for standard JPA or vendor-specific configuration.
- properties(Map<String, Object>) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Default properties for the environment.
- properties(Properties) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Default properties for the environment.Multiple calls to this method are cumulative and will not clear any previously set properties.
- PropertiesPropertySourceLoader - Class in org.springframework.boot.env
- 
Strategy to load '.properties' files into aPropertySource.
- PropertiesPropertySourceLoader() - Constructor for class org.springframework.boot.env.PropertiesPropertySourceLoader
- PropertyMapper - Class in org.springframework.boot.context.properties
- 
Utility that can be used to map values from a supplied source to a destination.
- PropertyMapper.Source<T> - Class in org.springframework.boot.context.properties
- 
A source that is in the process of being mapped.
- PropertyMapper.SourceOperator - Interface in org.springframework.boot.context.properties
- 
An operation that can be applied to aPropertyMapper.Source.
- PropertySourceLoader - Interface in org.springframework.boot.env
- 
Strategy interface located throughSpringFactoriesLoaderand used to load aPropertySource.
- PropertySourceOrigin - Class in org.springframework.boot.origin
- 
Originfrom aPropertySource.
- PropertySourceOrigin(PropertySource<?>, String) - Constructor for class org.springframework.boot.origin.PropertySourceOrigin
- 
Create a newPropertySourceOrigininstance.
- PropertySourceOrigin(PropertySource<?>, String, Origin) - Constructor for class org.springframework.boot.origin.PropertySourceOrigin
- 
Create a newPropertySourceOrigininstance.
- PropertySourcesPlaceholdersResolver - Class in org.springframework.boot.context.properties.bind
- 
PlaceholdersResolverto resolve placeholders fromPropertySources.
- PropertySourcesPlaceholdersResolver(Iterable<PropertySource<?>>) - Constructor for class org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
- PropertySourcesPlaceholdersResolver(Iterable<PropertySource<?>>, PropertyPlaceholderHelper) - Constructor for class org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
- PropertySourcesPlaceholdersResolver(Environment) - Constructor for class org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
- PROTOTYPE - Enum constant in enum class org.springframework.boot.BootstrapRegistry.Scope
- 
A prototype instance.
- provider() - Method in record class org.springframework.boot.ssl.jks.JksSslStoreDetails
- 
Returns the value of theproviderrecord component.
- proxyBeanMethods() - Element in annotation interface org.springframework.boot.SpringBootConfiguration
- 
Specify whether@Beanmethods should get proxied in order to enforce bean lifecycle behavior, e.g.
- publish(ApplicationContext, S) - Static method in class org.springframework.boot.availability.AvailabilityChangeEvent
- 
Convenience method that can be used to publish anAvailabilityChangeEventto the given application context.
- publish(ApplicationEventPublisher, Object, S) - Static method in class org.springframework.boot.availability.AvailabilityChangeEvent
- 
Convenience method that can be used to publish anAvailabilityChangeEventto the given application context.
- put(Object, Object) - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
- 
Add an individual entry.
- putAll(Map<?, ?>) - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
- 
Add all entries from the specified map.
- putAll(Map<String, List<String>>) - Method in class org.springframework.boot.logging.LoggerGroups
Q
- queueCapacity(int) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
- 
Set the capacity of the queue.
R
- R2dbcScriptDatabaseInitializer - Class in org.springframework.boot.r2dbc.init
- 
AnInitializingBeanthat initializes a database represented by an R2DBCConnectionFactory.
- R2dbcScriptDatabaseInitializer(ConnectionFactory, DatabaseInitializationSettings) - Constructor for class org.springframework.boot.r2dbc.init.R2dbcScriptDatabaseInitializer
- 
Creates a newR2dbcScriptDatabaseInitializerthat will initialize the database recognized by the givenconnectionFactoryusing the givensettings.
- RANDOM_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.boot.env.RandomValuePropertySource
- 
Name of the randomPropertySource.
- RandomValuePropertySource - Class in org.springframework.boot.env
- 
PropertySourcethat returns a random value for any property that starts with "random.".
- RandomValuePropertySource() - Constructor for class org.springframework.boot.env.RandomValuePropertySource
- RandomValuePropertySource(String) - Constructor for class org.springframework.boot.env.RandomValuePropertySource
- RandomValuePropertySourceEnvironmentPostProcessor - Class in org.springframework.boot.env
- 
EnvironmentPostProcessorto add theRandomValuePropertySource.
- RandomValuePropertySourceEnvironmentPostProcessor(DeferredLogFactory) - Constructor for class org.springframework.boot.env.RandomValuePropertySourceEnvironmentPostProcessor
- 
Create a newRandomValuePropertySourceEnvironmentPostProcessorinstance.
- REACTIVE - Enum constant in enum class org.springframework.boot.WebApplicationType
- 
The application should run as a reactive web application and should start an embedded reactive web server.
- ReactiveWebApplicationContext - Interface in org.springframework.boot.web.reactive.context
- 
Interface to provide configuration for a reactive web application.
- ReactiveWebServerApplicationContext - Class in org.springframework.boot.web.reactive.context
- 
AGenericReactiveWebApplicationContextthat can be used to bootstrap itself from a containedReactiveWebServerFactorybean.
- ReactiveWebServerApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- 
Create a newReactiveWebServerApplicationContext.
- ReactiveWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- 
Create a newReactiveWebServerApplicationContextwith the givenDefaultListableBeanFactory.
- ReactiveWebServerFactory - Interface in org.springframework.boot.web.reactive.server
- 
Factory interface that can be used to create a reactiveWebServer.
- ReactiveWebServerInitializedEvent - Class in org.springframework.boot.web.reactive.context
- 
Event to be published after theWebServeris ready.
- ReactiveWebServerInitializedEvent(WebServer, ReactiveWebServerApplicationContext) - Constructor for class org.springframework.boot.web.reactive.context.ReactiveWebServerInitializedEvent
- reactor() - Static method in interface org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
- 
Return aReactorClientHttpRequestFactoryBuilderthat can be used to build aReactorClientHttpRequestFactory.
- reactor() - Static method in interface org.springframework.boot.http.client.reactive.ClientHttpConnectorBuilder
- 
Return aReactorClientHttpConnectorBuilderthat can be used to build aReactorClientHttpConnector.
- ReactorClientHttpConnectorBuilder - Class in org.springframework.boot.http.client.reactive
- 
Builder forClientHttpConnectorBuilder.reactor().
- ReactorClientHttpRequestFactoryBuilder - Class in org.springframework.boot.http.client
- 
Builder forClientHttpRequestFactoryBuilder.reactor().
- ReactorEnvironmentPostProcessor - Class in org.springframework.boot.reactor
- 
EnvironmentPostProcessorto enable the Reactor global features as early as possible in the startup process.
- ReactorEnvironmentPostProcessor() - Constructor for class org.springframework.boot.reactor.ReactorEnvironmentPostProcessor
- ReactorHttpClientBuilder - Class in org.springframework.boot.http.client
- 
Builder that can be used to create a Rector NettyHttpClient.
- ReactorHttpClientBuilder() - Constructor for class org.springframework.boot.http.client.ReactorHttpClientBuilder
- readableChannel() - Method in class org.springframework.boot.origin.OriginTrackedResource
- ReadinessState - Enum Class in org.springframework.boot.availability
- 
"Readiness" state of the application.
- readTimeout() - Method in record class org.springframework.boot.http.client.ClientHttpRequestFactorySettings
- 
Returns the value of thereadTimeoutrecord component.
- readTimeout() - Method in record class org.springframework.boot.http.client.HttpClientSettings
- 
Returns the value of thereadTimeoutrecord component.
- readTimeout() - Method in record class org.springframework.boot.http.client.reactive.ClientHttpConnectorSettings
- 
Returns the value of thereadTimeoutrecord component.
- readTimeout() - Method in record class org.springframework.boot.web.client.ClientHttpRequestFactorySettings
- 
Deprecated.Returns the value of thereadTimeoutrecord component.
- readTimeout(Duration) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Sets the read timeout on the underlyingClientHttpRequestFactory.
- ready(ConfigurableApplicationContext, Duration) - Method in interface org.springframework.boot.SpringApplicationRunListener
- 
Called immediately before the run method finishes, when the application context has been refreshed and allCommandLineRunnersandApplicationRunnershave been called.
- reason() - Element in annotation interface org.springframework.boot.context.properties.DeprecatedConfigurationProperty
- 
The reason for the deprecation.
- RED - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- RED - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- redirects() - Method in record class org.springframework.boot.http.client.ClientHttpRequestFactorySettings
- 
Returns the value of theredirectsrecord component.
- redirects() - Method in record class org.springframework.boot.http.client.HttpClientSettings
- 
Returns the value of theredirectsrecord component.
- redirects() - Method in record class org.springframework.boot.http.client.reactive.ClientHttpConnectorSettings
- 
Returns the value of theredirectsrecord component.
- redirects(ClientHttpRequestFactorySettings.Redirects) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Sets the redirect strategy on the underlyingClientHttpRequestFactory.
- REDSHIFT - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
Amazon Redshift.
- refresh() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- refresh() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- refresh(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
- 
Refresh the underlyingApplicationContext.
- REFUSING_TRAFFIC - Enum constant in enum class org.springframework.boot.availability.ReadinessState
- 
The application is not willing to receive traffic.
- register(Class<?>...) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- 
Register one or more annotated classes to be processed.
- register(Class<?>...) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
- 
Register one or more annotated classes to be processed.
- register(Class<?>...) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- 
Register one or more annotated classes to be processed.
- register(Class<T>, BootstrapRegistry.InstanceSupplier<T>) - Method in interface org.springframework.boot.BootstrapRegistry
- 
Register a specific type with the registry.
- register(Class<T>, BootstrapRegistry.InstanceSupplier<T>) - Method in class org.springframework.boot.DefaultBootstrapContext
- register(String, ServletContext) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
- register(String, ServletContext) - Method in class org.springframework.boot.web.servlet.RegistrationBean
- 
Register this bean with the servlet context.
- register(String, ServletContext) - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
- register(BeanDefinitionRegistry) - Static method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
- 
Register aConfigurationPropertiesBindingPostProcessorbean if one is not already registered.
- register(WebListenerRegistry) - Method in interface org.springframework.boot.web.servlet.WebListenerRegistrar
- 
Register web listeners with the given registry.
- REGISTER_SHUTDOWN_HOOK_PROPERTY - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
- 
The name of the Spring property that controls the registration of a shutdown hook to shut down the logging system when the JVM exits.
- registerBean(String, Class<T>, Supplier<T>, BeanDefinitionCustomizer...) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.sql.init.dependency.DatabaseInitializationDependencyConfigurer
- registerBundle(String, SslBundle) - Method in class org.springframework.boot.ssl.DefaultSslBundleRegistry
- registerBundle(String, SslBundle) - Method in interface org.springframework.boot.ssl.SslBundleRegistry
- 
Register a namedSslBundle.
- registerEntries(JsonMixinModuleEntries, ClassLoader) - Method in class org.springframework.boot.jackson.JsonMixinModule
- 
Register the specifiedentries.
- registerErrorPages(ErrorPageRegistry) - Method in interface org.springframework.boot.web.server.ErrorPageRegistrar
- 
Register pages as required with the given registry.
- registerHints(RuntimeHints) - Method in class org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
- 
Contribute hints to the givenRuntimeHintsinstance.
- registerHints(RuntimeHints, ClassLoader) - Method in class org.springframework.boot.context.properties.bind.BindableRuntimeHintsRegistrar
- registerIfAbsent(Class<T>, BootstrapRegistry.InstanceSupplier<T>) - Method in interface org.springframework.boot.BootstrapRegistry
- 
Register a specific type with the registry if one is not already present.
- registerIfAbsent(Class<T>, BootstrapRegistry.InstanceSupplier<T>) - Method in class org.springframework.boot.DefaultBootstrapContext
- registerJsonComponents() - Method in class org.springframework.boot.jackson.JsonComponentModule
- registerLoggedException(Throwable) - Method in class org.springframework.boot.SpringApplication
- 
Register that the given exception has been logged.
- registerShutdownHook(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Sets if the createdApplicationContextshould have a shutdown hook registered.
- RegistrationBean - Class in org.springframework.boot.web.servlet
- 
Base class for Servlet 3.0+ based registration beans.
- RegistrationBean() - Constructor for class org.springframework.boot.web.servlet.RegistrationBean
- reinitialize(LoggingInitializationContext) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
- 
Reinitialize the logging system if required.
- reinitialize(LoggingInitializationContext) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
- reinitialize(LoggingInitializationContext) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
- rejectTasksWhenLimitReached(boolean) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
- 
Set whether to reject tasks when the concurrency limit has been reached.
- remove(Runnable) - Method in interface org.springframework.boot.SpringApplicationShutdownHandlers
- 
Remove a previously added an action so that it no longer runs when the JVM exits.
- remove(String) - Method in class org.springframework.boot.web.server.MimeMappings
- 
Remove an existing mapping.
- removeConvertible(Class<?>, Class<?>) - Method in class org.springframework.boot.convert.ApplicationConversionService
- renderInternal(Map<String, Object>, MediaType, ServerWebExchange) - Method in class org.springframework.boot.web.reactive.result.view.MustacheView
- renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.web.servlet.view.MustacheView
- replacement() - Element in annotation interface org.springframework.boot.context.properties.DeprecatedConfigurationProperty
- 
The field that should be used instead (if any).
- replay(Log, Class<?>) - Static method in class org.springframework.boot.logging.DeferredLog
- 
Replay from a source log to a destination log when the source is deferred.
- replay(Log, Log) - Static method in class org.springframework.boot.logging.DeferredLog
- 
Replay from a source log to a destination log when the source is deferred.
- replayTo(Class<?>) - Method in class org.springframework.boot.logging.DeferredLog
- 
Replay deferred logging to the specified destination.
- replayTo(Log) - Method in class org.springframework.boot.logging.DeferredLog
- 
Replay deferred logging to the specified destination.
- report(FailureAnalysis) - Method in interface org.springframework.boot.diagnostics.FailureAnalysisReporter
- 
Reports the givenfailureAnalysisto the user.
- report(FailureAnalysis) - Method in class org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter
- reportException(Throwable) - Method in interface org.springframework.boot.SpringBootExceptionReporter
- 
Report a startup failure to the user.
- REQUEST - Enum constant in enum class org.springframework.boot.web.servlet.DispatcherType
- 
Apply the filter on ordinary client calls.
- REQUEST - Enum constant in enum class org.springframework.boot.web.servlet.server.Encoding.Type
- 
HTTP request message.
- REQUEST_WRAPPER_FILTER_MAX_ORDER - Static variable in interface org.springframework.boot.web.reactive.filter.OrderedWebFilter
- 
Filters that wrap the request should be ordered less than or equal to this.
- REQUEST_WRAPPER_FILTER_MAX_ORDER - Static variable in interface org.springframework.boot.web.servlet.filter.OrderedFilter
- 
Filters that wrap the servlet request should be ordered less than or equal to this.
- requestCustomizers(Collection<? extends RestTemplateRequestCustomizer<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Set theRestTemplateRequestCustomizersthat should be applied to theClientHttpRequest.
- requestCustomizers(RestTemplateRequestCustomizer<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Set theRestTemplateRequestCustomizersthat should be applied to theClientHttpRequest.
- requestFactory(Class<? extends ClientHttpRequestFactory>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Set theClientHttpRequestFactoryclass that should be used with theRestTemplate.
- requestFactory(Function<ClientHttpRequestFactorySettings, ClientHttpRequestFactory>) - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
- 
Deprecated.Set theFunctionofClientHttpRequestFactorySettingstoClientHttpRequestFactorythat should be called to create the HTTP-basedWebServiceMessageSender.
- requestFactory(Function<ClientHttpRequestFactorySettings, ClientHttpRequestFactory>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.4.0 for removal in 4.0.0 in favor ofRestTemplateBuilder.requestFactoryBuilder(ClientHttpRequestFactoryBuilder)
- requestFactory(Supplier<ClientHttpRequestFactory>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Set theSupplierofClientHttpRequestFactorythat should be called each time weRestTemplateBuilder.build()a newRestTemplateinstance.
- requestFactory(Supplier<ClientHttpRequestFactory>) - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
- 
Deprecated.Set theSupplierofClientHttpRequestFactorythat should be called to create the HTTP-basedWebServiceMessageSender.
- requestFactoryBuilder() - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Return aClientHttpRequestFactoryBuilderinstance using the settings of this builder.
- requestFactoryBuilder(ClientHttpRequestFactoryBuilder<?>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Set theClientHttpRequestFactoryBuilderthat should be used each time weRestTemplateBuilder.build()a newRestTemplateinstance.
- requestFactoryBuilder(ClientHttpRequestFactoryBuilder<?>) - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
- 
Deprecated.Set theClientHttpRequestFactoryBuilderto use when creating the HTTP-basedWebServiceMessageSender.
- requestFactorySettings(UnaryOperator<ClientHttpRequestFactorySettings>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Update theClientHttpRequestFactorySettingsusing the given customizer.
- requestFactorySettings(ClientHttpRequestFactorySettings) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Sets theClientHttpRequestFactorySettings.
- REQUESTS_ACTIVE - Enum constant in enum class org.springframework.boot.web.server.GracefulShutdownResult
- 
Requests remained active at the end of the grace period.
- requiredViewClass() - Method in class org.springframework.boot.web.reactive.result.view.MustacheViewResolver
- requiredViewClass() - Method in class org.springframework.boot.web.servlet.view.MustacheViewResolver
- reset() - Static method in class org.springframework.boot.context.ApplicationPidFileWriter
- 
Reset the created flag for testing purposes.
- resolve(ConfigDataLocationResolverContext, ConfigDataLocation) - Method in interface org.springframework.boot.context.config.ConfigDataLocationResolver
- 
Resolve aConfigDataLocationinto one or moreConfigDataResourceinstances.
- resolve(ConfigDataLocationResolverContext, ConfigDataLocation) - Method in class org.springframework.boot.context.config.ConfigTreeConfigDataLocationResolver
- resolve(ConfigDataLocationResolverContext, ConfigDataLocation) - Method in class org.springframework.boot.context.config.StandardConfigDataLocationResolver
- resolveAll(String, String...) - Method in class org.springframework.boot.jdbc.init.PlatformPlaceholderDatabaseDriverResolver
- 
Resolves the placeholders in the givenvalues, replacing them with the given platform.
- resolveAll(DataSource, String...) - Method in class org.springframework.boot.jdbc.init.PlatformPlaceholderDatabaseDriverResolver
- 
Resolves the placeholders in the givenvalues, replacing them with the platform derived from theDatabaseDriverof the givendataSource.
- resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
- resolveFilePath(String, Resource) - Method in interface org.springframework.boot.io.ApplicationResourceLoader.FilePathResolver
- 
Return thepathof the given resource if it can also be represented as aFileSystemResource.
- resolvePlaceholder(String) - Method in class org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
- resolvePlaceholders(Object) - Method in interface org.springframework.boot.context.properties.bind.PlaceholdersResolver
- 
Called to resolve any placeholders in the given value.
- resolvePlaceholders(Object) - Method in class org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
- resolveProfileSpecific(ConfigDataLocationResolverContext, ConfigDataLocation, Profiles) - Method in interface org.springframework.boot.context.config.ConfigDataLocationResolver
- 
Resolve aConfigDataLocationinto one or moreConfigDataResourceinstances based on available profiles.
- resolveProfileSpecific(ConfigDataLocationResolverContext, ConfigDataLocation, Profiles) - Method in class org.springframework.boot.context.config.StandardConfigDataLocationResolver
- ResourceBanner - Class in org.springframework.boot
- 
Banner implementation that prints from a source textResource.
- ResourceBanner(Resource) - Constructor for class org.springframework.boot.ResourceBanner
- resourceLoader(ResourceLoader) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
ResourceLoaderfor the application context.
- RESPONSE - Enum constant in enum class org.springframework.boot.web.servlet.server.Encoding.Type
- 
HTTP response message.
- RestClientCustomizer - Interface in org.springframework.boot.web.client
- 
Callback interface that can be used to customize aRestClient.Builder.
- restore() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.ExistingWebApplicationScopes
- RestTemplateBuilder - Class in org.springframework.boot.web.client
- 
Builder that can be used to configure and create aRestTemplate.
- RestTemplateBuilder(RestTemplateCustomizer...) - Constructor for class org.springframework.boot.web.client.RestTemplateBuilder
- 
Create a newRestTemplateBuilderinstance.
- RestTemplateCustomizer - Interface in org.springframework.boot.web.client
- 
Callback interface that can be used to customize aRestTemplate.
- RestTemplateRequestCustomizer<T extends org.springframework.http.client.ClientHttpRequest> - Interface in org.springframework.boot.web.client
- 
Callback interface that can be used to customize theClientHttpRequestsent from aRestTemplate.
- retainIncluded(Map<String, Object>) - Method in class org.springframework.boot.web.error.ErrorAttributeOptions
- 
Remove elements from the given map if they are not included in this set of options.
- RollingPolicySystemProperty - Enum Class in org.springframework.boot.logging.logback
- 
Logback rolling policy system properties that can later be used by log configuration files.
- ROOT_LOGGER_NAME - Static variable in class org.springframework.boot.logging.LoggingSystem
- 
The name used for the root logger.
- rootFirst() - Static method in class org.springframework.boot.logging.StandardStackTracePrinter
- 
Return aStandardStackTracePrinterthat prints the stack trace with the root exception first (the opposite ofThrowable.printStackTrace()).
- rootLast() - Static method in class org.springframework.boot.logging.StandardStackTracePrinter
- 
Return aStandardStackTracePrinterthat prints the stack trace with the root exception last (the same asThrowable.printStackTrace()).
- RootLogLevelConfigurator - Class in org.springframework.boot.logging.logback
- 
LogbackConfigurator, registered throughMETA-INF/services, that sets the root log level toLevel.INFO.
- RootLogLevelConfigurator() - Constructor for class org.springframework.boot.logging.logback.RootLogLevelConfigurator
- rootUri(String) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Set a root URL that should be applied to each request that starts with'/'.
- RootUriBuilderFactory - Class in org.springframework.boot.web.client
- 
UriBuilderFactoryto set the root for URI that starts with'/'.
- RootUriTemplateHandler - Class in org.springframework.boot.web.client
- 
UriTemplateHandlerto set the root for URI that starts with'/'.
- RootUriTemplateHandler(UriTemplateHandler) - Constructor for class org.springframework.boot.web.client.RootUriTemplateHandler
- RSocketPortInfoApplicationContextInitializer - Class in org.springframework.boot.rsocket.context
- 
ApplicationContextInitializerthat setsEnvironmentproperties for the ports thatRSocketServerservers are actually listening on.
- RSocketPortInfoApplicationContextInitializer() - Constructor for class org.springframework.boot.rsocket.context.RSocketPortInfoApplicationContextInitializer
- RSocketServer - Interface in org.springframework.boot.rsocket.server
- 
Simple interface that represents a fully configured RSocket server.
- RSocketServer.Transport - Enum Class in org.springframework.boot.rsocket.server
- 
Choice of transport protocol for the RSocket server.
- RSocketServerBootstrap - Class in org.springframework.boot.rsocket.context
- 
Bootstrap anRSocketServerand start it with the application context.
- RSocketServerBootstrap(RSocketServerFactory, SocketAcceptor) - Constructor for class org.springframework.boot.rsocket.context.RSocketServerBootstrap
- RSocketServerCustomizer - Interface in org.springframework.boot.rsocket.server
- 
Callback interface that can be used to customize aRSocketServer.
- RSocketServerException - Exception in org.springframework.boot.rsocket.server
- 
Exceptions thrown by an RSocket server.
- RSocketServerException(String, Throwable) - Constructor for exception org.springframework.boot.rsocket.server.RSocketServerException
- RSocketServerFactory - Interface in org.springframework.boot.rsocket.server
- 
Factory interface that can be used to create a reactiveRSocketServer.
- RSocketServerInitializedEvent - Class in org.springframework.boot.rsocket.context
- 
Event to be published after the application context is refreshed and theRSocketServeris ready.
- RSocketServerInitializedEvent(RSocketServer) - Constructor for class org.springframework.boot.rsocket.context.RSocketServerInitializedEvent
- RSocketStrategiesCustomizer - Interface in org.springframework.boot.rsocket.messaging
- 
Callback interface that can be used to customize codecs configuration for an RSocket client and/or server withRSocketStrategies.
- run(Class<?>[], String[]) - Static method in class org.springframework.boot.SpringApplication
- 
Static helper that can be used to run aSpringApplicationfrom the specified sources using default settings and user supplied arguments.
- run(Class<?>, String...) - Static method in class org.springframework.boot.SpringApplication
- 
Static helper that can be used to run aSpringApplicationfrom the specified source using default settings.
- run(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Create an application context (and its parent if specified) with the command line args provided.
- run(String...) - Method in interface org.springframework.boot.CommandLineRunner
- 
Callback used to run the bean.
- run(String...) - Method in class org.springframework.boot.SpringApplication.Augmented
- 
Run the application using the given args.
- run(String...) - Method in class org.springframework.boot.SpringApplication
- 
Run the Spring application, creating and refreshing a newApplicationContext.
- run(ApplicationArguments) - Method in interface org.springframework.boot.ApplicationRunner
- 
Callback used to run the bean.
- run(SpringApplication) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
- 
Called to run a fully configuredSpringApplication.
- runScripts(AbstractScriptDatabaseInitializer.Scripts) - Method in class org.springframework.boot.jdbc.init.DataSourceScriptDatabaseInitializer
- runScripts(AbstractScriptDatabaseInitializer.Scripts) - Method in class org.springframework.boot.r2dbc.init.R2dbcScriptDatabaseInitializer
- runScripts(AbstractScriptDatabaseInitializer.Scripts) - Method in class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer
- 
Initialize the database by running the givenscripts.
S
- SAP - Enum constant in enum class org.springframework.boot.cloud.CloudPlatform
- 
SAP Cloud platform.
- scan(String...) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- 
Perform a scan within the specified base packages.
- scan(String...) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
- 
Perform a scan within the specified base packages.
- scan(String...) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- 
Perform a scan within the specified base packages.
- scan(ApplicationContext, Collection<String>) - Static method in class org.springframework.boot.jackson.JsonMixinModuleEntries
- 
Scan the classpath for@JsonMixinin the specifiedbasePackages.
- SchemaManagement - Enum Class in org.springframework.boot.jdbc
- 
An enumeration of the available schema management options.
- SchemaManagementProvider - Interface in org.springframework.boot.jdbc
- 
Strategy interface to determine theSchemaManagementof aDataSource.
- scope() - Element in annotation interface org.springframework.boot.jackson.JsonComponent
- 
The scope under which the serializer/deserializer should be registered with the module.
- Scripts(List<Resource>) - Constructor for class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.Scripts
- separator(String) - Method in class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer.Scripts
- serialize(T, JsonGenerator, SerializerProvider) - Method in class org.springframework.boot.jackson.JsonObjectSerializer
- serializeObject(T, JsonGenerator, SerializerProvider) - Method in class org.springframework.boot.jackson.JsonObjectSerializer
- 
Serialize JSON content into the value type this serializer handles.
- serverName() - Method in record class org.springframework.boot.web.server.Ssl.ServerNameSslBundle
- 
Returns the value of theserverNamerecord component.
- ServerNameSslBundle(String, String) - Constructor for record class org.springframework.boot.web.server.Ssl.ServerNameSslBundle
- 
Creates an instance of aServerNameSslBundlerecord class.
- ServerPortInfoApplicationContextInitializer - Class in org.springframework.boot.web.context
- 
ApplicationContextInitializerthat setsEnvironmentproperties for the ports thatWebServerservers are actually listening on.
- ServerPortInfoApplicationContextInitializer() - Constructor for class org.springframework.boot.web.context.ServerPortInfoApplicationContextInitializer
- service() - Method in record class org.springframework.boot.logging.structured.ElasticCommonSchemaProperties
- 
Returns the value of theservicerecord component.
- service() - Method in record class org.springframework.boot.logging.structured.GraylogExtendedLogFormatProperties
- 
Returns the value of theservicerecord component.
- Service(String) - Constructor for record class org.springframework.boot.logging.structured.GraylogExtendedLogFormatProperties.Service
- 
Creates an instance of aServicerecord class.
- Service(String, String, String, String) - Constructor for record class org.springframework.boot.logging.structured.ElasticCommonSchemaProperties.Service
- 
Creates an instance of aServicerecord class.
- SERVLET - Enum constant in enum class org.springframework.boot.WebApplicationType
- 
The application should run as a servlet-based web application and should start an embedded servlet web server.
- servletClasses() - Element in annotation interface org.springframework.boot.web.servlet.FilterRegistration
- 
Servlet classes that the filter will be registered against.
- ServletComponentScan - Annotation Interface in org.springframework.boot.web.servlet
- 
Enables scanning for Servlet components (filters,servlets, andlisteners).
- ServletContextApplicationContextInitializer - Class in org.springframework.boot.web.servlet.support
- 
ApplicationContextInitializerfor setting the servlet context.
- ServletContextApplicationContextInitializer(ServletContext) - Constructor for class org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
- 
Create a newServletContextApplicationContextInitializerinstance.
- ServletContextApplicationContextInitializer(ServletContext, boolean) - Constructor for class org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
- 
Create a newServletContextApplicationContextInitializerinstance.
- ServletContextInitializer - Interface in org.springframework.boot.web.servlet
- 
Interface used to configure a Servlet 3.0+contextprogrammatically.
- ServletContextInitializerBeans - Class in org.springframework.boot.web.servlet
- 
A collectionServletContextInitializers obtained from aListableBeanFactory.
- ServletContextInitializerBeans(ListableBeanFactory, Class<? extends ServletContextInitializer>...) - Constructor for class org.springframework.boot.web.servlet.ServletContextInitializerBeans
- ServletContextInitializerBeans.RegistrationBeanAdapter<T> - Interface in org.springframework.boot.web.servlet
- 
Adapter to convert a given Bean type into aRegistrationBean(and hence aServletContextInitializer).
- ServletContextInitializerConfiguration - Class in org.springframework.boot.web.embedded.jetty
- 
JettyConfigurationthat callsServletContextInitializers.
- ServletContextInitializerConfiguration(ServletContextInitializer...) - Constructor for class org.springframework.boot.web.embedded.jetty.ServletContextInitializerConfiguration
- 
Create a newServletContextInitializerConfiguration.
- ServletListenerRegistrationBean<T extends EventListener> - Class in org.springframework.boot.web.servlet
- 
AServletContextInitializerto registerEventListeners in a Servlet 3.0+ container.
- ServletListenerRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
- 
Create a newServletListenerRegistrationBeaninstance.
- ServletListenerRegistrationBean(T) - Constructor for class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
- 
Create a newServletListenerRegistrationBeaninstance.
- servletNames() - Element in annotation interface org.springframework.boot.web.servlet.FilterRegistration
- 
Servlet names that the filter will be registered against.
- ServletRegistration - Annotation Interface in org.springframework.boot.web.servlet
- 
Registers aServletin a Servlet 3.0+ container.
- ServletRegistrationBean<T extends jakarta.servlet.Servlet> - Class in org.springframework.boot.web.servlet
- 
AServletContextInitializerto registerServlets in a Servlet 3.0+ container.
- ServletRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
- 
Create a newServletRegistrationBeaninstance.
- ServletRegistrationBean(T, boolean, String...) - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
- 
Create a newServletRegistrationBeaninstance with the specifiedServletand URL mappings.
- ServletRegistrationBean(T, String...) - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
- 
Create a newServletRegistrationBeaninstance with the specifiedServletand URL mappings.
- ServletWebServerApplicationContext - Class in org.springframework.boot.web.servlet.context
- 
AWebApplicationContextthat can be used to bootstrap itself from a containedServletWebServerFactorybean.
- ServletWebServerApplicationContext() - Constructor for class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- 
Create a newServletWebServerApplicationContext.
- ServletWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- 
Create a newServletWebServerApplicationContextwith the givenDefaultListableBeanFactory.
- ServletWebServerApplicationContext.ExistingWebApplicationScopes - Class in org.springframework.boot.web.servlet.context
- 
Utility class to store and restore any user defined scopes.
- ServletWebServerFactory - Interface in org.springframework.boot.web.servlet.server
- 
Factory interface that can be used to create aWebServer.
- ServletWebServerInitializedEvent - Class in org.springframework.boot.web.servlet.context
- 
Event to be published after theWebServeris ready.
- ServletWebServerInitializedEvent(WebServer, ServletWebServerApplicationContext) - Constructor for class org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent
- Session - Class in org.springframework.boot.web.servlet.server
- 
Session properties.
- Session() - Constructor for class org.springframework.boot.web.servlet.server.Session
- Session.Cookie - Class in org.springframework.boot.web.servlet.server
- 
Session cookie properties.
- Session.SessionTrackingMode - Enum Class in org.springframework.boot.web.servlet.server
- 
Available session tracking modes (mirrorsSessionTrackingMode).
- setAcceptors(int) - Method in interface org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
- 
Set the number of acceptor threads to use.
- setAcceptors(int) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- setAcceptors(int) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- setAccessLogDirectory(File) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
- 
Set the access log directory.
- setAccessLogDirectory(File) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- setAccessLogDirectory(File) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- setAccessLogEnabled(boolean) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
- 
Set whether access logs are enabled.
- setAccessLogEnabled(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- setAccessLogEnabled(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- setAccessLogPattern(String) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
- 
Set the access log pattern.
- setAccessLogPattern(String) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- setAccessLogPattern(String) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- setAccessLogPrefix(String) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
- 
Set the access log prefix.
- setAccessLogPrefix(String) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- setAccessLogPrefix(String) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- setAccessLogRotate(boolean) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
- 
Set whether access logs rotation is enabled.
- setAccessLogRotate(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- setAccessLogRotate(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- setAccessLogSuffix(String) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
- 
Set the access log suffix.
- setAccessLogSuffix(String) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- setAccessLogSuffix(String) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- setAddCommandLineProperties(boolean) - Method in class org.springframework.boot.SpringApplication
- 
Sets if aCommandLinePropertySourceshould be added to the application context in order to expose arguments.
- setAddConversionService(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Flag to indicate if theApplicationConversionServiceshould be added to the application context'sEnvironment.
- setAddConversionService(boolean) - Method in class org.springframework.boot.SpringApplication
- 
Sets if theApplicationConversionServiceshould be added to the application context'sEnvironment.
- setAdditionalProfiles(String...) - Method in class org.springframework.boot.SpringApplication
- 
Set additional profile values to use (on top of those set in system or command line properties).
- setAddress(InetAddress) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- setAddress(InetAddress) - Method in interface org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
- 
Set the specific network address that the server should bind to.
- setAddress(InetAddress) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- setAddress(InetAddress) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
- 
Sets the specific network address that the server should bind to.
- setAllowBeanDefinitionOverriding(boolean) - Method in class org.springframework.boot.SpringApplication
- 
Sets if bean definition overriding, by registering a definition with the same name as an existing definition, should be allowed.
- setAllowCircularReferences(boolean) - Method in class org.springframework.boot.SpringApplication
- 
Sets whether to allow circular references between beans and automatically try to resolve them.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
- setApplicationContextFactory(ApplicationContextFactory) - Method in class org.springframework.boot.SpringApplication
- 
Sets the factory that will be called to create the application context.
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.rsocket.context.RSocketServerBootstrap
- setApplicationStartup(ApplicationStartup) - Method in class org.springframework.boot.SpringApplication
- 
Set theApplicationStartupto use for collecting startup metrics.
- setAsyncSupported(boolean) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
- 
Sets if asynchronous operations are supported for this registration.
- setBackgroundProcessorDelay(int) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
- 
Sets the background processor delay in seconds.
- setBackgroundProcessorDelay(int) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- setBackgroundProcessorDelay(int) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- setBanner(Banner) - Method in class org.springframework.boot.SpringApplication
- 
Sets theBannerinstance which will be used to print the banner when no static banner file is provided.
- setBannerMode(Banner.Mode) - Method in class org.springframework.boot.SpringApplication
- 
Sets the mode used to display the banner when the application runs.
- setBaseDirectory(File) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
- 
Set the Tomcat base directory.
- setBaseDirectory(File) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- setBaseDirectory(File) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.context.TypeExcludeFilter
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.jackson.JsonComponentModule
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.web.server.ErrorPageRegistrarBeanPostProcessor
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor
- setBeanName(String) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.SpringApplication
- 
Sets the bean name generator that should be used when generating bean names.
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- 
Provide a customBeanNameGeneratorfor use withAnnotatedBeanDefinitionReaderand/orClassPathBeanDefinitionScanner, if any.
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
- 
Provide a customBeanNameGeneratorfor use withAnnotatedBeanDefinitionReaderand/orClassPathBeanDefinitionScanner, if any.
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- 
Provide a customBeanNameGeneratorfor use withAnnotatedBeanDefinitionReaderand/orClassPathBeanDefinitionScanner, if any.
- setBootstrapExecutor(AsyncTaskExecutor) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
- 
Configure the bootstrap executor to be used by theLocalContainerEntityManagerFactoryBean.
- setBufferSize(Integer) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
- 
Set the buffer size.
- setBufferSize(Integer) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- setBufferSize(Integer) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer>) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
- 
SetUndertowBuilderCustomizers that should be applied to the UndertowUndertow.Builder.
- setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer>) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer>) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- setBundle(String) - Method in class org.springframework.boot.web.server.Ssl
- 
Set the name of the SSL bundle to use.
- setCertificate(String) - Method in class org.springframework.boot.web.server.Ssl
- setCertificatePrivateKey(String) - Method in class org.springframework.boot.web.server.Ssl
- setCharset(String) - Method in class org.springframework.boot.web.reactive.result.view.MustacheView
- 
Set the charset used for reading Mustache template files.
- setCharset(String) - Method in class org.springframework.boot.web.reactive.result.view.MustacheViewResolver
- 
Set the charset.
- setCharset(String) - Method in class org.springframework.boot.web.servlet.view.MustacheView
- 
Set the charset used for reading Mustache template files.
- setCharset(String) - Method in class org.springframework.boot.web.servlet.view.MustacheViewResolver
- 
Set the charset.
- setCharset(Charset) - Method in class org.springframework.boot.logging.logback.StructuredLogEncoder
- setCharset(Charset) - Method in class org.springframework.boot.web.servlet.server.Encoding
- setCheckConnectionForError(boolean) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Indicates whether the connection should be checked for error indicators (true), or whether these should be ignored (false).
- setCheckConnectionForFault(boolean) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Indicates whether the connection should be checked for fault indicators (true), or whether we should rely on the message only (false).
- setCiphers(String[]) - Method in class org.springframework.boot.web.server.Ssl
- setClassName(String) - Method in class org.springframework.boot.web.servlet.server.Jsp
- setClientAuth(Ssl.ClientAuth) - Method in class org.springframework.boot.web.server.Ssl
- setCompiler(Mustache.Compiler) - Method in class org.springframework.boot.web.reactive.result.view.MustacheView
- 
Set the JMustache compiler to be used by this view.
- setCompiler(Mustache.Compiler) - Method in class org.springframework.boot.web.servlet.view.MustacheView
- 
Set the Mustache compiler to be used by this view.
- setCompression(Compression) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- setCompression(Compression) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
- 
Sets the compression configuration that will be applied to the server's default connector.
- setConfigurations(Collection<? extends Configuration>) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Sets JettyConfigurations that will be applied to theWebAppContextbefore the server is created.
- setConnectTimeout(Duration) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.4.0 for removal in 4.0.0 in favor ofRestTemplateBuilder.connectTimeout(Duration)
- setConnectTimeout(Duration) - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
- 
Deprecated.Set the connection timeout.
- setConsoleAvailable(Boolean) - Static method in class org.springframework.boot.ansi.AnsiOutput
- 
Sets if the System.console() is known to be available.
- setContextLifecycleListeners(Collection<? extends LifecycleListener>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
SetLifecycleListeners that should be applied to the TomcatContext.
- setContextLifecycleListeners(Collection<? extends LifecycleListener>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
SetLifecycleListeners that should be applied to the TomcatContext.
- setContextPath(String) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- setContextPath(String) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
- 
Sets the context path for the web server.
- setContextValves(Collection<? extends Valve>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
SetValves that should be applied to the TomcatContext.
- setContinueOnError(boolean) - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
- 
Sets whether initialization should continue when an error occurs when applying a schema or data script.
- setCookieSameSiteSuppliers(List<? extends CookieSameSiteSupplier>) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- setCookieSameSiteSuppliers(List<? extends CookieSameSiteSupplier>) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
- 
SetsCookieSameSiteSuppliersthat should be used to obtain theCookie.SameSiteattribute of any added cookie.
- setDataLocations(List<String>) - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
- 
Sets the locations of data (DML) scripts to apply to the database.
- setDefaultProperties(Map<String, Object>) - Method in class org.springframework.boot.SpringApplication
- 
Set default environment properties which will be used in addition to those in the existingEnvironment.
- setDefaultProperties(Properties) - Method in class org.springframework.boot.SpringApplication
- 
Convenient alternative toSpringApplication.setDefaultProperties(Map).
- setDefaultUri(String) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Set the default URI to be used on operations that do not have a URI parameter.
- setDeploymentInfoCustomizers(Collection<? extends UndertowDeploymentInfoCustomizer>) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- 
SetUndertowDeploymentInfoCustomizers that should be applied to the UndertowDeploymentInfo.
- setDestinationProvider(DestinationProvider) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Set theDestinationProviderto use.
- setDisableMBeanRegistry(boolean) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
Set whether the factory should disable Tomcat's MBean registry prior to creating the server.
- setDisableMBeanRegistry(boolean) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Set whether the factory should disable Tomcat's MBean registry prior to creating the server.
- setDispatcherTypes(DispatcherType, DispatcherType...) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- 
Convenience method toset dispatcher typesusing the specified elements.
- setDispatcherTypes(EnumSet<DispatcherType>) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- 
Sets the dispatcher types that should be used with the registration.
- setDisplayName(String) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- setDisplayName(String) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
- 
Sets the display name of the application deployed in the web server.
- setDocumentRoot(File) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- setDocumentRoot(File) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
- 
Sets the document root directory which will be used by the web context to serve static files.
- setDomain(String) - Method in class org.springframework.boot.web.server.Cookie
- setEagerFilterInit(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- 
Set whether filters should be eagerly initialized.
- setEnabled(boolean) - Method in class org.springframework.boot.web.server.Compression
- setEnabled(boolean) - Method in class org.springframework.boot.web.server.Http2
- setEnabled(boolean) - Method in class org.springframework.boot.web.server.Ssl
- setEnabled(boolean) - Method in class org.springframework.boot.web.servlet.RegistrationBean
- 
Flag to indicate that the registration is enabled.
- setEnabled(AnsiOutput.Enabled) - Static method in class org.springframework.boot.ansi.AnsiOutput
- 
Sets if ANSI output is enabled.
- setEnabledProtocols(String[]) - Method in class org.springframework.boot.web.server.Ssl
- setEncoding(Charset) - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
- 
Sets the encoding to use when reading the schema and data scripts.
- setEngineValves(Collection<? extends Valve>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
SetValves that should be applied to the TomcatEngine.
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.SpringApplication
- 
Sets the underlying environment that should be used with the created application context.
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
- setEnvironment(Environment) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
- setEnvironmentPrefix(String) - Method in class org.springframework.boot.SpringApplication
- 
Set the prefix that should be applied when obtaining configuration properties from the system environment.
- setErrorPages(Set<? extends ErrorPage>) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- setErrorPages(Set<? extends ErrorPage>) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
- 
Sets the error pages that will be used when handling exceptions.
- setExcludedUserAgents(String[]) - Method in class org.springframework.boot.web.server.Compression
- setFaultMessageResolver(FaultMessageResolver) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Set theFaultMessageResolverto use.
- setFileSizeThreshold(DataSize) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
- 
Sets thesizethreshold after which files will be written to disk.
- setFilter(T) - Method in class org.springframework.boot.web.servlet.FilterRegistrationBean
- 
Set the filter to be registered.
- setForce(boolean) - Method in class org.springframework.boot.web.servlet.server.Encoding
- setForceRequest(boolean) - Method in class org.springframework.boot.web.servlet.server.Encoding
- setForceResponse(boolean) - Method in class org.springframework.boot.web.servlet.server.Encoding
- setFormat(String) - Method in class org.springframework.boot.logging.logback.StructuredLogEncoder
- setFragmentSize(DataSize) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- setFragmentSize(DataSize) - Method in interface org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
- 
Specify the maximum transmission unit.
- setHeadless(boolean) - Method in class org.springframework.boot.SpringApplication
- 
Sets if the application is headless and should not instantiate AWT.
- setHttp2(Http2) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- setHttp2(Http2) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
- 
Sets the HTTP/2 configuration that will be applied to the server.
- setHttpOnly(Boolean) - Method in class org.springframework.boot.web.server.Cookie
- setIgnoreRegistrationFailure(boolean) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
- 
Sets whether registration failures should be ignored.
- setInitializers(Collection<? extends ApplicationContextInitializer<?>>) - Method in class org.springframework.boot.SpringApplication
- 
Sets theApplicationContextInitializerthat will be applied to the SpringApplicationContext.
- setInitializers(List<? extends ServletContextInitializer>) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- setInitializers(List<? extends ServletContextInitializer>) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
- 
SetsServletContextInitializerthat should be applied in addition toServletWebServerFactory.getWebServer(ServletContextInitializer...)parameters.
- setInitParameters(Map<String, String>) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
- 
Set init-parameters for this registration.
- setInitParameters(Map<String, String>) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- setInitParameters(Map<String, String>) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
- 
Sets the init parameters that are applied to the container'sServletContext.
- setInitParameters(Map<String, String>) - Method in class org.springframework.boot.web.servlet.server.Jsp
- setIoThreads(Integer) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
- 
Set the number of IO Threads.
- setIoThreads(Integer) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- setIoThreads(Integer) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- setJsp(Jsp) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- setJsp(Jsp) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
- 
Sets the configuration that will be applied to the server's JSP servlet.
- setKeepAlive(boolean) - Method in class org.springframework.boot.SpringApplication
- 
Set whether to keep the application alive even if there are no more non-daemon threads.
- setKeyAlias(String) - Method in class org.springframework.boot.web.server.Ssl
- setKeyPassword(String) - Method in class org.springframework.boot.web.server.Ssl
- setKeyStore(String) - Method in class org.springframework.boot.web.server.Ssl
- setKeyStorePassword(String) - Method in class org.springframework.boot.web.server.Ssl
- setKeyStoreProvider(String) - Method in class org.springframework.boot.web.server.Ssl
- setKeyStoreType(String) - Method in class org.springframework.boot.web.server.Ssl
- setLazyInitialization(boolean) - Method in class org.springframework.boot.SpringApplication
- 
Sets if beans should be initialized lazily.
- setLifecycleTimeout(Duration) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- 
Set the maximum amount of time that should be waited when starting or stopping the server.
- setLifecycleTimeout(Duration) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
- 
Set the maximum amount of time that should be waited when starting or stopping the server.
- setListener(T) - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
- 
Set the listener that will be registered.
- setListeners(Collection<? extends ApplicationListener<?>>) - Method in class org.springframework.boot.SpringApplication
- 
Sets theApplicationListeners that will be applied to the SpringApplication and registered with theApplicationContext.
- setLoadOnStartup(int) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
- 
Sets theloadOnStartuppriority.
- setLocaleCharsetMappings(Map<Locale, Charset>) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- setLocaleCharsetMappings(Map<Locale, Charset>) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
- 
Sets the Locale to Charset mappings.
- setLocation(String) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
- 
Sets the directory location where files will be stored.
- setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
- setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
- setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
- setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.LoggingSystem
- 
Sets the logging level for a given logger.
- setLogLevels(LoggingSystem, ConfigurableEnvironment) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
- 
Set logging levels based on relevantEnvironmentproperties.
- setLogStartupInfo(boolean) - Method in class org.springframework.boot.SpringApplication
- 
Sets if the application information should be logged when the application starts.
- setMainApplicationClass(Class<?>) - Method in class org.springframework.boot.SpringApplication
- 
Set a specific main application class that will be used as a log source and to obtain version information.
- setMapping(Map<Locale, Charset>) - Method in class org.springframework.boot.web.servlet.server.Encoding
- setMarshaller(Marshaller) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Set theMarshallerto use to serialize messages.
- setMatchAfter(boolean) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- 
Set if the filter mappings should be matched after any declared filter mappings of the ServletContext.
- setMaxAge(Duration) - Method in class org.springframework.boot.web.server.Cookie
- setMaxConnections(int) - Method in interface org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
- 
Sets the maximum number of concurrent connections.
- setMaxConnections(int) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- setMaxConnections(int) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- setMaxFileSize(DataSize) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
- 
Sets the maximumsizeallowed for uploaded files.
- setMaxRequestSize(DataSize) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
- 
Sets the maximumDataSizeallowed for multipart/form-data requests.
- setMimeMappings(MimeMappings) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- setMimeMappings(MimeMappings) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
- 
Sets the mime-type mappings.
- setMimeTypes(String[]) - Method in class org.springframework.boot.web.server.Compression
- setMinResponseSize(DataSize) - Method in class org.springframework.boot.web.server.Compression
- setMode(DatabaseInitializationMode) - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
- 
Sets the mode the use when determining whether database initialization should be performed.
- setMultipartConfig(MultipartConfigElement) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
- 
Set themulti-part configuration.
- setName(String) - Method in class org.springframework.boot.web.server.Cookie
- setName(String) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
- 
Set the name of this registration.
- setOf(Class<E>) - Static method in class org.springframework.boot.context.properties.bind.Bindable
- setOrder(int) - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer
- setOrder(int) - Method in class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
- setOrder(int) - Method in class org.springframework.boot.context.ApplicationPidFileWriter
- setOrder(int) - Method in class org.springframework.boot.context.ContextIdApplicationContextInitializer
- setOrder(int) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
- setOrder(int) - Method in class org.springframework.boot.env.EnvironmentPostProcessorApplicationListener
- setOrder(int) - Method in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
- setOrder(int) - Method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
- setOrder(int) - Method in class org.springframework.boot.web.reactive.filter.OrderedHiddenHttpMethodFilter
- 
Set the order for this filter.
- setOrder(int) - Method in class org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter
- 
Set the order for this filter.
- setOrder(int) - Method in class org.springframework.boot.web.servlet.filter.OrderedFormContentFilter
- 
Set the order for this filter.
- setOrder(int) - Method in class org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
- 
Set the order for this filter.
- setOrder(int) - Method in class org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter
- 
Set the order for this filter.
- setOrder(int) - Method in class org.springframework.boot.web.servlet.RegistrationBean
- 
Set the order of the registration bean.
- setOrder(int) - Method in class org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
- setParseArgs(boolean) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
- 
Sets if initialization arguments should be parsed for debug and trace properties (usually defined from --debug or --trace command line args).
- setPartitioned(Boolean) - Method in class org.springframework.boot.web.server.Cookie
- setPath(String) - Method in class org.springframework.boot.web.server.Cookie
- setPersistenceUnitPostProcessors(PersistenceUnitPostProcessor...) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
- 
Set the persistence unit post processors to be applied to the PersistenceUnitInfo used for creating theLocalContainerEntityManagerFactoryBean.
- setPersistent(boolean) - Method in class org.springframework.boot.web.servlet.server.Session
- setPort(int) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- setPort(int) - Method in interface org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
- 
Set the port that the server should listen on.
- setPort(int) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- setPort(int) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
- 
Sets the port that the web server should listen on.
- setPreservePathOnForward(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- 
Set whether the request path should be preserved on forward.
- setProtocol(String) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
The Tomcat protocol to use when create theConnector.
- setProtocol(String) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
The Tomcat protocol to use when create theConnector.
- setProtocol(String) - Method in class org.springframework.boot.web.server.Ssl
- setReadTimeout(Duration) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.4.0 for removal in 4.0.0 in favor ofRestTemplateBuilder.readTimeout(Duration)
- setReadTimeout(Duration) - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
- 
Deprecated.Set the read timeout.
- setRegisterDefaultServlet(boolean) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- setRegisterDefaultServlet(boolean) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
- 
Set if the DefaultServlet should be registered.
- setRegistered(boolean) - Method in class org.springframework.boot.web.servlet.server.Jsp
- setRegisterErrorPageFilter(boolean) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
- 
Set if theErrorPageFiltershould be registered.
- setRegisterShutdownHook(boolean) - Method in class org.springframework.boot.SpringApplication
- 
Sets if the createdApplicationContextshould have a shutdown hook registered.
- setResourceFactory(JettyResourceFactory) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- 
Set theJettyResourceFactoryto get the shared resources from.
- setResourceFactory(ReactorResourceFactory) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- 
Set theReactorResourceFactoryto get the shared resources from.
- setResourceFactory(ReactorResourceFactory) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
- 
Set theReactorResourceFactoryto get the shared resources from.
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.SpringApplication
- 
Sets theResourceLoaderthat should be used when loading resources.
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- setRouteProviders(List<NettyRouteProvider>) - Method in class org.springframework.boot.web.embedded.netty.NettyWebServer
- setRSocketServerCustomizers(Collection<? extends RSocketServerCustomizer>) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- 
SetRSocketServerCustomizers that should be called to configure theRSocketServerwhile building the server.
- setSameSite(Cookie.SameSite) - Method in class org.springframework.boot.web.server.Cookie
- setSchemaLocations(List<String>) - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
- 
Sets the locations of schema (DDL) scripts to apply to the database.
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- 
Set theScopeMetadataResolverto use for detected bean classes.
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
- 
Set theScopeMetadataResolverto use for detected bean classes.
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- 
Set theScopeMetadataResolverto use for detected bean classes.
- setSecure(Boolean) - Method in class org.springframework.boot.web.server.Cookie
- setSelectors(int) - Method in interface org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
- 
Set the number of selector threads to use.
- setSelectors(int) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- setSelectors(int) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- setSeparator(String) - Method in class org.springframework.boot.sql.init.DatabaseInitializationSettings
- 
Sets the statement separator to use when reading the schema and data scripts.
- setServerCustomizers(Collection<? extends JettyServerCustomizer>) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- 
SetsJettyServerCustomizers that will be applied to theServerbefore it is started.
- setServerCustomizers(Collection<? extends JettyServerCustomizer>) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
SetsJettyServerCustomizers that will be applied to theServerbefore it is started.
- setServerCustomizers(Collection<? extends NettyServerCustomizer>) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
- 
SetNettyServerCustomizers that should be applied to the Netty server builder.
- setServerHeader(String) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- setServerHeader(String) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
- 
Sets the server header value.
- setServerNameBundles(List<Ssl.ServerNameSslBundle>) - Method in class org.springframework.boot.web.server.Ssl
- setServerNamespace(String) - Method in interface org.springframework.boot.web.context.ConfigurableWebServerApplicationContext
- 
Set the server namespace of the context.
- setServerNamespace(String) - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- setServerNamespace(String) - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- setServlet(T) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
- 
Sets the servlet to be registered.
- setServletConfig(ServletConfig) - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- setServletNames(Collection<String>) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- 
Set servlet names that the filter will be registered against.
- setServletRegistrationBeans(Collection<? extends ServletRegistrationBean<?>>) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- 
SetServletRegistrationBeans that the filter will be registered against.
- setSession(Session) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- setSession(Session) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
- 
Sets the configuration that will be applied to the container's HTTP session support.
- setShutdown(Shutdown) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
- setShutdown(Shutdown) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- setShutdown(Shutdown) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
- 
Sets the shutdown configuration that will be applied to the server.
- setSources(Set<String>) - Method in class org.springframework.boot.SpringApplication
- 
Set additional sources that will be used to create an ApplicationContext.
- setSpringBootLogging(LogLevel) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
- 
Sets a custom logging level to be used for Spring Boot and related libraries.
- setSsl(Ssl) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- setSsl(Ssl) - Method in interface org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
- 
Sets the SSL configuration that will be applied to the server's default connector.
- setSsl(Ssl) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- setSsl(Ssl) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
- 
Sets the SSL configuration that will be applied to the server's default connector.
- setSslBundle(SslBundle) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.4.0 for removal in 4.0.0 in favor ofRestTemplateBuilder.sslBundle(SslBundle)
- setSslBundles(SslBundles) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- setSslBundles(SslBundles) - Method in interface org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
- 
Sets an SSL bundle that can be used to get SSL configuration.
- setSslBundles(SslBundles) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- setSslBundles(SslBundles) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
- 
Sets the SSL bundles that can be used to configure SSL connections.
- setStoreDir(File) - Method in class org.springframework.boot.web.servlet.server.Session
- setSystemProperty(String, String) - Method in class org.springframework.boot.logging.LoggingSystemProperties
- 
Set a system property.
- setThreadPool(ThreadPool) - Method in interface org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
- 
Set theThreadPoolthat should be used by theServer.
- setThreadPool(ThreadPool) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- setThreadPool(ThreadPool) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- setTimeout(Duration) - Method in class org.springframework.boot.web.servlet.server.Session
- setTimeToLive(Duration) - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
- 
Set amount of time that an item can live in the cache.
- setTldSkipPatterns(Collection<String>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Set the patterns that match jars to ignore for TLD scanning.
- setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
SetTomcatConnectorCustomizers that should be applied to the TomcatConnector.
- setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
SetTomcatConnectorCustomizers that should be applied to the TomcatConnector.
- setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
SetTomcatContextCustomizers that should be applied to the TomcatContext.
- setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
SetTomcatContextCustomizers that should be applied to the TomcatContext.
- setTomcatProtocolHandlerCustomizers(Collection<? extends TomcatProtocolHandlerCustomizer<?>>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
SetTomcatProtocolHandlerCustomizers that should be applied to the TomcatConnector.
- setTomcatProtocolHandlerCustomizers(Collection<? extends TomcatProtocolHandlerCustomizer<?>>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
SetTomcatProtocolHandlerCustomizers that should be applied to the TomcatConnector.
- setTrackingModes(Set<Session.SessionTrackingMode>) - Method in class org.springframework.boot.web.servlet.server.Session
- setTransformerFactoryClass(Class<? extends TransformerFactory>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Set theTransformerFactoryimplementation to use.
- setTransport(RSocketServer.Transport) - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
- setTransport(RSocketServer.Transport) - Method in interface org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
- 
Set the transport that the RSocket server should use.
- setTriggerEventType(Class<? extends SpringApplicationEvent>) - Method in class org.springframework.boot.context.ApplicationPidFileWriter
- 
Sets the type of application event that will trigger writing of the PID file.
- setTrustCertificate(String) - Method in class org.springframework.boot.web.server.Ssl
- setTrustCertificatePrivateKey(String) - Method in class org.springframework.boot.web.server.Ssl
- setTrustStore(String) - Method in class org.springframework.boot.web.server.Ssl
- setTrustStorePassword(String) - Method in class org.springframework.boot.web.server.Ssl
- setTrustStoreProvider(String) - Method in class org.springframework.boot.web.server.Ssl
- setTrustStoreType(String) - Method in class org.springframework.boot.web.server.Ssl
- setUnmarshaller(Unmarshaller) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Set theUnmarshallerto use to deserialize messages.
- setUriEncoding(Charset) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
- 
Set the character encoding to use for URL decoding.
- setUriEncoding(Charset) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
Set the character encoding to use for URL decoding.
- setUriEncoding(Charset) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- setUrlMappings(Collection<String>) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
- 
Set the URL mappings for the servlet.
- setUrlPatterns(Collection<String>) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- 
Set the URL patterns that the filter will be registered against.
- setUseApr(boolean) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
Whether to use APR.
- setUseApr(boolean) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Whether to use APR.
- setUseDirectBuffers(Boolean) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
- 
Set whether direct buffers should be used.
- setUseDirectBuffers(Boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- setUseDirectBuffers(Boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- setUseForwardHeaders(boolean) - Method in interface org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
- 
Set if x-forward-* headers should be processed.
- setUseForwardHeaders(boolean) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- setUseForwardHeaders(boolean) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- setUseForwardHeaders(boolean) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
- 
Set if x-forward-* headers should be processed.
- setUseForwardHeaders(boolean) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
- 
Set if x-forward-* headers should be processed.
- setUseForwardHeaders(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- setUseForwardHeaders(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- setValidating(boolean) - Method in class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
- 
Set whether to use XML validation.
- setWebApplicationType(WebApplicationType) - Method in class org.springframework.boot.SpringApplication
- 
Sets the type of web application to be run.
- setWebServiceMessageFactory(WebServiceMessageFactory) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Sets theWebServiceMessageFactoryto use for creating messages.
- setWorkerThreads(Integer) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
- 
Set the number of Worker Threads.
- setWorkerThreads(Integer) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- setWorkerThreads(Integer) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- SEVENTEEN - Enum constant in enum class org.springframework.boot.system.JavaVersion
- 
Java 17.
- shouldForce(Encoding.Type) - Method in class org.springframework.boot.web.servlet.server.Encoding
- shouldRegisterJspServlet() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- 
Returns whether the JSP servlet should be registered with the web server.
- shutdown() - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
- 
Shutdown the application.
- Shutdown - Enum Class in org.springframework.boot.web.server
- 
Configuration for shutting down aWebServer.
- shutdownComplete(GracefulShutdownResult) - Method in interface org.springframework.boot.web.server.GracefulShutdownCallback
- 
Graceful shutdown has completed with the givenresult.
- shutDownGracefully(GracefulShutdownCallback) - Method in class org.springframework.boot.web.embedded.jetty.JettyWebServer
- 
Initiates a graceful shutdown of the Jetty web server.
- shutDownGracefully(GracefulShutdownCallback) - Method in class org.springframework.boot.web.embedded.netty.NettyWebServer
- 
Initiates a graceful shutdown of the Netty web server.
- shutDownGracefully(GracefulShutdownCallback) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
- 
Initiates a graceful shutdown of the Tomcat web server.
- shutDownGracefully(GracefulShutdownCallback) - Method in class org.springframework.boot.web.embedded.undertow.UndertowWebServer
- 
Initiates a graceful shutdown of the Undertow web server.
- shutDownGracefully(GracefulShutdownCallback) - Method in interface org.springframework.boot.web.server.WebServer
- 
Initiates a graceful shutdown of the web server.
- shutDownSharedReactorSchedulers(ServletContext) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
- 
Shuts down the reactorSchedulersthat were initialized bySchedulers.boundedElastic()(or similar).
- sibling(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Create a sibling application (one with the same parent).
- sibling(Class<?>[], String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Create a sibling application (one with the same parent).
- simple() - Static method in interface org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
- 
Return aSimpleClientHttpRequestFactoryBuilderthat can be used to build aSimpleClientHttpRequestFactory.
- SIMPLE - Enum constant in enum class org.springframework.boot.convert.DurationStyle
- 
Simple formatting, for example '1s'.
- SIMPLE - Enum constant in enum class org.springframework.boot.convert.PeriodStyle
- 
Simple formatting, for example '1d'.
- SimpleAsyncTaskExecutorBuilder - Class in org.springframework.boot.task
- 
Builder that can be used to configure and create aSimpleAsyncTaskExecutor.
- SimpleAsyncTaskExecutorBuilder() - Constructor for class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
- SimpleAsyncTaskExecutorCustomizer - Interface in org.springframework.boot.task
- 
Callback interface that can be used to customize aSimpleAsyncTaskExecutor.
- SimpleAsyncTaskSchedulerBuilder - Class in org.springframework.boot.task
- 
Builder that can be used to configure and create aSimpleAsyncTaskScheduler.
- SimpleAsyncTaskSchedulerBuilder() - Constructor for class org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
- SimpleAsyncTaskSchedulerCustomizer - Interface in org.springframework.boot.task
- 
Callback interface that can be used to customize aSimpleAsyncTaskScheduler.
- SimpleClientHttpRequestFactoryBuilder - Class in org.springframework.boot.http.client
- 
Builder forClientHttpRequestFactoryBuilder.simple().
- SimpleFormatter - Class in org.springframework.boot.logging.java
- 
Simple 'Java Logging'Formatter.
- SimpleFormatter() - Constructor for class org.springframework.boot.logging.java.SimpleFormatter
- since() - Element in annotation interface org.springframework.boot.context.properties.DeprecatedConfigurationProperty
- 
The version in which the property became deprecated.
- SINGLETON - Enum constant in enum class org.springframework.boot.BootstrapRegistry.Scope
- 
A singleton instance.
- size() - Method in class org.springframework.boot.web.servlet.ServletContextInitializerBeans
- SMART_LIFECYCLE_PHASE - Static variable in class org.springframework.boot.web.context.WebServerGracefulShutdownLifecycle
- 
SmartLifecycle phasein which graceful shutdown of the web server is performed.
- sort(Collection<Class<?>>) - Method in class org.springframework.boot.context.annotation.Configurations
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.4.0 for removal in 4.0.0 in favor ofConfigurations(UnaryOperator, Collection, Function)
- sources(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Add more sources (configuration classes and components) to this application.
- split() - Method in class org.springframework.boot.context.config.ConfigDataLocation
- 
Return an array ofConfigDataLocationelements built by splitting thisConfigDataLocationaround a delimiter of";".
- split(String) - Method in class org.springframework.boot.context.config.ConfigDataLocation
- 
Return an array ofConfigDataLocationelements built by splitting thisConfigDataLocationaround the specified delimiter.
- SPRING_APPLICATION_JSON_ENVIRONMENT_VARIABLE - Static variable in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
- 
Name of theSPRING_APPLICATION_JSONenvironment variable.
- SPRING_APPLICATION_JSON_PROPERTY - Static variable in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
- 
Name of thespring.application.jsonproperty.
- SpringApplication - Class in org.springframework.boot
- 
Class that can be used to bootstrap and launch a Spring application from a Java main method.
- SpringApplication(Class<?>...) - Constructor for class org.springframework.boot.SpringApplication
- 
Create a newSpringApplicationinstance.
- SpringApplication(ResourceLoader, Class<?>...) - Constructor for class org.springframework.boot.SpringApplication
- 
Create a newSpringApplicationinstance.
- SpringApplication.AbandonedRunException - Exception in org.springframework.boot
- 
Exception that can be thrown to silently exit a runningSpringApplicationwithout handling run failures.
- SpringApplication.Augmented - Class in org.springframework.boot
- 
Used to configure and run an augmentedSpringApplicationwhere additional configuration should be applied.
- SpringApplication.Running - Interface in org.springframework.boot
- 
Provides access to details of aSpringApplicationrun usingSpringApplication.Augmented.run(String...).
- SpringApplicationAdminMXBean - Interface in org.springframework.boot.admin
- 
An MBean contract to control and monitor a runningSpringApplicationover JMX.
- SpringApplicationAdminMXBeanRegistrar - Class in org.springframework.boot.admin
- 
Register aSpringApplicationAdminMXBeanimplementation to the platformMBeanServer.
- SpringApplicationAdminMXBeanRegistrar(String) - Constructor for class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
- SpringApplicationAotProcessor - Class in org.springframework.boot
- 
Entry point for AOT processing of aSpringApplication.
- SpringApplicationAotProcessor(Class<?>, AbstractAotProcessor.Settings, String[]) - Constructor for class org.springframework.boot.SpringApplicationAotProcessor
- 
Create a new processor for the specified application and settings.
- SpringApplicationBuilder - Class in org.springframework.boot.builder
- 
Builder forSpringApplicationandApplicationContextinstances with convenient fluent API and context hierarchy support.
- SpringApplicationBuilder(Class<?>...) - Constructor for class org.springframework.boot.builder.SpringApplicationBuilder
- SpringApplicationBuilder(ResourceLoader, Class<?>...) - Constructor for class org.springframework.boot.builder.SpringApplicationBuilder
- SpringApplicationEvent - Class in org.springframework.boot.context.event
- 
Base class forApplicationEventrelated to aSpringApplication.
- SpringApplicationEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.SpringApplicationEvent
- SpringApplicationHook - Interface in org.springframework.boot
- 
Low-level hook that can be used to attach aSpringApplicationRunListenerto aSpringApplicationin order to observe or modify its behavior.
- SpringApplicationJsonEnvironmentPostProcessor - Class in org.springframework.boot.env
- 
AnEnvironmentPostProcessorthat parses JSON fromspring.application.jsonor equivalentlySPRING_APPLICATION_JSONand adds it as a map property source to theEnvironment.
- SpringApplicationJsonEnvironmentPostProcessor() - Constructor for class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
- SpringApplicationRunListener - Interface in org.springframework.boot
- 
Listener for theSpringApplicationrunmethod.
- SpringApplicationShutdownHandlers - Interface in org.springframework.boot
- 
Interface that can be used to add or remove code that should run when the JVM is shutdown.
- SpringBootConfiguration - Annotation Interface in org.springframework.boot
- 
Indicates that a class provides Spring Boot application@Configuration.
- SpringBootConfigurationFactory - Class in org.springframework.boot.logging.log4j2
- 
Spring BootConfigurationFactorythat customizes Log4J2's default configuration to: Prevent logger warnings from being printed when the application first starts.
- SpringBootConfigurationFactory() - Constructor for class org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory
- SpringBootExceptionReporter - Interface in org.springframework.boot
- 
Callback interface used to support custom reporting ofSpringApplicationstartup errors.
- SpringBootPropertySource - Class in org.springframework.boot.logging.log4j2
- 
Spring BootPropertySourcethat disables Log4j2's shutdown hook.
- SpringBootPropertySource() - Constructor for class org.springframework.boot.logging.log4j2.SpringBootPropertySource
- SpringBootServletInitializer - Class in org.springframework.boot.web.servlet.support
- 
An opinionatedWebApplicationInitializerto run aSpringApplicationfrom a traditional WAR deployment.
- SpringBootServletInitializer() - Constructor for class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
- SpringBootVersion - Class in org.springframework.boot
- 
Exposes the Spring Boot version.
- SpringImplicitNamingStrategy - Class in org.springframework.boot.orm.jpa.hibernate
- 
HibernateImplicitNamingStrategythat follows Spring recommended naming conventions.
- SpringImplicitNamingStrategy() - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
- SpringJtaPlatform - Class in org.springframework.boot.orm.jpa.hibernate
- 
Generic HibernateAbstractJtaPlatformimplementation that simply resolves the JTAUserTransactionandTransactionManagerfrom the Spring-configuredJtaTransactionManagerimplementation.
- SpringJtaPlatform(JtaTransactionManager) - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
- SQLITE - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
SQLite.
- SQLSERVER - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
SQL Server.
- Ssl - Class in org.springframework.boot.web.server
- 
Simple server-independent abstraction for SSL configuration.
- Ssl() - Constructor for class org.springframework.boot.web.server.Ssl
- SSL - Enum constant in enum class org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
- 
Use SSL build-in mechanism to track the session.
- Ssl.ClientAuth - Enum Class in org.springframework.boot.web.server
- 
Client authentication types.
- Ssl.ServerNameSslBundle - Record Class in org.springframework.boot.web.server
- sslBundle() - Method in record class org.springframework.boot.http.client.ClientHttpRequestFactorySettings
- 
Returns the value of thesslBundlerecord component.
- sslBundle() - Method in record class org.springframework.boot.http.client.HttpClientSettings
- 
Returns the value of thesslBundlerecord component.
- sslBundle() - Method in record class org.springframework.boot.http.client.reactive.ClientHttpConnectorSettings
- 
Returns the value of thesslBundlerecord component.
- sslBundle() - Method in record class org.springframework.boot.web.client.ClientHttpRequestFactorySettings
- 
Deprecated.Returns the value of thesslBundlerecord component.
- sslBundle(SslBundle) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Sets the SSL bundle on the underlyingClientHttpRequestFactory.
- sslBundle(SslBundle) - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
- 
Deprecated.Set anSslBundlethat will be used to configure a secure connection.
- SslBundle - Interface in org.springframework.boot.ssl
- 
A bundle of trust material that can be used to establish an SSL connection.
- SslBundleKey - Interface in org.springframework.boot.ssl
- 
A reference to a single key obtained viaSslBundle.
- SslBundleRegistry - Interface in org.springframework.boot.ssl
- 
Interface that can be used to register anSslBundlefor a given name.
- SslBundles - Interface in org.springframework.boot.ssl
- 
A managed set ofSslBundleinstances that can be retrieved by name.
- SslInfo - Class in org.springframework.boot.info
- 
Information about the certificates that the application uses.
- SslInfo(SslBundles, Duration) - Constructor for class org.springframework.boot.info.SslInfo
- 
Creates a new instance.
- SslInfo(SslBundles, Duration, Clock) - Constructor for class org.springframework.boot.info.SslInfo
- 
Creates a new instance.
- SslInfo.BundleInfo - Class in org.springframework.boot.info
- 
Info about a singleSslBundle.
- SslInfo.CertificateChainInfo - Class in org.springframework.boot.info
- 
Info about a single certificate chain.
- SslInfo.CertificateInfo - Class in org.springframework.boot.info
- 
Info about a certificate.
- SslInfo.CertificateValidityInfo - Class in org.springframework.boot.info
- 
Certificate validity info.
- SslInfo.CertificateValidityInfo.Status - Enum Class in org.springframework.boot.info
- 
Validity Status.
- SslManagerBundle - Interface in org.springframework.boot.ssl
- 
A bundle of key and trust managers that can be used to establish an SSL connection.
- SslOptions - Interface in org.springframework.boot.ssl
- 
Configuration options that should be applied when establishing an SSL connection.
- SslServerCustomizer - Class in org.springframework.boot.web.embedded.netty
- 
NettyServerCustomizerthat configures SSL for the given Reactor Netty server instance.
- SslServerCustomizer(Http2, Ssl.ClientAuth, SslBundle, Map<String, SslBundle>) - Constructor for class org.springframework.boot.web.embedded.netty.SslServerCustomizer
- SslStoreBundle - Interface in org.springframework.boot.ssl
- 
A bundle of key and trust stores that can be used to establish an SSL connection.
- STACK_TRACE - Enum constant in enum class org.springframework.boot.web.error.ErrorAttributeOptions.Include
- 
Include the stack trace attribute.
- StackTracePrinter - Interface in org.springframework.boot.logging
- 
Interface that can be used to print the stack trace of aThrowable.
- standard() - Static method in interface org.springframework.boot.json.JsonWriter
- 
Factory method to return aJsonWriterfor standard Java types.
- StandardConfigDataLoader - Class in org.springframework.boot.context.config
- 
ConfigDataLoaderforResourcebacked locations.
- StandardConfigDataLoader() - Constructor for class org.springframework.boot.context.config.StandardConfigDataLoader
- StandardConfigDataLocationResolver - Class in org.springframework.boot.context.config
- 
ConfigDataLocationResolverfor standard locations.
- StandardConfigDataLocationResolver(DeferredLogFactory, Binder, ResourceLoader) - Constructor for class org.springframework.boot.context.config.StandardConfigDataLocationResolver
- 
Create a newStandardConfigDataLocationResolverinstance.
- StandardConfigDataResource - Class in org.springframework.boot.context.config
- 
ConfigDataResourcebacked by aResource.
- StandardReactiveWebEnvironment - Class in org.springframework.boot.web.reactive.context
- 
Environmentimplementation to be used byReactive-based web applications.
- StandardReactiveWebEnvironment() - Constructor for class org.springframework.boot.web.reactive.context.StandardReactiveWebEnvironment
- StandardReactiveWebEnvironment(MutablePropertySources) - Constructor for class org.springframework.boot.web.reactive.context.StandardReactiveWebEnvironment
- StandardStackTracePrinter - Class in org.springframework.boot.logging
- 
StackTracePrinterthat prints a standard form stack trace.
- start() - Method in class org.springframework.boot.jdbc.HikariCheckpointRestoreLifecycle
- start() - Method in class org.springframework.boot.logging.logback.CorrelationIdConverter
- start() - Method in class org.springframework.boot.logging.logback.StructuredLogEncoder
- start() - Method in class org.springframework.boot.rsocket.context.RSocketServerBootstrap
- start() - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServer
- start() - Method in interface org.springframework.boot.rsocket.server.RSocketServer
- 
Starts the RSocket server.
- start() - Method in class org.springframework.boot.web.context.WebServerGracefulShutdownLifecycle
- start() - Method in class org.springframework.boot.web.embedded.jetty.JettyWebServer
- start() - Method in class org.springframework.boot.web.embedded.netty.NettyWebServer
- start() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
- start() - Method in class org.springframework.boot.web.embedded.undertow.UndertowWebServer
- start() - Method in interface org.springframework.boot.web.server.WebServer
- 
Starts the web server.
- start(String) - Method in class org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup
- started(ConfigurableApplicationContext, Duration) - Method in interface org.springframework.boot.SpringApplicationRunListener
- 
The context has been refreshed and the application has started butCommandLineRunnersandApplicationRunnershave not been called.
- starting(ConfigurableBootstrapContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
- 
Called immediately when the run method has first started.
- startRecording() - Method in class org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup
- 
Start the recording of steps and mark the beginning of theStartupTimeline.
- StartupTimeline - Class in org.springframework.boot.context.metrics.buffering
- 
Represent the timeline ofstepsrecorded byBufferingApplicationStartup.
- StartupTimeline.TimelineEvent - Class in org.springframework.boot.context.metrics.buffering
- 
Event on the currentStartupTimeline.
- STATUS - Enum constant in enum class org.springframework.boot.web.error.ErrorAttributeOptions.Include
- 
Include the HTTP status code.
- stop() - Method in class org.springframework.boot.jdbc.HikariCheckpointRestoreLifecycle
- stop() - Method in class org.springframework.boot.logging.logback.CorrelationIdConverter
- stop() - Method in class org.springframework.boot.logging.logback.StructuredLogEncoder
- stop() - Method in class org.springframework.boot.rsocket.context.RSocketServerBootstrap
- stop() - Method in class org.springframework.boot.rsocket.netty.NettyRSocketServer
- stop() - Method in interface org.springframework.boot.rsocket.server.RSocketServer
- 
Stops the RSocket server.
- stop() - Method in class org.springframework.boot.web.context.WebServerGracefulShutdownLifecycle
- stop() - Method in class org.springframework.boot.web.embedded.jetty.JettyWebServer
- stop() - Method in class org.springframework.boot.web.embedded.netty.NettyWebServer
- stop() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
- stop() - Method in class org.springframework.boot.web.embedded.undertow.UndertowWebServer
- stop() - Method in interface org.springframework.boot.web.server.WebServer
- 
Stops the web server.
- stop(Runnable) - Method in class org.springframework.boot.web.context.WebServerGracefulShutdownLifecycle
- storeErrorInformation(Throwable, ServerWebExchange) - Method in class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
- storeErrorInformation(Throwable, ServerWebExchange) - Method in interface org.springframework.boot.web.reactive.error.ErrorAttributes
- 
Store the given error information in the currentServerWebExchange.
- stream() - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
- 
Returns a sequentialStreamfor thenamesmanaged by this source.
- stream() - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
- STRICT - Enum constant in enum class org.springframework.boot.web.server.Cookie.SameSite
- 
SameSite attribute will be set to Strict.
- StructuredLogEncoder - Class in org.springframework.boot.logging.logback
- 
Logback encoderfor structured logging.
- StructuredLogEncoder() - Constructor for class org.springframework.boot.logging.logback.StructuredLogEncoder
- StructuredLogFormatter<E> - Interface in org.springframework.boot.logging.structured
- 
Formats a log event to a structured log message.
- StructuredLogFormatterFactory<E> - Class in org.springframework.boot.logging.structured
- 
Factory that can be used to create a fully instantiatedStructuredLogFormatterfor either acommon formator a fully-qualified class name.
- StructuredLogFormatterFactory(Class<E>, Environment, Consumer<Instantiator.AvailableParameters>, Consumer<StructuredLogFormatterFactory.CommonFormatters<E>>) - Constructor for class org.springframework.boot.logging.structured.StructuredLogFormatterFactory
- 
Create a newStructuredLogFormatterFactoryinstance.
- StructuredLogFormatterFactory.CommonFormatterFactory<E> - Interface in org.springframework.boot.logging.structured
- 
Factory used to create aStructuredLogFormatterfor a givenCommonStructuredLogFormat.
- StructuredLogFormatterFactory.CommonFormatters<E> - Class in org.springframework.boot.logging.structured
- 
Callback used for configure theStructuredLogFormatterFactory.CommonFormatterFactoryto use for a givenCommonStructuredLogFormat.
- StructuredLoggingJsonMembersCustomizer<T> - Interface in org.springframework.boot.logging.structured
- 
Customizer that can be injected intoStructuredLogFormatterimplementations to customizeJsonWriterJsonWriter.Members.
- StructuredLoggingJsonMembersCustomizer.Builder<T> - Interface in org.springframework.boot.logging.structured
- 
Builder that can be injected into aStructuredLogFormatterto build theStructuredLoggingJsonMembersCustomizerwhen specific settings are required.
- subName(int) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Return a newConfigurationPropertyNameby based on this name offset by specific element index.
- supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.boot.env.EnvironmentPostProcessorApplicationListener
- supportsEventType(ResolvableType) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
- supportsEventType(ResolvableType) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
- supportsSourceType(Class<?>) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
- supportsSourceType(Class<?>) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
- switchOverAll() - Method in class org.springframework.boot.logging.DeferredLogs
- 
Switch over all deferred logs to their supplied destination.
- switchTo(Class<?>) - Method in class org.springframework.boot.logging.DeferredLog
- 
Switch from deferred logging to immediate logging to the specified destination.
- switchTo(Log) - Method in class org.springframework.boot.logging.DeferredLog
- 
Switch from deferred logging to immediate logging to the specified destination.
- SYSTEM_PROPERTY - Static variable in class org.springframework.boot.logging.LoggingSystem
- 
A System property that can be used to indicate theLoggingSystemto use.
- systemDefault() - Static method in interface org.springframework.boot.ssl.SslBundle
- 
Factory method to create a newSslBundlewhich uses the system defaults.
- SystemEnvironmentOrigin - Class in org.springframework.boot.origin
- 
Originfor an item loaded from the system environment.
- SystemEnvironmentOrigin(String) - Constructor for class org.springframework.boot.origin.SystemEnvironmentOrigin
- SystemEnvironmentPropertySourceEnvironmentPostProcessor - Class in org.springframework.boot.env
- 
AnEnvironmentPostProcessorthat replaces the systemEnvironmentSystemEnvironmentPropertySourcewith anSystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySourcethat can track theSystemEnvironmentOriginfor every system environment property.
- SystemEnvironmentPropertySourceEnvironmentPostProcessor() - Constructor for class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
- SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource - Class in org.springframework.boot.env
- 
SystemEnvironmentPropertySourcethat also tracksOrigin.
- SystemProperties - Class in org.springframework.boot.system
- 
Access to system properties.
T
- taskDecorator(TaskDecorator) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
- 
Set theTaskDecoratorto use ornullto not use any.
- taskDecorator(TaskDecorator) - Method in class org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
- 
Set the task decorator to be used by theSimpleAsyncTaskScheduler.
- taskDecorator(TaskDecorator) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
- 
Set theTaskDecoratorto use ornullto not use any.
- taskDecorator(TaskDecorator) - Method in class org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
- 
Set theTaskDecoratorto be applied to theThreadPoolTaskScheduler.
- taskTerminationTimeout(Duration) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
- 
Set the task termination timeout.
- taskTerminationTimeout(Duration) - Method in class org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
- 
Set the task termination timeout.
- TCP - Enum constant in enum class org.springframework.boot.rsocket.server.RSocketServer.Transport
- 
TCP transport protocol.
- TERADATA - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
Teradata.
- TESTCONTAINERS - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
Testcontainers.
- TextResourceOrigin - Class in org.springframework.boot.origin
- 
Originfor an item loaded from a text resource.
- TextResourceOrigin(Resource, TextResourceOrigin.Location) - Constructor for class org.springframework.boot.origin.TextResourceOrigin
- TextResourceOrigin.Location - Class in org.springframework.boot.origin
- 
A location (line and column number) within the resource.
- threadNamePrefix(String) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
- 
Set the prefix to use for the names of newly created threads.
- threadNamePrefix(String) - Method in class org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
- 
Set the prefix to use for the names of newly created threads.
- threadNamePrefix(String) - Method in class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
- 
Set the prefix to use for the names of newly created threads.
- threadNamePrefix(String) - Method in class org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
- 
Set the prefix to use for the names of newly created threads.
- ThreadPoolTaskExecutorBuilder - Class in org.springframework.boot.task
- 
Builder that can be used to configure and create aThreadPoolTaskExecutor.
- ThreadPoolTaskExecutorBuilder() - Constructor for class org.springframework.boot.task.ThreadPoolTaskExecutorBuilder
- ThreadPoolTaskExecutorCustomizer - Interface in org.springframework.boot.task
- 
Callback interface that can be used to customize aThreadPoolTaskExecutor.
- ThreadPoolTaskSchedulerBuilder - Class in org.springframework.boot.task
- 
Builder that can be used to configure and create aThreadPoolTaskScheduler.
- ThreadPoolTaskSchedulerBuilder() - Constructor for class org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
- ThreadPoolTaskSchedulerBuilder(Integer, Boolean, Duration, String, Set<ThreadPoolTaskSchedulerCustomizer>) - Constructor for class org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.5.0 for removal in 4.0.0 in favor of the default constructor
- ThreadPoolTaskSchedulerCustomizer - Interface in org.springframework.boot.task
- 
Callback interface that can be used to customize aThreadPoolTaskScheduler.
- throwableProxyToString(IThrowableProxy) - Method in class org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter
- throwableProxyToString(IThrowableProxy) - Method in class org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter
- throwIfDoesNotExist(ConfigDataResource, File) - Static method in exception org.springframework.boot.context.config.ConfigDataResourceNotFoundException
- 
Throw aConfigDataNotFoundExceptionif the specifiedFiledoes not exist.
- throwIfDoesNotExist(ConfigDataResource, Path) - Static method in exception org.springframework.boot.context.config.ConfigDataResourceNotFoundException
- 
Throw aConfigDataNotFoundExceptionif the specifiedPathdoes not exist.
- throwIfDoesNotExist(ConfigDataResource, Resource) - Static method in exception org.springframework.boot.context.config.ConfigDataResourceNotFoundException
- 
Throw aConfigDataNotFoundExceptionif the specifiedResourcedoes not exist.
- throwIfHasInvalidChars(CharSequence, List<Character>) - Static method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
- throwIfMultipleMatchingValuesIn(Consumer<Map<String, V>>, Predicate<V>) - Static method in exception org.springframework.boot.context.properties.source.MutuallyExclusiveConfigurationPropertiesException
- 
Throw a newMutuallyExclusiveConfigurationPropertiesExceptionif multiple values are defined in a set of entries that match the given predicate.
- throwIfMultipleNonNullValuesIn(Consumer<Map<String, Object>>) - Static method in exception org.springframework.boot.context.properties.source.MutuallyExclusiveConfigurationPropertiesException
- 
Throw a newMutuallyExclusiveConfigurationPropertiesExceptionif multiple non-null values are defined in a set of entries.
- throwIfPortBindingException(Exception, IntSupplier) - Static method in exception org.springframework.boot.web.server.PortInUseException
- 
Throw aPortInUseExceptionif the given exception was caused by a "port in use"BindException.
- to(Appendable) - Method in interface org.springframework.boot.json.WritableJson
- 
Write the JSON to the providedAppendable.
- to(Consumer<T>) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
- 
Complete the mapping by passing any non-filtered value to the specified consumer.
- to(R, BiFunction<R, T, R>) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
- 
Complete the mapping for any non-filtered value by applying the given function to an existing instance and returning a new one.
- toAnsiString(String, AnsiElement) - Method in class org.springframework.boot.logging.logback.ColorConverter
- toByteArray() - Method in interface org.springframework.boot.json.WritableJson
- 
Write the JSON to a UTF-8 encoded byte array.
- toByteArray(Charset) - Method in interface org.springframework.boot.json.WritableJson
- 
Write the JSON to a byte array.
- toCall(Runnable) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
- 
Complete the mapping by calling the specified method when the value has not been filtered.
- toDashedForm(String) - Static method in class org.springframework.boot.context.properties.bind.DataObjectPropertyName
- 
Return the specified Java Bean property name in dashed form.
- toInstance(Function<T, R>) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
- 
Complete the mapping by creating a new instance from the non-filtered value.
- toJsonString() - Method in interface org.springframework.boot.json.WritableJson
- 
Write the JSON to aString.
- toLong() - Method in class org.springframework.boot.system.ApplicationPid
- 
Return the application PID as aLong.
- TomcatConnectorCustomizer - Interface in org.springframework.boot.web.embedded.tomcat
- 
Callback interface that can be used to customize a TomcatConnector.
- TomcatContextCustomizer - Interface in org.springframework.boot.web.embedded.tomcat
- 
Callback interface that can be used to customize a TomcatContext.
- TomcatDataSourcePoolMetadata - Class in org.springframework.boot.jdbc.metadata
- 
DataSourcePoolMetadatafor a Tomcat DataSource.
- TomcatDataSourcePoolMetadata(DataSource) - Constructor for class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
- TomcatEmbeddedWebappClassLoader - Class in org.springframework.boot.web.embedded.tomcat
- 
Extension of Tomcat'sParallelWebappClassLoaderthat does not consider thesystem classloader.
- TomcatEmbeddedWebappClassLoader() - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
- TomcatEmbeddedWebappClassLoader(ClassLoader) - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
- TomcatProtocolHandlerCustomizer<T extends org.apache.coyote.ProtocolHandler> - Interface in org.springframework.boot.web.embedded.tomcat
- 
Callback interface that can be used to customize theProtocolHandleron theConnector.
- TomcatReactiveWebServerFactory - Class in org.springframework.boot.web.embedded.tomcat
- 
ReactiveWebServerFactorythat can be used to create aTomcatWebServer.
- TomcatReactiveWebServerFactory() - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
Create a newTomcatReactiveWebServerFactoryinstance.
- TomcatReactiveWebServerFactory(int) - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
Create a newTomcatReactiveWebServerFactorythat listens for requests using the specified port.
- TomcatServletWebServerFactory - Class in org.springframework.boot.web.embedded.tomcat
- 
AbstractServletWebServerFactorythat can be used to createTomcatWebServers.
- TomcatServletWebServerFactory() - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Create a newTomcatServletWebServerFactoryinstance.
- TomcatServletWebServerFactory(int) - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Create a newTomcatServletWebServerFactorythat listens for requests using the specified port.
- TomcatServletWebServerFactory(String, int) - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Create a newTomcatServletWebServerFactorywith the specified context path and port.
- TomcatWebServer - Class in org.springframework.boot.web.embedded.tomcat
- 
WebServerthat can be used to control a Tomcat web server.
- TomcatWebServer(Tomcat) - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
- 
Create a newTomcatWebServerinstance.
- TomcatWebServer(Tomcat, boolean) - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
- 
Create a newTomcatWebServerinstance.
- TomcatWebServer(Tomcat, boolean, Shutdown) - Constructor for class org.springframework.boot.web.embedded.tomcat.TomcatWebServer
- 
Create a newTomcatWebServerinstance.
- toOutputStream(OutputStream) - Method in interface org.springframework.boot.json.WritableJson
- 
Write the JSON to the providedOutputStreamusingUTF8encoding.
- toOutputStream(OutputStream, Charset) - Method in interface org.springframework.boot.json.WritableJson
- 
Write the JSON to the providedOutputStreamusing the givenCharset.
- toPropertySource() - Method in class org.springframework.boot.info.InfoProperties
- 
Return aPropertySourceof this instance.
- toResource(WritableResource) - Method in interface org.springframework.boot.json.WritableJson
- 
Write the JSON to the providedWritableResourceusingUTF8encoding.
- toResource(WritableResource, Charset) - Method in interface org.springframework.boot.json.WritableJson
- 
Write the JSON to the providedWritableResourceusing the givenCharset.
- toString() - Method in class org.springframework.boot.ansi.Ansi8BitColor
- toString() - Method in enum class org.springframework.boot.ansi.AnsiBackground
- toString() - Method in enum class org.springframework.boot.ansi.AnsiColor
- toString() - Method in interface org.springframework.boot.ansi.AnsiElement
- toString() - Method in enum class org.springframework.boot.ansi.AnsiStyle
- toString() - Method in class org.springframework.boot.context.config.ConfigData.Options
- toString() - Method in class org.springframework.boot.context.config.ConfigDataLocation
- toString() - Method in class org.springframework.boot.context.config.ConfigTreeConfigDataResource
- toString() - Method in class org.springframework.boot.context.config.Profiles
- toString() - Method in class org.springframework.boot.context.config.StandardConfigDataResource
- toString() - Method in class org.springframework.boot.context.properties.bind.Bindable
- toString() - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
- toString() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- toString() - Method in record class org.springframework.boot.http.client.ClientHttpRequestFactorySettings
- 
Returns a string representation of this record class.
- toString() - Method in record class org.springframework.boot.http.client.HttpClientSettings
- 
Returns a string representation of this record class.
- toString() - Method in record class org.springframework.boot.http.client.reactive.ClientHttpConnectorSettings
- 
Returns a string representation of this record class.
- toString() - Method in class org.springframework.boot.json.JsonWriter.Member
- toString() - Method in record class org.springframework.boot.json.JsonWriter.MemberPath
- 
Returns a string representation of this record class.
- toString() - Method in class org.springframework.boot.logging.CorrelationIdFormatter
- toString() - Method in class org.springframework.boot.logging.LogFile
- toString() - Method in class org.springframework.boot.logging.LoggerConfiguration.LevelConfiguration
- toString() - Method in class org.springframework.boot.logging.LoggerConfiguration
- toString() - Method in record class org.springframework.boot.logging.structured.ElasticCommonSchemaProperties.Service
- 
Returns a string representation of this record class.
- toString() - Method in record class org.springframework.boot.logging.structured.ElasticCommonSchemaProperties
- 
Returns a string representation of this record class.
- toString() - Method in record class org.springframework.boot.logging.structured.GraylogExtendedLogFormatProperties.Service
- 
Returns a string representation of this record class.
- toString() - Method in record class org.springframework.boot.logging.structured.GraylogExtendedLogFormatProperties
- 
Returns a string representation of this record class.
- toString() - Method in class org.springframework.boot.origin.OriginTrackedResource
- toString() - Method in class org.springframework.boot.origin.OriginTrackedValue
- toString() - Method in class org.springframework.boot.origin.PropertySourceOrigin
- toString() - Method in class org.springframework.boot.origin.SystemEnvironmentOrigin
- toString() - Method in class org.springframework.boot.origin.TextResourceOrigin.Location
- toString() - Method in class org.springframework.boot.origin.TextResourceOrigin
- toString() - Method in class org.springframework.boot.ssl.jks.JksSslStoreBundle
- toString() - Method in record class org.springframework.boot.ssl.jks.JksSslStoreDetails
- 
Returns a string representation of this record class.
- toString() - Method in class org.springframework.boot.ssl.pem.PemContent
- toString() - Method in class org.springframework.boot.ssl.pem.PemSslStoreBundle
- toString() - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
- 
Returns a string representation of this record class.
- toString() - Method in class org.springframework.boot.system.ApplicationHome
- toString() - Method in class org.springframework.boot.system.ApplicationPid
- toString() - Method in class org.springframework.boot.system.ApplicationTemp
- toString() - Method in enum class org.springframework.boot.system.JavaVersion
- toString() - Method in record class org.springframework.boot.web.client.ClientHttpRequestFactorySettings
- 
Deprecated.Returns a string representation of this record class.
- toString() - Method in class org.springframework.boot.web.error.Error
- toString() - Method in class org.springframework.boot.web.server.MimeMappings.Mapping
- toString() - Method in record class org.springframework.boot.web.server.Ssl.ServerNameSslBundle
- 
Returns a string representation of this record class.
- toString() - Method in class org.springframework.boot.web.server.WebServerSslBundle
- toString() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- toString() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
- toString(Object...) - Static method in class org.springframework.boot.ansi.AnsiOutput
- 
Create a new ANSI string from the specified elements.
- TOTAL_SIZE_CAP - Enum constant in enum class org.springframework.boot.logging.logback.RollingPolicySystemProperty
- 
Logging system property for the file total size cap.
- toUnescapedString() - Method in record class org.springframework.boot.json.JsonWriter.MemberPath
- 
Return a string representation of the path without any escaping.
- toWriter(Writer) - Method in interface org.springframework.boot.json.WritableJson
- 
Write the JSON to the providedWriter.
- trace(Object) - Method in class org.springframework.boot.logging.DeferredLog
- trace(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
- TRACE - Enum constant in enum class org.springframework.boot.logging.LogLevel
- transform(ILoggingEvent, String) - Method in class org.springframework.boot.logging.logback.ColorConverter
- transform(ILoggingEvent, String) - Method in class org.springframework.boot.logging.logback.EnclosedInSquareBracketsConverter
- trimParse(String, String, Function<String, T>) - Method in class org.springframework.boot.json.AbstractJsonParser
- tryParse(Callable<T>, Class<? extends Exception>) - Method in class org.springframework.boot.json.AbstractJsonParser
- TWENTY - Enum constant in enum class org.springframework.boot.system.JavaVersion
- 
Java 20.
- TWENTY_FOUR - Enum constant in enum class org.springframework.boot.system.JavaVersion
- 
Java 24.
- TWENTY_ONE - Enum constant in enum class org.springframework.boot.system.JavaVersion
- 
Java 21.
- TWENTY_THREE - Enum constant in enum class org.springframework.boot.system.JavaVersion
- 
Java 23.
- TWENTY_TWO - Enum constant in enum class org.springframework.boot.system.JavaVersion
- 
Java 22.
- type() - Element in annotation interface org.springframework.boot.jackson.JsonComponent
- 
The types that are handled by the provided serializer/deserializer.
- type() - Element in annotation interface org.springframework.boot.jackson.JsonMixin
- 
The types that are handled by the provided mix-in class.
- type() - Method in record class org.springframework.boot.ssl.jks.JksSslStoreDetails
- 
Returns the value of thetyperecord component.
- type() - Method in interface org.springframework.boot.ssl.pem.PemSslStore
- 
The key store type, for exampleJKSorPKCS11.
- type() - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
- 
Returns the value of thetyperecord component.
- type(Class<D>) - Method in class org.springframework.boot.jdbc.DataSourceBuilder
- 
Set theDataSourcetype that should be built.
- TypeExcludeFilter - Class in org.springframework.boot.context
- 
Provides exclusionTypeFiltersthat are loaded from theBeanFactoryand automatically applied toSpringBootApplicationscanning.
- TypeExcludeFilter() - Constructor for class org.springframework.boot.context.TypeExcludeFilter
U
- UnboundConfigurationPropertiesException - Exception in org.springframework.boot.context.properties.bind
- 
BindExceptionthrown whenConfigurationPropertySourceelements were left unbound.
- UnboundConfigurationPropertiesException(Set<ConfigurationProperty>) - Constructor for exception org.springframework.boot.context.properties.bind.UnboundConfigurationPropertiesException
- UnboundElementsSourceFilter - Class in org.springframework.boot.context.properties.source
- 
Function used to determine if aConfigurationPropertySourceshould be included when determining unbound elements.
- UnboundElementsSourceFilter() - Constructor for class org.springframework.boot.context.properties.source.UnboundElementsSourceFilter
- UNDERLINE - Enum constant in enum class org.springframework.boot.ansi.AnsiStyle
- UndertowBuilderCustomizer - Interface in org.springframework.boot.web.embedded.undertow
- 
Callback interface that can be used to customize an UndertowUndertow.Builder.
- UndertowDeploymentInfoCustomizer - Interface in org.springframework.boot.web.embedded.undertow
- 
Callback interface that can be used to customize an UndertowDeploymentInfo.
- UndertowReactiveWebServerFactory - Class in org.springframework.boot.web.embedded.undertow
- 
ReactiveWebServerFactorythat can be used to createUndertowWebServers.
- UndertowReactiveWebServerFactory() - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- 
Create a newUndertowReactiveWebServerFactoryinstance.
- UndertowReactiveWebServerFactory(int) - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- 
Create a newUndertowReactiveWebServerFactorythat listens for requests using the specified port.
- UndertowServletWebServer - Class in org.springframework.boot.web.embedded.undertow
- 
WebServerthat can be used to control an embedded Undertow server.
- UndertowServletWebServer(Undertow.Builder, Iterable<HttpHandlerFactory>, String, boolean) - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
- 
Create a newUndertowServletWebServerinstance.
- UndertowServletWebServerFactory - Class in org.springframework.boot.web.embedded.undertow
- 
ServletWebServerFactorythat can be used to createUndertowServletWebServers.
- UndertowServletWebServerFactory() - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- 
Create a newUndertowServletWebServerFactoryinstance.
- UndertowServletWebServerFactory(int) - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- 
Create a newUndertowServletWebServerFactorythat listens for requests using the specified port.
- UndertowServletWebServerFactory(String, int) - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- 
Create a newUndertowServletWebServerFactorywith the specified context path and port.
- UndertowWebServer - Class in org.springframework.boot.web.embedded.undertow
- 
WebServerthat can be used to control an Undertow web server.
- UndertowWebServer(Undertow.Builder, boolean) - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowWebServer
- 
Create a newUndertowWebServerinstance.
- UndertowWebServer(Undertow.Builder, Iterable<HttpHandlerFactory>, boolean) - Constructor for class org.springframework.boot.web.embedded.undertow.UndertowWebServer
- 
Create a newUndertowWebServerinstance.
- UNIFORM - Enum constant in enum class org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
- 
The uniform configuration form (used for equals/hashCode; lower-case with only alphanumeric characters).
- UNINDEXED - Static variable in record class org.springframework.boot.json.JsonWriter.MemberPath
- 
Indicates that the member has no index.
- UNKNOWN - Enum constant in enum class org.springframework.boot.context.properties.source.ConfigurationPropertyState
- 
It's not possible to determine ifConfigurationPropertySourcehas matchingConfigurationPropertiesor not.
- UNKNOWN - Enum constant in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
Unknown type.
- UNMANAGED - Enum constant in enum class org.springframework.boot.jdbc.SchemaManagement
- 
The schema is not managed.
- unmodifiableMappings(MimeMappings) - Static method in class org.springframework.boot.web.server.MimeMappings
- 
Create a new unmodifiable view of the specified mapping.
- UnsupportedConfigDataLocationException - Exception in org.springframework.boot.context.config
- 
Exception throw if aConfigDataLocationis not supported.
- UnsupportedDataSourcePropertyException - Exception in org.springframework.boot.jdbc
- 
RuntimeExceptionthrown fromDataSourceBuilderwhen an unsupported property is used.
- unwrap() - Method in class org.springframework.boot.r2dbc.OptionsCapableConnectionFactory
- unwrap(ConnectionFactory) - Static method in class org.springframework.boot.jms.ConnectionFactoryUnwrapper
- 
Return the nativeConnectionFactoryby unwrapping it from a cache or pool connection factory.
- unwrap(DataSource, Class<I>, Class<T>) - Static method in class org.springframework.boot.jdbc.DataSourceUnwrapper
- 
Return an object that implements the giventargettype, unwrapping delegate or proxy if necessary using the specifiedunwrapInterface.
- unwrap(DataSource, Class<T>) - Static method in class org.springframework.boot.jdbc.DataSourceUnwrapper
- 
Return an object that implements the giventargettype, unwrapping delegate or proxy if necessary.
- unwrapCaching(ConnectionFactory) - Static method in class org.springframework.boot.jms.ConnectionFactoryUnwrapper
- 
Return the nativeConnectionFactoryby unwrapping from aCachingConnectionFactory.
- unwrapFrom(ConnectionFactory) - Static method in class org.springframework.boot.r2dbc.OptionsCapableConnectionFactory
- 
Returns, if possible, anOptionsCapableConnectionFactoryby unwrapping the givenconnectionFactoryas necessary.
- updateBundle(String, SslBundle) - Method in class org.springframework.boot.ssl.DefaultSslBundleRegistry
- updateBundle(String, SslBundle) - Method in interface org.springframework.boot.ssl.SslBundleRegistry
- 
Updates anSslBundle.
- uriString(String) - Method in class org.springframework.boot.web.client.RootUriBuilderFactory
- uriTemplateHandler(UriTemplateHandler) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Set theUriTemplateHandlerthat should be used with theRestTemplate.
- url(String) - Method in class org.springframework.boot.jdbc.DataSourceBuilder
- 
Set the URL that should be used when building the datasource.
- URL - Enum constant in enum class org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
- 
Rewrite the URL to append a session ID.
- urlMappings() - Element in annotation interface org.springframework.boot.web.servlet.ServletRegistration
- 
URL mappings for the servlet.
- urlPatterns() - Element in annotation interface org.springframework.boot.web.servlet.FilterRegistration
- 
URL patterns, as defined in the Servlet specification, that the filter will be registered against.
- USE_LOWERCASE_NAMES - Enum constant in enum class org.springframework.boot.env.ConfigTreePropertySource.Option
- 
Convert file and directory names to lowercase.
- UserConfigurations - Class in org.springframework.boot.context.annotation
- 
Configurationsrepresenting user-defined@Configurationclasses (i.e.
- UserConfigurations(Collection<Class<?>>) - Constructor for class org.springframework.boot.context.annotation.UserConfigurations
- username(String) - Method in class org.springframework.boot.jdbc.DataSourceBuilder
- 
Set the username that should be used when building the datasource.
- username(String) - Method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
- 
Configure the username.
- usingExtractedPairs(BiConsumer<T, Consumer<E>>, Function<E, N>, Function<E, V>) - Method in class org.springframework.boot.json.JsonWriter.Member
- 
Add JSON name/value pairs by extracting values from a series of elements.
- usingExtractedPairs(BiConsumer<T, Consumer<E>>, JsonWriter.PairExtractor<E>) - Method in class org.springframework.boot.json.JsonWriter.Member
- 
Add JSON name/value pairs by extracting values from a series of elements.
- usingMembers(Consumer<JsonWriter.Members<T>>) - Method in class org.springframework.boot.json.JsonWriter.Member
- 
Add JSON based on furtherJsonWriter.Membersconfiguration.
- usingPairs(BiConsumer<T, BiConsumer<N, V>>) - Method in class org.springframework.boot.json.JsonWriter.Member
- 
Add JSON name/value pairs.
V
- VALID - Enum constant in enum class org.springframework.boot.info.SslInfo.CertificateValidityInfo.Status
- 
The certificate is valid.
- ValidationBindHandler - Class in org.springframework.boot.context.properties.bind.validation
- 
BindHandlerto applyValidatorsto bound results.
- ValidationBindHandler(BindHandler, Validator...) - Constructor for class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
- ValidationBindHandler(Validator...) - Constructor for class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
- ValidationErrors - Class in org.springframework.boot.context.properties.bind.validation
- 
A collection ofObjectErrorscaused by bind validation failures.
- VALIDATOR_BEAN_NAME - Static variable in annotation interface org.springframework.boot.context.properties.EnableConfigurationProperties
- 
The bean name of the configuration properties validator.
- value() - Element in annotation interface org.springframework.boot.context.properties.bind.DefaultValue
- 
The default value of the property.
- value() - Element in annotation interface org.springframework.boot.context.properties.bind.Name
- 
The name of the property to use for binding.
- value() - Element in annotation interface org.springframework.boot.context.properties.ConfigurationProperties
- 
The prefix of the properties that are valid to bind to this object.
- value() - Element in annotation interface org.springframework.boot.context.properties.ConfigurationPropertiesScan
- 
Alias for theConfigurationPropertiesScan.basePackages()attribute.
- value() - Element in annotation interface org.springframework.boot.context.properties.EnableConfigurationProperties
- 
Convenient way to quickly register@ConfigurationPropertiesannotated beans with Spring.
- value() - Element in annotation interface org.springframework.boot.convert.DataSizeUnit
- 
TheDataUnitto use if one is not specified.
- value() - Element in annotation interface org.springframework.boot.convert.Delimiter
- 
The delimiter to use orNONEif the entire contents should be treated as a single element.
- value() - Element in annotation interface org.springframework.boot.convert.DurationFormat
- 
The duration format style.
- value() - Element in annotation interface org.springframework.boot.convert.DurationUnit
- 
The duration unit to use if one is not specified.
- value() - Element in annotation interface org.springframework.boot.convert.PeriodFormat
- 
ThePeriodformat style.
- value() - Element in annotation interface org.springframework.boot.convert.PeriodUnit
- 
The Period unit to use if one is not specified.
- value() - Element in annotation interface org.springframework.boot.jackson.JsonComponent
- 
The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an autodetected component.
- value() - Element in annotation interface org.springframework.boot.jackson.JsonMixin
- 
Alias for theJsonMixin.type()attribute.
- value() - Element in annotation interface org.springframework.boot.web.servlet.ServletComponentScan
- 
Alias for theServletComponentScan.basePackages()attribute.
- VALUE - Static variable in annotation interface org.springframework.boot.context.properties.ConfigurationPropertiesBinding
- 
Concrete value for the@Qualifier.
- VALUE_OBJECT - Enum constant in enum class org.springframework.boot.context.properties.bind.BindMethod
- 
Value object using constructor binding.
- valueOf(String) - Static method in enum class org.springframework.boot.ansi.AnsiBackground
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.ansi.AnsiColor
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.ansi.AnsiOutput.Enabled
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.ansi.AnsiStyle
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.availability.LivenessState
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.availability.ReadinessState
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.Banner.Mode
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.BootstrapRegistry.Scope
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.cloud.CloudPlatform
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.context.config.ConfigData.Option
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.context.config.ConfigDataNotFoundAction
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.context.properties.bind.Bindable.BindRestriction
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.context.properties.bind.BindMethod
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.context.properties.source.ConfigurationPropertyState
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.convert.DurationStyle
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.convert.PeriodStyle
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.env.ConfigTreePropertySource.Option
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.http.client.ClientHttpRequestFactorySettings.Redirects
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.http.client.HttpRedirects
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.info.SslInfo.CertificateValidityInfo.Status
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.jackson.JsonComponent.Scope
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.jdbc.SchemaManagement
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.logging.logback.RollingPolicySystemProperty
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.logging.LoggerConfiguration.ConfigurationScope
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.logging.LogLevel
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.logging.structured.CommonStructuredLogFormat
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.r2dbc.EmbeddedDatabaseConnection
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.rsocket.server.RSocketServer.Transport
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.sql.init.DatabaseInitializationMode
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.system.JavaVersion
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.web.error.ErrorAttributeOptions.Include
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.web.server.Cookie.SameSite
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.web.server.GracefulShutdownResult
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.web.server.Shutdown
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.web.server.Ssl.ClientAuth
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.web.servlet.DispatcherType
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.web.servlet.server.Encoding.Type
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.boot.WebApplicationType
- 
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.springframework.boot.ansi.AnsiBackground
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.ansi.AnsiColor
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.ansi.AnsiOutput.Enabled
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.ansi.AnsiStyle
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.availability.LivenessState
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.availability.ReadinessState
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.Banner.Mode
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.BootstrapRegistry.Scope
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.cloud.CloudPlatform
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.context.config.ConfigData.Option
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.context.config.ConfigDataNotFoundAction
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.context.properties.bind.Bindable.BindRestriction
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.context.properties.bind.BindMethod
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.context.properties.source.ConfigurationPropertyState
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.convert.DurationStyle
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.convert.PeriodStyle
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.env.ConfigTreePropertySource.Option
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.http.client.ClientHttpRequestFactorySettings.Redirects
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.http.client.HttpRedirects
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.info.SslInfo.CertificateValidityInfo.Status
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.jackson.JsonComponent.Scope
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.jdbc.DatabaseDriver
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.jdbc.SchemaManagement
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.logging.logback.RollingPolicySystemProperty
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.logging.LoggerConfiguration.ConfigurationScope
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.logging.LoggingSystemProperty
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.logging.LogLevel
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.logging.structured.CommonStructuredLogFormat
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.r2dbc.EmbeddedDatabaseConnection
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.rsocket.server.RSocketServer.Transport
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.sql.init.DatabaseInitializationMode
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.system.JavaVersion
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.web.error.ErrorAttributeOptions.Include
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.web.server.Cookie.SameSite
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.web.server.GracefulShutdownResult
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.web.server.Shutdown
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.web.server.Ssl.ClientAuth
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.web.servlet.DispatcherType
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.web.servlet.server.Encoding.Type
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.boot.WebApplicationType
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- VALUES - Enum constant in enum class org.springframework.boot.jackson.JsonComponent.Scope
- 
A serializer/deserializer for regular value content.
- version() - Method in record class org.springframework.boot.logging.structured.ElasticCommonSchemaProperties.Service
- 
Returns the value of theversionrecord component.
- version() - Method in record class org.springframework.boot.logging.structured.GraylogExtendedLogFormatProperties.Service
- 
Returns the value of theversionrecord component.
- virtualThreads(Boolean) - Method in class org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
- 
Set whether to use virtual threads.
- virtualThreads(Boolean) - Method in class org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder
- 
Set whether to use virtual threads.
W
- WANT - Enum constant in enum class org.springframework.boot.web.server.Ssl.ClientAuth
- 
Client authentication is wanted but not mandatory.
- warn(Object) - Method in class org.springframework.boot.logging.DeferredLog
- warn(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
- WARN - Enum constant in enum class org.springframework.boot.logging.LogLevel
- web(WebApplicationType) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Flag to explicitly request a specific type of web application.
- WebApplicationContextServletContextAwareProcessor - Class in org.springframework.boot.web.servlet.context
- 
Variant ofServletContextAwareProcessorfor use with aConfigurableWebApplicationContext.
- WebApplicationContextServletContextAwareProcessor(ConfigurableWebApplicationContext) - Constructor for class org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor
- WebApplicationType - Enum Class in org.springframework.boot
- 
An enumeration of possible types of web application.
- WebClientCustomizer - Interface in org.springframework.boot.web.reactive.function.client
- 
Callback interface that can be used to customize aWebClient.Builder.
- WebListenerRegistrar - Interface in org.springframework.boot.web.servlet
- 
Interface to be implemented by types that register@WebListeners.
- WebListenerRegistry - Interface in org.springframework.boot.web.servlet
- 
A registry that holds@WebListeners.
- WebServer - Interface in org.springframework.boot.web.server
- 
Simple interface that represents a fully configured web server (for example Tomcat, Jetty, Netty).
- WebServerApplicationContext - Interface in org.springframework.boot.web.context
- 
Interface to be implemented byapplication contextsthat create and manage the lifecycle of an embeddedWebServer.
- WebServerException - Exception in org.springframework.boot.web.server
- 
Exceptions thrown by a web server.
- WebServerException(String, Throwable) - Constructor for exception org.springframework.boot.web.server.WebServerException
- WebServerFactory - Interface in org.springframework.boot.web.server
- 
Tagging interface for factories that create aWebServer.
- WebServerFactoryCustomizer<T extends WebServerFactory> - Interface in org.springframework.boot.web.server
- 
Strategy interface for customizingweb server factories.
- WebServerFactoryCustomizerBeanPostProcessor - Class in org.springframework.boot.web.server
- 
BeanPostProcessorthat applies allWebServerFactoryCustomizerbeans from the bean factory toWebServerFactorybeans.
- WebServerFactoryCustomizerBeanPostProcessor() - Constructor for class org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor
- WebServerGracefulShutdownLifecycle - Class in org.springframework.boot.web.context
- 
SmartLifecycleto triggerWebServergraceful shutdown.
- WebServerGracefulShutdownLifecycle(WebServer) - Constructor for class org.springframework.boot.web.context.WebServerGracefulShutdownLifecycle
- 
Creates a newWebServerGracefulShutdownLifecyclethat will gracefully shut down the givenwebServer.
- WebServerInitializedEvent - Class in org.springframework.boot.web.context
- 
Event to be published when theWebServeris ready.
- WebServerInitializedEvent(WebServer) - Constructor for class org.springframework.boot.web.context.WebServerInitializedEvent
- WebServerPortFileWriter - Class in org.springframework.boot.web.context
- 
AnApplicationListenerthat saves embedded server port and management port into file.
- WebServerPortFileWriter() - Constructor for class org.springframework.boot.web.context.WebServerPortFileWriter
- 
Create a newWebServerPortFileWriterinstance using the filename 'application.port'.
- WebServerPortFileWriter(File) - Constructor for class org.springframework.boot.web.context.WebServerPortFileWriter
- 
Create a newWebServerPortFileWriterinstance with a specified file.
- WebServerPortFileWriter(String) - Constructor for class org.springframework.boot.web.context.WebServerPortFileWriter
- 
Create a newWebServerPortFileWriterinstance with a specified filename.
- WebServerSslBundle - Class in org.springframework.boot.web.server
- WebServiceMessageSenderFactory - Interface in org.springframework.boot.webservices.client
- 
Factory that can be used to create aWebServiceMessageSender.
- WebServiceTemplateBuilder - Class in org.springframework.boot.webservices.client
- 
Builder that can be used to configure and create aWebServiceTemplate.
- WebServiceTemplateBuilder(WebServiceTemplateCustomizer...) - Constructor for class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- WebServiceTemplateCustomizer - Interface in org.springframework.boot.webservices.client
- 
Callback interface that can be used to customize aWebServiceTemplate.
- WEBSOCKET - Enum constant in enum class org.springframework.boot.rsocket.server.RSocketServer.Transport
- 
WebSocket transport protocol.
- when(Predicate<Cookie>) - Method in interface org.springframework.boot.web.servlet.server.CookieSameSiteSupplier
- 
Limit this supplier so that it's only called if the predicate accepts the Cookie.
- when(Predicate<T>) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
- 
Return a filtered version of the source that won't map values that don't match the given predicate.
- when(Predicate<T>) - Method in class org.springframework.boot.json.JsonWriter.Member
- 
Only include this member when the given predicate matches.
- when(Predicate<T>) - Method in interface org.springframework.boot.json.JsonWriter.ValueProcessor
- 
Return a new processor from this one that only applies to member with values that match the given predicate.
- whenEqualTo(Object) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
- 
Return a filtered version of the source that will only map values equal to the specifiedobject.
- whenFalse() - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
- 
Return a filtered version of the source that will only map values that arefalse.
- whenHasLength() - Method in class org.springframework.boot.json.JsonWriter.Member
- 
Only include this member when it is notnulland has atoString()that is not zero length.
- whenHasName(String) - Method in interface org.springframework.boot.web.servlet.server.CookieSameSiteSupplier
- 
Limit this supplier so that it's only called if the Cookie has the given name.
- whenHasName(Supplier<String>) - Method in interface org.springframework.boot.web.servlet.server.CookieSameSiteSupplier
- 
Limit this supplier so that it's only called if the Cookie has the given name.
- whenHasNameMatching(String) - Method in interface org.springframework.boot.web.servlet.server.CookieSameSiteSupplier
- 
Limit this supplier so that it's only called if the Cookie name matches the given regex.
- whenHasNameMatching(Pattern) - Method in interface org.springframework.boot.web.servlet.server.CookieSameSiteSupplier
- 
Limit this supplier so that it's only called if the Cookie name matches the givenPattern.
- whenHasPath(String) - Method in interface org.springframework.boot.json.JsonWriter.ValueProcessor
- 
Return a new processor from this one that only applied to members with the given path.
- whenHasPath(Predicate<JsonWriter.MemberPath>) - Method in interface org.springframework.boot.json.JsonWriter.ValueProcessor
- 
Return a new processor from this one that only applied to members that match the given path predicate.
- whenHasText() - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
- 
Return a filtered version of the source that will only map values that have atoString()containing actual text.
- whenHasUnescapedPath(String) - Method in interface org.springframework.boot.json.JsonWriter.ValueProcessor
- 
Return a new processor from this one that only applied to members with the given path (ignoring escape characters).
- whenInstanceOf(Class<?>) - Method in interface org.springframework.boot.json.JsonWriter.ValueProcessor
- 
Return a new processor from this one that only applies to member with values of the given type.
- whenInstanceOf(Class<R>) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
- 
Return a filtered version of the source that will only map values that are an instance of the given type.
- whenNonNull() - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
- 
Return a filtered version of the source that won't map non-null values or suppliers that throw aNullPointerException.
- whenNot(Predicate<T>) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
- 
Return a filtered version of the source that won't map values that match the given predicate.
- whenNot(Predicate<T>) - Method in class org.springframework.boot.json.JsonWriter.Member
- 
Only include this member when the given predicate does not match.
- whenNotEmpty() - Method in class org.springframework.boot.json.JsonWriter.Member
- 
Only include this member when it is not empty (SeeObjectUtils.isEmpty(Object)for details).
- whenNotNull() - Method in class org.springframework.boot.json.JsonWriter.Member
- 
Only include this member when its value is notnull.
- whenNotNull(Function<T, ?>) - Method in class org.springframework.boot.json.JsonWriter.Member
- 
Only include this member when an extracted value is notnull.
- whenTrue() - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
- 
Return a filtered version of the source that will only map values that aretrue.
- WHITE - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- WHITE - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
- WhitespaceThrowablePatternConverter - Class in org.springframework.boot.logging.log4j2
- 
ThrowablePatternConverterthat adds some additional whitespace around the stack trace.
- WhitespaceThrowableProxyConverter - Class in org.springframework.boot.logging.logback
- 
ThrowableProxyConverterthat adds some additional whitespace around the stack trace.
- WhitespaceThrowableProxyConverter() - Constructor for class org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter
- WILL_EXPIRE_SOON - Enum constant in enum class org.springframework.boot.info.SslInfo.CertificateValidityInfo.Status
- 
The certificate is still valid, but the end of its validity date range is within the defined threshold.
- with(Class<?>...) - Method in class org.springframework.boot.SpringApplication.Augmented
- 
Return a newSpringApplication.Augmentedinstance with additional sources that should be applied when the application runs.
- with(ConfigData.Option) - Method in class org.springframework.boot.context.config.ConfigData.Options
- 
Create a newConfigData.Optionsinstance that contains the options in this set including the given option.
- with(EnvironmentPostProcessorsFactory) - Static method in class org.springframework.boot.env.EnvironmentPostProcessorApplicationListener
- 
Factory method that creates anEnvironmentPostProcessorApplicationListenerwith a specificEnvironmentPostProcessorsFactory.
- withAdditionalProfiles(String...) - Method in class org.springframework.boot.SpringApplication.Augmented
- 
Return a newSpringApplication.Augmentedinstance with additional profiles that should be applied when the application runs.
- withAlias(String) - Method in interface org.springframework.boot.ssl.pem.PemSslStore
- 
Return a newPemSslStoreinstance with a new alias.
- withAlias(String) - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
- 
Return a newPemSslStoreDetailsinstance with a new alias.
- withAliases(ConfigurationPropertyNameAliases) - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
- 
Return a variant of this source that supports name aliases.
- withAliases(ConfigurationPropertyNameAliases) - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
- withAnnotations(Annotation...) - Method in class org.springframework.boot.context.properties.bind.Bindable
- 
Create an updatedBindableinstance with the specified annotations.
- withBindMethod(BindMethod) - Method in class org.springframework.boot.context.properties.bind.Bindable
- 
Create an updatedBindableinstance with a specific bind method.
- withBindRestrictions(Bindable.BindRestriction...) - Method in class org.springframework.boot.context.properties.bind.Bindable
- 
Create an updatedBindableinstance with additional bind restrictions.
- withClientConnectorCustomizerCustomizer(Consumer<ClientConnector>) - Method in class org.springframework.boot.http.client.JettyClientHttpRequestFactoryBuilder
- 
Return a newJettyClientHttpRequestFactoryBuilderthat applies additional customization to the underlyingClientConnector.
- withClientConnectorCustomizerCustomizer(Consumer<ClientConnector>) - Method in class org.springframework.boot.http.client.JettyHttpClientBuilder
- 
Return a newJettyClientHttpRequestFactoryBuilderthat applies additional customization to the underlyingClientConnector.
- withClientConnectorCustomizerCustomizer(Consumer<ClientConnector>) - Method in class org.springframework.boot.http.client.reactive.JettyClientHttpConnectorBuilder
- 
Return a newJettyClientHttpConnectorBuilderthat applies additional customization to the underlyingClientConnector.
- withCommonFrames() - Method in class org.springframework.boot.logging.StandardStackTracePrinter
- 
Return a newStandardStackTracePrinterfrom this one that will print all common frames rather the replacing them with the "... N more" message.
- withConnectionConfigCustomizer(Consumer<ConnectionConfig.Builder>) - Method in class org.springframework.boot.http.client.HttpComponentsHttpAsyncClientBuilder
- 
Return a newHttpComponentsHttpAsyncClientBuilderthat applies additional customization to the underlyingConnectionConfig.Builder.
- withConnectionConfigCustomizer(Consumer<ConnectionConfig.Builder>) - Method in class org.springframework.boot.http.client.reactive.HttpComponentsClientHttpConnectorBuilder
- 
Return a newHttpComponentsClientHttpConnectorBuilderthat applies additional customization to the underlyingConnectionConfig.Builder.
- withConnectionManagerCustomizer(Consumer<PoolingHttpClientConnectionManagerBuilder>) - Method in class org.springframework.boot.http.client.HttpComponentsClientHttpRequestFactoryBuilder
- 
Return a newHttpComponentsClientHttpRequestFactoryBuilderthat applies additional customization to the underlyingPoolingHttpClientConnectionManagerBuilder.
- withConnectionManagerCustomizer(Consumer<PoolingHttpClientConnectionManagerBuilder>) - Method in class org.springframework.boot.http.client.HttpComponentsHttpClientBuilder
- 
Return a newHttpComponentsHttpClientBuilderthat applies additional customization to the underlyingPoolingHttpClientConnectionManagerBuilder.
- withConnectionManagerCustomizer(Consumer<PoolingAsyncClientConnectionManagerBuilder>) - Method in class org.springframework.boot.http.client.HttpComponentsHttpAsyncClientBuilder
- 
Return a newHttpComponentsHttpAsyncClientBuilderthat applies additional customization to the underlyingPoolingAsyncClientConnectionManagerBuilder.
- withConnectionManagerCustomizer(Consumer<PoolingAsyncClientConnectionManagerBuilder>) - Method in class org.springframework.boot.http.client.reactive.HttpComponentsClientHttpConnectorBuilder
- 
Return a newHttpComponentsClientHttpConnectorBuilderthat applies additional customization to the underlyingPoolingAsyncClientConnectionManagerBuilder.
- withConnectTimeout(Duration) - Method in record class org.springframework.boot.http.client.ClientHttpRequestFactorySettings
- 
Return a newClientHttpRequestFactorySettingsinstance with an updated connect timeout setting.
- withConnectTimeout(Duration) - Method in record class org.springframework.boot.http.client.reactive.ClientHttpConnectorSettings
- 
Return a newClientHttpConnectorSettingsinstance with an updated connect timeout setting.
- withConnectTimeout(Duration) - Method in record class org.springframework.boot.web.client.ClientHttpRequestFactorySettings
- 
Deprecated.Return a newClientHttpRequestFactorySettingsinstance with an updated connect timeout setting.
- withCustomizer(Consumer<HttpClient.Builder>) - Method in class org.springframework.boot.http.client.JdkHttpClientBuilder
- 
Return a newJdkHttpClientBuilderthat applies additional customization to the underlyingHttpClient.Builder.
- withCustomizer(Consumer<HttpAsyncClientBuilder>) - Method in class org.springframework.boot.http.client.HttpComponentsHttpAsyncClientBuilder
- 
Return a newHttpComponentsHttpAsyncClientBuilderthat applies additional customization to the underlyingHttpAsyncClientBuilder.
- withCustomizer(Consumer<HttpClientBuilder>) - Method in class org.springframework.boot.http.client.HttpComponentsHttpClientBuilder
- 
Return a newHttpComponentsHttpClientBuilderthat applies additional customization to the underlyingHttpClientBuilder.
- withCustomizer(Consumer<HttpClient>) - Method in class org.springframework.boot.http.client.JettyHttpClientBuilder
- 
Return a newJettyClientHttpRequestFactoryBuilderthat applies additional customization to the underlyingHttpClient.
- withCustomizer(Consumer<HttpComponentsClientHttpRequestFactory>) - Method in class org.springframework.boot.http.client.HttpComponentsClientHttpRequestFactoryBuilder
- withCustomizer(Consumer<JdkClientHttpRequestFactory>) - Method in class org.springframework.boot.http.client.JdkClientHttpRequestFactoryBuilder
- withCustomizer(Consumer<JettyClientHttpRequestFactory>) - Method in class org.springframework.boot.http.client.JettyClientHttpRequestFactoryBuilder
- withCustomizer(Consumer<JdkClientHttpConnector>) - Method in class org.springframework.boot.http.client.reactive.JdkClientHttpConnectorBuilder
- withCustomizer(Consumer<JettyClientHttpConnector>) - Method in class org.springframework.boot.http.client.reactive.JettyClientHttpConnectorBuilder
- withCustomizer(Consumer<ReactorClientHttpConnector>) - Method in class org.springframework.boot.http.client.reactive.ReactorClientHttpConnectorBuilder
- withCustomizer(Consumer<ReactorClientHttpRequestFactory>) - Method in class org.springframework.boot.http.client.ReactorClientHttpRequestFactoryBuilder
- withCustomizer(Consumer<SimpleClientHttpRequestFactory>) - Method in class org.springframework.boot.http.client.SimpleClientHttpRequestFactoryBuilder
- withCustomizer(Consumer<T>) - Method in interface org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
- 
Return a newClientHttpRequestFactoryBuilderthat applies the given customizer to theClientHttpRequestFactoryafter it has been built.
- withCustomizer(Consumer<T>) - Method in interface org.springframework.boot.http.client.reactive.ClientHttpConnectorBuilder
- 
Return a newClientHttpConnectorBuilderthat applies the given customizer to theClientHttpConnectorafter it has been built.
- withCustomizers(Collection<Consumer<HttpComponentsClientHttpRequestFactory>>) - Method in class org.springframework.boot.http.client.HttpComponentsClientHttpRequestFactoryBuilder
- withCustomizers(Collection<Consumer<JdkClientHttpRequestFactory>>) - Method in class org.springframework.boot.http.client.JdkClientHttpRequestFactoryBuilder
- withCustomizers(Collection<Consumer<JettyClientHttpRequestFactory>>) - Method in class org.springframework.boot.http.client.JettyClientHttpRequestFactoryBuilder
- withCustomizers(Collection<Consumer<JdkClientHttpConnector>>) - Method in class org.springframework.boot.http.client.reactive.JdkClientHttpConnectorBuilder
- withCustomizers(Collection<Consumer<JettyClientHttpConnector>>) - Method in class org.springframework.boot.http.client.reactive.JettyClientHttpConnectorBuilder
- withCustomizers(Collection<Consumer<ReactorClientHttpConnector>>) - Method in class org.springframework.boot.http.client.reactive.ReactorClientHttpConnectorBuilder
- withCustomizers(Collection<Consumer<ReactorClientHttpRequestFactory>>) - Method in class org.springframework.boot.http.client.ReactorClientHttpRequestFactoryBuilder
- withCustomizers(Collection<Consumer<SimpleClientHttpRequestFactory>>) - Method in class org.springframework.boot.http.client.SimpleClientHttpRequestFactoryBuilder
- withCustomizers(Collection<Consumer<T>>) - Method in interface org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder
- 
Return a newClientHttpRequestFactoryBuilderthat applies the given customizers to theClientHttpRequestFactoryafter it has been built.
- withCustomizers(Collection<Consumer<T>>) - Method in interface org.springframework.boot.http.client.reactive.ClientHttpConnectorBuilder
- 
Return a newClientHttpConnectorBuilderthat applies the given customizers to theClientHttpConnectorafter it has been built.
- withDefaultRequestConfigCustomizer(Consumer<RequestConfig.Builder>) - Method in class org.springframework.boot.http.client.HttpComponentsClientHttpRequestFactoryBuilder
- 
Return a newHttpComponentsClientHttpRequestFactoryBuilderthat applies additional customization to the underlyingRequestConfig.Builderused for default requests.
- withDefaultRequestConfigCustomizer(Consumer<RequestConfig.Builder>) - Method in class org.springframework.boot.http.client.HttpComponentsHttpAsyncClientBuilder
- 
Return a newHttpComponentsHttpAsyncClientBuilderthat applies additional customization to the underlyingRequestConfig.Builderused for default requests.
- withDefaultRequestConfigCustomizer(Consumer<RequestConfig.Builder>) - Method in class org.springframework.boot.http.client.HttpComponentsHttpClientBuilder
- 
Return a newHttpComponentsHttpClientBuilderthat applies additional customization to the underlyingRequestConfig.Builderused for default requests.
- withDefaultRequestConfigCustomizer(Consumer<RequestConfig.Builder>) - Method in class org.springframework.boot.http.client.reactive.HttpComponentsClientHttpConnectorBuilder
- 
Return a newHttpComponentsClientHttpConnectorBuilderthat applies additional customization to the underlyingRequestConfig.Builderused for default requests.
- withDriverPlatform(DatabaseDriver, String) - Method in class org.springframework.boot.jdbc.init.PlatformPlaceholderDatabaseDriverResolver
- 
Creates a newPlatformPlaceholderDatabaseDriverResolverthat will map the givendriverto the givenplatform.
- withExistingValue(T) - Method in class org.springframework.boot.context.properties.bind.Bindable
- 
Create an updatedBindableinstance with an existing value.
- withFilter(Predicate<Throwable>) - Method in class org.springframework.boot.logging.StandardStackTracePrinter
- 
Return a newStandardStackTracePrinterfrom this one that will only include throwables (excluding caused and suppressed) that match the given predicate.
- withFilter(LambdaSafe.Filter<C, A>) - Method in class org.springframework.boot.util.LambdaSafe.LambdaSafeCallback
- 
Use a specific filter to determine when a callback should apply.
- withFormatter(Function<Throwable, String>) - Method in class org.springframework.boot.logging.StandardStackTracePrinter
- 
Return a newStandardStackTracePrinterfrom this one uses the specified formatter to create a string representation of a throwable.
- withFrameFilter(BiPredicate<Integer, StackTraceElement>) - Method in class org.springframework.boot.logging.StandardStackTracePrinter
- 
Return a newStandardStackTracePrinterfrom this one that will only include frames that match the given predicate.
- withFrameFormatter(Function<StackTraceElement, String>) - Method in class org.springframework.boot.logging.StandardStackTracePrinter
- 
Return a newStandardStackTracePrinterfrom this one uses the specified formatter to create a string representation of a frame.
- withHashes() - Method in class org.springframework.boot.logging.StandardStackTracePrinter
- 
Return a newStandardStackTracePrinterfrom this one that generates and prints hashes for each stacktrace.
- withHashes(boolean) - Method in class org.springframework.boot.logging.StandardStackTracePrinter
- 
Return a newStandardStackTracePrinterfrom this one that changes if hashes should be generated and printed for each stacktrace.
- withHashes(ToIntFunction<StackTraceElement>) - Method in class org.springframework.boot.logging.StandardStackTracePrinter
- withHook(SpringApplicationHook, Runnable) - Static method in class org.springframework.boot.SpringApplication
- 
Perform the given action with the givenSpringApplicationHookattached if the action triggers anapplication run.
- withHook(SpringApplicationHook, ThrowingSupplier<T>) - Static method in class org.springframework.boot.SpringApplication
- 
Perform the given action with the givenSpringApplicationHookattached if the action triggers anapplication run.
- withHttpClientCustomizer(Consumer<HttpClient.Builder>) - Method in class org.springframework.boot.http.client.JdkClientHttpRequestFactoryBuilder
- 
Return a newJdkClientHttpRequestFactoryBuilderthat applies additional customization to the underlyingHttpClient.Builder.
- withHttpClientCustomizer(Consumer<HttpClient.Builder>) - Method in class org.springframework.boot.http.client.reactive.JdkClientHttpConnectorBuilder
- 
Return a newJdkClientHttpConnectorBuilderthat applies additional customization to the underlyingHttpClient.Builder.
- withHttpClientCustomizer(Consumer<HttpAsyncClientBuilder>) - Method in class org.springframework.boot.http.client.reactive.HttpComponentsClientHttpConnectorBuilder
- 
Return a newHttpComponentsClientHttpConnectorBuilderthat applies additional customization to the underlyingHttpAsyncClientBuilder.
- withHttpClientCustomizer(Consumer<HttpClientBuilder>) - Method in class org.springframework.boot.http.client.HttpComponentsClientHttpRequestFactoryBuilder
- 
Return a newHttpComponentsClientHttpRequestFactoryBuilderthat applies additional customization to the underlyingHttpClientBuilder.
- withHttpClientCustomizer(Consumer<HttpClient>) - Method in class org.springframework.boot.http.client.JettyClientHttpRequestFactoryBuilder
- 
Return a newJettyClientHttpRequestFactoryBuilderthat applies additional customization to the underlyingHttpClient.
- withHttpClientCustomizer(Consumer<HttpClient>) - Method in class org.springframework.boot.http.client.reactive.JettyClientHttpConnectorBuilder
- 
Return a newJettyClientHttpConnectorBuilderthat applies additional customization to the underlyingHttpClient.
- withHttpClientCustomizer(UnaryOperator<HttpClient>) - Method in class org.springframework.boot.http.client.reactive.ReactorClientHttpConnectorBuilder
- 
Return a newReactorClientHttpConnectorBuilderthat applies additional customization to the underlyingHttpClient.
- withHttpClientCustomizer(UnaryOperator<HttpClient>) - Method in class org.springframework.boot.http.client.ReactorClientHttpRequestFactoryBuilder
- 
Return a newReactorClientHttpRequestFactoryBuilderthat applies additional customization to the underlyingHttpClient.
- withHttpClientCustomizer(UnaryOperator<HttpClient>) - Method in class org.springframework.boot.http.client.ReactorHttpClientBuilder
- 
Return a newReactorHttpClientBuilderthat applies additional customization to the underlyingHttpClient.
- withHttpClientFactory(Supplier<HttpClient>) - Method in class org.springframework.boot.http.client.reactive.ReactorClientHttpConnectorBuilder
- 
Return a newReactorClientHttpConnectorBuilderthat uses the given factory to create the underlyingHttpClient.
- withHttpClientFactory(Supplier<HttpClient>) - Method in class org.springframework.boot.http.client.ReactorClientHttpRequestFactoryBuilder
- 
Return a newReactorClientHttpRequestFactoryBuilderthat uses the given factory to create the underlyingHttpClient.
- withHttpClientFactory(Supplier<HttpClient>) - Method in class org.springframework.boot.http.client.ReactorHttpClientBuilder
- 
Return a newReactorHttpClientBuilderthat uses the given factory to create theHttpClient.
- withHttpClientTransportCustomizer(Consumer<HttpClientTransport>) - Method in class org.springframework.boot.http.client.JettyClientHttpRequestFactoryBuilder
- 
Return a newJettyClientHttpRequestFactoryBuilderthat applies additional customization to the underlyingHttpClientTransport.
- withHttpClientTransportCustomizer(Consumer<HttpClientTransport>) - Method in class org.springframework.boot.http.client.JettyHttpClientBuilder
- 
Return a newJettyClientHttpRequestFactoryBuilderthat applies additional customization to the underlyingHttpClientTransport.
- withHttpClientTransportCustomizer(Consumer<HttpClientTransport>) - Method in class org.springframework.boot.http.client.reactive.JettyClientHttpConnectorBuilder
- 
Return a newJettyClientHttpConnectorBuilderthat applies additional customization to the underlyingHttpClientTransport.
- withLineSeparator(String) - Method in class org.springframework.boot.logging.StandardStackTracePrinter
- 
Return a newStandardStackTracePrinterfrom this one that print the stack trace using the specified line separator.
- withLogger(Class<?>) - Method in class org.springframework.boot.util.LambdaSafe.LambdaSafeCallback
- 
Use the specified logger source to report any lambda failures.
- withLogger(Log) - Method in class org.springframework.boot.util.LambdaSafe.LambdaSafeCallback
- 
Use the specified logger to report any lambda failures.
- withMaximumLength(int) - Method in class org.springframework.boot.logging.StandardStackTracePrinter
- 
Return a newStandardStackTracePrinterfrom this one that will use ellipses to truncate output longer that the specified length.
- withMaximumThrowableDepth(int) - Method in class org.springframework.boot.logging.StandardStackTracePrinter
- 
Return a newStandardStackTracePrinterfrom this one that filter frames (including caused and suppressed) deeper then the specified maximum.
- withNewLineAtEnd() - Method in interface org.springframework.boot.json.JsonWriter
- 
Return a newJsonWriterinstance that appends a new line after the JSON has been written.
- withOptions(ConnectionFactoryOptions.Builder) - Static method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
- 
Initialize a newConnectionFactoryBuilderbased on the specifiedoptions.
- without(ConfigData.Option) - Method in class org.springframework.boot.context.config.ConfigData.Options
- 
Create a newConfigData.Optionsinstance that contains the options in this set excluding the given option.
- withoutSuppressed() - Method in class org.springframework.boot.logging.StandardStackTracePrinter
- 
Return a newStandardStackTracePrinterfrom this one that will not printsuppresseditems.
- withPassword(String) - Method in record class org.springframework.boot.ssl.jks.JksSslStoreDetails
- 
Return a newJksSslStoreDetailsinstance with a new password.
- withPassword(String) - Method in interface org.springframework.boot.ssl.pem.PemSslStore
- 
Return a newPemSslStoreinstance with a new password.
- withPassword(String) - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
- 
Return a newPemSslStoreDetailsinstance with a new password.
- withPrefix(String) - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
- 
Return a variant of this source that supports a prefix.
- withPrefix(String) - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
- withPrivateKey(String) - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
- 
Return a newPemSslStoreDetailsinstance with a new private key.
- withPrivateKeyPassword(String) - Method in record class org.springframework.boot.ssl.pem.PemSslStoreDetails
- 
Return a newPemSslStoreDetailsinstance with a new private key password.
- withReactorResourceFactory(ReactorResourceFactory) - Method in class org.springframework.boot.http.client.reactive.ReactorClientHttpConnectorBuilder
- 
Return a newReactorClientHttpConnectorBuilderthat uses the givenReactorResourceFactoryto create the underlyingHttpClient.
- withReactorResourceFactory(ReactorResourceFactory) - Method in class org.springframework.boot.http.client.ReactorClientHttpRequestFactoryBuilder
- 
Return a newReactorClientHttpRequestFactoryBuilderthat uses the givenReactorResourceFactoryto create the underlyingHttpClient.
- withReactorResourceFactory(ReactorResourceFactory) - Method in class org.springframework.boot.http.client.ReactorHttpClientBuilder
- 
Return a newReactorHttpClientBuilderthat uses the givenReactorResourceFactoryto create theHttpClient.
- withReadTimeout(Duration) - Method in record class org.springframework.boot.http.client.ClientHttpRequestFactorySettings
- 
Return a newClientHttpRequestFactorySettingsinstance with an updated read timeout setting.
- withReadTimeout(Duration) - Method in record class org.springframework.boot.http.client.reactive.ClientHttpConnectorSettings
- 
Return a newClientHttpConnectorSettingsinstance with an updated read timeout setting.
- withReadTimeout(Duration) - Method in record class org.springframework.boot.web.client.ClientHttpRequestFactorySettings
- 
Deprecated.Return a newClientHttpRequestFactorySettingsinstance with an updated read timeout setting.
- withRedirects(ClientHttpRequestFactorySettings.Redirects) - Method in record class org.springframework.boot.http.client.ClientHttpRequestFactorySettings
- 
Return a newClientHttpRequestFactorySettingsinstance with an updated redirect setting.
- withRedirects(HttpRedirects) - Method in record class org.springframework.boot.http.client.reactive.ClientHttpConnectorSettings
- 
Return a newClientHttpConnectorSettingsinstance with an updated redirect setting.
- withScope(BootstrapRegistry.Scope) - Method in interface org.springframework.boot.BootstrapRegistry.InstanceSupplier
- 
Return a newBootstrapRegistry.InstanceSupplierwith an updatedBootstrapRegistry.Scope.
- withSocketConfigCustomizer(Consumer<SocketConfig.Builder>) - Method in class org.springframework.boot.http.client.HttpComponentsClientHttpRequestFactoryBuilder
- 
Return a newHttpComponentsClientHttpRequestFactoryBuilderthat applies additional customization to the underlyingSocketConfig.Builder.
- withSocketConfigCustomizer(Consumer<SocketConfig.Builder>) - Method in class org.springframework.boot.http.client.HttpComponentsHttpClientBuilder
- 
Return a newHttpComponentsHttpClientBuilderthat applies additional customization to the underlyingSocketConfig.Builder.
- withSslBundle(SslBundle) - Method in record class org.springframework.boot.http.client.ClientHttpRequestFactorySettings
- 
Return a newClientHttpRequestFactorySettingsinstance with an updated SSL bundle setting.
- withSslBundle(SslBundle) - Method in record class org.springframework.boot.http.client.reactive.ClientHttpConnectorSettings
- 
Return a newClientHttpConnectorSettingsinstance with an updated SSL bundle setting.
- withSslBundle(SslBundle) - Method in record class org.springframework.boot.web.client.ClientHttpRequestFactorySettings
- 
Deprecated.Return a newClientHttpRequestFactorySettingsinstance with an updated SSL bundle setting.
- withSuffix(String) - Method in interface org.springframework.boot.json.JsonWriter
- 
Return a newJsonWriterinstance that appends the given suffix after the JSON has been written.
- withSuppliedValue(Supplier<T>) - Method in class org.springframework.boot.context.properties.bind.Bindable
- 
Create an updatedBindableinstance with a value supplier.
- withTimeouts(Duration, Duration) - Method in record class org.springframework.boot.http.client.ClientHttpRequestFactorySettings
- 
Return a newClientHttpRequestFactorySettingsinstance with an updated connect and read timeout setting.
- withTimeouts(Duration, Duration) - Method in record class org.springframework.boot.http.client.reactive.ClientHttpConnectorSettings
- 
Return a newClientHttpConnectorSettingsinstance with an updated connect and read timeout setting.
- withTlsSocketStrategyFactory(Function<SslBundle, TlsSocketStrategy>) - Method in class org.springframework.boot.http.client.HttpComponentsClientHttpRequestFactoryBuilder
- 
Return a newHttpComponentsClientHttpRequestFactoryBuilderwith a replacementTlsSocketStrategyfactory.
- withTlsSocketStrategyFactory(Function<SslBundle, TlsSocketStrategy>) - Method in class org.springframework.boot.http.client.HttpComponentsHttpClientBuilder
- 
Return a newHttpComponentsHttpClientBuilderwith a replacementTlsSocketStrategyfactory.
- withTlsSocketStrategyFactory(Function<SslBundle, TlsStrategy>) - Method in class org.springframework.boot.http.client.reactive.HttpComponentsClientHttpConnectorBuilder
- 
Return a newHttpComponentsClientHttpConnectorBuilderwith a replacementTlsStrategyfactory.
- withTlsStrategyFactory(Function<SslBundle, TlsStrategy>) - Method in class org.springframework.boot.http.client.HttpComponentsHttpAsyncClientBuilder
- 
Return a newHttpComponentsHttpAsyncClientBuilderwith a replacementTlsStrategyfactory.
- withUrl(String) - Static method in class org.springframework.boot.r2dbc.ConnectionFactoryBuilder
- 
Initialize a newConnectionFactoryBuilderbased on the specified R2DBC url.
- wrap(List<? extends MessageSourceResolvable>) - Static method in class org.springframework.boot.web.error.Error
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.5.4 for removal in 4.0.0 in favor ofError.wrapIfNecessary(List)
- wrapConnectionFactory(XAConnectionFactory) - Method in interface org.springframework.boot.jms.XAConnectionFactoryWrapper
- 
Wrap the specificXAConnectionFactoryand enroll it with a JTATransactionManager.
- wrapDataSource(XADataSource) - Method in interface org.springframework.boot.jdbc.XADataSourceWrapper
- 
Wrap the specificXADataSourceand enroll it with a JTATransactionManager.
- wrapIfNecessary(List<? extends MessageSourceResolvable>) - Static method in class org.springframework.boot.web.error.Error
- 
Wrap the given errors, if necessary, such that they are suitable for serialization to JSON.
- WritableJson - Interface in org.springframework.boot.json
- 
JSON content that can be written out.
- write(File) - Method in class org.springframework.boot.system.ApplicationPid
- 
Write the PID to the specified file.
- write(T) - Method in interface org.springframework.boot.json.JsonWriter
- 
Provide aWritableJsonimplementation that may be used to write the given instance to various outputs.
- write(T, Appendable) - Method in interface org.springframework.boot.json.JsonWriter
- 
Write the given instance to the providedAppendable.
- writeToString(T) - Method in interface org.springframework.boot.json.JsonWriter
- 
Write the given instance to a JSON string.
X
- XAConnectionFactoryWrapper - Interface in org.springframework.boot.jms
- 
Strategy interface used to wrap a JMSXAConnectionFactoryenrolling it with a JTATransactionManager.
- XADataSourceWrapper - Interface in org.springframework.boot.jdbc
- 
Strategy interface used to wrap anXADataSourceenrolling it with a JTATransactionManager.
- XmlServletWebServerApplicationContext - Class in org.springframework.boot.web.servlet.context
- 
ServletWebServerApplicationContextwhich takes its configuration from XML documents, understood by anXmlBeanDefinitionReader.
- XmlServletWebServerApplicationContext() - Constructor for class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
- 
Create a newXmlServletWebServerApplicationContextthat needs to be loaded and then manuallyrefreshed.
- XmlServletWebServerApplicationContext(Class<?>, String...) - Constructor for class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
- 
Create a newXmlServletWebServerApplicationContext, loading bean definitions from the given resource locations and automatically refreshing the context.
- XmlServletWebServerApplicationContext(String...) - Constructor for class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
- 
Create a newXmlServletWebServerApplicationContext, loading bean definitions from the given resource locations and automatically refreshing the context.
- XmlServletWebServerApplicationContext(Resource...) - Constructor for class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
- 
Create a newXmlServletWebServerApplicationContext, loading bean definitions from the given resources and automatically refreshing the context.
Y
- YamlPropertySourceLoader - Class in org.springframework.boot.env
- 
Strategy to load '.yml' (or '.yaml') files into aPropertySource.
- YamlPropertySourceLoader() - Constructor for class org.springframework.boot.env.YamlPropertySourceLoader
- YELLOW - Enum constant in enum class org.springframework.boot.ansi.AnsiBackground
- YELLOW - Enum constant in enum class org.springframework.boot.ansi.AnsiColor
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
EnclosedInSquareBracketsConverter