- AbstractBindHandler - Class in org.springframework.boot.context.properties.bind
- 
- AbstractBindHandler() - Constructor for class org.springframework.boot.context.properties.bind.AbstractBindHandler
- 
Create a new binding handler instance. 
- AbstractBindHandler(BindHandler) - Constructor for class org.springframework.boot.context.properties.bind.AbstractBindHandler
- 
Create a new binding handler instance with a specific parent. 
- AbstractConfigurableWebServerFactory - Class in org.springframework.boot.web.server
- 
- AbstractConfigurableWebServerFactory() - Constructor for class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- 
- AbstractConfigurableWebServerFactory(int) - Constructor for class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- 
- AbstractDataSourceInitializer - Class in org.springframework.boot.jdbc
- 
- AbstractDataSourceInitializer(DataSource, ResourceLoader) - Constructor for class org.springframework.boot.jdbc.AbstractDataSourceInitializer
-  
- AbstractDataSourcePoolMetadata<T extends DataSource> - Class in org.springframework.boot.jdbc.metadata
- 
- AbstractDataSourcePoolMetadata(T) - Constructor for class org.springframework.boot.jdbc.metadata.AbstractDataSourcePoolMetadata
- 
Create an instance with the data source to use. 
- AbstractFailureAnalyzer<T extends Throwable> - Class in org.springframework.boot.diagnostics
- 
Abstract base class for most FailureAnalyzerimplementations.
 
- AbstractFailureAnalyzer() - Constructor for class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
-  
- AbstractFilterRegistrationBean<T extends javax.servlet.Filter> - Class in org.springframework.boot.web.servlet
- 
- AbstractInjectionFailureAnalyzer<T extends Throwable> - Class in org.springframework.boot.diagnostics.analyzer
- 
Abstract base class for a  FailureAnalyzer that handles some kind of injection
 failure. 
- AbstractInjectionFailureAnalyzer() - Constructor for class org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
-  
- AbstractJsonParser - Class in org.springframework.boot.json
- 
Base class for parsers wrapped or implemented in this package. 
- AbstractJsonParser() - Constructor for class org.springframework.boot.json.AbstractJsonParser
-  
- AbstractLoggingSystem - Class in org.springframework.boot.logging
- 
- AbstractLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.AbstractLoggingSystem
-  
- AbstractLoggingSystem.LogLevels<T> - Class in org.springframework.boot.logging
- 
Maintains a mapping between native levels and  LogLevel. 
- AbstractReactiveWebServerFactory - Class in org.springframework.boot.web.reactive.server
- 
- AbstractReactiveWebServerFactory() - Constructor for class org.springframework.boot.web.reactive.server.AbstractReactiveWebServerFactory
-  
- AbstractReactiveWebServerFactory(int) - Constructor for class org.springframework.boot.web.reactive.server.AbstractReactiveWebServerFactory
-  
- AbstractServletWebServerFactory - Class in org.springframework.boot.web.servlet.server
- 
- AbstractServletWebServerFactory() - Constructor for class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- 
- AbstractServletWebServerFactory(int) - Constructor for class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- 
- AbstractServletWebServerFactory(String, int) - Constructor for class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- 
- ACTIVE_PROFILES_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
- 
The "active profiles" property name. 
- add(String, String) - Method in class org.springframework.boot.web.server.MimeMappings
- 
Add a new mime mapping. 
- addAdaptableBeans(ListableBeanFactory) - Method in class org.springframework.boot.web.servlet.ServletContextInitializerBeans
-  
- addAdditionalTomcatConnectors(Connector...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Add Connectors in addition to the default connector, e.g.
 
- addAliases(String, String...) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
-  
- addAliases(ConfigurationPropertyName, ConfigurationPropertyName...) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
-  
- 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
-  
- addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
- 
- addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- 
- addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-  
- 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
- 
Add Configurations that will be applied to theWebAppContextbefore
 the server is started.
 
- addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
- 
- addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
- addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-  
- addContextCustomizers(TomcatContextCustomizer...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
- 
- addContextCustomizers(TomcatContextCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
- addContextCustomizers(TomcatContextCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-  
- addContextLifecycleListeners(LifecycleListener...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
Add LifecycleListeners that should be added to the TomcatContext.
 
- addContextLifecycleListeners(LifecycleListener...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Add LifecycleListeners that should be added to the TomcatContext.
 
- addContextValves(Valve...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Add Valves that should be applied to the TomcatContext.
 
- addDefaultServlet(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Add Jetty's DefaultServletto the givenWebAppContext.
 
- addDelimitedStringConverters(ConverterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
- 
Add converters to support delimited strings. 
- addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
- 
- addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-  
- addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-  
- addEngineValves(Valve...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
- 
Add Valves that should be applied to the 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
-  
- addInitializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.boot.SpringApplication
- 
Add ApplicationContextInitializers to be applied to the SpringApplicationContext.
 
- addInitializers(ServletContextInitializer...) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
-  
- addInitializers(ServletContextInitializer...) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
- 
- addInitParameter(String, String) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
- 
Add a single init-parameter, replacing any existing parameter with the same name. 
- additionalCustomizers(TaskExecutorCustomizer...) - Method in class org.springframework.boot.task.TaskExecutorBuilder
- 
- additionalCustomizers(Iterable<TaskExecutorCustomizer>) - Method in class org.springframework.boot.task.TaskExecutorBuilder
- 
- additionalCustomizers(TaskSchedulerCustomizer...) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
- 
- additionalCustomizers(Iterable<TaskSchedulerCustomizer>) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
- 
- additionalCustomizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- additionalCustomizers(Collection<? extends RestTemplateCustomizer>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- additionalCustomizers(WebServiceTemplateCustomizer...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
- additionalCustomizers(Collection<? extends WebServiceTemplateCustomizer>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
- additionalInterceptors(ClientHttpRequestInterceptor...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Add additional ClientHttpRequestInterceptorsthat should be used with theRestTemplate.
 
- additionalInterceptors(Collection<? extends ClientHttpRequestInterceptor>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Add additional ClientHttpRequestInterceptorsthat should be used with theRestTemplate.
 
- additionalInterceptors(ClientInterceptor...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Add additional ClientInterceptorsthat should be used
 with theWebServiceTemplate.
 
- additionalInterceptors(Collection<? extends ClientInterceptor>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Add additional ClientInterceptorsthat should be used
 with theWebServiceTemplate.
 
- additionalMessageConverters(HttpMessageConverter<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Add additional HttpMessageConvertersthat should be
 used with theRestTemplate.
 
- additionalMessageConverters(Collection<? extends HttpMessageConverter<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Add additional HttpMessageConvertersthat should be
 used with theRestTemplate.
 
- additionalMessageSenders(WebServiceMessageSender...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Add additional WebServiceMessageSendersthat should
 be used with theWebServiceTemplate.
 
- additionalMessageSenders(Collection<? extends WebServiceMessageSender>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Add additional WebServiceMessageSendersthat should
 be used with theWebServiceTemplate.
 
- addJspServlet(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Add Jetty's JspServletto the givenWebAppContext.
 
- addListeners(ApplicationListener<?>...) - Method in class org.springframework.boot.SpringApplication
- 
Add ApplicationListeners to be applied to the SpringApplication and
 registered with theApplicationContext.
 
- addPostProcessors(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
- 
Add appropriate post-processors to post-configure the property-sources. 
- addPrimarySources(Collection<Class<?>>) - Method in class org.springframework.boot.SpringApplication
- 
- addPropertySources(ConfigurableEnvironment, ResourceLoader) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
- 
Add config file property sources to the specified environment. 
- 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
-  
- addServerCustomizers(JettyServerCustomizer...) - Method in interface org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
- 
- addServerCustomizers(JettyServerCustomizer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-  
- addServerCustomizers(JettyServerCustomizer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-  
- addServerCustomizers(NettyServerCustomizer...) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
- 
- addServletNames(String...) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- 
Add servlet names for the filter. 
- addServletRegistrationBeans(ServletRegistrationBean<?>...) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- 
- addTldSkipPatterns(String...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Add patterns that match jars to ignore for TLD scanning. 
- addTo(RestTemplate, String) - Static method in class org.springframework.boot.web.client.RootUriTemplateHandler
- 
- addToEnvironment(ConfigurableEnvironment) - Static method in class org.springframework.boot.env.RandomValuePropertySource
-  
- addURL(URL) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
-  
- addUrlMappings(String...) - Method in class org.springframework.boot.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. 
- 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.jta.atomikos.AtomikosConnectionFactoryBean
-  
- afterPropertiesSet() - Method in class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
-  
- afterPropertiesSet() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-  
- afterPropertiesSet() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-  
- afterRefresh(ConfigurableApplicationContext, ApplicationArguments) - Method in class org.springframework.boot.SpringApplication
- 
Called after the context has been refreshed. 
- allowCoreThreadTimeOut(boolean) - Method in class org.springframework.boot.task.TaskExecutorBuilder
- 
Set whether core threads are allow to time out. 
- alwaysApplying(PropertyMapper.SourceOperator) - Method in class org.springframework.boot.context.properties.PropertyMapper
- 
- alwaysApplyingWhenNonNull() - Method in class org.springframework.boot.context.properties.PropertyMapper
- 
- analyze(Throwable) - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
-  
- analyze(Throwable, T) - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
- 
Returns an analysis of the given rootFailure, ornullif no
 analysis was possible.
 
- analyze(Throwable, T) - Method in class org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
-  
- analyze(Throwable, T, String) - Method in class org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
- 
Returns an analysis of the given rootFailure, ornullif no
 analysis was possible.
 
- analyze(Throwable, BeanNotOfRequiredTypeException) - Method in class org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyzer
-  
- analyze(Throwable) - Method in interface org.springframework.boot.diagnostics.FailureAnalyzer
- 
Returns an analysis of the given failure, ornullif no analysis
 was possible.
 
- AnnotationConfigReactiveWebApplicationContext - Class in org.springframework.boot.web.reactive.context
- 
ConfigurableReactiveWebApplicationContext that accepts annotated classes as
 input - in particular
  @Configuration-annotated
 classes, but also plain  @Component classes and JSR-330 compliant
 classes using  javax.inject annotations. 
- AnnotationConfigReactiveWebApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
-  
- AnnotationConfigReactiveWebServerApplicationContext - Class in org.springframework.boot.web.reactive.context
- 
ReactiveWebServerApplicationContext that accepts annotated classes as input -
 in particular
  @Configuration-annotated
 classes, but also plain  @Component classes and JSR-330 compliant
 classes using  javax.inject annotations. 
- AnnotationConfigReactiveWebServerApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- 
- AnnotationConfigReactiveWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- 
- AnnotationConfigReactiveWebServerApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- 
- AnnotationConfigReactiveWebServerApplicationContext(String...) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- 
- AnnotationConfigServletWebServerApplicationContext - Class in org.springframework.boot.web.servlet.context
- 
ServletWebServerApplicationContext that accepts annotated classes as input - in
 particular  @Configuration
 -annotated classes, but also plain  @Component classes and JSR-330
 compliant classes using  javax.inject annotations. 
- AnnotationConfigServletWebServerApplicationContext() - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- 
- AnnotationConfigServletWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- 
- AnnotationConfigServletWebServerApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- 
- AnnotationConfigServletWebServerApplicationContext(String...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- 
- AnsiBackground - Enum in org.springframework.boot.ansi
- 
- AnsiColor - Enum in org.springframework.boot.ansi
- 
- AnsiColors - Class in org.springframework.boot.ansi
- 
- AnsiElement - Interface in org.springframework.boot.ansi
- 
An ANSI encodable element. 
- AnsiOutput - Class in org.springframework.boot.ansi
- 
Generates ANSI encoded output, automatically attempting to detect if the terminal
 supports ANSI. 
- AnsiOutput() - Constructor for class org.springframework.boot.ansi.AnsiOutput
-  
- AnsiOutput.Enabled - Enum in org.springframework.boot.ansi
- 
- AnsiOutputApplicationListener - Class in org.springframework.boot.context.config
- 
An  ApplicationListener that configures  AnsiOutput depending on the
 value of the property  spring.output.ansi.enabled. 
- AnsiOutputApplicationListener() - Constructor for class org.springframework.boot.context.config.AnsiOutputApplicationListener
-  
- AnsiPropertySource - Class in org.springframework.boot.ansi
- 
- AnsiPropertySource(String, boolean) - Constructor for class org.springframework.boot.ansi.AnsiPropertySource
- 
- AnsiStyle - Enum in org.springframework.boot.ansi
- 
- append(String) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
- appendAnsiString(StringBuilder, String, AnsiElement) - Method in class org.springframework.boot.logging.log4j2.ColorConverter
-  
- application() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Accessor for the current application. 
- ApplicationArguments - Interface in org.springframework.boot
- 
- 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 a  SpringApplication is starting up and the
  ApplicationContext is prepared and ApplicationContextInitializers have been
 called but before any bean definitions are loaded. 
- ApplicationContextInitializedEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationContextInitializedEvent
- 
- ApplicationContextRequestMatcher<C> - Class in org.springframework.boot.security.servlet
- 
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 of FormattingConversionServiceconfigured by default with
 converters and formatters appropriate for most Spring Boot applications.
 
- ApplicationConversionService() - Constructor for class org.springframework.boot.convert.ApplicationConversionService
-  
- ApplicationConversionService(StringValueResolver) - Constructor for class org.springframework.boot.convert.ApplicationConversionService
-  
- ApplicationEnvironmentPreparedEvent - Class in org.springframework.boot.context.event
- 
Event published when a  SpringApplication is starting up and the
  Environment is first available for inspection and modification. 
- ApplicationEnvironmentPreparedEvent(SpringApplication, String[], ConfigurableEnvironment) - Constructor for class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
- 
- ApplicationFailedEvent - Class in org.springframework.boot.context.event
- 
- ApplicationFailedEvent(SpringApplication, String[], ConfigurableApplicationContext, Throwable) - Constructor for class org.springframework.boot.context.event.ApplicationFailedEvent
- 
- ApplicationHome - Class in org.springframework.boot.system
- 
Provides access to the application home directory. 
- ApplicationHome() - Constructor for class org.springframework.boot.system.ApplicationHome
- 
- ApplicationHome(Class<?>) - Constructor for class org.springframework.boot.system.ApplicationHome
- 
- ApplicationPid - Class in org.springframework.boot.system
- 
An application process ID. 
- ApplicationPid() - Constructor for class org.springframework.boot.system.ApplicationPid
-  
- ApplicationPid(String) - Constructor for class org.springframework.boot.system.ApplicationPid
-  
- ApplicationPidFileWriter - Class in org.springframework.boot.context
- 
An ApplicationListenerthat saves application PID into file.
 
- ApplicationPidFileWriter() - Constructor for class org.springframework.boot.context.ApplicationPidFileWriter
- 
- ApplicationPidFileWriter(String) - Constructor for class org.springframework.boot.context.ApplicationPidFileWriter
- 
- ApplicationPidFileWriter(File) - Constructor for class org.springframework.boot.context.ApplicationPidFileWriter
- 
- ApplicationPreparedEvent - Class in org.springframework.boot.context.event
- 
Event published as when a  SpringApplication is starting up and the
  ApplicationContext is fully prepared but not refreshed. 
- ApplicationPreparedEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationPreparedEvent
- 
- ApplicationReadyEvent - Class in org.springframework.boot.context.event
- 
Event published as late as conceivably possible to indicate that the application is
 ready to service requests. 
- ApplicationReadyEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationReadyEvent
- 
- ApplicationRunner - Interface in org.springframework.boot
- 
Interface used to indicate that a bean should  run when it is contained within
 a  SpringApplication. 
- ApplicationStartedEvent - Class in org.springframework.boot.context.event
- 
Event published once the application context has been refreshed but before any
  application and  command line
 runners have been called. 
- ApplicationStartedEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationStartedEvent
- 
- ApplicationStartingEvent - Class in org.springframework.boot.context.event
- 
Event published as early as conceivably possible as soon as a  SpringApplication
 has been started - before the  Environment or  ApplicationContext is
 available, but after the  ApplicationListeners have been registered. 
- ApplicationStartingEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.ApplicationStartingEvent
- 
- ApplicationTemp - Class in org.springframework.boot.system
- 
Provides access to an application specific temporary directory. 
- ApplicationTemp() - Constructor for class org.springframework.boot.system.ApplicationTemp
- 
- ApplicationTemp(Class<?>) - Constructor for class org.springframework.boot.system.ApplicationTemp
- 
- apply(BindHandler) - Method in interface org.springframework.boot.context.properties.ConfigurationPropertiesBindHandlerAdvisor
- 
Apply additional functionality to the source bind handler. 
- apply(PropertyMapper.Source<T>) - Method in interface org.springframework.boot.context.properties.PropertyMapper.SourceOperator
- 
Apply the operation to the given source. 
- apply(ConfigurationPropertySource) - Method in class org.springframework.boot.context.properties.source.UnboundElementsSourceFilter
-  
- apply() - Method in class org.springframework.boot.logging.LoggingSystemProperties
-  
- apply(LogFile) - Method in class org.springframework.boot.logging.LoggingSystemProperties
-  
- apply(HttpServer) - Method in class org.springframework.boot.web.embedded.netty.SslServerCustomizer
-  
- applyInitializers(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
- 
Apply any ApplicationContextInitializers 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 to LOG_PATHandLOG_FILEmap entries.
 
- applyToSystemProperties() - Method in class org.springframework.boot.logging.LogFile
- 
Apply log file details to LOG_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 via the given adapter function. 
- asInt(Function<T, R>) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
- 
Return an adapted version of the source with  Integer type. 
- asProperties() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
- 
Returns the properties as a  Properties object that can be used with
 Atomikos. 
- AtomikosConnectionFactoryBean - Class in org.springframework.boot.jta.atomikos
- 
Spring friendly version of AtomikosConnectionFactoryBean.
 
- AtomikosConnectionFactoryBean() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
-  
- AtomikosDataSourceBean - Class in org.springframework.boot.jta.atomikos
- 
Spring friendly version of AtomikosDataSourceBean.
 
- AtomikosDataSourceBean() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
-  
- AtomikosDependsOnBeanFactoryPostProcessor - Class in org.springframework.boot.jta.atomikos
- 
- AtomikosDependsOnBeanFactoryPostProcessor() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
-  
- AtomikosProperties - Class in org.springframework.boot.jta.atomikos
- 
- AtomikosProperties() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosProperties
-  
- AtomikosProperties.Recovery - Class in org.springframework.boot.jta.atomikos
- 
Recovery specific settings. 
- AtomikosXAConnectionFactoryWrapper - Class in org.springframework.boot.jta.atomikos
- 
- AtomikosXAConnectionFactoryWrapper() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosXAConnectionFactoryWrapper
-  
- AtomikosXADataSourceWrapper - Class in org.springframework.boot.jta.atomikos
- 
- AtomikosXADataSourceWrapper() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosXADataSourceWrapper
-  
- attach(Environment) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
- 
- 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. 
- 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(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Create a child application with the provided sources. 
- chop(int) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
- ClasspathLoggingApplicationListener - Class in org.springframework.boot.context.logging
- 
- ClasspathLoggingApplicationListener() - Constructor for class org.springframework.boot.context.logging.ClasspathLoggingApplicationListener
-  
- cleanUp() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
-  
- cleanUp() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-  
- cleanUp() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-  
- cleanUp() - Method in class org.springframework.boot.logging.LoggingSystem
- 
Clean up the logging system. 
- cleanUp() - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
-  
- clearCache() - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
- 
Clear the entire MetadataReader cache, removing all cached class metadata. 
- ClientHttpRequestFactorySupplier - Class in org.springframework.boot.web.client
- 
A supplier for ClientHttpRequestFactorythat detects the preferred candidate
 based on the available implementations on the classpath.
 
- ClientHttpRequestFactorySupplier() - Constructor for class org.springframework.boot.web.client.ClientHttpRequestFactorySupplier
-  
- CloudFoundryVcapEnvironmentPostProcessor - Class in org.springframework.boot.cloud
- 
- CloudFoundryVcapEnvironmentPostProcessor() - Constructor for class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
-  
- CloudPlatform - Enum 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 a CodecConfigurer.
 
- ColorConverter - Class in org.springframework.boot.logging.log4j2
- 
Log4j2  LogEventPatternConverter colors output using the  AnsiOutput
 class. 
- ColorConverter - Class in org.springframework.boot.logging.logback
- 
Logback  CompositeConverter colors output using the  AnsiOutput class. 
- ColorConverter() - Constructor for class org.springframework.boot.logging.logback.ColorConverter
-  
- CommandLineRunner - Interface in org.springframework.boot
- 
Interface used to indicate that a bean should  run when it is contained within
 a  SpringApplication. 
- CommonsDbcp2DataSourcePoolMetadata - Class in org.springframework.boot.jdbc.metadata
- 
- CommonsDbcp2DataSourcePoolMetadata(BasicDataSource) - Constructor for class org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
-  
- compareTo(ConfigurationProperty) - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
-  
- compareTo(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
-  
- ComponentScanPackageCheck() - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
-  
- CompositeDataSourcePoolMetadataProvider - Class in org.springframework.boot.jdbc.metadata
- 
- CompositeDataSourcePoolMetadataProvider(Collection<? extends DataSourcePoolMetadataProvider>) - Constructor for class org.springframework.boot.jdbc.metadata.CompositeDataSourcePoolMetadataProvider
- 
- 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
-  
- ConcurrentReferenceCachingMetadataReaderFactory - Class in org.springframework.boot.type.classreading
- 
Caching implementation of the MetadataReaderFactoryinterface backed by aConcurrentReferenceHashMap, cachingMetadataReaderper SpringResourcehandle (i.e.
 
- ConcurrentReferenceCachingMetadataReaderFactory() - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
- 
- ConcurrentReferenceCachingMetadataReaderFactory(ResourceLoader) - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
- 
- ConcurrentReferenceCachingMetadataReaderFactory(ClassLoader) - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
- 
- CONFIG_ADDITIONAL_LOCATION_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
- 
The "config additional location" property name. 
- CONFIG_LOCATION_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
- 
The "config location" property name. 
- CONFIG_NAME_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
- 
The "config name" property name. 
- CONFIG_PROPERTY - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
- 
The name of the Spring property that contains a reference to the logging
 configuration to load. 
- ConfigFileApplicationListener - Class in org.springframework.boot.context.config
- 
- ConfigFileApplicationListener() - Constructor for class org.springframework.boot.context.config.ConfigFileApplicationListener
-  
- ConfigurableJettyWebServerFactory - Interface in org.springframework.boot.web.embedded.jetty
- 
- ConfigurableReactiveWebApplicationContext - Interface in org.springframework.boot.web.reactive.context
- 
Interface to provide configuration for a reactive web application. 
- ConfigurableReactiveWebEnvironment - Interface in org.springframework.boot.web.reactive.context
- 
Specialization of ConfigurableEnvironmentfor reactive application contexts.
 
- ConfigurableReactiveWebServerFactory - Interface in org.springframework.boot.web.reactive.server
- 
- ConfigurableServletWebServerFactory - Interface in org.springframework.boot.web.servlet.server
- 
- ConfigurableTomcatWebServerFactory - Interface in org.springframework.boot.web.embedded.tomcat
- 
- ConfigurableUndertowWebServerFactory - Interface in org.springframework.boot.web.embedded.undertow
- 
- ConfigurableWebServerApplicationContext - Interface in org.springframework.boot.web.context
- 
- ConfigurableWebServerFactory - Interface in org.springframework.boot.web.server
- 
- CONFIGURATION_COMPARATOR - Static variable in class org.springframework.boot.logging.AbstractLoggingSystem
-  
- ConfigurationBeanFactoryMetadata - Class in org.springframework.boot.context.properties
- 
Utility class to memorize @Beandefinition meta data during initialization of
 the bean factory.
 
- ConfigurationBeanFactoryMetadata() - Constructor for class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
-  
- ConfigurationProperties - Annotation Type in org.springframework.boot.context.properties
- 
Annotation for externalized configuration. 
- ConfigurationPropertiesBindException - Exception in org.springframework.boot.context.properties
- 
- ConfigurationPropertiesBindHandlerAdvisor - Interface in org.springframework.boot.context.properties
- 
- ConfigurationPropertiesBinding - Annotation Type in org.springframework.boot.context.properties
- 
- ConfigurationPropertiesBindingPostProcessor - Class in org.springframework.boot.context.properties
- 
- ConfigurationPropertiesBindingPostProcessor() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-  
- ConfigurationPropertiesBindingPostProcessorRegistrar - Class in org.springframework.boot.context.properties
- 
- ConfigurationPropertiesBindingPostProcessorRegistrar() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
-  
- ConfigurationProperty - Class in org.springframework.boot.context.properties.source
- 
- ConfigurationProperty(ConfigurationPropertyName, Object, Origin) - Constructor for class org.springframework.boot.context.properties.source.ConfigurationProperty
-  
- ConfigurationPropertyName - Class in org.springframework.boot.context.properties.source
- 
A configuration property name composed of elements separated by dots. 
- ConfigurationPropertyName.Form - Enum in org.springframework.boot.context.properties.source
- 
The various forms that a non-indexed element value can take. 
- ConfigurationPropertyNameAliases - Class in org.springframework.boot.context.properties.source
- 
- ConfigurationPropertyNameAliases() - Constructor for class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
-  
- ConfigurationPropertyNameAliases(String, String...) - Constructor for class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
-  
- ConfigurationPropertyNameAliases(ConfigurationPropertyName, ConfigurationPropertyName...) - Constructor for class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
-  
- ConfigurationPropertySource - Interface in org.springframework.boot.context.properties.source
- 
- ConfigurationPropertySources - Class in org.springframework.boot.context.properties.source
- 
- ConfigurationPropertyState - Enum in org.springframework.boot.context.properties.source
- 
- 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
-  
- 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.ConfigurationWarningsPostProcessor - Class in org.springframework.boot.context
- 
BeanDefinitionRegistryPostProcessorto report warnings.
 
- ConfigurationWarningsPostProcessor(ConfigurationWarningsApplicationContextInitializer.Check[]) - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
-  
- configure(FormatterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
- 
Configure the given FormatterRegistrywith formatters and converters
 appropriate for most Spring Boot applications.
 
- configure(T) - Method in class org.springframework.boot.task.TaskExecutorBuilder
- 
Configure the provided ThreadPoolTaskExecutorinstance using this builder.
 
- configure(T) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
- 
Configure the provided ThreadPoolTaskSchedulerinstance using this builder.
 
- configure(T) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Configure the provided RestTemplateinstance using this builder.
 
- configure(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.ServletContextInitializerConfiguration
-  
- configure(FilterRegistration.Dynamic) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- 
Configure registration settings. 
- configure(D) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
-  
- configure(ServletRegistration.Dynamic) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
- 
Configure registration settings. 
- configure(SpringApplicationBuilder) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
- 
Configure the application. 
- configure(T) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Configure the provided WebServiceTemplateinstance using this builder.
 
- configureContext(Context) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
Configure the Tomcat Context.
 
- configureContext(Context, ServletContextInitializer[]) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Configure the Tomcat Context.
 
- configureEnvironment(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
- 
- configureProfiles(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
- 
Configure which profiles are active (or active by default) for this application
 environment. 
- configurePropertySources(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
- 
Add, remove or re-order any PropertySources in this application's
 environment.
 
- configureWebAppContext(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Configure the given Jetty WebAppContextfor use.
 
- ConnectorStartFailedException - Exception in org.springframework.boot.web.embedded.tomcat
- 
A ConnectorStartFailedExceptionis 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 new ConnectorStartFailedExceptionfor a connector that's
 configured to listen on the givenport.
 
- CONSOLE_LOG_PATTERN - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
- 
The name of the System property that contains the console log pattern. 
- 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
-  
- context() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Accessor for the current application context. 
- contextClass(Class<? extends ConfigurableApplicationContext>) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Explicitly set the context class to be used. 
- ContextCloserListener(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
-  
- 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 class org.springframework.boot.context.event.EventPublishingRunListener
-  
- contextLoaded(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
- 
Called once the application context has been loaded but before it has been
 refreshed. 
- contextPrepared(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-  
- contextPrepared(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
- 
Called once the ApplicationContexthas been created and prepared, but
 before sources have been loaded.
 
- convertNativeToSystem(T) - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
-  
- convertSystemToNative(LogLevel) - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
-  
- Cookie() - Constructor for class org.springframework.boot.web.servlet.server.Session.Cookie
-  
- corePoolSize(int) - Method in class org.springframework.boot.task.TaskExecutorBuilder
- 
Set the core number of threads. 
- create() - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
-  
- create(ClassLoader) - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
-  
- createApplicationContext() - Method in class org.springframework.boot.SpringApplication
- 
Strategy method used to create the ApplicationContext.
 
- createBeanDefinitionLoader(BeanDefinitionRegistry, Object[]) - Method in class org.springframework.boot.SpringApplication
- 
Factory method used to create the BeanDefinitionLoader.
 
- 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
-  
- 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 new MultipartConfigElementinstance.
 
- createPooledConnection(Object, ResourceBean) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-  
- createPooledConnection(Object, ResourceBean) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-  
- createRegistrationBean(String, T, int) - Method in interface org.springframework.boot.web.servlet.ServletContextInitializerBeans.RegistrationBeanAdapter
-  
- createRootApplicationContext(ServletContext) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-  
- createSpringApplication(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
- createSpringApplicationBuilder() - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
- 
Returns the  SpringApplicationBuilder that is used to configure and create
 the  SpringApplication. 
- 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
-  
- createXAConnection() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
-  
- createXAConnection(String, String) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
-  
- createXAContext() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
-  
- createXAContext(String, String) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
-  
- customize(ResourceDatabasePopulator) - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
- 
Customize the ResourceDatabasePopulator.
 
- customize(ThreadPoolTaskExecutor) - Method in interface org.springframework.boot.task.TaskExecutorCustomizer
- 
Callback to customize a ThreadPoolTaskExecutorinstance.
 
- customize(ThreadPoolTaskScheduler) - Method in interface org.springframework.boot.task.TaskSchedulerCustomizer
- 
Callback to customize a ThreadPoolTaskSchedulerinstance.
 
- customize(RestTemplate) - Method in interface org.springframework.boot.web.client.RestTemplateCustomizer
- 
Callback to customize a RestTemplateinstance.
 
- customize(CodecConfigurer) - Method in interface org.springframework.boot.web.codec.CodecCustomizer
- 
Callback to customize a CodecConfigurerinstance.
 
- customize(Server) - Method in interface org.springframework.boot.web.embedded.jetty.JettyServerCustomizer
- 
Customize the server. 
- customize(Connector) - Method in interface org.springframework.boot.web.embedded.tomcat.TomcatConnectorCustomizer
- 
Customize the connector. 
- customize(Context) - Method in interface org.springframework.boot.web.embedded.tomcat.TomcatContextCustomizer
- 
Customize the context. 
- customize(Undertow.Builder) - Method in interface org.springframework.boot.web.embedded.undertow.UndertowBuilderCustomizer
- 
Customize the builder. 
- customize(DeploymentInfo) - Method in interface org.springframework.boot.web.embedded.undertow.UndertowDeploymentInfoCustomizer
- 
Customize the deployment info. 
- customize(WebClient.Builder) - Method in interface org.springframework.boot.web.reactive.function.client.WebClientCustomizer
- 
Callback to customize a
 WebClient.Builderinstance.
 
- customize(T) - Method in interface org.springframework.boot.web.server.WebServerFactoryCustomizer
- 
- customize(WebServiceTemplate) - Method in interface org.springframework.boot.webservices.client.WebServiceTemplateCustomizer
- 
Callback to customize a WebServiceTemplateinstance.
 
- customizeConnector(Connector) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
-  
- customizeConnector(Connector) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-  
- customizers(TaskExecutorCustomizer...) - Method in class org.springframework.boot.task.TaskExecutorBuilder
- 
- customizers(Iterable<TaskExecutorCustomizer>) - Method in class org.springframework.boot.task.TaskExecutorBuilder
- 
- customizers(TaskSchedulerCustomizer...) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
- 
- customizers(Iterable<TaskSchedulerCustomizer>) - Method in class org.springframework.boot.task.TaskSchedulerBuilder
- 
- customizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- customizers(Collection<? extends RestTemplateCustomizer>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- customizers(WebServiceTemplateCustomizer...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
- customizers(Collection<? extends WebServiceTemplateCustomizer>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
- GenericReactiveWebApplicationContext - Class in org.springframework.boot.web.reactive.context
- 
Subclass of GenericApplicationContext, suitable for reactive web environments.
 
- GenericReactiveWebApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
- 
- GenericReactiveWebApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
- 
- get(Environment) - Static method in class org.springframework.boot.context.properties.bind.Binder
- 
Create a new  Binder instance from the specified environment. 
- get() - Method in class org.springframework.boot.context.properties.bind.BindResult
- 
- get() - Static method in class org.springframework.boot.context.properties.PropertyMapper
- 
Return the property mapper. 
- get(Environment) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
- 
- get(String) - Method in class org.springframework.boot.info.InfoProperties
- 
Return the value of the specified property or null.
 
- get(ClassLoader) - Static method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
- get(PropertyResolver) - Static method in class org.springframework.boot.logging.LogFile
- 
Get a  LogFile from the given Spring  Environment. 
- get(ClassLoader) - Static method in class org.springframework.boot.logging.LoggingSystem
- 
Detect and return the logging system in use. 
- get(PropertySource<?>, String) - Static method in class org.springframework.boot.origin.PropertySourceOrigin
- 
Get an  Origin for the given  PropertySource and
  propertyName. 
- get(String...) - Static method in class org.springframework.boot.system.SystemProperties
-  
- get() - Method in class org.springframework.boot.util.LambdaSafe.InvocationResult
- 
Return the result of the invocation or nullif the callback wasn't
 suitable.
 
- 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. 
- get() - Method in class org.springframework.boot.web.client.ClientHttpRequestFactorySupplier
-  
- get(String) - Method in class org.springframework.boot.web.server.MimeMappings
- 
Get a mime mapping for the given extension. 
- 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(Environment) - Static method in enum org.springframework.boot.cloud.CloudPlatform
- 
Returns the active  CloudPlatform or  null if one cannot be deduced. 
- 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 or nullif that information is not available.
 
- getActive() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
-  
- getActive() - Method in class org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
-  
- getAdditionalTomcatConnectors() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Returns a mutable collection of the Connectors 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. 
- getAliases(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
-  
- getAll() - Method in class org.springframework.boot.web.server.MimeMappings
- 
Returns all defined mappings. 
- 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
- 
- getAnnotatedBeanDefinitionReader(DefaultListableBeanFactory) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
- 
Build an AnnotatedBeanDefinitionReaderfor the given bean factory.
 
- getAnnotation(Class<A>) - Method in class org.springframework.boot.context.properties.bind.Bindable
- 
Return a single associated annotations that could affect binding. 
- getAnnotation() - Method in exception org.springframework.boot.context.properties.ConfigurationPropertiesBindException
- 
Return the configuration properties annotation that triggered the 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.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 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 the Logfor the application.
 
- getApplicationTitle(Class<?>) - Method in class org.springframework.boot.ResourceBanner
-  
- getApplicationVersion(Class<?>) - Method in class org.springframework.boot.ResourceBanner
-  
- getArgs() - Method in class org.springframework.boot.context.event.SpringApplicationEvent
-  
- getArtifact() - Method in class org.springframework.boot.info.BuildProperties
- 
Return the artifactId of the project or null.
 
- getBeanNameGenerator() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
- 
Return the custom BeanNameGeneratorfor use withAnnotatedBeanDefinitionReaderand/orClassPathBeanDefinitionScanner, if any.
 
- getBeansWithFactoryAnnotation(Class<A>) - Method in class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
-  
- getBeanType() - Method in exception org.springframework.boot.context.properties.ConfigurationPropertiesBindException
- 
Return the bean type that was being bound. 
- getBinder() - Method in interface org.springframework.boot.context.properties.bind.BindContext
- 
Return the source binder that is performing the bind operation. 
- 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 or null.
 
- getBuilderCustomizers() - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- 
- getBuilderCustomizers() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- 
- getCause() - Method in class org.springframework.boot.diagnostics.FailureAnalysis
- 
Returns the cause of the failure. 
- getCauseType() - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
- 
Return the cause type being handled by the analyzer. 
- getCheckpointInterval() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-  
- getChecks() - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
- 
Returns the checks that should be applied. 
- 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(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(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. 
- 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 (if
  resourceLoader is set, or the context
 class loader (if not null), or the loader of the Spring  ClassUtils class. 
- getClassName() - Method in class org.springframework.boot.web.servlet.server.Jsp
- 
Return the class name of the servlet to use for JSPs. 
- getClassPathBeanDefinitionScanner(DefaultListableBeanFactory) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
- 
Build a ClassPathBeanDefinitionScannerfor the given bean factory.
 
- getClientAuth() - Method in class org.springframework.boot.web.server.Ssl
- 
Return Whether client authentication is not wanted ("none"), wanted ("want") or
 needed ("need"). 
- getClosest(Color) - Static method in class org.springframework.boot.ansi.AnsiColors
-  
- getColumn() - Method in class org.springframework.boot.origin.TextResourceOrigin.Location
- 
Return the column of the text resource where the property originated. 
- getComment() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
- 
Return the comment for the session cookie. 
- getCommitId() - Method in class org.springframework.boot.info.GitProperties
- 
Return the full id of the commit or null.
 
- getCommitTime() - Method in class org.springframework.boot.info.GitProperties
- 
Return the timestamp of the commit or null.
 
- 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 the  ConfigurationProperty actually being bound or  null if
 the property has not yet been determined. 
- getConfigurationProperty(ConfigurationPropertyName) - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
- 
- 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 Jetty Configurations 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. 
- getConnectionFactory() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
-  
- getConnectionFactory() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-  
- getContext(ServerWebExchange) - Method in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
-  
- getContextBuilder() - Method in class org.springframework.boot.web.embedded.netty.SslServerCustomizer
-  
- getContextLifecycleListeners() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
Returns a mutable collection of the LifecycleListeners that will be applied
 to the TomcatContext.
 
- getContextLifecycleListeners() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Returns a mutable collection of the LifecycleListeners 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 the Valves that will be applied to the
 TomcatContext.
 
- getCookie() - Method in class org.springframework.boot.web.servlet.server.Session
-  
- getDatabaseName() - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
-  
- getDataSource() - Method in class org.springframework.boot.jdbc.metadata.AbstractDataSourcePoolMetadata
-  
- getDataSource() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-  
- getDataSource() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-  
- getDataSourcePoolMetadata(DataSource) - Method in class org.springframework.boot.jdbc.metadata.CompositeDataSourcePoolMetadataProvider
-  
- getDataSourcePoolMetadata(DataSource) - Method in interface org.springframework.boot.jdbc.metadata.DataSourcePoolMetadataProvider
- 
- 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.TomcatDataSourcePoolMetadata
-  
- getDefaultJtaTimeout() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-  
- getDefaultMaxWaitTimeOnShutdown() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-  
- getDelay() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-  
- getDeploymentInfoCustomizers() - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- 
- getDeploymentInfoCustomizers() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- 
- 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.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(String) - Method in class org.springframework.boot.system.ApplicationTemp
- 
Return a sub-directory of the application temp. 
- getDir() - Method in class org.springframework.boot.system.ApplicationTemp
- 
Return the directory to be used for application specific temp files. 
- 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.servlet.server.Session.Cookie
- 
Return the domain for the session cookie. 
- getDriverClassName() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
- 
Return the driver class name. 
- getDriverClassName() - Method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
Returns the driver class name. 
- 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() - Method in class org.springframework.boot.web.server.Compression
- 
Return whether response compression is enabled. 
- getEnabledProtocols() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the enabled SSL protocols. 
- getEngineValves() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
Returns a mutable collection of the Valves that will be applied to the
 TomcatEngine.
 
- getEngineValves() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Returns a mutable collection of the Valves 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. 
- 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 or nullif the error cannot be
 extracted.
 
- 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 or nullif the error cannot be
 extracted.
 
- getErrorAttributes(ServerRequest, boolean) - Method in class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
-  
- getErrorAttributes(ServerRequest, boolean) - Method in interface org.springframework.boot.web.reactive.error.ErrorAttributes
- 
Return a  Map of the error attributes. 
- getErrorAttributes(WebRequest, boolean) - Method in class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
-  
- getErrorAttributes(WebRequest, boolean) - Method in interface org.springframework.boot.web.servlet.error.ErrorAttributes
- 
Returns a  Map of the error attributes. 
- getErrorPages() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
- 
Returns a mutable set of  ErrorPages that will be used when
 handling exceptions. 
- getErrorPath() - Method in interface org.springframework.boot.web.servlet.error.ErrorController
- 
Returns the path of the error page. 
- 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 (or nullfor 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(Throwable) - Method in interface org.springframework.boot.ExitCodeExceptionMapper
- 
Returns the exit code that should be returned from the application. 
- getExitCode() - Method in interface org.springframework.boot.ExitCodeGenerator
- 
Returns the exit code that should be returned from the application. 
- getExtension() - Method in class org.springframework.boot.web.server.MimeMappings.Mapping
-  
- 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
-  
- getFilter() - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- 
Return the Filterto be registered.
 
- getFilter() - Method in class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
-  
- getFilter() - Method in class org.springframework.boot.web.servlet.FilterRegistrationBean
-  
- getForgetOrphanedLogEntriesDelay() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-  
- getGroup() - Method in class org.springframework.boot.info.BuildProperties
- 
Return the groupId of the project or null.
 
- getHttp2() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-  
- getHttpHandler() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- 
Return the HttpHandlerthat should be used to process the reactive web
 server.
 
- getHttpOnly() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
- 
Return whether to use "HttpOnly" cookies for session cookies. 
- getId() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
- 
Return the identifier of this driver. 
- getIdentifier(String, boolean, JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
- 
Get an identifier for the specified details. 
- getInitializers() - Method in class org.springframework.boot.SpringApplication
- 
Returns read-only ordered Set of the ApplicationContextInitializers 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. 
- getInstant(String) - Method in class org.springframework.boot.info.InfoProperties
- 
Return the value of the specified property as an  Instant or  null if
 the value is not a valid  Long representation of an epoch time. 
- getInvalidCharacters() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
-  
- getJavaVersion() - Static method in enum org.springframework.boot.system.JavaVersion
- 
- getJettyWebServer(Server) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
- 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
-  
- getKey() - Method in class org.springframework.boot.info.InfoProperties.Entry
-  
- getKeyAlias() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the alias that identifies the key in the key store. 
- getKeyManagerFactory(Ssl, SslStoreProvider) - Method in class org.springframework.boot.web.embedded.netty.SslServerCustomizer
-  
- 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.web.server.Ssl
- 
Return the path to the key store that holds the SSL certificate (typically a jks
 file). 
- getKeyStore() - Method in interface org.springframework.boot.web.server.SslStoreProvider
- 
Return the key store that should be used. 
- 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. 
- getLastElement(ConfigurationPropertyName.Form) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Return the last element in the name in the given form. 
- 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 the ApplicationListeners that will be
 applied to the SpringApplication and registered with theApplicationContext.
 
- getLocaleCharsetMappings() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- 
Return the Locale to Charset mappings. 
- getLocation() - Method in class org.springframework.boot.origin.TextResourceOrigin
- 
Return the location of the property within the source (if known). 
- getLogBaseDir() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-  
- getLogBaseName() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-  
- 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
- 
- 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 a  LoggingSystem's
 loggers. 
- getLoginTimeout() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-  
- getLogWriter() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-  
- getMainApplicationClass() - Method in class org.springframework.boot.SpringApplication
- 
Returns the main application class that has been deduced or explicitly configured. 
- 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.TomcatDataSourcePoolMetadata
-  
- getMaxActives() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-  
- getMaxAge() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
- 
Return the maximum age of the session cookie. 
- getMaxRetries() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-  
- getMaxTimeout() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-  
- 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 or nullif that
 information is not available.
 
- getMin() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
-  
- 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.jdbc.AbstractDataSourceInitializer
-  
- getMultipartConfig() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
- 
Returns the multi-part configurationto be applied
 ornull.
 
- 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.source.ConfigurationProperty
-  
- 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 or null.
 
- getName() - Method in class org.springframework.boot.logging.LoggerConfiguration
- 
Returns the name of the logger. 
- getName() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
- 
Return the session cookie name. 
- getNameForAlias(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
-  
- getNonOptionArgs() - Method in interface org.springframework.boot.ApplicationArguments
- 
Return the collection of non-option arguments parsed. 
- getNonOptionArgs() - Method in class org.springframework.boot.DefaultApplicationArguments
-  
- 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
-  
- 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.ConfigFileApplicationListener
-  
- getOrder() - Method in class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
-  
- getOrder() - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
-  
- 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.event.EventPublishingRunListener
-  
- getOrder() - Method in class org.springframework.boot.context.FileEncodingApplicationListener
-  
- getOrder() - Method in class org.springframework.boot.context.logging.ClasspathLoggingApplicationListener
-  
- 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.SpringApplicationJsonEnvironmentPostProcessor
-  
- getOrder() - Method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
-  
- getOrder() - Method in class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
-  
- getOrder() - Method in class org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
-  
- 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.ServletContextApplicationContextInitializer
-  
- getOrigin() - Method in exception org.springframework.boot.context.properties.bind.BindException
-  
- getOrigin() - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
-  
- 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 or nullif the origin cannot be
 determined.
 
- getOrigin(Object, K) - Static method in interface org.springframework.boot.origin.OriginLookup
- 
Attempt to lookup the origin from the given source. 
- getOrigin() - Method in interface org.springframework.boot.origin.OriginProvider
- 
Return the source origin or nullif the origin is not known.
 
- getOrigin() - Method in class org.springframework.boot.origin.OriginTrackedValue
-  
- getPackagedConfigFile(String) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-  
- getParentLogger() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-  
- getParentLogger() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-  
- getPath() - Method in class org.springframework.boot.web.server.ErrorPage
- 
The path to render (usually implemented as a forward), starting with "/". 
- getPath() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
- 
Return the path of the session cookie. 
- 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.UndertowServletWebServer
-  
- 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. 
- getProperty(String) - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
- 
Return the value of the specified key from the application
 Environment.
 
- getProperty(String) - Method in class org.springframework.boot.ansi.AnsiPropertySource
-  
- getProperty() - Method in exception org.springframework.boot.context.properties.bind.BindException
- 
Return the configuration property name of the item that was being bound. 
- getProperty(String) - Method in class org.springframework.boot.env.OriginTrackedMapPropertySource
-  
- getProperty(String) - Method in class org.springframework.boot.env.RandomValuePropertySource
-  
- getProperty() - Method in class org.springframework.boot.origin.SystemEnvironmentOrigin
-  
- getPropertyName() - Method in class org.springframework.boot.origin.PropertySourceOrigin
- 
Return the property name that was used when obtaining the original value from the
  property source. 
- getPropertyResolvers(Environment, Class<?>) - Method in class org.springframework.boot.ResourceBanner
-  
- getPropertySource() - Method in class org.springframework.boot.origin.PropertySourceOrigin
- 
Return the origin PropertySource.
 
- getProtocol() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the SSL protocol to use. 
- getReason() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
- 
Return the reason why the value is invalid. 
- getRecovery() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-  
- getRegistered() - Method in class org.springframework.boot.web.servlet.server.Jsp
- 
Return whether the JSP servlet is registered. 
- getRequiredNode(JsonNode, String) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
- 
Helper method to return a JsonNodefrom the tree.
 
- getResource() - Method in class org.springframework.boot.origin.TextResourceOrigin
- 
Return the resource where the property originated. 
- 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. 
- getRetryInterval() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-  
- getRootUri() - Method in class org.springframework.boot.web.client.RootUriTemplateHandler
-  
- getSchemaLocation() - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
-  
- getSchemaManagement(DataSource) - Method in interface org.springframework.boot.jdbc.SchemaManagementProvider
- 
- getScopeMetadataResolver() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
- 
Return the custom ScopeMetadataResolverfor use withAnnotatedBeanDefinitionReaderand/orClassPathBeanDefinitionScanner, if any.
 
- getSecure() - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
- 
Return whether to always mark the session cookie as secure. 
- getSelfInitializationConfig() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
- 
Return any self initialization config that has been applied. 
- 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 Jetty  JettyServerCustomizers that will be
 applied to the  Server before it is created. 
- getServerCustomizers() - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Returns a mutable collection of Jetty  JettyServerCustomizers that will be
 applied to the  Server before the it is created. 
- getServerCustomizers() - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
- 
Returns a mutable collection of the  NettyServerCustomizers that will be
 applied to the Netty server builder. 
- getServerHeader() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-  
- getServerNamespace() - Method in interface org.springframework.boot.web.context.WebServerApplicationContext
- 
Returns the namespace of the web server application context or nullif 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
-  
- getService() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-  
- 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
- 
- getServletContextInitializerConfiguration(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
- 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
- 
- 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 application ConversionServiceinstance, lazily
 building it once needed.
 
- getShortCommitId() - Method in class org.springframework.boot.info.GitProperties
- 
Return the abbreviated id of the commit or null.
 
- 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 a  Runnable that can handle shutdown of this logging system when the
 JVM exits. 
- 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 (an  WebServer). 
- 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
- 
- 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
-  
- getSslStoreProvider() - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-  
- 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
-  
- getStatus() - Method in class org.springframework.boot.web.server.ErrorPage
- 
The HTTP status value that this error page matches (or nullfor 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. 
- 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 the  LogLevels that 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. 
- 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 Jetty ThreadPoolthat should be used by theServer.
 
- getThreadPool() - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Returns a Jetty ThreadPoolthat should be used by theServer.
 
- getTime() - Method in class org.springframework.boot.info.BuildProperties
- 
Return the timestamp of the build or null.
 
- getTimeout() - Method in class org.springframework.boot.web.servlet.server.Session
-  
- 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
- 
- getTomcatConnectorCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
- getTomcatContextCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
- getTomcatContextCustomizers() - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
- getTomcatWebServer(Tomcat) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
- getTomcatWebServer(Tomcat) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
- getTrackingModes() - Method in class org.springframework.boot.web.servlet.server.Session
- 
- getTransactionManagerUniqueName() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-  
- getTrustManagerFactory(Ssl, SslStoreProvider) - Method in class org.springframework.boot.web.embedded.netty.SslServerCustomizer
-  
- getTrustStore() - Method in class org.springframework.boot.web.server.Ssl
- 
Return the trust store that holds SSL certificates. 
- getTrustStore() - Method in interface org.springframework.boot.web.server.SslStoreProvider
- 
Return the trust store that should be used. 
- 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 org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
Returns the EmbeddedDatabaseTypefor 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
-  
- getUndertowWebServer(Undertow.Builder, DeploymentManager, int) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- 
- 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 org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
Returns the URL for the connection using the specified databaseName.
 
- 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 org.springframework.boot.jdbc.DatabaseDriver
-  
- 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). 
- getValidationErrors() - Method in exception org.springframework.boot.context.properties.bind.validation.BindValidationException
- 
Return the validation errors that caused the exception. 
- getValidationQuery() - Method in enum 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 or nullif
 that information is not available.
 
- getValidationQuery() - Method in class org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
-  
- 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 returning nullotherwise.
 
- 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.properties.bind.Bindable
- 
Return a supplier that provides the object value or null.
 
- getValue() - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
-  
- getValue() - Method in exception org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
- 
Return the invalid value, can be null.
 
- getValue() - Method in class org.springframework.boot.info.InfoProperties.Entry
-  
- getValue() - Method in class org.springframework.boot.origin.OriginTrackedValue
- 
Return the tracked value. 
- getVersion() - Method in class org.springframework.boot.info.BuildProperties
- 
Return the version of the project or null.
 
- getVersion() - Static method in class org.springframework.boot.SpringBootVersion
- 
Return the full version string of the present Spring Boot codebase, or nullif it cannot be determined.
 
- getWarning(BeanDefinitionRegistry) - Method in interface org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.Check
- 
Returns a warning if the check fails or nullif 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 Jetty Configurations 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. 
- getWebServer() - Method in interface org.springframework.boot.web.context.WebServerApplicationContext
- 
Returns the  WebServer that was created by the context or  null if
 the server has not yet been created. 
- getWebServer() - Method in class org.springframework.boot.web.context.WebServerInitializedEvent
- 
- getWebServer(HttpHandler) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
-  
- getWebServer(ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
-  
- 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(ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
-  
- getWebServer(HttpHandler) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
-  
- getWebServer(ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
-  
- getWebServer() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- 
Returns the  WebServer that was created by the context or  null if
 the server has not yet been created. 
- getWebServer(HttpHandler) - Method in interface org.springframework.boot.web.reactive.server.ReactiveWebServerFactory
- 
Gets a new fully configured but paused  WebServer instance. 
- getWebServer() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- 
Returns the  WebServer that was created by the context or  null if
 the server has not yet been created. 
- getWebServer(ServletContextInitializer...) - Method in interface org.springframework.boot.web.servlet.server.ServletWebServerFactory
- 
Gets a new fully configured but paused  WebServer instance. 
- getWebServerFactory() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
- 
- getWebServerFactory() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- 
- getXAConnection() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-  
- getXAConnection(String, String) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-  
- getXaDataSourceClassName() - Method in enum 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
-  
- GsonJsonParser - Class in org.springframework.boot.json
- 
- GsonJsonParser() - Constructor for class org.springframework.boot.json.GsonJsonParser
-  
- 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. 
- ignoreApplicationContext(WebApplicationContext) - Method in class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
- 
Returns if the WebApplicationContextshould be ignored and not used for
 matching.
 
- IgnoreErrorsBindHandler - Class in org.springframework.boot.context.properties.bind.handler
- 
- 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
-  
- IgnoreTopLevelConverterNotFoundBindHandler - Class in org.springframework.boot.context.properties.bind.handler
- 
BindHandler that can be used to ignore top-level
  ConverterNotFoundExceptions. 
- IgnoreTopLevelConverterNotFoundBindHandler() - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
- 
- IgnoreTopLevelConverterNotFoundBindHandler(BindHandler) - Constructor for class org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
- 
- ImageBanner - Class in org.springframework.boot
- 
Banner implementation that prints ASCII art generated from an image resource
 Resource.
 
- ImageBanner(Resource) - Constructor for class org.springframework.boot.ImageBanner
-  
- INCLUDE_PROFILES_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
- 
The "includes profiles" property name. 
- info(Object) - Method in class org.springframework.boot.logging.DeferredLog
-  
- info(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
-  
- 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. 
- init() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-  
- init() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-  
- init(FilterConfig) - Method in class org.springframework.boot.web.servlet.support.ErrorPageFilter
-  
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer
-  
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
-  
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
-  
- initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.ContextIdApplicationContextInitializer
-  
- initialize(ConfigurableEnvironment, ClassLoader) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
- 
Initialize the logging system according to preferences expressed through the
 Environmentand the classpath.
 
- initialize() - Method in class org.springframework.boot.jdbc.AbstractDataSourceInitializer
-  
- 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.web.context.ServerPortInfoApplicationContextInitializer
-  
- 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. 
- initializeLogLevel(LoggingSystem, LogLevel) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-  
- initializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Add some initializers to the application (applied to the ApplicationContextbefore any bean definitions are loaded).
 
- interceptors(ClientHttpRequestInterceptor...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Set the ClientHttpRequestInterceptorsthat
 should be used with theRestTemplate.
 
- interceptors(Collection<ClientHttpRequestInterceptor>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Set the ClientHttpRequestInterceptorsthat
 should be used with theRestTemplate.
 
- interceptors(ClientInterceptor...) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Set the ClientInterceptorsthat should be used with theWebServiceTemplate.
 
- interceptors(Collection<? extends ClientInterceptor>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Set the ClientInterceptorsthat should be used with theWebServiceTemplate.
 
- InvalidConfigurationPropertyNameException - Exception in org.springframework.boot.context.properties.source
- 
- 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 property nameandvalue,
 including areasonwhy the value is invalid.
 
- 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. 
- 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 org.springframework.boot.cloud.CloudPlatform
- 
Determines if the platform is active (i.e. 
- isAllowSubTransactions() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-  
- isAncestorOf(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Returns trueif 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
- 
- isBound() - Method in class org.springframework.boot.context.properties.bind.BindResult
- 
Returns trueif a result was bound.
 
- isBridgeHandlerAvailable() - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
-  
- isBridgeJulIntoSlf4j() - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
- 
Return whether bridging JUL into SLF4J or not. 
- isCaseInsensitive(JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
- 
Specify whether the database is case sensitive. 
- isClassAvailable(String) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-  
- isDebugEnabled() - Method in class org.springframework.boot.logging.DeferredLog
-  
- isEagerInitFilters() - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- 
Return if filters should be initialized eagerly. 
- isEmbedded(String) - Static method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
Convenience method to determine if a given driver class name represents an embedded
 database type. 
- isEmbedded(DataSource) - Static method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
Convenience method to determine if a given data source represents an embedded
 database type. 
- 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
- 
- 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. 
- isEnableLogging() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-  
- isEqualOrNewerThan(JavaVersion) - Method in enum 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
-  
- isFatalEnabled() - Method in class org.springframework.boot.logging.DeferredLog
-  
- isForceShutdownOnVmExit() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-  
- 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). 
- isInfoEnabled() - Method in class org.springframework.boot.logging.DeferredLog
-  
- isLastElementIndexed() - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Return if the last element in the name is indexed. 
- 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. 
- isOlderThan(JavaVersion) - Method in enum org.springframework.boot.system.JavaVersion
- 
Return if this version is older than a given version. 
- isParentOf(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
Returns trueif 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. 
- 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. 
- isSerialJtaTransactions() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-  
- isSupportedType(EventListener) - Static method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
- 
Returns trueif the specified listener is one of the supported types.
 
- isThreadedTwoPhaseCommit() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-  
- 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 org.springframework.boot.cloud.CloudPlatform
- 
Returns if the platform is behind a load balancer and uses
 X-Forwarded-For headers. 
- 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
-  
- IterableConfigurationPropertySource - Interface in org.springframework.boot.context.properties.source
- 
- 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 the  names managed 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.web.server.MimeMappings
-  
- iterator() - Method in class org.springframework.boot.web.servlet.ServletContextInitializerBeans
-  
- of(Class<?>...) - Static method in class org.springframework.boot.context.annotation.UserConfigurations
-  
- of(Class<T>) - Static method in class org.springframework.boot.context.properties.bind.Bindable
- 
Create a new  Bindable of the specified type. 
- of(ResolvableType) - Static method in class org.springframework.boot.context.properties.bind.Bindable
- 
Create a new  Bindable of the specified type. 
- of(CharSequence) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
- 
- of(Object) - Static method in class org.springframework.boot.origin.OriginTrackedValue
-  
- of(Object, Origin) - Static method in class org.springframework.boot.origin.OriginTrackedValue
- 
- of(R) - Static method in class org.springframework.boot.util.LambdaSafe.InvocationResult
- 
- ofInstance(T) - Static method in class org.springframework.boot.context.properties.bind.Bindable
- 
Create a new  Bindable of the type of the specified instance with an
 existing value equal to the instance. 
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
-  
- onApplicationEvent(ContextClosedEvent) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
-  
- onApplicationEvent(ParentContextApplicationContextInitializer.ParentContextAvailableEvent) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
-  
- onApplicationEvent(ApplicationPreparedEvent) - Method in class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
-  
- onApplicationEvent(SpringApplicationEvent) - Method in class org.springframework.boot.context.ApplicationPidFileWriter
-  
- onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.boot.context.config.AnsiOutputApplicationListener
-  
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-  
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
-  
- onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.boot.context.FileEncodingApplicationListener
-  
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.context.logging.ClasspathLoggingApplicationListener
-  
- onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-  
- onApplicationEvent(ApplicationStartingEvent) - Method in class org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener
-  
- onApplicationEvent(WebServerInitializedEvent) - Method in class org.springframework.boot.web.context.ServerPortInfoApplicationContextInitializer
-  
- onApplicationEvent(WebServerInitializedEvent) - Method in class org.springframework.boot.web.context.WebServerPortFileWriter
-  
- onClose() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
-  
- onClose() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-  
- 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
- 
- 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.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
-  
- onRefresh() - Method in class org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
-  
- onRefresh() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
-  
- 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
-  
- onStartup(ServletContext) - Method in class org.springframework.boot.web.servlet.RegistrationBean
-  
- onStartup(ServletContext) - Method in interface org.springframework.boot.web.servlet.ServletContextInitializer
- 
Configure the given ServletContextwith 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.handler.NoUnboundElementsBindHandler
-  
- onSuccess(ConfigurationPropertyName, Bindable<?>, BindContext, Object) - Method in class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
-  
- 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
- 
An OrderedFilter.
 
- 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() - Constructor for class org.springframework.boot.web.reactive.filter.OrderedHiddenHttpMethodFilter
-  
- OrderedHiddenHttpMethodFilter - Class in org.springframework.boot.web.servlet.filter
- 
HiddenHttpMethodFilterthat also implementsOrdered.
 
- 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
- 
An OrderedWebFilter.
 
- orElse(T) - Method in class org.springframework.boot.context.properties.bind.BindResult
- 
Return the object that was bound, or otherif no value has been bound.
 
- orElseCreate(Class<? extends T>) - Method in class org.springframework.boot.context.properties.bind.BindResult
- 
Return the object that was bound, or a new instance of the specified class if 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 invoking otherif 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.builder - package org.springframework.boot.builder
- 
- 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's ApplicationContext.
 
- org.springframework.boot.context.annotation - package org.springframework.boot.context.annotation
- 
Classes related to Spring's ApplicationContextannotations.
 
- 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.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
- 
- 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
- 
- org.springframework.boot.env - package org.springframework.boot.env
- 
Spring Environmentsupport.
 
- org.springframework.boot.info - package org.springframework.boot.info
- 
Support for providing information about an application. 
- 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.metadata - package org.springframework.boot.jdbc.metadata
- 
- 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.jta - package org.springframework.boot.jta
- 
Support for the Java Transaction API. 
- org.springframework.boot.jta.atomikos - package org.springframework.boot.jta.atomikos
- 
Support classes for Atomikos JTA. 
- org.springframework.boot.jta.bitronix - package org.springframework.boot.jta.bitronix
- 
Support classes for Bitronix JTA. 
- org.springframework.boot.liquibase - package org.springframework.boot.liquibase
- 
Custom support for Liquibase database migration. 
- 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.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.security - package org.springframework.boot.security
- 
Classes and utilities for Spring Security. 
- 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.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.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's ApplicationContext.
 
- 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.reactive.context - package org.springframework.boot.web.reactive.context
- 
Reactive based web integrations with Spring's
 ApplicationContext.
 
- 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 specific WebFilterimplementations.
 
- 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
- 
Additional Viewsfor 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 the `javax.servlet` specification. 
- org.springframework.boot.web.servlet.context - package org.springframework.boot.web.servlet.context
- 
Servlet based web integrations with Spring's
 WebApplicationContext.
 
- 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 specific Filterimplementations.
 
- 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
- 
Additional Viewsfor 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. 
- OriginLookup<K> - Interface in org.springframework.boot.origin
- 
An interface that may be implemented by an object that can lookup  Origin
 information 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
-  
- OriginTrackedValue - Class in org.springframework.boot.origin
- 
- scan(String...) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
- 
Perform a scan within the specified base packages. 
- 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.AnnotationConfigServletWebServerApplicationContext
- 
Perform a scan within the specified base packages. 
- SchemaManagement - Enum in org.springframework.boot.jdbc
- 
An enumeration of the available schema management options. 
- SchemaManagementProvider - Interface in org.springframework.boot.jdbc
- 
- 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. 
- ServerPortInfoApplicationContextInitializer - Class in org.springframework.boot.web.context
- 
ApplicationContextInitializer that sets  Environment properties for the
 ports that  WebServer servers are actually listening on. 
- ServerPortInfoApplicationContextInitializer() - Constructor for class org.springframework.boot.web.context.ServerPortInfoApplicationContextInitializer
-  
- ServletComponentScan - Annotation Type 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
- 
- ServletContextApplicationContextInitializer(ServletContext, boolean) - Constructor for class org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
- 
- 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
- 
- ServletContextInitializerBeans(ListableBeanFactory, Class<? extends ServletContextInitializer>...) - Constructor for class org.springframework.boot.web.servlet.ServletContextInitializerBeans
-  
- ServletContextInitializerBeans.RegistrationBeanAdapter<T> - Interface in org.springframework.boot.web.servlet
- 
- ServletContextInitializerConfiguration - Class in org.springframework.boot.web.embedded.jetty
- 
- ServletContextInitializerConfiguration(ServletContextInitializer...) - Constructor for class org.springframework.boot.web.embedded.jetty.ServletContextInitializerConfiguration
- 
- ServletListenerRegistrationBean<T extends EventListener> - Class in org.springframework.boot.web.servlet
- 
- ServletListenerRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
- 
- ServletListenerRegistrationBean(T) - Constructor for class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
- 
- ServletRegistrationBean<T extends javax.servlet.Servlet> - Class in org.springframework.boot.web.servlet
- 
- ServletRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
- 
- ServletRegistrationBean(T, String...) - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
- 
- ServletRegistrationBean(T, boolean, String...) - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
- 
- ServletWebServerApplicationContext - Class in org.springframework.boot.web.servlet.context
- 
- ServletWebServerApplicationContext() - Constructor for class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- 
- ServletWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
- 
- 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 a  WebServer. 
- ServletWebServerInitializedEvent - Class in org.springframework.boot.web.servlet.context
- 
- 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
- 
Cookie properties. 
- Session.SessionTrackingMode - Enum in org.springframework.boot.web.servlet.server
- 
Available session tracking modes (mirrors
 SessionTrackingMode.
 
- 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 a CommandLinePropertySourceshould be added to the application
 context in order to expose arguments.
 
- setAddConversionService(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
- setAddConversionService(boolean) - Method in class org.springframework.boot.SpringApplication
- 
- 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.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. 
- setAllowSubTransactions(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-  
- 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
-  
- setApplicationContextClass(Class<? extends ConfigurableApplicationContext>) - Method in class org.springframework.boot.SpringApplication
- 
Sets the type of Spring ApplicationContextthat will be created.
 
- 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 the  Banner instance 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.jta.atomikos.AtomikosConnectionFactoryBean
-  
- setBeanName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
-  
- setBeanName(String) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
-  
- setBeanName(String) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-  
- 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.AnnotationConfigReactiveWebApplicationContext
- 
Set a custom BeanNameGeneratorfor use withAnnotatedBeanDefinitionReaderand/orClassPathBeanDefinitionScanner.
 
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- 
Provide a custom BeanNameGeneratorfor use withAnnotatedBeanDefinitionReaderand/orClassPathBeanDefinitionScanner, if any.
 
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- 
Provide a custom BeanNameGeneratorfor use withAnnotatedBeanDefinitionReaderand/orClassPathBeanDefinitionScanner, if any.
 
- setBootstrapExecutor(AsyncTaskExecutor) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
- 
Configure the bootstrap executor to be used by the
 LocalContainerEntityManagerFactoryBean.
 
- 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 class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- 
- setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer>) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- 
- 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. 
- 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).
 
- setCheckpointInterval(long) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
- 
Specifies the interval between checkpoints. 
- 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
-  
- setComment(String) - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-  
- 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 Jetty Configurations that will be applied to theWebAppContextbefore the server is created.
 
- setConnectionFactory(XAConnectionFactory) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
- 
Set the XAConnectionFactorydirectly, instead of callingResourceBean.setClassName(String).
 
- setConnectTimeout(Duration) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Sets the connection timeout on the underlying ClientHttpRequestFactory.
 
- setConnectTimeout(int) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- setConnectTimeout(Duration) - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
- 
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
- 
Set LifecycleListeners that should be applied to the TomcatContext.
 
- setContextLifecycleListeners(Collection<? extends LifecycleListener>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Set LifecycleListeners 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
- 
Set Valves that should be applied to the TomcatContext.
 
- setDataSource(XADataSource) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
- 
Set the  XADataSource directly, instead of calling
  ResourceBean.setClassName(String). 
- setDefaultJtaTimeout(Duration) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
- 
The default timeout for JTA transactions (optional, defaults to 10000
 ms). 
- setDefaultMaxWaitTimeOnShutdown(long) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
- 
Specifies how long should a normal shutdown (no-force) wait for transactions to
 complete. 
- 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
 existing Environment.
 
- setDefaultProperties(Properties) - Method in class org.springframework.boot.SpringApplication
- 
- 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. 
- setDelay(Duration) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-  
- setDeploymentInfoCustomizers(Collection<? extends UndertowDeploymentInfoCustomizer>) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
- 
- setDeploymentInfoCustomizers(Collection<? extends UndertowDeploymentInfoCustomizer>) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- 
- setDestinationProvider(DestinationProvider) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Set the DestinationProviderto use.
 
- setDispatcherTypes(DispatcherType, DispatcherType...) - Method in class org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
- 
- 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.servlet.server.Session.Cookie
-  
- setEagerInitFilters(boolean) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
- 
Set whether filters should be initialized eagerly. 
- setEnabled(AnsiOutput.Enabled) - Static method in class org.springframework.boot.ansi.AnsiOutput
- 
Sets if ANSI output is enabled. 
- 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. 
- setEnabledProtocols(String[]) - Method in class org.springframework.boot.web.server.Ssl
-  
- setEnableLogging(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
- 
Specifies if disk logging should be enabled or not. 
- setEngineValves(Collection<? extends Valve>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
Set Valves that should be applied to the TomcatEngine.
 
- setEnvironment(Environment) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
-  
- 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.AnnotationConfigServletWebServerApplicationContext
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
- 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 the FaultMessageResolverto use.
 
- setFileSizeThreshold(DataSize) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
- 
Sets the sizethreshold after which files will be written to disk.
 
- setFileSizeThreshold(int) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
- 
- setFileSizeThreshold(String) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
- 
- setFilter(T) - Method in class org.springframework.boot.web.servlet.FilterRegistrationBean
- 
Set the filter to be registered. 
- setForceShutdownOnVmExit(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
- 
Specifies whether VM shutdown should trigger forced shutdown of the transaction
 core. 
- setForgetOrphanedLogEntriesDelay(Duration) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-  
- 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.servlet.server.Session.Cookie
-  
- setInitializers(Collection<? extends ApplicationContextInitializer<?>>) - Method in class org.springframework.boot.SpringApplication
- 
Sets the ApplicationContextInitializerthat 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
- 
- 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's
 ServletContext.
 
- 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. 
- 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
-  
- 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 the ApplicationListeners that will be applied to the SpringApplication
 and registered with theApplicationContext.
 
- setLoadOnStartup(int) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
- 
Sets the loadOnStartuppriority.
 
- 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. 
- setLogBaseDir(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
- 
Specifies the directory in which the log files should be stored. 
- setLogBaseName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
- 
Specifies the transactions log file base name. 
- setLoginTimeout(int) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-  
- 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, Environment) - Method in class org.springframework.boot.context.logging.LoggingApplicationListener
-  
- setLogStartupInfo(boolean) - Method in class org.springframework.boot.SpringApplication
- 
Sets if the application information should be logged when the application starts. 
- setLogWriter(PrintWriter) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-  
- 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. 
- setMarshaller(Marshaller) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
Set the Marshallerto 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. 
- setMaxActives(int) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
- 
Specifies the maximum number of active transactions. 
- setMaxAge(Duration) - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-  
- setMaxFileSize(DataSize) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
- 
Sets the maximum sizeallowed for uploaded files.
 
- setMaxFileSize(long) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
- 
- setMaxFileSize(String) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
- 
- setMaxRequestSize(DataSize) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
- 
Sets the maximum DataSizeallowed for multipart/form-data requests.
 
- setMaxRequestSize(long) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
- 
- setMaxRequestSize(String) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
- 
- setMaxRetries(int) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-  
- setMaxTimeout(Duration) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
- 
Specifies the maximum timeout that can be allowed for transactions. 
- 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
-  
- setMultipartConfig(MultipartConfigElement) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
- 
Set the multi-part configuration.
 
- setName(String) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
- 
Set the name of this registration. 
- setName(String) - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-  
- setOf(Class<E>) - Static method in class org.springframework.boot.context.properties.bind.Bindable
- 
Create a new  BindableSet of the specified element type. 
- 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.config.ConfigFileApplicationListener
-  
- setOrder(int) - Method in class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
-  
- setOrder(int) - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
-  
- 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.SpringApplicationJsonEnvironmentPostProcessor
-  
- setOrder(int) - Method in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
-  
- setOrder(int) - Method in class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
-  
- setOrder(int) - Method in class org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
-  
- 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). 
- setPath(String) - Method in class org.springframework.boot.web.servlet.server.Session.Cookie
-  
- setPersistent(boolean) - Method in class org.springframework.boot.web.servlet.server.Session
-  
- 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. 
- setProtocol(String) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
The Tomcat protocol to use when create the Connector.
 
- setProtocol(String) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
The Tomcat protocol to use when create the Connector.
 
- setProtocol(String) - Method in class org.springframework.boot.web.server.Ssl
-  
- setReadTimeout(Duration) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
Sets the read timeout on the underlying ClientHttpRequestFactory.
 
- setReadTimeout(int) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
- 
- setReadTimeout(Duration) - Method in class org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
- 
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
- 
- setRegisterShutdownHook(boolean) - Method in class org.springframework.boot.SpringApplication
- 
Sets if the created ApplicationContextshould have a shutdown hook
 registered.
 
- setResourceFactory(JettyResourceFactory) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- 
Set the JettyResourceFactoryto get the shared resources from.
 
- setResourceFactory(ReactorResourceFactory) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
- 
Set the ReactorResourceFactoryto get the shared resources from.
 
- setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.SpringApplication
- 
Sets the ResourceLoaderthat should be used when loading resources.
 
- 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
-  
- setRetryInterval(Duration) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
-  
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
- 
Set a custom ScopeMetadataResolverfor use withAnnotatedBeanDefinitionReaderand/orClassPathBeanDefinitionScanner.
 
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
- 
Set the ScopeMetadataResolverto use for detected bean classes.
 
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
- 
Set the ScopeMetadataResolverto use for detected bean classes.
 
- setSearchLocations(String) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
- 
Set the search locations that will be considered as a comma-separated list. 
- setSearchNames(String) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
- 
Sets the names of the files that should be loaded (excluding file extension) as a
 comma-separated list. 
- setSecure(Boolean) - Method in class org.springframework.boot.web.servlet.server.Session.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
-  
- setSerialJtaTransactions(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
- 
Specifies if subtransactions should be joined when possible. 
- setServerCustomizers(Collection<? extends JettyServerCustomizer>) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- 
- setServerCustomizers(Collection<? extends JettyServerCustomizer>) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
- setServerCustomizers(Collection<? extends NettyServerCustomizer>) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
- 
- 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. 
- 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
-  
- setService(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
- 
Specifies the transaction manager implementation that should be started. 
- 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
- 
- 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. 
- 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.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. 
- setSslStoreProvider(SslStoreProvider) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
-  
- setSslStoreProvider(SslStoreProvider) - Method in interface org.springframework.boot.web.server.ConfigurableWebServerFactory
- 
Sets a provider that will be used to obtain SSL stores. 
- setStoreDir(File) - Method in class org.springframework.boot.web.servlet.server.Session
-  
- setThreadedTwoPhaseCommit(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
- 
Specifies whether or not to use different (and concurrent) threads for two-phase
 commit on the participating resources. 
- setThreadPool(ThreadPool) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
- 
Set a Jetty ThreadPoolthat should be used by theServer.
 
- setThreadPool(ThreadPool) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
- 
Set a Jetty ThreadPoolthat should be used by theServer.
 
- setTimeout(Duration) - Method in class org.springframework.boot.web.servlet.server.Session
-  
- 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(Collection<? extends TomcatConnectorCustomizer>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
- setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
- 
- setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
- 
- setTrackingModes(Set<Session.SessionTrackingMode>) - Method in class org.springframework.boot.web.servlet.server.Session
-  
- setTransactionManagerUniqueName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
- 
Specifies the transaction manager's unique name. 
- setTransformerFactoryClass(Class<? extends TransformerFactory>) - Method in class org.springframework.boot.webservices.client.WebServiceTemplateBuilder
- 
- 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. 
- 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 the Unmarshallerto 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. 
- 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 the WebServiceMessageFactoryto 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
-  
- shouldRegisterJspServlet() - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
- 
Returns whether or not the JSP servlet should be registered with the web server. 
- shutdown() - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
- 
Shutdown the application. 
- 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). 
- SimpleFormatter - Class in org.springframework.boot.logging.java
- 
- SimpleFormatter() - Constructor for class org.springframework.boot.logging.java.SimpleFormatter
-  
- size() - Method in class org.springframework.boot.web.servlet.ServletContextInitializerBeans
-  
- Slf4JLoggingSystem - Class in org.springframework.boot.logging
- 
Abstract base class for  LoggingSystem implementations that utilize SLF4J. 
- Slf4JLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.Slf4JLoggingSystem
-  
- sort(Collection<Class<?>>) - Method in class org.springframework.boot.context.annotation.Configurations
- 
Sort configuration classes into the order that they should be applied. 
- sources(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
- 
Add more sources (configuration classes and components) to this application. 
- SPRING_APPLICATION_JSON_ENVIRONMENT_VARIABLE - Static variable in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
- 
Name of the SPRING_APPLICATION_JSONenvironment variable.
 
- SPRING_APPLICATION_JSON_PROPERTY - Static variable in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
- 
Name of the spring.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
- 
- SpringApplication(ResourceLoader, Class<?>...) - Constructor for class org.springframework.boot.SpringApplication
- 
- SpringApplicationAdminMXBean - Interface in org.springframework.boot.admin
- 
An MBean contract to control and monitor a running SpringApplicationvia JMX.
 
- SpringApplicationAdminMXBeanRegistrar - Class in org.springframework.boot.admin
- 
- SpringApplicationAdminMXBeanRegistrar(String) - Constructor for class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
-  
- SpringApplicationBuilder - Class in org.springframework.boot.builder
- 
Builder for  SpringApplication and  ApplicationContext instances with
 convenient fluent API and context hierarchy support. 
- SpringApplicationBuilder(Class<?>...) - Constructor for class org.springframework.boot.builder.SpringApplicationBuilder
-  
- SpringApplicationEvent - Class in org.springframework.boot.context.event
- 
- SpringApplicationEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.SpringApplicationEvent
-  
- SpringApplicationJsonEnvironmentPostProcessor - Class in org.springframework.boot.env
- 
An  EnvironmentPostProcessor that parses JSON from
  spring.application.json or equivalently  SPRING_APPLICATION_JSON and
 adds it as a map property source to the  Environment. 
- SpringApplicationJsonEnvironmentPostProcessor() - Constructor for class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
-  
- SpringApplicationRunListener - Interface in org.springframework.boot
- 
- SpringBootConfiguration - Annotation Type in org.springframework.boot
- 
Indicates that a class provides Spring Boot application
 @Configuration.
 
- SpringBootConfigurationFactory - Class in org.springframework.boot.logging.log4j2
- 
Spring Boot ConfigurationFactorythat 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 of  SpringApplication
 startup errors. 
- SpringBootServletInitializer - Class in org.springframework.boot.web.servlet.support
- 
An opinionated  WebApplicationInitializer to run a  SpringApplication
 from a traditional WAR deployment. 
- SpringBootServletInitializer() - Constructor for class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-  
- SpringBootVersion - Class in org.springframework.boot
- 
Class that exposes the Spring Boot version. 
- SpringImplicitNamingStrategy - Class in org.springframework.boot.orm.jpa.hibernate
- 
Hibernate ImplicitNamingStrategythat 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 Hibernate  AbstractJtaPlatform implementation that simply resolves the
 JTA  UserTransaction and  TransactionManager from the Spring-configured
  JtaTransactionManager implementation. 
- SpringJtaPlatform(JtaTransactionManager) - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
-  
- SpringPackageScanClassResolver - Class in org.springframework.boot.liquibase
- 
Liquibase PackageScanClassResolverimplementation that uses Spring's resource
 scanning to locate classes.
 
- SpringPackageScanClassResolver(Log) - Constructor for class org.springframework.boot.liquibase.SpringPackageScanClassResolver
-  
- SpringPhysicalNamingStrategy - Class in org.springframework.boot.orm.jpa.hibernate
- 
Hibernate PhysicalNamingStrategythat follows Spring recommended naming
 conventions.
 
- SpringPhysicalNamingStrategy() - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
-  
- 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.ClientAuth - Enum in org.springframework.boot.web.server
- 
Client authentication types. 
- SslConfigurationValidator - Class in org.springframework.boot.web.server
- 
Provides utilities around SSL. 
- SslServerCustomizer - Class in org.springframework.boot.web.embedded.netty
- 
- SslServerCustomizer(Ssl, Http2, SslStoreProvider) - Constructor for class org.springframework.boot.web.embedded.netty.SslServerCustomizer
-  
- SslStoreProvider - Interface in org.springframework.boot.web.server
- 
Interface to provide SSL key stores for an  WebServer to use. 
- 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
-  
- 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.UndertowServletWebServer
-  
- 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. 
- started(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-  
- started(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
- 
- starting() - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-  
- starting() - Method in interface org.springframework.boot.SpringApplicationRunListener
- 
Called immediately when the run method has first started. 
- 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.UndertowServletWebServer
-  
- 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. 
- 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 current ServerWebExchange.
 
- stream() - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
- 
Returns a sequential  Stream for the  names
 managed by this source. 
- stream() - Method in class org.springframework.boot.context.properties.source.MapConfigurationPropertySource
-  
- supportsEventType(ResolvableType) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
-  
- supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
-  
- supportsEventType(ResolvableType) - Method in class org.springframework.boot.context.logging.ClasspathLoggingApplicationListener
-  
- 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
-  
- 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 the  LoggingSystem to use. 
- SystemEnvironmentOrigin - Class in org.springframework.boot.origin
- 
Origin for an item loaded from the system environment. 
- SystemEnvironmentOrigin(String) - Constructor for class org.springframework.boot.origin.SystemEnvironmentOrigin
-  
- SystemEnvironmentPropertySourceEnvironmentPostProcessor - Class in org.springframework.boot.env
- 
- SystemEnvironmentPropertySourceEnvironmentPostProcessor() - Constructor for class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
-  
- SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource - Class in org.springframework.boot.env
- 
SystemEnvironmentPropertySource that also tracks  Origin. 
- SystemProperties - Class in org.springframework.boot.system
- 
Access to system properties. 
- validateKeyAlias(KeyStore, String) - Static method in class org.springframework.boot.web.server.SslConfigurationValidator
-  
- ValidationBindHandler - Class in org.springframework.boot.context.properties.bind.validation
- 
- ValidationBindHandler(Validator...) - Constructor for class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
-  
- ValidationBindHandler(BindHandler, Validator...) - Constructor for class org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
-  
- ValidationErrors - Class in org.springframework.boot.context.properties.bind.validation
- 
A collection of ObjectErrorscaused by bind validation failures.
 
- VALIDATOR_BEAN_NAME - Static variable in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
- 
The bean name of the configuration properties validator. 
- VALUE - Static variable in annotation type org.springframework.boot.context.properties.ConfigurationPropertiesBinding
- 
Concrete value for the @Qualifier.
 
- valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiBackground
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiColor
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiOutput.Enabled
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiStyle
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.springframework.boot.Banner.Mode
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.springframework.boot.cloud.CloudPlatform
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.springframework.boot.context.properties.source.ConfigurationPropertyState
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.springframework.boot.convert.DurationStyle
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.springframework.boot.jdbc.DatabaseDriver
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.springframework.boot.jdbc.DataSourceInitializationMode
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.springframework.boot.jdbc.SchemaManagement
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.springframework.boot.logging.LogLevel
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.springframework.boot.system.JavaVersion
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.springframework.boot.web.server.Ssl.ClientAuth
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.springframework.boot.web.servlet.DispatcherType
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.springframework.boot.WebApplicationType
- 
Returns the enum constant of this type with the specified name. 
- values() - Static method in enum org.springframework.boot.ansi.AnsiBackground
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.springframework.boot.ansi.AnsiColor
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.springframework.boot.ansi.AnsiOutput.Enabled
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.springframework.boot.ansi.AnsiStyle
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.springframework.boot.Banner.Mode
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.springframework.boot.cloud.CloudPlatform
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.springframework.boot.context.properties.source.ConfigurationPropertyState
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.springframework.boot.convert.DurationStyle
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.springframework.boot.jdbc.DatabaseDriver
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.springframework.boot.jdbc.DataSourceInitializationMode
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.springframework.boot.jdbc.EmbeddedDatabaseConnection
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.springframework.boot.jdbc.SchemaManagement
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.springframework.boot.logging.LogLevel
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.springframework.boot.system.JavaVersion
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.springframework.boot.web.server.Ssl.ClientAuth
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.springframework.boot.web.servlet.DispatcherType
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.springframework.boot.WebApplicationType
- 
Returns an array containing the constants of this enum type, in
the order they are declared.