A B C D E F G H I J L M N O P R S T U V W X Y 
All Classes All Packages

A

AbstractConfigurableEmbeddedServletContainer - Class in org.springframework.boot.context.embedded
Abstract base class for ConfigurableEmbeddedServletContainer implementations.
AbstractConfigurableEmbeddedServletContainer() - Constructor for class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
AbstractConfigurableEmbeddedServletContainer(int) - Constructor for class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Create a new AbstractConfigurableEmbeddedServletContainer instance with the specified port.
AbstractConfigurableEmbeddedServletContainer(String, int) - Constructor for class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Create a new AbstractConfigurableEmbeddedServletContainer instance with the specified context path and port.
AbstractEmbeddedServletContainerFactory - Class in org.springframework.boot.context.embedded
Abstract base class for EmbeddedServletContainerFactory implementations.
AbstractEmbeddedServletContainerFactory() - Constructor for class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
AbstractEmbeddedServletContainerFactory(int) - Constructor for class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
AbstractEmbeddedServletContainerFactory(String, int) - Constructor for class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
AbstractFailureAnalyzer<T extends Throwable> - Class in org.springframework.boot.diagnostics
Abstract base class for most FailureAnalyzer implementations.
AbstractFailureAnalyzer() - Constructor for class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
 
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
 
AbstractLoggingSystem - Class in org.springframework.boot.logging
Abstract base class for LoggingSystem implementations.
AbstractLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.AbstractLoggingSystem
 
AbstractLoggingSystem.LogLevels<T> - Class in org.springframework.boot.logging
Maintains a mapping between native levels and LogLevel.
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.context.embedded.MimeMappings
Add a new mime mapping.
add(PropertySource<?>) - Method in class org.springframework.boot.env.EnumerableCompositePropertySource
 
addActiveProfiles(String...) - Method in class org.springframework.boot.yaml.SpringProfileDocumentMatcher
 
addAdditionalTomcatConnectors(Connector...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add Connectors in addition to the default connector, e.g.
addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Add UndertowBuilderCustomizers that should be used to customize the Undertow Undertow.Builder.
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.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Add Configurations that will be applied to the WebAppContext before the server is started.
addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add TomcatContextCustomizers that should be added to the Tomcat Connector.
addContextCustomizers(TomcatContextCustomizer...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add TomcatContextCustomizers that should be added to the Tomcat Context.
addContextLifecycleListeners(LifecycleListener...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add LifecycleListeners that should be added to the Tomcat Context.
addContextValves(Valve...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add Valves that should be applied to the Tomcat Context.
addDefaultServlet(WebAppContext) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Add Jetty's DefaultServlet to the given WebAppContext.
addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Add UndertowDeploymentInfoCustomizers that should be used to customize the Undertow DeploymentInfo.
addEngineValves(Valve...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add Valves that should be applied to the Tomcat Engine.
addErrorPages(ErrorPage...) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
addErrorPages(ErrorPage...) - Method in interface org.springframework.boot.web.servlet.ErrorPageRegistry
Adds error pages that will be used when handling exceptions.
addErrorPages(ErrorPage...) - Method in class org.springframework.boot.web.support.ErrorPageFilter
 
addInitializers(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
addInitializers(ServletContextInitializer...) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
addInitializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.boot.SpringApplication
Add ApplicationContextInitializers to be applied to the Spring ApplicationContext.
addInitParameter(String, String) - Method in class org.springframework.boot.web.servlet.RegistrationBean
Add a single init-parameter, replacing any existing parameter with the same name.
additionalCustomizers(Collection<? extends RestTemplateCustomizer>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add RestTemplateCustomizers that should be applied to the RestTemplate.
additionalCustomizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add RestTemplateCustomizers that should be applied to the RestTemplate.
additionalInterceptors(Collection<? extends ClientHttpRequestInterceptor>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add additional ClientHttpRequestInterceptors that should be used with the RestTemplate.
additionalInterceptors(ClientHttpRequestInterceptor...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add additional ClientHttpRequestInterceptors that should be used with the RestTemplate.
additionalMessageConverters(Collection<? extends HttpMessageConverter<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add additional HttpMessageConverters that should be used with the RestTemplate.
additionalMessageConverters(HttpMessageConverter<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add additional HttpMessageConverters that should be used with the RestTemplate.
addJspServlet(WebAppContext) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Add Jetty's JspServlet to the given WebAppContext.
addListeners(ApplicationListener<?>...) - Method in class org.springframework.boot.SpringApplication
Add ApplicationListeners to be applied to the SpringApplication and registered with the ApplicationContext.
addPostProcessors(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
Add appropriate post-processors to post-configure the property-sources.
addPropertyAlias(String, Class<?>, String) - Method in class org.springframework.boot.bind.YamlJavaBeanPropertyConstructor
Adds an alias for a JavaBean property name on a particular type.
addPropertySources(ConfigurableEnvironment, ResourceLoader) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
Add config file property sources to the specified environment.
addServerCustomizers(JettyServerCustomizer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Add JettyServerCustomizers that will be applied to the Server before it is started.
addTldSkipPatterns(String...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add patterns that match jars to ignore for TLD scanning.
addTo(RestTemplate, String) - Static method in class org.springframework.boot.web.client.RootUriTemplateHandler
Add a RootUriTemplateHandler instance to the given RestTemplate.
addToEnvironment(ConfigurableEnvironment) - Static method in class org.springframework.boot.context.config.RandomValuePropertySource
 
addURL(URL) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
addUrlMappings(String...) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Add URL mappings for the servlet.
afterPropertiesSet() - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
afterPropertiesSet() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
 
afterPropertiesSet() - Method in class org.springframework.boot.bind.YamlConfigurationFactory
 
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
 
afterPropertiesSet() - Method in class org.springframework.boot.jta.narayana.NarayanaConfigurationBean
 
afterPropertiesSet() - Method in class org.springframework.boot.jta.narayana.NarayanaRecoveryManagerBean
 
afterRefresh(ConfigurableApplicationContext, ApplicationArguments) - Method in class org.springframework.boot.SpringApplication
Called after the context has been refreshed.
ALWAYS - org.springframework.boot.ansi.AnsiOutput.Enabled
Enable ANSI-colored output.
analyze(Throwable) - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
 
analyze(Throwable) - Method in interface org.springframework.boot.diagnostics.FailureAnalyzer
Returns an analysis of the given failure, or null if no analysis was possible.
analyze(Throwable, BeanNotOfRequiredTypeException) - Method in class org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyzer
 
analyze(Throwable, T) - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
Returns an analysis of the given failure, or null if no analysis was possible.
analyze(Throwable, T) - Method in class org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
 
analyze(Throwable, T, String) - Method in class org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
Returns an analysis of the given failure, or null if no analysis was possible.
analyzeAndReport(Throwable) - Method in class org.springframework.boot.diagnostics.FailureAnalyzers
Analyze and report the specified failure.
AnnotationConfigEmbeddedWebApplicationContext - Class in org.springframework.boot.context.embedded
EmbeddedWebApplicationContext 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.
AnnotationConfigEmbeddedWebApplicationContext() - Constructor for class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
AnnotationConfigEmbeddedWebApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
Create a new AnnotationConfigEmbeddedWebApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context.
AnnotationConfigEmbeddedWebApplicationContext(String...) - Constructor for class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
Create a new AnnotationConfigEmbeddedWebApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context.
AnsiBackground - Enum in org.springframework.boot.ansi
Ansi background colors.
AnsiColor - Enum in org.springframework.boot.ansi
Ansi colors.
AnsiColors - Class in org.springframework.boot.ansi
Utility for working with AnsiColor in the context of AWT Colors.
AnsiElement - Interface in org.springframework.boot.ansi
An ANSI encodable element.
AnsiOutput - Class in org.springframework.boot.ansi
Generates ANSI encoded output, automatically attempting to detect if the terminal supports ANSI.
AnsiOutput() - Constructor for class org.springframework.boot.ansi.AnsiOutput
 
AnsiOutput.Enabled - Enum in org.springframework.boot.ansi
AnsiOutputApplicationListener - Class in org.springframework.boot.context.config
An ApplicationListener that configures AnsiOutput depending on the value of the property spring.output.ansi.enabled.
AnsiOutputApplicationListener() - Constructor for class org.springframework.boot.context.config.AnsiOutputApplicationListener
 
AnsiPropertySource - Class in org.springframework.boot.ansi
PropertyResolver for AnsiStyle, AnsiColor and AnsiBackground elements.
AnsiPropertySource(String, boolean) - Constructor for class org.springframework.boot.ansi.AnsiPropertySource
Create a new AnsiPropertySource instance.
AnsiStyle - Enum in org.springframework.boot.ansi
Ansi styles.
append(ILoggingEvent) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender
 
AppendableLogger(Logger) - Constructor for class org.springframework.boot.logging.logback.LevelRemappingAppender.AppendableLogger
 
appendAnsiString(StringBuilder, String, AnsiElement) - Method in class org.springframework.boot.logging.log4j2.ColorConverter
 
application() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Accessor for the current application.
APPLICATION_CONFIGURATION_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
Name of the application configuration PropertySource.
ApplicationArguments - Interface in org.springframework.boot
Provides access to the arguments that were used to run a SpringApplication.
ApplicationContextHeaderFilter - Class in org.springframework.boot.web.filter
OncePerRequestFilter to add a X-Application-Context header that contains the ApplicationContext ID.
ApplicationContextHeaderFilter(ApplicationContext) - Constructor for class org.springframework.boot.web.filter.ApplicationContextHeaderFilter
 
ApplicationEnvironmentPreparedEvent - Class in org.springframework.boot.context.event
Event published when a SpringApplication is starting up and the Environment is first available for inspection and modification.
ApplicationEnvironmentPreparedEvent(SpringApplication, String[], ConfigurableEnvironment) - Constructor for class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
ApplicationFailedEvent - Class in org.springframework.boot.context.event
Event published by a SpringApplication when it fails to start.
ApplicationFailedEvent(SpringApplication, String[], ConfigurableApplicationContext, Throwable) - Constructor for class org.springframework.boot.context.event.ApplicationFailedEvent
Create a new ApplicationFailedEvent instance.
ApplicationHome - Class in org.springframework.boot
Provides access to the application home directory.
ApplicationHome() - Constructor for class org.springframework.boot.ApplicationHome
Create a new ApplicationHome instance.
ApplicationHome(Class<?>) - Constructor for class org.springframework.boot.ApplicationHome
Create a new ApplicationHome instance for the specified source class.
ApplicationPid - Class in org.springframework.boot
An application process ID.
ApplicationPid() - Constructor for class org.springframework.boot.ApplicationPid
 
ApplicationPid(String) - Constructor for class org.springframework.boot.ApplicationPid
 
ApplicationPidFileWriter - Class in org.springframework.boot.system
An ApplicationListener that saves application PID into file.
ApplicationPidFileWriter() - Constructor for class org.springframework.boot.system.ApplicationPidFileWriter
Create a new ApplicationPidFileWriter instance using the filename 'application.pid'.
ApplicationPidFileWriter(File) - Constructor for class org.springframework.boot.system.ApplicationPidFileWriter
Create a new ApplicationPidFileWriter instance with a specified file.
ApplicationPidFileWriter(String) - Constructor for class org.springframework.boot.system.ApplicationPidFileWriter
Create a new ApplicationPidFileWriter instance with a specified filename.
ApplicationPreparedEvent - Class in org.springframework.boot.context.event
Event published as when a SpringApplication is starting up and the ApplicationContext is fully prepared but not refreshed.
ApplicationPreparedEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationPreparedEvent
Create a new ApplicationPreparedEvent instance.
ApplicationReadyEvent - Class in org.springframework.boot.context.event
Event published as late as conceivably possible to indicate that the application is ready to service requests.
ApplicationReadyEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationReadyEvent
Create a new ApplicationReadyEvent instance.
ApplicationRunner - Interface in org.springframework.boot
Interface used to indicate that a bean should run when it is contained within a SpringApplication.
ApplicationStartedEvent - Class in org.springframework.boot.context.event
Deprecated.
as of 1.5 in favor of ApplicationStartingEvent
ApplicationStartedEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.ApplicationStartedEvent
Deprecated.
Create a new ApplicationStartedEvent instance.
ApplicationStartingEvent - Class in org.springframework.boot.context.event
Event published as early as conceivably possible as soon as a SpringApplication has been started - before the Environment or ApplicationContext is available, but after the ApplicationListeners have been registered.
ApplicationStartingEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.ApplicationStartingEvent
Create a new ApplicationStartingEvent instance.
ApplicationTemp - Class in org.springframework.boot
Provides access to an application specific temporary directory.
ApplicationTemp() - Constructor for class org.springframework.boot.ApplicationTemp
Create a new ApplicationTemp instance.
ApplicationTemp(Class<?>) - Constructor for class org.springframework.boot.ApplicationTemp
Create a new ApplicationTemp instance for the specified source class.
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_PATH and LOG_FILE map entries.
applyToSystemProperties() - Method in class org.springframework.boot.logging.LogFile
Apply log file details to LOG_PATH and LOG_FILE system properties.
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
BeanFactoryPostProcessor to automatically setup the recommended dependsOn settings for correct Atomikos ordering.
AtomikosDependsOnBeanFactoryPostProcessor() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
 
AtomikosProperties - Class in org.springframework.boot.jta.atomikos
Bean friendly variant of Atomikos configuration properties.
AtomikosProperties() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosProperties
 
AtomikosXAConnectionFactoryWrapper - Class in org.springframework.boot.jta.atomikos
XAConnectionFactoryWrapper that uses an AtomikosConnectionFactoryBean to wrap a XAConnectionFactory.
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
 

B

banner(Banner) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Sets the Banner instance which will be used to print the banner when no static banner file is provided.
Banner - Interface in org.springframework.boot
Interface class for writing a banner programmatically.
BANNER_LOCATION_PROPERTY - Static variable in class org.springframework.boot.SpringApplication
Banner location property key.
BANNER_LOCATION_PROPERTY_VALUE - Static variable in class org.springframework.boot.SpringApplication
Default banner location.
Banner.Mode - Enum in org.springframework.boot
An enumeration of possible values for configuring the Banner.
bannerMode(Banner.Mode) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
 
basePackageClasses() - Method in annotation type org.springframework.boot.web.servlet.ServletComponentScan
Type-safe alternative to ServletComponentScan.basePackages() for specifying the packages to scan for annotated servlet components.
basePackages() - Method in annotation type org.springframework.boot.web.servlet.ServletComponentScan
Base packages to scan for annotated servlet components.
basicAuthorization(String, String) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add HTTP basic authentication to requests.
BasicJsonParser - Class in org.springframework.boot.json
Really basic JSON parser for when you have nothing else available.
BasicJsonParser() - Constructor for class org.springframework.boot.json.BasicJsonParser
 
beanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Bean name generator for automatically generated bean names in the application context.
BeanNotOfRequiredTypeFailureAnalyzer - Class in org.springframework.boot.diagnostics.analyzer
An AbstractFailureAnalyzer that performs analysis of failures caused by a BeanNotOfRequiredTypeException.
BeanNotOfRequiredTypeFailureAnalyzer() - Constructor for class org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyzer
 
beforeInitialize() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
beforeInitialize() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
beforeInitialize() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
beforeInitialize() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
beforeInitialize() - Method in class org.springframework.boot.logging.LoggingSystem
Reset the logging system to be limit output.
beforeInitialize() - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
 
BINDER_BEAN_NAME - Static variable in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
bindPropertiesToTarget() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
 
bindTo(String, Object) - Method in class org.springframework.boot.bind.PropertySourcesBinder
Bind the specified target from the environment using the prefix.
bindToSpringApplication(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
Bind the environment to the SpringApplication.
BitronixDependentBeanFactoryPostProcessor - Class in org.springframework.boot.jta.bitronix
BeanFactoryPostProcessor to automatically register the recommended dependencies for correct Bitronix shutdown ordering.
BitronixDependentBeanFactoryPostProcessor() - Constructor for class org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
 
BitronixXAConnectionFactoryWrapper - Class in org.springframework.boot.jta.bitronix
XAConnectionFactoryWrapper that uses a Bitronix PoolingConnectionFactoryBean to wrap a XAConnectionFactory.
BitronixXAConnectionFactoryWrapper() - Constructor for class org.springframework.boot.jta.bitronix.BitronixXAConnectionFactoryWrapper
 
BitronixXADataSourceWrapper - Class in org.springframework.boot.jta.bitronix
BitronixXADataSourceWrapper() - Constructor for class org.springframework.boot.jta.bitronix.BitronixXADataSourceWrapper
 
BLACK - org.springframework.boot.ansi.AnsiBackground
 
BLACK - org.springframework.boot.ansi.AnsiColor
 
BLUE - org.springframework.boot.ansi.AnsiBackground
 
BLUE - org.springframework.boot.ansi.AnsiColor
 
BOLD - org.springframework.boot.ansi.AnsiStyle
 
BRIGHT_BLACK - org.springframework.boot.ansi.AnsiBackground
 
BRIGHT_BLACK - org.springframework.boot.ansi.AnsiColor
 
BRIGHT_BLUE - org.springframework.boot.ansi.AnsiBackground
 
BRIGHT_BLUE - org.springframework.boot.ansi.AnsiColor
 
BRIGHT_CYAN - org.springframework.boot.ansi.AnsiBackground
 
BRIGHT_CYAN - org.springframework.boot.ansi.AnsiColor
 
BRIGHT_GREEN - org.springframework.boot.ansi.AnsiBackground
 
BRIGHT_GREEN - org.springframework.boot.ansi.AnsiColor
 
BRIGHT_MAGENTA - org.springframework.boot.ansi.AnsiBackground
 
BRIGHT_MAGENTA - org.springframework.boot.ansi.AnsiColor
 
BRIGHT_RED - org.springframework.boot.ansi.AnsiBackground
 
BRIGHT_RED - org.springframework.boot.ansi.AnsiColor
 
BRIGHT_WHITE - org.springframework.boot.ansi.AnsiBackground
 
BRIGHT_WHITE - org.springframework.boot.ansi.AnsiColor
 
BRIGHT_YELLOW - org.springframework.boot.ansi.AnsiBackground
 
BRIGHT_YELLOW - org.springframework.boot.ansi.AnsiColor
 
build() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Returns a fully configured SpringApplication that is ready to run.
build() - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
 
build() - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Build a new RestTemplate instance and configure it using this builder.
build(Class<T>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Build a new RestTemplate instance of the specified type and configure it using this builder.
build(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Returns a fully configured SpringApplication that is ready to run.
BuildProperties - Class in org.springframework.boot.info
Provide build-related information such as group and artifact.
BuildProperties(Properties) - Constructor for class org.springframework.boot.info.BuildProperties
Create an instance with the specified entries.

C

callAppenders(ILoggingEvent) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender.AppendableLogger
 
changesSince(PropertyValues) - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
 
child(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Create a child application with the provided sources.
ClasspathLoggingApplicationListener - Class in org.springframework.boot.logging
A SmartApplicationListener that reacts to environment prepared events and to failed events by logging the classpath of the thread context class loader (TCCL) at DEBUG level.
ClasspathLoggingApplicationListener() - Constructor for class org.springframework.boot.logging.ClasspathLoggingApplicationListener
 
cleanUp() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
cleanUp() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
cleanUp() - Method in class org.springframework.boot.logging.LoggingSystem
Clean up the logging system.
cleanUp() - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
 
clear(String) - Method in class org.springframework.boot.context.embedded.undertow.FileSessionPersistence
 
clearCache() - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Clear the entire MetadataReader cache, removing all cached class metadata.
CLOUD_FOUNDRY - org.springframework.boot.cloud.CloudPlatform
Cloud Foundry platform.
CloudFoundryVcapEnvironmentPostProcessor - Class in org.springframework.boot.cloud
An EnvironmentPostProcessor that knows where to find VCAP (a.k.a.
CloudFoundryVcapEnvironmentPostProcessor() - Constructor for class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
 
CloudPlatform - Enum in org.springframework.boot.cloud
Simple detection for well known cloud platforms.
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.
commit(Xid, boolean) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
CommonsLoggingLiquibaseLogger - Class in org.springframework.boot.liquibase
Liquibase Logger that delegates to an Apache Commons Log.
CommonsLoggingLiquibaseLogger() - Constructor for class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
ComponentScanPackageCheck() - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
 
Compression - Class in org.springframework.boot.context.embedded
Simple container-independent abstraction for compression configuration.
Compression() - Constructor for class org.springframework.boot.context.embedded.Compression
 
ConcurrentReferenceCachingMetadataReaderFactory - Class in org.springframework.boot.type.classreading
Caching implementation of the MetadataReaderFactory interface backed by a ConcurrentReferenceHashMap, caching MetadataReader per Spring Resource handle (i.e.
ConcurrentReferenceCachingMetadataReaderFactory() - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Create a new ConcurrentReferenceCachingMetadataReaderFactory instance for the default class loader.
ConcurrentReferenceCachingMetadataReaderFactory(ClassLoader) - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Create a new ConcurrentReferenceCachingMetadataReaderFactory instance for the given class loader.
ConcurrentReferenceCachingMetadataReaderFactory(ResourceLoader) - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Create a new ConcurrentReferenceCachingMetadataReaderFactory instance for the given resource loader.
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.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
EnvironmentPostProcessor that configures the context environment by loading properties from well known file locations.
ConfigFileApplicationListener() - Constructor for class org.springframework.boot.context.config.ConfigFileApplicationListener
 
ConfigurableEmbeddedServletContainer - Interface in org.springframework.boot.context.embedded
Simple interface that represents customizations to an EmbeddedServletContainerFactory.
CONFIGURATION_COMPARATOR - Static variable in class org.springframework.boot.logging.AbstractLoggingSystem
 
ConfigurationBeanFactoryMetaData - Class in org.springframework.boot.context.properties
Utility class to memorize @Bean definition meta data during initialization of the bean factory.
ConfigurationBeanFactoryMetaData() - Constructor for class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetaData
 
ConfigurationProperties - Annotation Type in org.springframework.boot.context.properties
Annotation for externalized configuration.
ConfigurationPropertiesBinding - Annotation Type in org.springframework.boot.context.properties
Qualifier for beans that are needed to configure the binding of ConfigurationProperties (e.g.
ConfigurationPropertiesBindingPostProcessor - Class in org.springframework.boot.context.properties
BeanPostProcessor to bind PropertySources to beans annotated with ConfigurationProperties.
ConfigurationPropertiesBindingPostProcessor() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
ConfigurationPropertiesBindingPostProcessorRegistrar - Class in org.springframework.boot.context.properties
ImportBeanDefinitionRegistrar for binding externalized application properties to ConfigurationProperties beans.
ConfigurationPropertiesBindingPostProcessorRegistrar() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
 
ConfigurationWarningsApplicationContextInitializer - Class in org.springframework.boot.context
ApplicationContextInitializer to report warnings for common misconfiguration mistakes.
ConfigurationWarningsApplicationContextInitializer() - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
 
ConfigurationWarningsApplicationContextInitializer.Check - Interface in org.springframework.boot.context
A single check that can be applied.
ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck - Class in org.springframework.boot.context
ConfigurationWarningsApplicationContextInitializer.Check for @ComponentScan on problematic package.
ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor - Class in org.springframework.boot.context
BeanDefinitionRegistryPostProcessor to report warnings.
ConfigurationWarningsPostProcessor(ConfigurationWarningsApplicationContextInitializer.Check[]) - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
 
configure(Registration.Dynamic) - Method in class org.springframework.boot.web.servlet.RegistrationBean
Configure registration base settings.
configure(ServletRegistration.Dynamic) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Configure registration settings.
configure(WebAppContext) - Method in class org.springframework.boot.context.embedded.jetty.ServletContextInitializerConfiguration
 
configure(SpringApplicationBuilder) - Method in class org.springframework.boot.web.support.SpringBootServletInitializer
Configure the application.
configure(T) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Configure the provided RestTemplate instance using this builder.
configureContext(Context, ServletContextInitializer[]) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
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.
configureSsl(AbstractHttp11JsseProtocol<?>, Ssl) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Configure Tomcat's AbstractHttp11JsseProtocol for SSL.
configureSsl(SslContextFactory, Ssl) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Configure the SSL connection.
configureSslStoreProvider(AbstractHttp11JsseProtocol<?>, SslStoreProvider) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
 
configureWebAppContext(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Configure the given Jetty WebAppContext for use.
ConnectorStartFailedException - Exception in org.springframework.boot.context.embedded.tomcat
A ConnectorStartFailedException is thrown when a Tomcat Connector fails to start, for example due to a port clash or incorrect SSL configuration.
ConnectorStartFailedException(int) - Constructor for exception org.springframework.boot.context.embedded.tomcat.ConnectorStartFailedException
Creates a new ConnectorStartFailedException for a connector that's configured to listen on the given port.
CONSOLE - org.springframework.boot.Banner.Mode
Print the banner to System.out.
CONSOLE_LOG_PATTERN - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
The name of the System property that contains the console log pattern.
contains(String) - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
 
containsOption(String) - Method in interface org.springframework.boot.ApplicationArguments
Return whether the set of option arguments parsed from the arguments contains an option with the given name.
containsOption(String) - Method in class org.springframework.boot.DefaultApplicationArguments
 
containsProperty(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
 
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
ApplicationContextInitializer that set the Spring ApplicationContext ID.
ContextIdApplicationContextInitializer() - Constructor for class org.springframework.boot.context.ContextIdApplicationContextInitializer
 
ContextIdApplicationContextInitializer(String) - Constructor for class org.springframework.boot.context.ContextIdApplicationContextInitializer
contextLoaded(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
 
contextLoaded(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
Called once the application context has been loaded but before it has been refreshed.
contextPrepared(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
 
contextPrepared(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
Called once the ApplicationContext has been created and prepared, but before sources have been loaded.
convertNativeToSystem(T) - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
 
convertSystemToNative(LogLevel) - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
 
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.
createBeanPropertyBindingResult() - Method in class org.springframework.boot.bind.RelaxedDataBinder
 
createContextCloserListener(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
Subclasses may override to create their own subclass of ContextCloserListener.
createLogger(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
Factory method used to create the logger.
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 MultipartConfigElement instance.
createPooledConnection(Object, ResourceBean) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
createPooledConnection(Object, ResourceBean) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
createRootApplicationContext(ServletContext) - Method in class org.springframework.boot.web.support.SpringBootServletInitializer
 
createSpringApplication(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Creates a new SpringApplication instances from the given sources.
createSpringApplicationBuilder() - Method in class org.springframework.boot.web.support.SpringBootServletInitializer
Returns the SpringApplicationBuilder that is used to configure and create the SpringApplication.
createTempDir(String) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
Returns the absolute temp dir for given servlet container.
createXAConnection() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
createXAConnection(String, String) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
customize(DeploymentInfo) - Method in interface org.springframework.boot.context.embedded.undertow.UndertowDeploymentInfoCustomizer
Customize the deployment info.
customize(Undertow.Builder) - Method in interface org.springframework.boot.context.embedded.undertow.UndertowBuilderCustomizer
Customize the builder.
customize(Connector) - Method in interface org.springframework.boot.context.embedded.tomcat.TomcatConnectorCustomizer
Customize the connector.
customize(Context) - Method in interface org.springframework.boot.context.embedded.tomcat.TomcatContextCustomizer
Customize the context.
customize(Server) - Method in interface org.springframework.boot.context.embedded.jetty.JettyServerCustomizer
Customize the server.
customize(ConfigurableEmbeddedServletContainer) - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer
Customize the specified ConfigurableEmbeddedServletContainer.
customize(RestTemplate) - Method in interface org.springframework.boot.web.client.RestTemplateCustomizer
Callback to customize a RestTemplate instance.
customizeBinder(DataBinder) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
Customize the data binder.
customizeConnector(Connector) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
 
customizers(Collection<? extends RestTemplateCustomizer>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the RestTemplateCustomizers that should be applied to the RestTemplate.
customizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the RestTemplateCustomizers that should be applied to the RestTemplate.
CYAN - org.springframework.boot.ansi.AnsiBackground
 
CYAN - org.springframework.boot.ansi.AnsiColor
 

D

DatabaseDriver - Enum in org.springframework.boot.jdbc
Enumeration of common database drivers.
dataSource(DataSource) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
 
DataSourceXAResourceRecoveryHelper - Class in org.springframework.boot.jta.narayana
XAResourceRecoveryHelper implementation which gets XIDs, which needs to be recovered, from the database.
DataSourceXAResourceRecoveryHelper(XADataSource) - Constructor for class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
Create a new DataSourceXAResourceRecoveryHelper instance.
DataSourceXAResourceRecoveryHelper(XADataSource, String, String) - Constructor for class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
Create a new DataSourceXAResourceRecoveryHelper instance.
DB2 - org.springframework.boot.jdbc.DatabaseDriver
DB2 Server.
DB2_AS400 - org.springframework.boot.jdbc.DatabaseDriver
DB2 AS400 Server.
debug(Object) - Method in class org.springframework.boot.logging.DeferredLog
 
debug(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
 
debug(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
debug(String, Throwable) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
DEBUG - org.springframework.boot.logging.LogLevel
 
DEFAULT - org.springframework.boot.ansi.AnsiBackground
 
DEFAULT - org.springframework.boot.ansi.AnsiColor
 
DEFAULT - Static variable in class org.springframework.boot.context.embedded.MimeMappings
Default mime mapping commonly used.
DEFAULT_CONTEXT_CLASS - Static variable in class org.springframework.boot.SpringApplication
The class name of application context that will be used by default for non-web environments.
DEFAULT_ORDER - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
The default order for the processor.
DEFAULT_ORDER - Static variable in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
The default order for the processor.
DEFAULT_ORDER - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
The default order for the LoggingApplicationListener.
DEFAULT_ORDER - Static variable in class org.springframework.boot.web.filter.OrderedHiddenHttpMethodFilter
The default order is high to ensure the filter is applied before Spring Security.
DEFAULT_ORDER - Static variable in class org.springframework.boot.web.filter.OrderedHttpPutFormContentFilter
Higher order to ensure the filter is applied before Spring Security.
DEFAULT_PROTOCOL - Static variable in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
The class name of default protocol used.
DEFAULT_WEB_CONTEXT_CLASS - Static variable in class org.springframework.boot.SpringApplication
The class name of application context that will be used by default for web environments.
DefaultApplicationArguments - Class in org.springframework.boot
Default implementation of ApplicationArguments.
DefaultApplicationArguments(String[]) - Constructor for class org.springframework.boot.DefaultApplicationArguments
 
defaultMessageConverters() - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the HttpMessageConverters that should be used with the RestTemplate to the default set.
DeferredLog - Class in org.springframework.boot.logging
Deferred Log that can be used to store messages that shouldn't be written until the logging system is fully initialized.
DeferredLog() - Constructor for class org.springframework.boot.logging.DeferredLog
 
DelegatingApplicationContextInitializer - Class in org.springframework.boot.context.config
ApplicationContextInitializer that delegates to other initializers that are specified under a context.initializer.classes environment property.
DelegatingApplicationContextInitializer() - Constructor for class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
 
DelegatingApplicationListener - Class in org.springframework.boot.context.config
ApplicationListener that delegates to other listeners that are specified under a context.listener.classes environment property.
DelegatingApplicationListener() - Constructor for class org.springframework.boot.context.config.DelegatingApplicationListener
 
DelegatingFilterProxyRegistrationBean - Class in org.springframework.boot.web.servlet
A ServletContextInitializer to register DelegatingFilterProxys in a Servlet 3.0+ container.
DelegatingFilterProxyRegistrationBean(String, ServletRegistrationBean...) - Constructor for class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
Create a new DelegatingFilterProxyRegistrationBean instance to be registered with the specified ServletRegistrationBeans.
DeprecatedConfigurationProperty - Annotation Type in org.springframework.boot.context.properties
Indicates that a getter in a ConfigurationProperties object is deprecated.
DERBY - org.springframework.boot.jdbc.DatabaseDriver
Apache Derby.
deserialize(JsonParser, DeserializationContext) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
 
deserializeObject(JsonParser, DeserializationContext, ObjectCodec, JsonNode) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
Deserialize JSON content into the value type this serializer handles.
destroy() - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
destroy() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
destroy() - Method in class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
 
destroy() - Method in class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
 
destroy() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
destroy() - Method in class org.springframework.boot.jta.narayana.NarayanaRecoveryManagerBean
 
destroy() - Method in class org.springframework.boot.web.support.ErrorPageFilter
 
DETECT - org.springframework.boot.ansi.AnsiOutput.Enabled
Try to detect whether ANSI coloring capabilities are available.
detectRequestFactory(boolean) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set if the ClientHttpRequestFactory should be detected based on the classpath.
DeterminableImports - Interface in org.springframework.boot.context.annotation
Interface that can be implemented by ImportSelector and ImportBeanDefinitionRegistrar implementations when they can determine imports early.
determineImports(AnnotationMetadata) - Method in interface org.springframework.boot.context.annotation.DeterminableImports
Return a set of objects that represent the imports.
determineJoinTableName(ImplicitJoinTableNameSource) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
 
DirectXAConnectionFactory() - Constructor for class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
DirectXADataSource() - Constructor for class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
DISPATCHER_SERVLET_NAME - Static variable in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Constant value for the DispatcherServlet bean name.
doBind(MutablePropertyValues) - Method in class org.springframework.boot.bind.RelaxedDataBinder
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.boot.web.support.ErrorPageFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.boot.web.filter.ApplicationContextHeaderFilter
 

E

EmbeddedServerPortFileWriter - Class in org.springframework.boot.system
An ApplicationListener that saves embedded server port and management port into file.
EmbeddedServerPortFileWriter() - Constructor for class org.springframework.boot.system.EmbeddedServerPortFileWriter
Create a new EmbeddedServerPortFileWriter instance using the filename 'application.port'.
EmbeddedServerPortFileWriter(File) - Constructor for class org.springframework.boot.system.EmbeddedServerPortFileWriter
Create a new EmbeddedServerPortFileWriter instance with a specified file.
EmbeddedServerPortFileWriter(String) - Constructor for class org.springframework.boot.system.EmbeddedServerPortFileWriter
Create a new EmbeddedServerPortFileWriter instance with a specified filename.
EmbeddedServletContainer - Interface in org.springframework.boot.context.embedded
Simple interface that represents a fully configured embedded servlet container (for example Tomcat or Jetty).
EmbeddedServletContainerCustomizer - Interface in org.springframework.boot.context.embedded
Strategy interface for customizing auto-configured embedded servlet containers.
EmbeddedServletContainerCustomizerBeanPostProcessor - Class in org.springframework.boot.context.embedded
BeanPostProcessor that applies all EmbeddedServletContainerCustomizers from the bean factory to ConfigurableEmbeddedServletContainer beans.
EmbeddedServletContainerCustomizerBeanPostProcessor() - Constructor for class org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
 
EmbeddedServletContainerException - Exception in org.springframework.boot.context.embedded
Exceptions thrown by an embedded servlet container.
EmbeddedServletContainerException(String, Throwable) - Constructor for exception org.springframework.boot.context.embedded.EmbeddedServletContainerException
 
EmbeddedServletContainerFactory - Interface in org.springframework.boot.context.embedded
Factory interface that can be used to create EmbeddedServletContainers.
EmbeddedServletContainerInitializedEvent - Class in org.springframework.boot.context.embedded
Event to be published after the context is refreshed and the EmbeddedServletContainer is ready.
EmbeddedServletContainerInitializedEvent(EmbeddedWebApplicationContext, EmbeddedServletContainer) - Constructor for class org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent
 
EmbeddedWebApplicationContext - Class in org.springframework.boot.context.embedded
A WebApplicationContext that can be used to bootstrap itself from a contained EmbeddedServletContainerFactory bean.
EmbeddedWebApplicationContext() - Constructor for class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
EmbeddedWebApplicationContext.ExistingWebApplicationScopes - Class in org.springframework.boot.context.embedded
Utility class to store and restore any user defined scopes.
EnableConfigurationProperties - Annotation Type in org.springframework.boot.context.properties
Enable support for ConfigurationProperties annotated beans.
encode(AnsiElement) - Static method in class org.springframework.boot.ansi.AnsiOutput
Encode a single AnsiElement if output is enabled.
end(Xid, int) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
EntityManagerFactoryBuilder - Class in org.springframework.boot.orm.jpa
Convenient builder for JPA EntityManagerFactory instances.
EntityManagerFactoryBuilder(JpaVendorAdapter, Map<String, ?>, PersistenceUnitManager) - Constructor for class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
Create a new instance passing in the common pieces that will be shared if multiple EntityManagerFactory instances are created.
EntityManagerFactoryBuilder(JpaVendorAdapter, Map<String, ?>, PersistenceUnitManager, URL) - Constructor for class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
Create a new instance passing in the common pieces that will be shared if multiple EntityManagerFactory instances are created.
EntityManagerFactoryBuilder.Builder - Class in org.springframework.boot.orm.jpa
A fluent builder for a LocalContainerEntityManagerFactoryBean.
EntityManagerFactoryBuilder.EntityManagerFactoryBeanCallback - Interface in org.springframework.boot.orm.jpa
A callback for new entity manager factory beans created by a Builder.
EnumerableCompositePropertySource - Class in org.springframework.boot.env
An mutable, enumerable, composite property source.
EnumerableCompositePropertySource(String) - Constructor for class org.springframework.boot.env.EnumerableCompositePropertySource
 
environment(ConfigurableEnvironment) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Environment for the application context.
EnvironmentPostProcessor - Interface in org.springframework.boot.env
Allows for customization of the application's Environment prior to the application context being refreshed.
environmentPrepared(ConfigurableEnvironment) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
 
environmentPrepared(ConfigurableEnvironment) - Method in interface org.springframework.boot.SpringApplicationRunListener
Called once the environment has been prepared, but before the ApplicationContext has been created.
equals(Object) - Method in class org.springframework.boot.ApplicationPid
 
equals(Object) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
 
equals(Object) - Method in class org.springframework.boot.context.embedded.MimeMappings
 
equals(Object) - Method in class org.springframework.boot.context.embedded.MimeMappings.Mapping
 
equals(Object) - Method in class org.springframework.boot.context.TypeExcludeFilter
 
equals(Object) - Method in class org.springframework.boot.logging.LoggerConfiguration
 
equals(Object) - Method in class org.springframework.boot.web.servlet.ErrorPage
 
error(Object) - Method in class org.springframework.boot.logging.DeferredLog
 
error(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
 
ERROR - org.springframework.boot.logging.LogLevel
 
ERROR_REQUEST_URI - Static variable in class org.springframework.boot.web.support.ErrorPageFilter
The name of the servlet attribute containing request URI.
errorHandler(ResponseErrorHandler) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the ResponseErrorHandler that should be used with the RestTemplate.
ErrorPage - Class in org.springframework.boot.web.servlet
Simple container-independent abstraction for servlet error pages.
ErrorPage(Class<? extends Throwable>, String) - Constructor for class org.springframework.boot.web.servlet.ErrorPage
 
ErrorPage(String) - Constructor for class org.springframework.boot.web.servlet.ErrorPage
 
ErrorPage(HttpStatus, String) - Constructor for class org.springframework.boot.web.servlet.ErrorPage
 
ErrorPageFilter - Class in org.springframework.boot.web.support
A Servlet Filter that provides an ErrorPageRegistry for non-embedded applications (i.e.
ErrorPageFilter() - Constructor for class org.springframework.boot.web.support.ErrorPageFilter
 
ErrorPageRegistrar - Interface in org.springframework.boot.web.servlet
Interface to be implemented by types that register ErrorPages.
ErrorPageRegistrarBeanPostProcessor - Class in org.springframework.boot.web.servlet
BeanPostProcessor that applies all ErrorPageRegistrars from the bean factory to ErrorPageRegistry beans.
ErrorPageRegistrarBeanPostProcessor() - Constructor for class org.springframework.boot.web.servlet.ErrorPageRegistrarBeanPostProcessor
 
ErrorPageRegistry - Interface in org.springframework.boot.web.servlet
Interface for a registry that holds ErrorPages.
EventPublishingRunListener - Class in org.springframework.boot.context.event
EventPublishingRunListener(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.EventPublishingRunListener
 
EXCEPTION_CONVERSION_WORD - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
The name of the System property that contains the exception conversion word.
exceptionIfInvalid() - Method in annotation type org.springframework.boot.context.properties.ConfigurationProperties
Deprecated.
as of 1.5 since validation only kicks in when @Validated is present
execute(LocalContainerEntityManagerFactoryBean) - Method in interface org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.EntityManagerFactoryBeanCallback
 
ExistingWebApplicationScopes(ConfigurableListableBeanFactory) - Constructor for class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.ExistingWebApplicationScopes
 
exit(ApplicationContext, ExitCodeGenerator...) - Static method in class org.springframework.boot.SpringApplication
Static helper that can be used to exit a SpringApplication and obtain a code indicating success (0) or otherwise.
ExitCodeEvent - Class in org.springframework.boot
Event fired when an application exit code has been determined from an ExitCodeGenerator.
ExitCodeEvent(Object, int) - Constructor for class org.springframework.boot.ExitCodeEvent
Create a new ExitCodeEvent instance.
ExitCodeExceptionMapper - Interface in org.springframework.boot
Strategy interface that can be used to provide a mapping between exceptions and exit codes.
ExitCodeGenerator - Interface in org.springframework.boot
Interface used to generate an 'exit code' from a running command line SpringApplication.
expand(String, Object...) - Method in class org.springframework.boot.web.client.RootUriTemplateHandler
 
expand(String, Map<String, ?>) - Method in class org.springframework.boot.web.client.RootUriTemplateHandler
 
ExtendedWhitespaceThrowablePatternConverter - Class in org.springframework.boot.logging.log4j2
ThrowablePatternConverter that adds some additional whitespace around the stack trace.
ExtendedWhitespaceThrowableProxyConverter - Class in org.springframework.boot.logging.logback
ExtendedThrowableProxyConverter that adds some additional whitespace around the stack trace.
ExtendedWhitespaceThrowableProxyConverter() - Constructor for class org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter
 
extractAll(String) - Method in class org.springframework.boot.bind.PropertySourcesBinder
Extract the keys using the specified prefix.

F

FailureAnalysis - Class in org.springframework.boot.diagnostics
The result of analyzing a failure.
FailureAnalysis(String, String, Throwable) - Constructor for class org.springframework.boot.diagnostics.FailureAnalysis
Creates a new FailureAnalysis with the given description and action, if any, that the user should take to address the problem.
FailureAnalysisReporter - Interface in org.springframework.boot.diagnostics
Reports a FailureAnalysis to the user.
FailureAnalyzer - Interface in org.springframework.boot.diagnostics
A FailureAnalyzer is used to analyze a failure and provide diagnostic information that can be displayed to the user.
FailureAnalyzers - Class in org.springframework.boot.diagnostics
Utility to trigger FailureAnalyzer and FailureAnalysisReporter instances loaded from spring.factories.
FailureAnalyzers(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.diagnostics.FailureAnalyzers
Create a new FailureAnalyzers instance.
FAINT - org.springframework.boot.ansi.AnsiStyle
 
fatal(Object) - Method in class org.springframework.boot.logging.DeferredLog
 
fatal(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
 
FATAL - org.springframework.boot.logging.LogLevel
 
FILE_LOG_PATTERN - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
The name of the System property that contains the file log pattern.
FILE_PROPERTY - Static variable in class org.springframework.boot.logging.LogFile
The name of the Spring property that contains the name of the log file.
FILE_PROPERTY - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
Deprecated.
as of 1.5 in favor of LogFile.FILE_PROPERTY
FileEncodingApplicationListener - Class in org.springframework.boot.context
An ApplicationListener that halts application startup if the system file encoding does not match an expected value set in the environment.
FileEncodingApplicationListener() - Constructor for class org.springframework.boot.context.FileEncodingApplicationListener
 
FileSessionPersistence - Class in org.springframework.boot.context.embedded.undertow
SessionPersistenceManager that stores session information in a file.
FileSessionPersistence(File) - Constructor for class org.springframework.boot.context.embedded.undertow.FileSessionPersistence
 
FilterRegistrationBean - Class in org.springframework.boot.web.servlet
A ServletContextInitializer to register Filters in a Servlet 3.0+ container.
FilterRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.FilterRegistrationBean
Create a new FilterRegistrationBean instance.
FilterRegistrationBean(Filter, ServletRegistrationBean...) - Constructor for class org.springframework.boot.web.servlet.FilterRegistrationBean
Create a new FilterRegistrationBean instance to be registered with the specified ServletRegistrationBeans.
findAllClasses(String, ClassLoader) - Method in class org.springframework.boot.liquibase.SpringPackageScanClassResolver
 
findCause(Throwable, Class<E>) - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
 
findFactoryAnnotation(String, Class<A>) - Method in class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetaData
 
finished(ConfigurableApplicationContext, Throwable) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
 
finished(ConfigurableApplicationContext, Throwable) - Method in interface org.springframework.boot.SpringApplicationRunListener
Called immediately before the run method finishes.
finishRefresh() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
FIREBIRD - org.springframework.boot.jdbc.DatabaseDriver
Firebird.
forCamelCase(String) - Static method in class org.springframework.boot.bind.RelaxedNames
Return a RelaxedNames for the given source camelCase source name.
foreignKeyColumnName(String, String, String, String) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringNamingStrategy
 
forget(Xid) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
format(LogRecord) - Method in class org.springframework.boot.logging.java.SimpleFormatter
 
format(LogEvent, StringBuilder) - Method in class org.springframework.boot.logging.log4j2.ColorConverter
 
format(LogEvent, StringBuilder) - Method in class org.springframework.boot.logging.log4j2.ExtendedWhitespaceThrowablePatternConverter
 
format(LogEvent, StringBuilder) - Method in class org.springframework.boot.logging.log4j2.WhitespaceThrowablePatternConverter
 
fromJdbcUrl(String) - Static method in enum org.springframework.boot.jdbc.DatabaseDriver
Find a DatabaseDriver for the given URL.
fromProductName(String) - Static method in enum org.springframework.boot.jdbc.DatabaseDriver
Find a DatabaseDriver for the given product name.

G

GAE - org.springframework.boot.jdbc.DatabaseDriver
Google App Engine.
get(ClassLoader) - Static method in class org.springframework.boot.logging.LoggingSystem
Detect and return the logging system in use.
get(String) - Method in class org.springframework.boot.context.embedded.MimeMappings
Get a mime mapping for the given extension.
get(String) - Method in class org.springframework.boot.info.InfoProperties
Return the value of the specified property or null.
get(PropertyResolver) - Static method in class org.springframework.boot.logging.LogFile
Get a LogFile from the given Spring Environment.
getAccessLogPrefix() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
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.
getAdditionalTomcatConnectors() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable collection of the Connectors that will be added to the Tomcat.
getAddress() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Return the address that the embedded container binds to.
getAll() - Method in class org.springframework.boot.context.embedded.MimeMappings
Returns all defined mappings.
getAllFileExtensions() - Method in class org.springframework.boot.env.PropertySourcesLoader
Returns all file extensions that could be loaded.
getApplicationContext() - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
 
getApplicationContext() - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent
Access the application context that the container was created in.
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.
getApplicationLog() - Method in class org.springframework.boot.SpringApplication
Returns the Log for 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.
getAsText() - Method in class org.springframework.boot.bind.InetAddressEditor
 
getBeansWithFactoryAnnotation(Class<A>) - Method in class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetaData
 
getBootVersion() - Method in class org.springframework.boot.ResourceBanner
 
getBranch() - Method in class org.springframework.boot.info.GitProperties
Return the name of the branch or null.
getBuilderCustomizers() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Returns a mutable collection of the UndertowBuilderCustomizers that will be applied to the Undertow Undertow.Builder .
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.context.embedded.Ssl
 
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.context.embedded.JspServlet
 
getClientAuth() - Method in class org.springframework.boot.context.embedded.Ssl
 
getClosest(Color) - Static method in class org.springframework.boot.ansi.AnsiColors
 
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.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
getConfiguration(LoggerContext, ConfigurationSource) - Method in class org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory
 
getConfigurations() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Returns a mutable collection of Jetty Configurations that will be applied to the WebAppContext before the server is created.
getConfiguredLevel() - Method in class org.springframework.boot.logging.LoggerConfiguration
Returns the configured level of the logger.
getConnection() - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
getConnection(String, String) - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
getConnectionFactory() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
getConnectionFactory() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
getContextLifecycleListeners() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable collection of the LifecycleListeners that will be applied to the Tomcat Context .
getContextPath() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Returns the context path for the embedded servlet container.
getContextValves() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable collection of the Valves that will be applied to the Tomcat Context.
getConversionService() - Method in class org.springframework.boot.bind.PropertySourcesBinder
 
getDataSource() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
getDataSource() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
getDate(String) - Method in class org.springframework.boot.info.InfoProperties
Return the value of the specified property as a Date or null if the value is not a valid Long representation of an epoch time.
getDefaultJtaTimeout() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getDefaultTimeout() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
getDeploymentInfoCustomizers() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Returns a mutable collection of the UndertowDeploymentInfoCustomizers that will be applied to the Undertow DeploymentInfo .
getDescription() - Method in class org.springframework.boot.diagnostics.FailureAnalysis
Returns a description of the failure.
getDescription(HttpServletRequest) - Method in class org.springframework.boot.web.support.ErrorPageFilter
Return the description for the given request.
getDir() - Method in class org.springframework.boot.ApplicationHome
Returns the application home directory.
getDir() - Method in class org.springframework.boot.ApplicationTemp
Return the directory to be used for application specific temp files.
getDir(String) - Method in class org.springframework.boot.ApplicationTemp
Return a sub-directory of the application temp.
getDisplayName() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
getDocumentRoot() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Returns the document root which will be used by the web context to serve static files.
getDriverClassName() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
Return the driver class name.
getEffectiveLevel() - Method in class org.springframework.boot.logging.LoggerConfiguration
Returns the effective level of the logger.
getEmbeddedServletContainer() - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent
getEmbeddedServletContainer() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Returns the EmbeddedServletContainer that was created by the context or null if the container has not yet been created.
getEmbeddedServletContainer(ServletContextInitializer...) - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainerFactory
Gets a new fully configured but paused EmbeddedServletContainer instance.
getEmbeddedServletContainer(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
 
getEmbeddedServletContainer(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
 
getEmbeddedServletContainer(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
getEmbeddedServletContainerFactory() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Returns the EmbeddedServletContainerFactory that should be used to create the embedded servlet container.
getEnabled() - Method in class org.springframework.boot.context.embedded.Compression
 
getEnabledProtocols() - Method in class org.springframework.boot.context.embedded.Ssl
 
getEngineValves() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable collection of the Valves that will be applied to the Tomcat Engine.
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.
getErrorPages() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Returns a mutable set of ErrorPages that will be used when handling exceptions.
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.servlet.ErrorPage
Returns the exception type (or null for a page that matches by status).
getExceptionName() - Method in class org.springframework.boot.web.servlet.ErrorPage
The exception type name.
getExcludedUserAgents() - Method in class org.springframework.boot.context.embedded.Compression
 
getExitCode() - Method in class org.springframework.boot.ExitCodeEvent
Return the exit code that will be used to exit the JVM.
getExitCode() - Method in interface org.springframework.boot.ExitCodeGenerator
Returns the exit code that should be returned from the application.
getExitCode(Throwable) - Method in interface org.springframework.boot.ExitCodeExceptionMapper
Returns the exit code that should be returned from the application.
getExpiryScanners() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
getExtension() - Method in class org.springframework.boot.context.embedded.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.DelegatingFilterProxyRegistrationBean
 
getFilter() - Method in class org.springframework.boot.web.servlet.FilterRegistrationBean
 
getGroup() - Method in class org.springframework.boot.info.BuildProperties
Return the groupId of the project or null.
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 the 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 Spring ApplicationContext.
getInitParameters() - Method in class org.springframework.boot.context.embedded.JspServlet
 
getInitParameters() - Method in class org.springframework.boot.web.servlet.RegistrationBean
Returns a mutable Map of the registration init-parameters.
getJettyEmbeddedServletContainer(Server) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Factory method called to create the JettyEmbeddedServletContainer .
getJsonParser() - Static method in class org.springframework.boot.json.JsonParserFactory
Static factory for the "best" JSON parser available on the classpath.
getJspServlet() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
getKey() - Method in class org.springframework.boot.info.InfoProperties.Entry
 
getKeyAlias() - Method in class org.springframework.boot.context.embedded.Ssl
 
getKeyPassword() - Method in class org.springframework.boot.context.embedded.Ssl
 
getKeyStore() - Method in class org.springframework.boot.context.embedded.Ssl
 
getKeyStore() - Method in interface org.springframework.boot.context.embedded.SslStoreProvider
Return the key store that should be used.
getKeyStorePassword() - Method in class org.springframework.boot.context.embedded.Ssl
 
getKeyStoreProvider() - Method in class org.springframework.boot.context.embedded.Ssl
 
getKeyStoreType() - Method in class org.springframework.boot.context.embedded.Ssl
 
getListener() - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
 
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 the ApplicationContext .
getLocaleCharsetMappings() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Return the Locale to Charset mappings.
getLogBaseDir() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getLogBaseName() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getLogDir() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
getLogger(String) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender
 
getLoggerConfiguration(String) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
getLoggerConfiguration(String) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
getLoggerConfiguration(String) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
getLoggerConfiguration(String) - Method in class org.springframework.boot.logging.LoggingSystem
Returns the current configuration for a LoggingSystem's logger.
getLoggerConfigurations() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
getLoggerConfigurations() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
getLoggerConfigurations() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
getLoggerConfigurations() - Method in class org.springframework.boot.logging.LoggingSystem
Returns a collection of the current configuration for all a LoggingSystem's loggers.
getLoginTimeout() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
getLoginTimeout() - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
getLogWriter() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
getLogWriter() - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
getMainApplicationClass() - Method in class org.springframework.boot.SpringApplication
Returns the main application class that has been deduced or explicitly configured.
getMaxActives() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getMaxTimeout() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getMessage() - Method in exception org.springframework.boot.bind.RelaxedBindingNotWritablePropertyException
 
getMetadataReader(Resource) - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
 
getMimeMappings() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Returns the mime-type mappings.
getMimeType() - Method in class org.springframework.boot.context.embedded.MimeMappings.Mapping
 
getMimeTypes() - Method in class org.springframework.boot.context.embedded.Compression
 
getMinResponseSize() - Method in class org.springframework.boot.context.embedded.Compression
 
getMultipartConfig() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Returns the multi-part configuration to be applied or null.
getName() - Method in class org.springframework.boot.bind.PropertyOrigin
 
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.
getNamespace() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
getNonOptionArgs() - Method in interface org.springframework.boot.ApplicationArguments
Return the collection of non-option arguments parsed.
getNonOptionArgs() - Method in class org.springframework.boot.DefaultApplicationArguments
 
getObject() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
 
getObject() - Method in class org.springframework.boot.bind.YamlConfigurationFactory
 
getObject() - Method in class org.springframework.boot.validation.MessageInterpolatorFactory
 
getObjectType() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
 
getObjectType() - Method in class org.springframework.boot.bind.YamlConfigurationFactory
 
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.RegistrationBean
Deduces the name for this registration.
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.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.properties.ConfigurationPropertiesBindingPostProcessor
Return the order of the bean.
getOrder() - Method in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
 
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.jta.narayana.NarayanaBeanFactoryPostProcessor
 
getOrder() - Method in class org.springframework.boot.logging.ClasspathLoggingApplicationListener
 
getOrder() - Method in class org.springframework.boot.logging.LoggingApplicationListener
 
getOrder() - Method in class org.springframework.boot.system.ApplicationPidFileWriter
 
getOrder() - Method in class org.springframework.boot.web.filter.OrderedCharacterEncodingFilter
 
getOrder() - Method in class org.springframework.boot.web.filter.OrderedHiddenHttpMethodFilter
 
getOrder() - Method in class org.springframework.boot.web.filter.OrderedHttpPutFormContentFilter
 
getOrder() - Method in class org.springframework.boot.web.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.support.ServletContextApplicationContextInitializer
 
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
 
getParentLogger() - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
getPath() - Method in class org.springframework.boot.web.servlet.ErrorPage
The path to render (usually implemented as a forward), starting with "/".
getPeriodicRecoveryPeriod() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
getPort() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
The port that the embedded server listens on.
getPort() - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainer
Return the port this server is listening on.
getPort() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
 
getPort() - Method in exception org.springframework.boot.context.embedded.PortInUseException
Returns the port that was in use.
getPort() - Method in exception org.springframework.boot.context.embedded.tomcat.ConnectorStartFailedException
 
getPort() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
 
getPort() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
 
getPortFile(EmbeddedWebApplicationContext) - Method in class org.springframework.boot.system.EmbeddedServerPortFileWriter
Return the actual port file that should be written for the given application context.
getPriority() - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
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(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
 
getProperty(String) - Method in class org.springframework.boot.context.config.RandomValuePropertySource
 
getProperty(String) - Method in class org.springframework.boot.env.EnumerableCompositePropertySource
 
getProperty(String, Class<T>) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
 
getProperty(String, Class<T>, T) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
 
getProperty(String, String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
 
getPropertyAsClass(String, Class<T>) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
Deprecated.
getPropertyName() - Method in exception org.springframework.boot.context.config.ResourceNotFoundException
Return the name of the property that defines the resource.
getPropertyName(EmbeddedWebApplicationContext) - Method in class org.springframework.boot.context.embedded.ServerPortInfoApplicationContextInitializer
 
getPropertyNames() - Method in class org.springframework.boot.env.EnumerableCompositePropertySource
 
getPropertyOrigin() - Method in exception org.springframework.boot.bind.RelaxedBindingNotWritablePropertyException
 
getPropertyResolvers(Environment, Class<?>) - Method in class org.springframework.boot.ResourceBanner
 
getPropertySources() - Method in class org.springframework.boot.bind.PropertySourcesBinder
 
getPropertySources() - Method in class org.springframework.boot.env.PropertySourcesLoader
Return the MutablePropertySources being loaded.
getPropertyValue(String) - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
 
getPropertyValues() - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
 
getProtocol() - Method in class org.springframework.boot.context.embedded.Ssl
 
getRecoveryBackoffPeriod() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
getRecoveryDbPass() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
getRecoveryDbUser() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
getRecoveryJmsPass() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
getRecoveryJmsUser() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
getRecoveryModules() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
getRegistered() - Method in class org.springframework.boot.context.embedded.JspServlet
 
getRequiredNode(JsonNode, String) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
Helper method to return a JsonNode from the tree.
getRequiredProperty(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
 
getRequiredProperty(String, Class<T>) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
 
getResource() - Method in exception org.springframework.boot.context.config.ResourceNotFoundException
Return the Resource.
getResourceByPath(String) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
getResourceLoader() - Method in class org.springframework.boot.SpringApplication
The ResourceLoader that will be used in the ApplicationContext.
getRootUri() - Method in class org.springframework.boot.web.client.RootUriTemplateHandler
 
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.context.embedded.jetty.JettyEmbeddedServletContainer
Returns access to the underlying Jetty Server.
getServerCustomizers() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Returns a mutable collection of Jetty Configurations that will be applied to the WebAppContext before the server is created.
getServerHeader() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
getService() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getServlet() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Returns the servlet being registered.
getServletConfig() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
getServletConfig() - Method in class org.springframework.boot.context.embedded.WebApplicationContextServletContextAwareProcessor
 
getServletContext() - Method in class org.springframework.boot.context.embedded.WebApplicationContextServletContextAwareProcessor
 
getServletContextInitializerBeans() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Returns ServletContextInitializers that should be used with the embedded Servlet context.
getServletContextInitializerConfiguration(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Return a Jetty Configuration that will invoke the specified ServletContextInitializers.
getServletName() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Returns the servlet name that will be registered.
getSessionStoreDir() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
getSessionTimeout() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Return the session timeout in seconds.
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.ApplicationHome
Returns the underlying source used to find the home directory.
getSource() - Method in class org.springframework.boot.bind.PropertyOrigin
 
getSource() - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent
Access the source of the event (an EmbeddedServletContainer).
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 class org.springframework.boot.SpringApplication
Returns a mutable set of the sources that will be added to an ApplicationContext when SpringApplication.run(String...) is called.
getSpringApplication() - Method in class org.springframework.boot.context.event.SpringApplicationEvent
 
getSpringConfigLocations() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Return the spring config locations for this system.
getSpringInitializationConfig() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Return any spring specific initialization config that should be applied.
getSsl() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
getSslStoreProvider() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
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.servlet.ErrorPage
The HTTP status value that this error page matches (or null for a page that matches by exception).
getStatusCode() - Method in class org.springframework.boot.web.servlet.ErrorPage
The HTTP status value that this error page matches.
getSubProperties(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
Return a Map of all values from all underlying properties that start with the specified key.
getSubProperties(PropertySources, String) - Static method in class org.springframework.boot.bind.PropertySourceUtils
Return a Map of all values from the specified PropertySources that start with a particular key.
getSubProperties(PropertySources, String, String) - Static method in class org.springframework.boot.bind.PropertySourceUtils
Return a Map of all values from the specified PropertySources that start with a particular key.
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.
getTargetBeanName() - Method in class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
 
getThreadPool() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Returns a Jetty ThreadPool that should be used by the Server.
getTime() - Method in class org.springframework.boot.info.BuildProperties
Return the timestamp of the build or null.
getTldSkipPatterns() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable set of the patterns that match jars to ignore for TLD scanning.
getTomcat() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
Returns access to the underlying Tomcat server.
getTomcatConnectorCustomizers() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable collection of the TomcatConnectorCustomizers that will be applied to the Tomcat Context .
getTomcatContextCustomizers() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable collection of the TomcatContextCustomizers that will be applied to the Tomcat Context .
getTomcatEmbeddedServletContainer(Tomcat) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Factory method called to create the TomcatEmbeddedServletContainer.
getTransactionManagerId() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
getTransactionManagerUniqueName() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
getTransactionTimeout() - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
getTrustStore() - Method in class org.springframework.boot.context.embedded.Ssl
 
getTrustStore() - Method in interface org.springframework.boot.context.embedded.SslStoreProvider
Return the trust store that should be used.
getTrustStorePassword() - Method in class org.springframework.boot.context.embedded.Ssl
 
getTrustStoreProvider() - Method in class org.springframework.boot.context.embedded.Ssl
 
getTrustStoreType() - Method in class org.springframework.boot.context.embedded.Ssl
 
getUndertowEmbeddedServletContainer(Undertow.Builder, DeploymentManager, int) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Factory method called to create the UndertowEmbeddedServletContainer.
getUriEncoding() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns the character encoding to use for URL decoding.
getUrlMappings() - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Return a mutable collection of the URL mappings for the servlet.
getUrlPrefixes() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
 
getUrlsOfJarsWithMetaInfResources() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
getValidationQuery() - Method in enum org.springframework.boot.jdbc.DatabaseDriver
Return the validation query.
getValidDocumentRoot() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
Returns the absolute document root when it points to a valid directory, logging a warning and returning null otherwise.
getValidSessionStoreDir() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
getValidSessionStoreDir(boolean) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
getValue() - Method in class org.springframework.boot.info.InfoProperties.Entry
 
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 null if it cannot be determined.
getWarning(BeanDefinitionRegistry) - Method in interface org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.Check
Returns a warning if the check fails or null if there are no problems.
getWarning(BeanDefinitionRegistry) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
 
getWebAppContextConfigurations(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Return the Jetty Configurations that should be applied to the server.
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.
getXaResourceOrphanFilters() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
getXAResources() - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
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
 
GREEN - org.springframework.boot.ansi.AnsiBackground
 
GREEN - org.springframework.boot.ansi.AnsiColor
 
GsonJsonParser - Class in org.springframework.boot.json
Thin wrapper to adapt Gson to a JsonParser.
GsonJsonParser() - Constructor for class org.springframework.boot.json.GsonJsonParser
 

H

H2 - org.springframework.boot.jdbc.DatabaseDriver
H2.
handlesThrowable() - Method in class org.springframework.boot.logging.log4j2.ColorConverter
 
hashCode() - Method in class org.springframework.boot.ApplicationPid
 
hashCode() - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
 
hashCode() - Method in class org.springframework.boot.context.embedded.MimeMappings
 
hashCode() - Method in class org.springframework.boot.context.embedded.MimeMappings.Mapping
 
hashCode() - Method in class org.springframework.boot.context.TypeExcludeFilter
 
hashCode() - Method in class org.springframework.boot.logging.LoggerConfiguration
 
hashCode() - Method in class org.springframework.boot.web.servlet.ErrorPage
 
HEADER_NAME - Static variable in class org.springframework.boot.web.filter.ApplicationContextHeaderFilter
Public constant for X-Application-Context.
headless(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Sets if the application is headless and should not instantiate AWT.
HEROKU - org.springframework.boot.cloud.CloudPlatform
Heroku platform.
HSQLDB - org.springframework.boot.jdbc.DatabaseDriver
HyperSQL DataBase.

I

ignoreInvalidFields() - Method in annotation type org.springframework.boot.context.properties.ConfigurationProperties
Flag to indicate that when binding to this object invalid fields should be ignored.
ignoreNestedProperties() - Method in annotation type org.springframework.boot.context.properties.ConfigurationProperties
Flag to indicate that when binding to this object fields with periods in their names should be ignored.
ignoreUnknownFields() - Method in annotation type org.springframework.boot.context.properties.ConfigurationProperties
Flag to indicate that when binding to this object unknown fields should be ignored.
ignoringUnresolvableNestedPlaceholders(Environment, String) - Static method in class org.springframework.boot.bind.RelaxedPropertyResolver
Return a property resolver for the environment, preferring one that ignores unresolvable nested placeholders.
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.
InetAddressEditor - Class in org.springframework.boot.bind
InetAddressEditor() - Constructor for class org.springframework.boot.bind.InetAddressEditor
 
info(Object) - Method in class org.springframework.boot.logging.DeferredLog
 
info(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
 
info(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
info(String, Throwable) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
INFO - org.springframework.boot.logging.LogLevel
 
InfoProperties - Class in org.springframework.boot.info
Base class for components exposing unstructured data with dedicated methods for well known keys.
InfoProperties(Properties) - Constructor for class org.springframework.boot.info.InfoProperties
Create an instance with the specified entries.
InfoProperties.Entry - Class in org.springframework.boot.info
Property entry.
INFORMIX - org.springframework.boot.jdbc.DatabaseDriver
Informix.
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.support.ErrorPageFilter
 
initialise(String) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
initialize(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.LoggingSystem
Fully initialize the logging system.
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.ContextIdApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.embedded.ServerPortInfoApplicationContextInitializer
 
initialize(ConfigurableEnvironment, ClassLoader) - Method in class org.springframework.boot.logging.LoggingApplicationListener
Initialize the logging system according to preferences expressed through the Environment and the classpath.
initialize(ConfigurableWebApplicationContext) - Method in class org.springframework.boot.web.support.ServletContextApplicationContextInitializer
 
initializeLogLevel(LoggingSystem, LogLevel) - Method in class org.springframework.boot.logging.LoggingApplicationListener
 
initializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add some initializers to the application (applied to the ApplicationContext before any bean definitions are loaded).
InitParameterConfiguringServletContextInitializer - Class in org.springframework.boot.context.embedded
A ServletContextInitializer that configures init parameters on the ServletContext.
InitParameterConfiguringServletContextInitializer(Map<String, String>) - Constructor for class org.springframework.boot.context.embedded.InitParameterConfiguringServletContextInitializer
 
interceptors(Collection<ClientHttpRequestInterceptor>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the ClientHttpRequestInterceptors that should be used with the RestTemplate.
interceptors(ClientHttpRequestInterceptor...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the ClientHttpRequestInterceptors that should be used with the RestTemplate.
isAccessLogEnabled() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
isActive(Environment) - Method in enum org.springframework.boot.cloud.CloudPlatform
Determines if the platform is active (i.e.
isAsyncSupported() - Method in class org.springframework.boot.web.servlet.RegistrationBean
Returns if asynchronous operations are support for this registration.
isBridgeHandlerAvailable() - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
 
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
 
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.bind.PropertySourcesPropertyValues
 
isEnabled() - Method in class org.springframework.boot.context.embedded.Ssl
 
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
 
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.servlet.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
 
isOnePhaseCommit() - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
isPersistSession() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
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.context.embedded.AbstractConfigurableEmbeddedServletContainer
Flag to indicate that the default servlet should be registered.
isSameRM(XAResource) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
isSerialJtaTransactions() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
 
isSingleton() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
 
isSingleton() - Method in class org.springframework.boot.bind.YamlConfigurationFactory
 
isSupportedType(EventListener) - Static method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
Returns true if 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.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
isUsingForwardHeaders() - Method in enum org.springframework.boot.cloud.CloudPlatform
Returns if the platform is behind a load balancer and uses X-Forwarded-For headers.
isWarnEnabled() - Method in class org.springframework.boot.logging.DeferredLog
 
isWebEnvironment() - Method in class org.springframework.boot.SpringApplication
Returns whether this SpringApplication is running within a web environment.
isWrapperFor(Class<?>) - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
ITALIC - org.springframework.boot.ansi.AnsiStyle
 
iterator() - Method in class org.springframework.boot.bind.RelaxedNames
 
iterator() - Method in class org.springframework.boot.context.embedded.MimeMappings
 
iterator() - Method in class org.springframework.boot.info.InfoProperties
 
iterator() - Method in class org.springframework.boot.web.servlet.ServletContextInitializerBeans
 

J

JacksonJsonParser - Class in org.springframework.boot.json
Thin wrapper to adapt Jackson 2 ObjectMapper to JsonParser.
JacksonJsonParser() - Constructor for class org.springframework.boot.json.JacksonJsonParser
 
JavaLoggingSystem - Class in org.springframework.boot.logging.java
JavaLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.java.JavaLoggingSystem
 
JettyEmbeddedServletContainer - Class in org.springframework.boot.context.embedded.jetty
EmbeddedServletContainer that can be used to control an embedded Jetty server.
JettyEmbeddedServletContainer(Server) - Constructor for class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
Create a new JettyEmbeddedServletContainer instance.
JettyEmbeddedServletContainer(Server, boolean) - Constructor for class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
Create a new JettyEmbeddedServletContainer instance.
JettyEmbeddedServletContainerFactory - Class in org.springframework.boot.context.embedded.jetty
JettyEmbeddedServletContainerFactory() - Constructor for class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
JettyEmbeddedServletContainerFactory(int) - Constructor for class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Create a new JettyEmbeddedServletContainerFactory that listens for requests using the specified port.
JettyEmbeddedServletContainerFactory(String, int) - Constructor for class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Create a new JettyEmbeddedServletContainerFactory with the specified context path and port.
JettyServerCustomizer - Interface in org.springframework.boot.context.embedded.jetty
Callback interface that can be used to customize a Jetty Server.
JsonComponent - Annotation Type in org.springframework.boot.jackson
Component that provides JsonSerializer and/or JsonDeserializer implementations to be registered with Jackson when JsonComponentModule is in use.
JsonComponentModule - Class in org.springframework.boot.jackson
Spring Bean and Jackson Module to register JsonComponent annotated beans.
JsonComponentModule() - Constructor for class org.springframework.boot.jackson.JsonComponentModule
 
JsonJsonParser - Class in org.springframework.boot.json
Thin wrapper to adapt org.json.JSONObject to a JsonParser.
JsonJsonParser() - Constructor for class org.springframework.boot.json.JsonJsonParser
 
JsonObjectDeserializer<T> - Class in org.springframework.boot.jackson
Helper base class for JsonDeserializer implementations that deserialize objects.
JsonObjectDeserializer() - Constructor for class org.springframework.boot.jackson.JsonObjectDeserializer
 
JsonObjectSerializer<T> - Class in org.springframework.boot.jackson
Helper base class for JsonSerializer implementations that serialize objects.
JsonObjectSerializer() - Constructor for class org.springframework.boot.jackson.JsonObjectSerializer
 
JsonParser - Interface in org.springframework.boot.json
Parser that can read JSON formatted strings into Maps or Lists.
JsonParserFactory - Class in org.springframework.boot.json
Factory to create a JsonParser.
JsonParserFactory() - Constructor for class org.springframework.boot.json.JsonParserFactory
 
JsonSimpleJsonParser - Class in org.springframework.boot.json
Thin wrapper to adapt JSONObject to a JsonParser.
JsonSimpleJsonParser() - Constructor for class org.springframework.boot.json.JsonSimpleJsonParser
 
JspServlet - Class in org.springframework.boot.context.embedded
Configuration for the container's JSP servlet.
JspServlet() - Constructor for class org.springframework.boot.context.embedded.JspServlet
 
jta(boolean) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
Configure if using a JTA DataSource, i.e.
JTDS - org.springframework.boot.jdbc.DatabaseDriver
jTDS.

L

LevelRemappingAppender - Class in org.springframework.boot.logging.logback
Appender that can remap ILoggingEventLevels as they are written.
LevelRemappingAppender() - Constructor for class org.springframework.boot.logging.logback.LevelRemappingAppender
LevelRemappingAppender(String) - Constructor for class org.springframework.boot.logging.logback.LevelRemappingAppender
Create a new LevelRemappingAppender with a specific destination logger.
LevelRemappingAppender.AppendableLogger - Class in org.springframework.boot.logging.logback
Simple wrapper around a logger that can have events appended.
LiquibaseServiceLocatorApplicationListener - Class in org.springframework.boot.liquibase
ApplicationListener that replaces the liquibase ServiceLocator with a version that works with Spring Boot executable archives.
LiquibaseServiceLocatorApplicationListener() - Constructor for class org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener
 
listeners(ApplicationListener<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add some listeners to the application (listening for SpringApplication events as well as regular Spring events once the context is running).
load(Class<?>, String...) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Load bean definitions from the given XML resources.
load(String...) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Load bean definitions from the given XML resources.
load(String, Resource, String) - Method in class org.springframework.boot.env.PropertiesPropertySourceLoader
 
load(String, Resource, String) - Method in interface org.springframework.boot.env.PropertySourceLoader
Load the resource into a property source.
load(String, Resource, String) - Method in class org.springframework.boot.env.YamlPropertySourceLoader
 
load(ApplicationContext, Object[]) - Method in class org.springframework.boot.SpringApplication
Load beans into the application context.
load(Resource) - Method in class org.springframework.boot.env.PropertySourcesLoader
Load the specified resource (if possible) and add it as the first source.
load(Resource...) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Load bean definitions from the given XML resources.
load(Resource, String) - Method in class org.springframework.boot.env.PropertySourcesLoader
Load the profile-specific properties from the specified resource (if any) and add it as the first source.
load(Resource, String, String) - Method in class org.springframework.boot.env.PropertySourcesLoader
Load the profile-specific properties from the specified resource (if any), give the name provided and add it as the first source.
load(Resource, String, String, String) - Method in class org.springframework.boot.env.PropertySourcesLoader
Load the profile-specific properties from the specified resource (if any), give the name provided and add it to a group of property sources identified by the group name.
loadClass(String, boolean) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
loadConfiguration(String, LogFile) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
loadConfiguration(String, LogFile) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Load a specific configuration.
loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
loadConfiguration(LoggingInitializationContext, String, LogFile) - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
 
loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Load sensible defaults for the logging system.
loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
loadDefaults(LoggingInitializationContext, LogFile) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
loadSessionAttributes(String, ClassLoader) - Method in class org.springframework.boot.context.embedded.undertow.FileSessionPersistence
 
LocalServerPort - Annotation Type in org.springframework.boot.context.embedded
Annotation at the field or method/constructor parameter level that injects the HTTP port that got allocated at runtime.
locateTransactionManager() - Method in class org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
 
locateUserTransaction() - Method in class org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
 
LOG - org.springframework.boot.Banner.Mode
Print the banner to the log file.
LOG_FILE - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
The name of the System property that contains the log file.
LOG_LEVEL_PATTERN - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
The name of the System property that contains the log level pattern.
LOG_PATH - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
The name of the System property that contains the log path.
Log4J2LoggingSystem - Class in org.springframework.boot.logging.log4j2
Log4J2LoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
LogbackLoggingSystem - Class in org.springframework.boot.logging.logback
LogbackLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
LogFile - Class in org.springframework.boot.logging
A reference to a log output file.
logger - Variable in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
logger - Variable in class org.springframework.boot.web.support.SpringBootServletInitializer
 
LoggerConfiguration - Class in org.springframework.boot.logging
Immutable class that represents the configuration of a LoggingSystem's logger.
LoggerConfiguration(String, LogLevel, LogLevel) - Constructor for class org.springframework.boot.logging.LoggerConfiguration
Create a new instance.
LOGGING_SYSTEM_BEAN_NAME - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
The name of the LoggingSystem bean.
LoggingApplicationListener - Class in org.springframework.boot.logging
An ApplicationListener that configures the LoggingSystem.
LoggingApplicationListener() - Constructor for class org.springframework.boot.logging.LoggingApplicationListener
 
LoggingFailureAnalysisReporter - Class in org.springframework.boot.diagnostics
FailureAnalysisReporter that logs the failure analysis.
LoggingFailureAnalysisReporter() - Constructor for class org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter
 
LoggingInitializationContext - Class in org.springframework.boot.logging
Context passed to the LoggingSystem during initialization.
LoggingInitializationContext(ConfigurableEnvironment) - Constructor for class org.springframework.boot.logging.LoggingInitializationContext
Create a new LoggingInitializationContext instance.
LoggingSystem - Class in org.springframework.boot.logging
Common abstraction over logging systems.
LoggingSystem() - Constructor for class org.springframework.boot.logging.LoggingSystem
 
LogLevel - Enum in org.springframework.boot.logging
Logging levels supported by a LoggingSystem.
LogLevels() - Constructor for class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
 
logStartupInfo(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Flag to indicate the startup information should be logged.
logStartupInfo(boolean) - Method in class org.springframework.boot.SpringApplication
Called to log startup information, subclasses may override to add additional logging.
logStartupProfileInfo(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
Called to log active profile information.

M

MAGENTA - org.springframework.boot.ansi.AnsiBackground
 
MAGENTA - org.springframework.boot.ansi.AnsiColor
 
main(Class<?>) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Fixes the main application class that is used to anchor the startup messages.
main(String[]) - Static method in class org.springframework.boot.SpringApplication
A basic main that can be used to launch an application.
map(LogLevel, T) - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
 
Mapping(String, String) - Constructor for class org.springframework.boot.context.embedded.MimeMappings.Mapping
 
MARIADB - org.springframework.boot.jdbc.DatabaseDriver
Maria DB.
match(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.context.TypeExcludeFilter
 
matches(Properties) - Method in class org.springframework.boot.yaml.SpringProfileDocumentMatcher
 
matchProductName(String) - Method in enum org.springframework.boot.jdbc.DatabaseDriver
 
mergeInitializers(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Utility method that can be used by subclasses wishing to combine the specified ServletContextInitializer parameters with those defined in this instance.
messageConverters(Collection<? extends HttpMessageConverter<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the HttpMessageConverters that should be used with the RestTemplate.
messageConverters(HttpMessageConverter<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the HttpMessageConverters that should be used with the RestTemplate.
MessageInterpolatorFactory - Class in org.springframework.boot.validation
ObjectFactory that can be used to create a MessageInterpolator.
MessageInterpolatorFactory() - Constructor for class org.springframework.boot.validation.MessageInterpolatorFactory
 
MimeMappings - Class in org.springframework.boot.context.embedded
Simple container-independent abstraction for servlet mime mappings.
MimeMappings() - Constructor for class org.springframework.boot.context.embedded.MimeMappings
Create a new empty MimeMappings instance.
MimeMappings(Map<String, String>) - Constructor for class org.springframework.boot.context.embedded.MimeMappings
Create a new MimeMappings from the specified mappings.
MimeMappings(MimeMappings) - Constructor for class org.springframework.boot.context.embedded.MimeMappings
Create a new MimeMappings instance from the specified mappings.
MimeMappings.Mapping - Class in org.springframework.boot.context.embedded
A single mime mapping.
MultipartConfigFactory - Class in org.springframework.boot.web.servlet
Factory that can be used to create a MultipartConfigElement.
MultipartConfigFactory() - Constructor for class org.springframework.boot.web.servlet.MultipartConfigFactory
 
MYSQL - org.springframework.boot.jdbc.DatabaseDriver
MySQL.

N

NarayanaBeanFactoryPostProcessor - Class in org.springframework.boot.jta.narayana
BeanFactoryPostProcessor to automatically setup correct beans ordering.
NarayanaBeanFactoryPostProcessor() - Constructor for class org.springframework.boot.jta.narayana.NarayanaBeanFactoryPostProcessor
 
NarayanaConfigurationBean - Class in org.springframework.boot.jta.narayana
Bean that configures Narayana transaction manager.
NarayanaConfigurationBean(NarayanaProperties) - Constructor for class org.springframework.boot.jta.narayana.NarayanaConfigurationBean
 
NarayanaDataSourceBean - Class in org.springframework.boot.jta.narayana
DataSource implementation wrapping XADataSource and using ConnectionManager to acquire connections.
NarayanaDataSourceBean(XADataSource) - Constructor for class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
Create a new NarayanaDataSourceBean instance.
NarayanaProperties - Class in org.springframework.boot.jta.narayana
Subset of Narayana properties which can be configured via Spring configuration.
NarayanaProperties() - Constructor for class org.springframework.boot.jta.narayana.NarayanaProperties
 
NarayanaRecoveryManagerBean - Class in org.springframework.boot.jta.narayana
Bean to set up Narayana recovery manager.
NarayanaRecoveryManagerBean(RecoveryManagerService) - Constructor for class org.springframework.boot.jta.narayana.NarayanaRecoveryManagerBean
 
NarayanaXAConnectionFactoryWrapper - Class in org.springframework.boot.jta.narayana
XAConnectionFactoryWrapper that uses ConnectionFactoryProxy to wrap an XAConnectionFactory.
NarayanaXAConnectionFactoryWrapper(TransactionManager, NarayanaRecoveryManagerBean, NarayanaProperties) - Constructor for class org.springframework.boot.jta.narayana.NarayanaXAConnectionFactoryWrapper
Create a new NarayanaXAConnectionFactoryWrapper instance.
NarayanaXADataSourceWrapper - Class in org.springframework.boot.jta.narayana
NarayanaXADataSourceWrapper(NarayanaRecoveryManagerBean, NarayanaProperties) - Constructor for class org.springframework.boot.jta.narayana.NarayanaXADataSourceWrapper
Create a new NarayanaXADataSourceWrapper instance.
NEED - org.springframework.boot.context.embedded.Ssl.ClientAuth
Client authentication is needed and mandatory.
NestedConfigurationProperty - Annotation Type in org.springframework.boot.context.properties
Indicates that a field in a ConfigurationProperties object should be treated as if it were a nested type.
NEVER - org.springframework.boot.ansi.AnsiOutput.Enabled
Disable ANSI-colored output.
newInstance(String[]) - Static method in class org.springframework.boot.logging.log4j2.ExtendedWhitespaceThrowablePatternConverter
Creates a new instance of the class.
newInstance(String[]) - Static method in class org.springframework.boot.logging.log4j2.WhitespaceThrowablePatternConverter
Creates a new instance of the class.
newInstance(Configuration, String[]) - Static method in class org.springframework.boot.logging.log4j2.ColorConverter
Creates a new instance of the class.
NONE - Static variable in class org.springframework.boot.logging.LoggingSystem
The value of the LoggingSystem.SYSTEM_PROPERTY that can be used to indicate that no LoggingSystem should be used.
NORMAL - org.springframework.boot.ansi.AnsiStyle
 
normalizePath(BeanWrapper, String) - Method in class org.springframework.boot.bind.RelaxedDataBinder
Normalize a bean property path to a format understood by a BeanWrapper.
nullSafeValue(JsonNode, Class<D>) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
Helper method to extract a value from the given jsonNode or return null when the node itself is null.

O

OFF - org.springframework.boot.Banner.Mode
Disable printing of the banner.
OFF - org.springframework.boot.logging.LogLevel
 
onApplicationEvent(ParentContextApplicationContextInitializer.ParentContextAvailableEvent) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
 
onApplicationEvent(EmbeddedServletContainerInitializedEvent) - Method in class org.springframework.boot.context.embedded.ServerPortInfoApplicationContextInitializer
 
onApplicationEvent(EmbeddedServletContainerInitializedEvent) - Method in class org.springframework.boot.system.EmbeddedServerPortFileWriter
 
onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.boot.context.config.AnsiOutputApplicationListener
 
onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.boot.context.FileEncodingApplicationListener
 
onApplicationEvent(ApplicationReadyEvent) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
onApplicationEvent(ApplicationStartingEvent) - Method in class org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener
 
onApplicationEvent(SpringApplicationEvent) - Method in class org.springframework.boot.system.ApplicationPidFileWriter
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.logging.ClasspathLoggingApplicationListener
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.logging.LoggingApplicationListener
 
onApplicationEvent(ContextClosedEvent) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
 
onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
onClose() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
onRefresh() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
onStartup(ServletContext) - Method in class org.springframework.boot.context.embedded.InitParameterConfiguringServletContextInitializer
 
onStartup(ServletContext) - Method in interface org.springframework.boot.web.servlet.ServletContextInitializer
Configure the given ServletContext with any servlets, filters, listeners context-params and attributes necessary for initialization.
onStartup(ServletContext) - Method in class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
 
onStartup(ServletContext) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
 
onStartup(ServletContext) - Method in class org.springframework.boot.web.support.SpringBootServletInitializer
 
ORACLE - org.springframework.boot.jdbc.DatabaseDriver
Oracle.
OrderedCharacterEncodingFilter - Class in org.springframework.boot.web.filter
CharacterEncodingFilter that also implements Ordered.
OrderedCharacterEncodingFilter() - Constructor for class org.springframework.boot.web.filter.OrderedCharacterEncodingFilter
 
OrderedHiddenHttpMethodFilter - Class in org.springframework.boot.web.filter
HiddenHttpMethodFilter that also implements Ordered.
OrderedHiddenHttpMethodFilter() - Constructor for class org.springframework.boot.web.filter.OrderedHiddenHttpMethodFilter
 
OrderedHttpPutFormContentFilter - Class in org.springframework.boot.web.filter
HttpPutFormContentFilter that also implements Ordered.
OrderedHttpPutFormContentFilter() - Constructor for class org.springframework.boot.web.filter.OrderedHttpPutFormContentFilter
 
OrderedRequestContextFilter - Class in org.springframework.boot.web.filter
RequestContextFilter that also implements Ordered.
OrderedRequestContextFilter() - Constructor for class org.springframework.boot.web.filter.OrderedRequestContextFilter
 
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.bind - package org.springframework.boot.bind
Classes and utilities to help when binding spring based configuration files to objects.
org.springframework.boot.builder - package org.springframework.boot.builder
Fluent 'builder' style API to construct a SpringApplication.
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 ApplicationContext annotations.
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.embedded - package org.springframework.boot.context.embedded
Specialized ApplicationContext that supports embedded servlet containers.
org.springframework.boot.context.embedded.jetty - package org.springframework.boot.context.embedded.jetty
Support for Jetty EmbeddedServletContainers.
org.springframework.boot.context.embedded.tomcat - package org.springframework.boot.context.embedded.tomcat
Support for Tomcat EmbeddedServletContainers.
org.springframework.boot.context.embedded.undertow - package org.springframework.boot.context.embedded.undertow
Support for Undertow EmbeddedServletContainers.
org.springframework.boot.context.event - package org.springframework.boot.context.event
ApplicationEvents triggered by Spring Boot.
org.springframework.boot.context.properties - package org.springframework.boot.context.properties
Support for external configuration binding via the @ConfigurationProperties annotation.
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
Internal FailureAnalyzer implementations.
org.springframework.boot.env - package org.springframework.boot.env
Spring Environment support.
org.springframework.boot.info - package org.springframework.boot.info
 
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
 
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.jta.narayana - package org.springframework.boot.jta.narayana
Support classes for Narayana JTA.
org.springframework.boot.lang - package org.springframework.boot.lang
Language feature annotations.
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.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.system - package org.springframework.boot.system
General system support classes.
org.springframework.boot.type.classreading - package org.springframework.boot.type.classreading
 
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
 
org.springframework.boot.web.filter - package org.springframework.boot.web.filter
Spring Boot specific Filter implementations.
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.support - package org.springframework.boot.web.support
 
org.springframework.boot.yaml - package org.springframework.boot.yaml
Spring Boot extensions to Spring Framework's support for parsing YAML.

P

packages(Class<?>...) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
The classes whose packages should be scanned for @Entity annotations.
packages(String...) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
The names of packages to scan for @Entity annotations.
parent(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add a parent application with the provided sources.
parent(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add an already running parent context to an existing application.
ParentContextApplicationContextInitializer - Class in org.springframework.boot.builder
ApplicationContextInitializer for setting the parent context.
ParentContextApplicationContextInitializer(ApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextApplicationContextInitializer
 
ParentContextApplicationContextInitializer.ParentContextAvailableEvent - Class in org.springframework.boot.builder
ApplicationEvent fired when a parent context is available.
ParentContextAvailableEvent(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
 
ParentContextCloserApplicationListener - Class in org.springframework.boot.builder
Listener that closes the application context if its parent is closed.
ParentContextCloserApplicationListener() - Constructor for class org.springframework.boot.builder.ParentContextCloserApplicationListener
 
ParentContextCloserApplicationListener.ContextCloserListener - Class in org.springframework.boot.builder
ApplicationListener to close the context.
parseList(String) - Method in class org.springframework.boot.json.BasicJsonParser
 
parseList(String) - Method in class org.springframework.boot.json.GsonJsonParser
 
parseList(String) - Method in class org.springframework.boot.json.JacksonJsonParser
 
parseList(String) - Method in class org.springframework.boot.json.JsonJsonParser
 
parseList(String) - Method in interface org.springframework.boot.json.JsonParser
Parse the specified JSON string into a List.
parseList(String) - Method in class org.springframework.boot.json.JsonSimpleJsonParser
 
parseList(String) - Method in class org.springframework.boot.json.YamlJsonParser
 
parseMap(String) - Method in class org.springframework.boot.json.BasicJsonParser
 
parseMap(String) - Method in class org.springframework.boot.json.GsonJsonParser
 
parseMap(String) - Method in class org.springframework.boot.json.JacksonJsonParser
 
parseMap(String) - Method in class org.springframework.boot.json.JsonJsonParser
 
parseMap(String) - Method in interface org.springframework.boot.json.JsonParser
Parse the specified JSON string into a Map.
parseMap(String) - Method in class org.springframework.boot.json.JsonSimpleJsonParser
 
parseMap(String) - Method in class org.springframework.boot.json.YamlJsonParser
 
PATH_PROPERTY - Static variable in class org.springframework.boot.logging.LogFile
The name of the Spring property that contains the directory where log files are written.
PATH_PROPERTY - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
Deprecated.
as of 1.5 in favor of LogFile.PATH_PROPERTY
persistenceUnit(String) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
The name of the persistence unit.
persistSessions(String, Map<String, SessionPersistenceManager.PersistentSession>) - Method in class org.springframework.boot.context.embedded.undertow.FileSessionPersistence
 
PID_KEY - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
The name of the System property that contains the process ID.
PoolingConnectionFactoryBean - Class in org.springframework.boot.jta.bitronix
Spring friendly version of PoolingConnectionFactory.
PoolingConnectionFactoryBean() - Constructor for class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
PoolingConnectionFactoryBean.DirectXAConnectionFactory - Class in org.springframework.boot.jta.bitronix
A XAConnectionFactory implementation that delegates to the ThreadLocalPoolingConnectionFactoryBean.
PoolingDataSourceBean - Class in org.springframework.boot.jta.bitronix
Spring friendly version of PoolingDataSource.
PoolingDataSourceBean() - Constructor for class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
PoolingDataSourceBean.DirectXADataSource - Class in org.springframework.boot.jta.bitronix
A XADataSource implementation that delegates to the ThreadLocalPoolingDataSourceBean.
PortInUseException - Exception in org.springframework.boot.context.embedded
A PortInUseException is thrown when an embedded servlet container fails to start due to a port already being in use.
PortInUseException(int) - Constructor for exception org.springframework.boot.context.embedded.PortInUseException
Creates a new port in use exception for the given port.
POSTGRESQL - org.springframework.boot.jdbc.DatabaseDriver
Postgres.
postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.web.servlet.ErrorPageRegistrarBeanPostProcessor
 
postProcessApplicationContext(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
Apply any relevant post processing the ApplicationContext.
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Register ServletContextAwareProcessor.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetaData
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.jta.narayana.NarayanaBeanFactoryPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.web.servlet.ErrorPageRegistrarBeanPostProcessor
 
postProcessContext(Context) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Post process the Tomcat Context before it used with the Tomcat Server.
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
 
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in interface org.springframework.boot.env.EnvironmentPostProcessor
Post-process the given environment.
postProcessEnvironment(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
 
postProcessWebAppContext(WebAppContext) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Post process the Jetty WebAppContext before it used with the Jetty Server.
prefix() - Method in annotation type org.springframework.boot.context.properties.ConfigurationProperties
The name prefix of the properties that are valid to bind to this object.
prepare(Xid) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
prepareContext(Host, ServletContextInitializer[]) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
 
prepareEmbeddedWebApplicationContext(ServletContext) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Prepare the WebApplicationContext with the given fully loaded ServletContext.
prepareRefresh() - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
 
printBanner(Environment, Class<?>, PrintStream) - Method in interface org.springframework.boot.Banner
Print the banner to the specified print stream.
printBanner(Environment, Class<?>, PrintStream) - Method in class org.springframework.boot.ImageBanner
 
printBanner(Environment, Class<?>, PrintStream) - Method in class org.springframework.boot.ResourceBanner
 
PRIORITY - Static variable in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
The priority for the CommonsLoggingLiquibaseLogger.
profiles(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add to the active Spring profiles for this app (and its parent and children).
properties(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Default properties for the environment in the form key=value or key:value.
properties(Map<String, ?>) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
Generic properties for standard JPA or vendor-specific configuration.
properties(Map<String, Object>) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Default properties for the environment.
properties(Properties) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Default properties for the environment in the form key=value or key:value.
PROPERTIES_PREFIX - Static variable in class org.springframework.boot.jta.narayana.NarayanaProperties
Prefix for Narayana specific properties.
PropertiesConfigurationFactory<T> - Class in org.springframework.boot.bind
Validate some Properties (or optionally PropertySources) by binding them to an object of a specified type and then optionally running a Validator over it.
PropertiesConfigurationFactory(Class<?>) - Constructor for class org.springframework.boot.bind.PropertiesConfigurationFactory
Create a new PropertiesConfigurationFactory instance.
PropertiesConfigurationFactory(T) - Constructor for class org.springframework.boot.bind.PropertiesConfigurationFactory
Create a new PropertiesConfigurationFactory instance.
PropertiesPropertySourceLoader - Class in org.springframework.boot.env
Strategy to load '.properties' files into a PropertySource.
PropertiesPropertySourceLoader() - Constructor for class org.springframework.boot.env.PropertiesPropertySourceLoader
 
PropertyOrigin - Class in org.springframework.boot.bind
The origin of a property, specifically its source and its name before any prefix was removed.
PropertySourceLoader - Interface in org.springframework.boot.env
Strategy interface located via SpringFactoriesLoader and used to load a PropertySource.
PropertySourcesBinder - Class in org.springframework.boot.bind
Helper extracting info from PropertySources.
PropertySourcesBinder(ConfigurableEnvironment) - Constructor for class org.springframework.boot.bind.PropertySourcesBinder
Create a new instance using the Environment as the property sources.
PropertySourcesBinder(PropertySource<?>) - Constructor for class org.springframework.boot.bind.PropertySourcesBinder
Create a new instance from a single PropertySource.
PropertySourcesBinder(PropertySources) - Constructor for class org.springframework.boot.bind.PropertySourcesBinder
Create a new instance.
PropertySourcesLoader - Class in org.springframework.boot.env
Utility that can be used to MutablePropertySources using PropertySourceLoaders.
PropertySourcesLoader() - Constructor for class org.springframework.boot.env.PropertySourcesLoader
Create a new PropertySourceLoader instance backed by a new MutablePropertySources.
PropertySourcesLoader(MutablePropertySources) - Constructor for class org.springframework.boot.env.PropertySourcesLoader
Create a new PropertySourceLoader instance backed by the specified MutablePropertySources.
PropertySourcesPropertyValues - Class in org.springframework.boot.bind
A PropertyValues implementation backed by a PropertySources, bridging the two abstractions and allowing (for instance) a regular DataBinder to be used with the latter.
PropertySourcesPropertyValues(PropertySources) - Constructor for class org.springframework.boot.bind.PropertySourcesPropertyValues
Create a new PropertyValues from the given PropertySources.
PropertySourcesPropertyValues(PropertySources, boolean) - Constructor for class org.springframework.boot.bind.PropertySourcesPropertyValues
Create a new PropertyValues from the given PropertySources that will optionally resolve placeholders.
PropertySourcesPropertyValues(PropertySources, Collection<String>, Collection<String>) - Constructor for class org.springframework.boot.bind.PropertySourcesPropertyValues
Create a new PropertyValues from the given PropertySources.
PropertySourceUtils - Class in org.springframework.boot.bind
Convenience class for manipulating PropertySources.
PropertySourceUtils() - Constructor for class org.springframework.boot.bind.PropertySourceUtils
 

R

RANDOM_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.boot.context.config.RandomValuePropertySource
Name of the random PropertySource.
RandomValuePropertySource - Class in org.springframework.boot.context.config
PropertySource that returns a random value for any property that starts with "random.".
RandomValuePropertySource() - Constructor for class org.springframework.boot.context.config.RandomValuePropertySource
 
RandomValuePropertySource(String) - Constructor for class org.springframework.boot.context.config.RandomValuePropertySource
 
reason() - Method in annotation type org.springframework.boot.context.properties.DeprecatedConfigurationProperty
The reason for the deprecation.
recover(int) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
RED - org.springframework.boot.ansi.AnsiBackground
 
RED - org.springframework.boot.ansi.AnsiColor
 
refresh() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
refresh(ApplicationContext) - Method in class org.springframework.boot.SpringApplication
Refresh the underlying ApplicationContext.
register(Class<?>...) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
Register one or more annotated classes to be processed.
REGISTER_SHUTDOWN_HOOK_PROPERTY - Static variable in class org.springframework.boot.logging.LoggingApplicationListener
The name of the Spring property that controls the registration of a shutdown hook to shut down the logging system when the JVM exits.
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
 
registerErrorPages(ErrorPageRegistry) - Method in interface org.springframework.boot.web.servlet.ErrorPageRegistrar
Register pages as required with the given registry.
registerJsonComponents() - Method in class org.springframework.boot.jackson.JsonComponentModule
 
registerLoggedException(Throwable) - Method in class org.springframework.boot.SpringApplication
Register that the given exception has been logged.
registerShutdownHook(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Sets if the created ApplicationContext should have a shutdown hook registered.
RegistrationBean - Class in org.springframework.boot.web.servlet
Base class for Servlet 3.0+ based registration beans.
RegistrationBean() - Constructor for class org.springframework.boot.web.servlet.RegistrationBean
 
reinitialize(LoggingInitializationContext) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
Reinitialize the logging system if required.
reinitialize(LoggingInitializationContext) - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
reinitialize(LoggingInitializationContext) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
RelaxedBindingNotWritablePropertyException - Exception in org.springframework.boot.bind
A custom NotWritablePropertyException that is thrown when a failure occurs during relaxed binding.
RelaxedDataBinder - Class in org.springframework.boot.bind
Binder implementation that allows caller to bind to maps and also allows property names to match a bit loosely (if underscores or dashes are removed and replaced with camel case for example).
RelaxedDataBinder(Object) - Constructor for class org.springframework.boot.bind.RelaxedDataBinder
Create a new RelaxedDataBinder instance.
RelaxedDataBinder(Object, String) - Constructor for class org.springframework.boot.bind.RelaxedDataBinder
Create a new RelaxedDataBinder instance.
RelaxedNames - Class in org.springframework.boot.bind
Generates relaxed name variations from a given source.
RelaxedNames(String) - Constructor for class org.springframework.boot.bind.RelaxedNames
Create a new RelaxedNames instance.
RelaxedPropertyResolver - Class in org.springframework.boot.bind
PropertyResolver that attempts to resolve values using RelaxedNames.
RelaxedPropertyResolver(PropertyResolver) - Constructor for class org.springframework.boot.bind.RelaxedPropertyResolver
 
RelaxedPropertyResolver(PropertyResolver, String) - Constructor for class org.springframework.boot.bind.RelaxedPropertyResolver
 
remove(String) - Method in class org.springframework.boot.context.embedded.MimeMappings
Remove an existing mapping.
replacement() - Method in annotation type org.springframework.boot.context.properties.DeprecatedConfigurationProperty
The field that should be used instead (if any).
replay(Log, Class<?>) - Static method in class org.springframework.boot.logging.DeferredLog
 
replay(Log, Log) - Static method in class org.springframework.boot.logging.DeferredLog
 
replayTo(Class<?>) - Method in class org.springframework.boot.logging.DeferredLog
 
replayTo(Log) - Method in class org.springframework.boot.logging.DeferredLog
 
report(FailureAnalysis) - Method in interface org.springframework.boot.diagnostics.FailureAnalysisReporter
Reports the given failureAnalysis to the user.
report(FailureAnalysis) - Method in class org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter
 
REQUEST_WRAPPER_FILTER_MAX_ORDER - Static variable in class org.springframework.boot.web.servlet.FilterRegistrationBean
Filters that wrap the servlet request should be ordered less than or equal to this.
requestFactory(Class<? extends ClientHttpRequestFactory>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the ClientHttpRequestFactory class that should be used with the RestTemplate.
requestFactory(ClientHttpRequestFactory) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the ClientHttpRequestFactory that should be used with the RestTemplate.
reset() - Static method in class org.springframework.boot.system.ApplicationPidFileWriter
Reset the created flag for testing purposes.
resolvePlaceholders(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
 
resolveRequiredPlaceholders(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
 
ResourceBanner - Class in org.springframework.boot
Banner implementation that prints from a source text Resource.
ResourceBanner(Resource) - Constructor for class org.springframework.boot.ResourceBanner
 
resourceLoader(ResourceLoader) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
ResourceLoader for the application context.
ResourceNotFoundException - Exception in org.springframework.boot.context.config
Exception thrown when a Resource defined by a property is not found.
ResourceNotFoundException(String, Resource) - Constructor for exception org.springframework.boot.context.config.ResourceNotFoundException
 
restore() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.ExistingWebApplicationScopes
 
RestTemplateBuilder - Class in org.springframework.boot.web.client
Builder that can be used to configure and create a RestTemplate.
RestTemplateBuilder(RestTemplateCustomizer...) - Constructor for class org.springframework.boot.web.client.RestTemplateBuilder
Create a new RestTemplateBuilder instance.
RestTemplateCustomizer - Interface in org.springframework.boot.web.client
Callback interface that can be used to customize a RestTemplate.
rollback(Xid) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
ROOT_LOGGER_NAME - Static variable in class org.springframework.boot.logging.LoggingSystem
The name used for the root logger.
rootUri(String) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set a root URL that should be applied to each request that starts with '/'.
RootUriTemplateHandler - Class in org.springframework.boot.web.client
UriTemplateHandler to set the root for URI that starts with '/'.
RootUriTemplateHandler(String) - Constructor for class org.springframework.boot.web.client.RootUriTemplateHandler
Create a new RootUriTemplateHandler instance.
RootUriTemplateHandler(String, UriTemplateHandler) - Constructor for class org.springframework.boot.web.client.RootUriTemplateHandler
Create a new RootUriTemplateHandler instance.
RootUriTemplateHandler(UriTemplateHandler) - Constructor for class org.springframework.boot.web.client.RootUriTemplateHandler
 
run(Object[], String[]) - Static method in class org.springframework.boot.SpringApplication
Static helper that can be used to run a SpringApplication from the specified sources using default settings and user supplied arguments.
run(Object, String...) - Static method in class org.springframework.boot.SpringApplication
Static helper that can be used to run a SpringApplication from the specified source using default settings.
run(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Create an application context (and its parent if specified) with the command line args provided.
run(String...) - Method in interface org.springframework.boot.CommandLineRunner
Callback used to run the bean.
run(String...) - Method in class org.springframework.boot.SpringApplication
Run the Spring application, creating and refreshing a new ApplicationContext.
run(ApplicationArguments) - Method in interface org.springframework.boot.ApplicationRunner
Callback used to run the bean.
run(SpringApplication) - Method in class org.springframework.boot.web.support.SpringBootServletInitializer
Called to run a fully configured SpringApplication.

S

scan(String...) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
Perform a scan within the specified base packages.
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.context.embedded
ApplicationContextInitializer that sets Environment properties for the ports that EmbeddedServletContainer servers are actually listening on.
ServerPortInfoApplicationContextInitializer() - Constructor for class org.springframework.boot.context.embedded.ServerPortInfoApplicationContextInitializer
 
ServletComponentScan - Annotation Type in org.springframework.boot.web.servlet
Enables scanning for Servlet components (filters, servlets, and listeners).
ServletContextApplicationContextInitializer - Class in org.springframework.boot.web.support
ApplicationContextInitializer for setting the servlet context.
ServletContextApplicationContextInitializer(ServletContext) - Constructor for class org.springframework.boot.web.support.ServletContextApplicationContextInitializer
ServletContextApplicationContextInitializer(ServletContext, boolean) - Constructor for class org.springframework.boot.web.support.ServletContextApplicationContextInitializer
ServletContextInitializer - Interface in org.springframework.boot.web.servlet
Interface used to configure a Servlet 3.0+ context programmatically.
ServletContextInitializerBeans - Class in org.springframework.boot.web.servlet
A collection ServletContextInitializers obtained from a ListableBeanFactory.
ServletContextInitializerBeans(ListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.ServletContextInitializerBeans
 
ServletContextInitializerConfiguration - Class in org.springframework.boot.context.embedded.jetty
Jetty Configuration that calls ServletContextInitializers.
ServletContextInitializerConfiguration(ServletContextInitializer...) - Constructor for class org.springframework.boot.context.embedded.jetty.ServletContextInitializerConfiguration
ServletListenerRegistrationBean<T extends EventListener> - Class in org.springframework.boot.web.servlet
A ServletContextInitializer to register EventListeners in a Servlet 3.0+ container.
ServletListenerRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
Create a new ServletListenerRegistrationBean instance.
ServletListenerRegistrationBean(T) - Constructor for class org.springframework.boot.web.servlet.ServletListenerRegistrationBean
Create a new ServletListenerRegistrationBean instance.
ServletRegistrationBean - Class in org.springframework.boot.web.servlet
A ServletContextInitializer to register Servlets in a Servlet 3.0+ container.
ServletRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
Create a new ServletRegistrationBean instance.
ServletRegistrationBean(Servlet, boolean, String...) - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
Create a new ServletRegistrationBean instance with the specified Servlet and URL mappings.
ServletRegistrationBean(Servlet, String...) - Constructor for class org.springframework.boot.web.servlet.ServletRegistrationBean
Create a new ServletRegistrationBean instance with the specified Servlet and URL mappings.
setAcceptors(int) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Set the number of acceptor threads to use.
setAccessLogDirectory(File) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setAccessLogEnabled(boolean) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setAccessLogPattern(String) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setAccessLogPrefix(String) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setAccessLogRotate(boolean) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setAccessLogSuffix(String) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setAddCommandLineProperties(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if a CommandLinePropertySource should be added to the application context in order to expose arguments.
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.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setAddress(InetAddress) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the specific network address that the server should bind to.
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 ApplicationContext that will be created.
setAsText(String) - Method in class org.springframework.boot.bind.InetAddressEditor
 
setAsyncSupported(boolean) - Method in class org.springframework.boot.web.servlet.RegistrationBean
Sets if asynchronous operations are support for this registration.
setBackgroundProcessorDelay(int) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Sets the background processor delay in seconds.
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 class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set the Tomcat base directory.
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
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.servlet.ErrorPageRegistrarBeanPostProcessor
 
setBeanMetaDataStore(ConfigurationBeanFactoryMetaData) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
Set the bean meta-data store.
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.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
Provide a custom BeanNameGenerator for use with AnnotatedBeanDefinitionReader and/or ClassPathBeanDefinitionScanner , if any.
setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.SpringApplication
Sets the bean name generator that should be used when generating bean names.
setBufferSize(Integer) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setBuffersPerRegion(Integer) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Deprecated.
setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer>) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Set UndertowBuilderCustomizers that should be applied to the Undertow Undertow.Builder.
setCallback(EntityManagerFactoryBuilder.EntityManagerFactoryBeanCallback) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
An optional callback for new entity manager factory beans.
setCheckpointInterval(long) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the interval between checkpoints.
setCiphers(String[]) - Method in class org.springframework.boot.context.embedded.Ssl
 
setClassName(String) - Method in class org.springframework.boot.context.embedded.JspServlet
 
setClientAuth(Ssl.ClientAuth) - Method in class org.springframework.boot.context.embedded.Ssl
 
setCompression(Compression) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setCompression(Compression) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the compression configuration that will be applied to the container's default connector.
setConfigurations(Collection<? extends Configuration>) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Sets Jetty Configurations that will be applied to the WebAppContext before the server is created.
setConnectionFactory(XAConnectionFactory) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
Set the XAConnectionFactory directly, instead of calling ResourceBean.setClassName(String).
setConnectTimeout(int) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Sets the connect timeout in milliseconds on the underlying ClientHttpRequestFactory.
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.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set LifecycleListeners that should be applied to the Tomcat Context .
setContextPath(String) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setContextPath(String) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the context path for the embedded servlet container.
setContextValves(Collection<? extends Valve>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set Valves that should be applied to the Tomcat Context.
setConversionService(ConversionService) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
Set the conversion service.
setConversionService(ConversionService) - Method in class org.springframework.boot.bind.PropertySourcesBinder
 
setConversionService(ConversionService) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
Set the conversion service used to convert property values.
setConverters(List<Converter<?, ?>>) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
A list of custom converters (in addition to the defaults) to use when converting properties for binding.
setDataSource(XADataSource) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
Set the XADataSource directly, instead of calling ResourceBean.setClassName(String).
setDefaultJtaTimeout(long) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
The default timeout for JTA transactions (optional, defaults to 10000 ms).
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
setDefaultTimeout(int) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
setDeploymentInfoCustomizers(Collection<? extends UndertowDeploymentInfoCustomizer>) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Set UndertowDeploymentInfoCustomizers that should be applied to the Undertow DeploymentInfo.
setDestinationLogger(String) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender
Sets the destination logger that will be used to send remapped events.
setDirectBuffers(Boolean) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setDisplayName(String) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setDisplayName(String) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the display name of the application deployed in the embedded servlet container.
setDocumentRoot(File) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setDocumentRoot(File) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the document root directory which will be used by the web context to serve static files.
setEnabled(boolean) - Method in class org.springframework.boot.context.embedded.Compression
 
setEnabled(boolean) - Method in class org.springframework.boot.context.embedded.Ssl
 
setEnabled(boolean) - Method in class org.springframework.boot.web.servlet.RegistrationBean
Flag to indicate that the registration is enabled.
setEnabled(AnsiOutput.Enabled) - Static method in class org.springframework.boot.ansi.AnsiOutput
Sets if ANSI output is enabled.
setEnabledProtocols(String[]) - Method in class org.springframework.boot.context.embedded.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.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set Valves that should be applied to the Tomcat Engine.
setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.SpringApplication
Sets the underlying environment that should be used with the created application context.
setEnvironment(Environment) - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
setEnvironment(Environment) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
setErrorPages(Set<? extends ErrorPage>) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setErrorPages(Set<? extends ErrorPage>) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the error pages that will be used when handling exceptions.
setExceptionIfInvalid(boolean) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
Deprecated.
as of 1.5, do not specify a Validator if validation should not occur
setExceptionIfInvalid(boolean) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
Deprecated.
as of 1.5, do not specify a Validator if validation should not occur
setExcludedUserAgents(String[]) - Method in class org.springframework.boot.context.embedded.Compression
 
setExpiryScanners(List<String>) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
setFileSizeThreshold(int) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the size threshold in bytes after which files will be written to disk.
setFileSizeThreshold(String) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the size threshold after which files will be written to disk.
setFilter(Filter) - 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.
setGenericConverters(List<GenericConverter>) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
A list of custom converters (in addition to the defaults) to use when converting properties for binding.
setHeadless(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if the application is headless and should not instantiate AWT.
setIgnoreInvalidFields(boolean) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
Set whether to ignore invalid fields, that is, whether to ignore bind parameters that have corresponding fields in the target object which are not accessible (for example because of null values in the nested path).
setIgnoreNestedProperties(boolean) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
Flag to disable binding of nested properties (i.e.
setIgnoreNestedProperties(boolean) - Method in class org.springframework.boot.bind.RelaxedDataBinder
Flag to disable binding of nested properties (i.e.
setIgnoreUnknownFields(boolean) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
Set whether to ignore unknown fields, that is, whether to ignore bind parameters that do not have corresponding fields in the target object.
setInitializers(Collection<? extends ApplicationContextInitializer<?>>) - Method in class org.springframework.boot.SpringApplication
Sets the ApplicationContextInitializer that will be applied to the Spring ApplicationContext.
setInitializers(List<? extends ServletContextInitializer>) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setInitializers(List<? extends ServletContextInitializer>) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
setInitParameters(Map<String, String>) - Method in class org.springframework.boot.context.embedded.JspServlet
 
setInitParameters(Map<String, String>) - Method in class org.springframework.boot.web.servlet.RegistrationBean
Set init-parameters for this registration.
setIoThreads(Integer) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setJspServlet(JspServlet) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setJspServlet(JspServlet) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the configuration that will be applied to the container's JSP servlet.
setKeyAlias(String) - Method in class org.springframework.boot.context.embedded.Ssl
 
setKeyPassword(String) - Method in class org.springframework.boot.context.embedded.Ssl
 
setKeyStore(String) - Method in class org.springframework.boot.context.embedded.Ssl
 
setKeyStorePassword(String) - Method in class org.springframework.boot.context.embedded.Ssl
 
setKeyStoreProvider(String) - Method in class org.springframework.boot.context.embedded.Ssl
 
setKeyStoreType(String) - Method in class org.springframework.boot.context.embedded.Ssl
 
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 the ApplicationContext.
setLoadOnStartup(int) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Sets the loadOnStartup priority.
setLocaleCharsetMappings(Map<Locale, Charset>) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setLocaleCharsetMappings(Map<Locale, Charset>) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
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.
setLogDir(String) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
setLoginTimeout(int) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
setLoginTimeout(int) - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
setLogLevel(String, String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
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.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
 
setLogWriter(PrintWriter) - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
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.
setMaxActives(int) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the maximum number of active transactions.
setMaxFileSize(long) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the maximum size in bytes allowed for uploaded files.
setMaxFileSize(String) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the maximum size allowed for uploaded files.
setMaxRequestSize(long) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the maximum size allowed in bytes for multipart/form-data requests.
setMaxRequestSize(String) - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
Sets the maximum size allowed for multipart/form-data requests.
setMaxTimeout(long) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the maximum timeout (in milliseconds) that can be allowed for transactions.
setMessageSource(MessageSource) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
Set the message source.
setMessageSource(MessageSource) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
Set the message source.
setMimeMappings(MimeMappings) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setMimeMappings(MimeMappings) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the mime-type mappings.
setMimeTypes(String[]) - Method in class org.springframework.boot.context.embedded.Compression
 
setMinResponseSize(int) - Method in class org.springframework.boot.context.embedded.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.liquibase.CommonsLoggingLiquibaseLogger
 
setName(String) - Method in class org.springframework.boot.web.servlet.RegistrationBean
Set the name of this registration.
setNameAliases(Map<String, List<String>>) - Method in class org.springframework.boot.bind.RelaxedDataBinder
Set name aliases.
setNamespace(String) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
setOnePhaseCommit(boolean) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
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.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.properties.ConfigurationPropertiesBindingPostProcessor
Set the order of the bean.
setOrder(int) - Method in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
 
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.logging.LoggingApplicationListener
 
setOrder(int) - Method in class org.springframework.boot.system.ApplicationPidFileWriter
 
setOrder(int) - Method in class org.springframework.boot.web.filter.OrderedCharacterEncodingFilter
Set the order for this filter.
setOrder(int) - Method in class org.springframework.boot.web.filter.OrderedHiddenHttpMethodFilter
Set the order for this filter.
setOrder(int) - Method in class org.springframework.boot.web.filter.OrderedHttpPutFormContentFilter
Set the order for this filter.
setOrder(int) - Method in class org.springframework.boot.web.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.support.ServletContextApplicationContextInitializer
 
setParseArgs(boolean) - Method in class org.springframework.boot.logging.LoggingApplicationListener
Sets if initialization arguments should be parsed for --debug and --trace options.
setPeriodicRecoveryPeriod(int) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
setPersistSession(boolean) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setPersistSession(boolean) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets if session data should be persisted between restarts.
setPort(int) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setPort(int) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the port that the embedded servlet container should listen on.
setPropertyAliases(Map<Class<?>, Map<String, String>>) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
Set the property aliases.
setPropertySources(PropertySources) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
Set the property sources.
setPropertySources(PropertySources) - Method in class org.springframework.boot.bind.PropertySourcesBinder
 
setPropertySources(PropertySources) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
Set the property sources to bind.
setProtocol(String) - Method in class org.springframework.boot.context.embedded.Ssl
 
setProtocol(String) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
The Tomcat protocol to use when create the Connector.
setReadTimeout(int) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Sets the read timeout in milliseconds on the underlying ClientHttpRequestFactory.
setRecoveryBackoffPeriod(int) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
setRecoveryDbPass(String) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
setRecoveryDbUser(String) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
setRecoveryJmsPass(String) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
setRecoveryJmsUser(String) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
setRecoveryModules(List<String>) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
setRegisterDefaultServlet(boolean) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setRegisterDefaultServlet(boolean) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Set if the DefaultServlet should be registered.
setRegistered(boolean) - Method in class org.springframework.boot.context.embedded.JspServlet
 
setRegisterErrorPageFilter(boolean) - Method in class org.springframework.boot.web.support.SpringBootServletInitializer
Set if the ErrorPageFilter should be registered.
setRegisterShutdownHook(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if the created ApplicationContext should have a shutdown hook registered.
setRemapLevels(String) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender
Set the remapped level.
setResolvePlaceholders(boolean) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
Flag to indicate that placeholders should be replaced during binding.
setResource(Resource) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
Set the resource.
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.SpringApplication
Sets the ResourceLoader that should be used when loading resources.
setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
Set the ScopeMetadataResolver to 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.
setSelectors(int) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Set the number of selector threads to use.
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.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Sets JettyServerCustomizers that will be applied to the Server before it is started.
setServerHeader(String) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setServerHeader(String) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the server header value.
setService(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the transaction manager implementation that should be started.
setServlet(Servlet) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Sets the servlet to be registered.
setServletConfig(ServletConfig) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
setSessionStoreDir(File) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setSessionStoreDir(File) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Set the directory used to store serialized session data.
setSessionTimeout(int) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setSessionTimeout(int) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
The session timeout in seconds (default 30 minutes).
setSessionTimeout(int, TimeUnit) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setSessionTimeout(int, TimeUnit) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
The session timeout in the specified TimeUnit (default 30 minutes).
setSources(Set<Object>) - Method in class org.springframework.boot.SpringApplication
The sources that will be used to create an ApplicationContext.
setSpringBootLogging(LogLevel) - Method in class org.springframework.boot.logging.LoggingApplicationListener
Sets a custom logging level to be used for Spring Boot and related libraries.
setSsl(Ssl) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setSsl(Ssl) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the SSL configuration that will be applied to the container's default connector.
setSslStoreProvider(SslStoreProvider) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setSslStoreProvider(SslStoreProvider) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets a provider that will be used to obtain SSL stores.
setTargetName(String) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
Set the target name.
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.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Set a Jetty ThreadPool that should be used by the Server.
setTldSkip(String) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
setTldSkipPatterns(Collection<String>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set the patterns that match jars to ignore for TLD scanning.
setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set TomcatConnectorCustomizers that should be applied to the Tomcat Connector .
setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set TomcatContextCustomizers that should be applied to the Tomcat Context .
setTransactionManagerId(String) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
setTransactionManagerUniqueName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Specifies the transaction manager's unique name.
setTransactionTimeout(int) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
setTriggerEventType(Class<? extends SpringApplicationEvent>) - Method in class org.springframework.boot.system.ApplicationPidFileWriter
Sets the type of application event that will trigger writing of the PID file.
setTrustStore(String) - Method in class org.springframework.boot.context.embedded.Ssl
 
setTrustStorePassword(String) - Method in class org.springframework.boot.context.embedded.Ssl
 
setTrustStoreProvider(String) - Method in class org.springframework.boot.context.embedded.Ssl
 
setTrustStoreType(String) - Method in class org.springframework.boot.context.embedded.Ssl
 
setUriEncoding(Charset) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set the character encoding to use for URL decoding.
setUrlMappings(Collection<String>) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Set the URL mappings for the servlet.
setUseForwardHeaders(boolean) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Set if x-forward-* headers should be processed.
setUseForwardHeaders(boolean) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Set if x-forward-* headers should be processed.
setValidating(boolean) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Set whether to use XML validation.
setValidator(Validator) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
Set the validator.
setValidator(Validator) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
Set the validator.
setValidator(Validator) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
Set the bean validator used to validate property fields.
setWebEnvironment(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if this application is running within a web environment.
setWorkerThreads(Integer) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
 
setXaResourceOrphanFilters(List<String>) - Method in class org.springframework.boot.jta.narayana.NarayanaProperties
 
setYaml(String) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
Set the YAML.
severe(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
severe(String, Throwable) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
shouldRegisterJspServlet() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Returns whether or not the JSP servlet should be registered with the embedded container.
shutdown() - Method in interface org.springframework.boot.admin.SpringApplicationAdminMXBean
Shutdown the application.
sibling(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Create a sibling application (one with the same parent).
sibling(Object[], 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
Simple 'Java Logging' Formatter.
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
 
sources(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add more sources (configuration classes and components) to this application.
sources(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add more sources to use in this application.
SpringApplication - Class in org.springframework.boot
Classes that can be used to bootstrap and launch a Spring application from a Java main method.
SpringApplication(Object...) - Constructor for class org.springframework.boot.SpringApplication
Create a new SpringApplication instance.
SpringApplication(ResourceLoader, Object...) - Constructor for class org.springframework.boot.SpringApplication
Create a new SpringApplication instance.
SpringApplicationAdminMXBean - Interface in org.springframework.boot.admin
A MBean contract to control and monitor a running SpringApplication via JMX.
SpringApplicationAdminMXBeanRegistrar - Class in org.springframework.boot.admin
Register a SpringApplicationAdminMXBean implementation to the platform MBeanServer.
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(Object...) - Constructor for class org.springframework.boot.builder.SpringApplicationBuilder
 
SpringApplicationEvent - Class in org.springframework.boot.context.event
Base class for ApplicationEvent related to a SpringApplication.
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
Listener for the SpringApplicationrun method.
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 ConfigurationFactory that prevents logger warnings from being printed when the application first starts.
SpringBootConfigurationFactory() - Constructor for class org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory
 
SpringBootServletInitializer - Class in org.springframework.boot.web.support
An opinionated WebApplicationInitializer to run a SpringApplication from a traditional WAR deployment.
SpringBootServletInitializer() - Constructor for class org.springframework.boot.web.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 ImplicitNamingStrategy that 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
 
SpringNamingStrategy - Class in org.springframework.boot.orm.jpa.hibernate
Hibernate NamingStrategy that follows Spring recommended naming conventions.
SpringNamingStrategy() - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringNamingStrategy
 
SpringPackageScanClassResolver - Class in org.springframework.boot.liquibase
Liquibase PackageScanClassResolver implementation 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 PhysicalNamingStrategy that follows Spring recommended naming conventions.
SpringPhysicalNamingStrategy() - Constructor for class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
SpringProfileDocumentMatcher - Class in org.springframework.boot.yaml
YamlProcessor.DocumentMatcher backed by Environment.getActiveProfiles().
SpringProfileDocumentMatcher() - Constructor for class org.springframework.boot.yaml.SpringProfileDocumentMatcher
 
SpringProfileDocumentMatcher(String...) - Constructor for class org.springframework.boot.yaml.SpringProfileDocumentMatcher
 
SQLITE - org.springframework.boot.jdbc.DatabaseDriver
SQL Lite.
SQLSERVER - org.springframework.boot.jdbc.DatabaseDriver
SQL Server.
Ssl - Class in org.springframework.boot.context.embedded
Simple container-independent abstraction for SSL configuration.
Ssl() - Constructor for class org.springframework.boot.context.embedded.Ssl
 
Ssl.ClientAuth - Enum in org.springframework.boot.context.embedded
Client authentication types.
SslStoreProvider - Interface in org.springframework.boot.context.embedded
Interface to provide SSL key stores for an EmbeddedServletContainer to use.
start() - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainer
Starts the embedded servlet container.
start() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
 
start() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
 
start() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
 
start(Xid, int) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
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 interface org.springframework.boot.context.embedded.EmbeddedServletContainer
Stops the embedded servlet container.
stop() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
 
stop() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
 
stop() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
 
supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
 
supportsEventType(ResolvableType) - Method in class org.springframework.boot.logging.ClasspathLoggingApplicationListener
 
supportsEventType(ResolvableType) - Method in class org.springframework.boot.logging.LoggingApplicationListener
 
supportsSourceType(Class<?>) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
 
supportsSourceType(Class<?>) - Method in class org.springframework.boot.logging.ClasspathLoggingApplicationListener
 
supportsSourceType(Class<?>) - Method in class org.springframework.boot.logging.LoggingApplicationListener
 
SYSTEM_PROPERTY - Static variable in class org.springframework.boot.logging.LoggingSystem
A System property that can be used to indicate the LoggingSystem to use.

T

TERADATA - org.springframework.boot.jdbc.DatabaseDriver
Teradata.
throwableProxyToString(IThrowableProxy) - Method in class org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter
 
throwableProxyToString(IThrowableProxy) - Method in class org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter
 
toAnsiString(String, AnsiElement) - Method in class org.springframework.boot.logging.logback.ColorConverter
 
TomcatConnectorCustomizer - Interface in org.springframework.boot.context.embedded.tomcat
Callback interface that can be used to customize a Tomcat Connector.
TomcatContextCustomizer - Interface in org.springframework.boot.context.embedded.tomcat
Callback interface that can be used to customize a Tomcat Context.
TomcatEmbeddedServletContainer - Class in org.springframework.boot.context.embedded.tomcat
EmbeddedServletContainer that can be used to control an embedded Tomcat server.
TomcatEmbeddedServletContainer(Tomcat) - Constructor for class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
Create a new TomcatEmbeddedServletContainer instance.
TomcatEmbeddedServletContainer(Tomcat, boolean) - Constructor for class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
Create a new TomcatEmbeddedServletContainer instance.
TomcatEmbeddedServletContainerFactory - Class in org.springframework.boot.context.embedded.tomcat
TomcatEmbeddedServletContainerFactory() - Constructor for class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
TomcatEmbeddedServletContainerFactory(int) - Constructor for class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Create a new TomcatEmbeddedServletContainerFactory that listens for requests using the specified port.
TomcatEmbeddedServletContainerFactory(String, int) - Constructor for class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Create a new TomcatEmbeddedServletContainerFactory with the specified context path and port.
TomcatEmbeddedWebappClassLoader - Class in org.springframework.boot.context.embedded.tomcat
Extension of Tomcat's WebappClassLoader that does not consider the system classloader.
TomcatEmbeddedWebappClassLoader() - Constructor for class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
TomcatEmbeddedWebappClassLoader(ClassLoader) - Constructor for class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
toPhysicalCatalogName(Identifier, JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
toPhysicalColumnName(Identifier, JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
toPhysicalSchemaName(Identifier, JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
toPhysicalSequenceName(Identifier, JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
toPhysicalTableName(Identifier, JdbcEnvironment) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
 
toPropertySource() - Method in class org.springframework.boot.info.InfoProperties
Return a PropertySource of this instance.
toString() - Method in enum org.springframework.boot.ansi.AnsiBackground
 
toString() - Method in enum org.springframework.boot.ansi.AnsiColor
 
toString() - Method in interface org.springframework.boot.ansi.AnsiElement
 
toString() - Method in enum org.springframework.boot.ansi.AnsiStyle
 
toString() - Method in class org.springframework.boot.ApplicationHome
 
toString() - Method in class org.springframework.boot.ApplicationPid
 
toString() - Method in class org.springframework.boot.ApplicationTemp
 
toString() - Method in class org.springframework.boot.context.embedded.MimeMappings.Mapping
 
toString() - Method in class org.springframework.boot.logging.LogFile
 
toString() - Method in class org.springframework.boot.logging.LoggerConfiguration
 
toString(Object...) - Static method in class org.springframework.boot.ansi.AnsiOutput
Create a new ANSI string from the specified elements.
trace(Object) - Method in class org.springframework.boot.logging.DeferredLog
 
trace(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
 
TRACE - org.springframework.boot.logging.LogLevel
 
transform(ILoggingEvent, String) - Method in class org.springframework.boot.logging.logback.ColorConverter
 
TypeExcludeFilter - Class in org.springframework.boot.context
Provides exclusion TypeFilters that are loaded from the BeanFactory and automatically applied to SpringBootApplication scanning.
TypeExcludeFilter() - Constructor for class org.springframework.boot.context.TypeExcludeFilter
 

U

UNDERLINE - org.springframework.boot.ansi.AnsiStyle
 
UndertowBuilderCustomizer - Interface in org.springframework.boot.context.embedded.undertow
Callback interface that can be used to customize an Undertow Undertow.Builder.
UndertowDeploymentInfoCustomizer - Interface in org.springframework.boot.context.embedded.undertow
Callback interface that can be used to customize an Undertow DeploymentInfo.
UndertowEmbeddedServletContainer - Class in org.springframework.boot.context.embedded.undertow
EmbeddedServletContainer that can be used to control an embedded Undertow server.
UndertowEmbeddedServletContainer(Undertow.Builder, DeploymentManager, String, boolean, boolean, Compression) - Constructor for class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
Create a new UndertowEmbeddedServletContainer instance.
UndertowEmbeddedServletContainer(Undertow.Builder, DeploymentManager, String, boolean, boolean, Compression, String) - Constructor for class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
Create a new UndertowEmbeddedServletContainer instance.
UndertowEmbeddedServletContainer(Undertow.Builder, DeploymentManager, String, boolean, Compression) - Constructor for class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
Create a new UndertowEmbeddedServletContainer instance.
UndertowEmbeddedServletContainerFactory - Class in org.springframework.boot.context.embedded.undertow
UndertowEmbeddedServletContainerFactory() - Constructor for class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
UndertowEmbeddedServletContainerFactory(int) - Constructor for class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Create a new UndertowEmbeddedServletContainerFactory that listens for requests using the specified port.
UndertowEmbeddedServletContainerFactory(String, int) - Constructor for class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
Create a new UndertowEmbeddedServletContainerFactory with the specified context path and port.
UNKNOWN - org.springframework.boot.jdbc.DatabaseDriver
Unknown type.
unmodifiableMappings(MimeMappings) - Static method in class org.springframework.boot.context.embedded.MimeMappings
Create a new unmodifiable view of the specified mapping.
unwrap(Class<T>) - Method in class org.springframework.boot.jta.narayana.NarayanaDataSourceBean
 
uriTemplateHandler(UriTemplateHandler) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the UriTemplateHandler that should be used with the RestTemplate.
UsesUnsafeJava - Annotation Type in org.springframework.boot.lang
Indicates that the annotated element uses unsafe Java calls.

V

VALIDATOR_BEAN_NAME - Static variable in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
The bean name of the configuration properties validator.
value() - Method in annotation type org.springframework.boot.context.properties.ConfigurationProperties
The name prefix of the properties that are valid to bind to this object.
value() - Method in annotation type org.springframework.boot.context.properties.EnableConfigurationProperties
Convenient way to quickly register ConfigurationProperties annotated beans with Spring.
value() - Method in annotation type org.springframework.boot.jackson.JsonComponent
The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an autodetected component.
value() - Method in annotation type org.springframework.boot.web.servlet.ServletComponentScan
Alias for the ServletComponentScan.basePackages() attribute.
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.embedded.Ssl.ClientAuth
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.logging.LogLevel
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.embedded.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.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.logging.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.

W

WANT - org.springframework.boot.context.embedded.Ssl.ClientAuth
Client authentication is wanted but not mandatory.
warn(Object) - Method in class org.springframework.boot.logging.DeferredLog
 
warn(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
 
WARN - org.springframework.boot.logging.LogLevel
 
warning(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
warning(String, Throwable) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
web(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Flag to explicitly request a web or non-web environment (auto detected based on classpath if not set).
WebApplicationContextServletContextAwareProcessor - Class in org.springframework.boot.context.embedded
Variant of ServletContextAwareProcessor for use with a ConfigurableWebApplicationContext.
WebApplicationContextServletContextAwareProcessor(ConfigurableWebApplicationContext) - Constructor for class org.springframework.boot.context.embedded.WebApplicationContextServletContextAwareProcessor
 
WHITE - org.springframework.boot.ansi.AnsiBackground
 
WHITE - org.springframework.boot.ansi.AnsiColor
 
WhitespaceThrowablePatternConverter - Class in org.springframework.boot.logging.log4j2
ThrowablePatternConverter that adds some additional whitespace around the stack trace.
WhitespaceThrowableProxyConverter - Class in org.springframework.boot.logging.logback
ThrowableProxyConverter that adds some additional whitespace around the stack trace.
WhitespaceThrowableProxyConverter() - Constructor for class org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter
 
withAlias(String, String...) - Method in class org.springframework.boot.bind.RelaxedDataBinder
Add aliases to the DataBinder.
wrapConnectionFactory(XAConnectionFactory) - Method in class org.springframework.boot.jta.atomikos.AtomikosXAConnectionFactoryWrapper
 
wrapConnectionFactory(XAConnectionFactory) - Method in class org.springframework.boot.jta.bitronix.BitronixXAConnectionFactoryWrapper
 
wrapConnectionFactory(XAConnectionFactory) - Method in class org.springframework.boot.jta.narayana.NarayanaXAConnectionFactoryWrapper
 
wrapConnectionFactory(XAConnectionFactory) - Method in interface org.springframework.boot.jta.XAConnectionFactoryWrapper
Wrap the specific XAConnectionFactory and enroll it with a JTA TransactionManager.
wrapDataSource(XADataSource) - Method in class org.springframework.boot.jta.atomikos.AtomikosXADataSourceWrapper
 
wrapDataSource(XADataSource) - Method in class org.springframework.boot.jta.bitronix.BitronixXADataSourceWrapper
 
wrapDataSource(XADataSource) - Method in class org.springframework.boot.jta.narayana.NarayanaXADataSourceWrapper
 
wrapDataSource(XADataSource) - Method in interface org.springframework.boot.jta.XADataSourceWrapper
Wrap the specific XADataSource and enroll it with a JTA TransactionManager.
write(File) - Method in class org.springframework.boot.ApplicationPid
Write the PID to the specified file.

X

XAConnectionFactoryWrapper - Interface in org.springframework.boot.jta
Strategy interface used to wrap a JMS XAConnectionFactory enrolling it with a JTA TransactionManager.
XADataSourceWrapper - Interface in org.springframework.boot.jta
Strategy interface used to wrap a JMS XADataSource enrolling it with a JTA TransactionManager.
XmlEmbeddedWebApplicationContext - Class in org.springframework.boot.context.embedded
EmbeddedWebApplicationContext which takes its configuration from XML documents, understood by an XmlBeanDefinitionReader.
XmlEmbeddedWebApplicationContext() - Constructor for class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Create a new XmlEmbeddedWebApplicationContext that needs to be loaded and then manually refreshed.
XmlEmbeddedWebApplicationContext(Class<?>, String...) - Constructor for class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Create a new XmlEmbeddedWebApplicationContext, loading bean definitions from the given resource locations and automatically refreshing the context.
XmlEmbeddedWebApplicationContext(String...) - Constructor for class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Create a new XmlEmbeddedWebApplicationContext, loading bean definitions from the given resource locations and automatically refreshing the context.
XmlEmbeddedWebApplicationContext(Resource...) - Constructor for class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Create a new XmlEmbeddedWebApplicationContext, loading bean definitions from the given resources and automatically refreshing the context.

Y

YamlConfigurationFactory<T> - Class in org.springframework.boot.bind
Validate some YAML by binding it to an object of a specified type and then optionally running a Validator over it.
YamlConfigurationFactory(Class<?>) - Constructor for class org.springframework.boot.bind.YamlConfigurationFactory
Sets a validation constructor which will be applied to the YAML doc to see whether it matches the expected JavaBean.
YamlJavaBeanPropertyConstructor - Class in org.springframework.boot.bind
Extended version of snakeyaml's Constructor class to facilitate mapping custom YAML keys to JavaBean property names.
YamlJavaBeanPropertyConstructor(Class<?>) - Constructor for class org.springframework.boot.bind.YamlJavaBeanPropertyConstructor
 
YamlJavaBeanPropertyConstructor(Class<?>, Map<Class<?>, Map<String, String>>) - Constructor for class org.springframework.boot.bind.YamlJavaBeanPropertyConstructor
 
YamlJsonParser - Class in org.springframework.boot.json
Thin wrapper to adapt Snake Yaml to JsonParser.
YamlJsonParser() - Constructor for class org.springframework.boot.json.YamlJsonParser
 
YamlPropertySourceLoader - Class in org.springframework.boot.env
Strategy to load '.yml' (or '.yaml') files into a PropertySource.
YamlPropertySourceLoader() - Constructor for class org.springframework.boot.env.YamlPropertySourceLoader
 
YELLOW - org.springframework.boot.ansi.AnsiBackground
 
YELLOW - org.springframework.boot.ansi.AnsiColor
 
A B C D E F G H I J L M N O P R S T U V W X Y 
All Classes All Packages