- AbstractConfigurableEmbeddedServletContainer - Class in org.springframework.boot.context.embedded
-
- AbstractConfigurableEmbeddedServletContainer() - Constructor for class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- AbstractConfigurableEmbeddedServletContainer(int) - Constructor for class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- AbstractConfigurableEmbeddedServletContainer(String, int) - Constructor for class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- AbstractEmbeddedServletContainerFactory - Class in org.springframework.boot.context.embedded
-
- 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
-
- AbstractLoggingSystem - Class in org.springframework.boot.logging
-
- AbstractLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.AbstractLoggingSystem
-
- 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 Connector
s in addition to the default connector, e.g.
- addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- 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 Configuration
s that will be applied to the WebAppContext
before
the server is started.
- addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- addContextCustomizers(TomcatContextCustomizer...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- addContextLifecycleListeners(LifecycleListener...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Add LifecycleListener
s that should be added to the Tomcat Context
.
- addContextValves(Valve...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Add Valve
s 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
-
- addEnvironment(ConfigurableApplicationContext, String...) - Static method in class org.springframework.boot.test.EnvironmentTestUtils
-
Add additional (high priority) values to an Environment
owned by an
ApplicationContext
.
- addEnvironment(ConfigurableEnvironment, String...) - Static method in class org.springframework.boot.test.EnvironmentTestUtils
-
Add additional (high priority) values to an Environment
.
- addEnvironment(String, ConfigurableEnvironment, String...) - Static method in class org.springframework.boot.test.EnvironmentTestUtils
-
Add additional (high priority) values to an Environment
.
- addErrorPages(ErrorPage...) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- addErrorPages(ErrorPage...) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Adds error pages that will be used when handling exceptions.
- addErrorPages(ErrorPage...) - Method in class org.springframework.boot.context.web.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 ApplicationContextInitializer
s to be applied to the Spring
ApplicationContext
.
- addInitParameter(String, String) - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
Add a single init-parameter, replacing any existing parameter with the same name.
- 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 ApplicationListener
s 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
-
- addServletNames(String...) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Add servlet names for the filter.
- addServletRegistrationBeans(ServletRegistrationBean...) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
- 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.context.embedded.ServletRegistrationBean
-
Add URL mappings for the servlet.
- addUrlPatterns(String...) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Add URL patterns that the filter will be registered against.
- 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
-
- afterRefresh(ConfigurableApplicationContext, String[]) - Method in class org.springframework.boot.SpringApplication
-
- 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
-
- AnnotationConfigEmbeddedWebApplicationContext(String...) - Constructor for class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
-
- AnsiElement - Interface in org.springframework.boot.ansi
-
An ANSI encodable element.
- AnsiElement.DefaultAnsiElement - Class in org.springframework.boot.ansi
-
- AnsiElement.DefaultAnsiElement(String) - Constructor for class org.springframework.boot.ansi.AnsiElement.DefaultAnsiElement
-
- 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 the
value of the property
spring.output.ansi.enabled
.
- AnsiOutputApplicationListener() - Constructor for class org.springframework.boot.context.config.AnsiOutputApplicationListener
-
- append(ILoggingEvent) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender
-
- application() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Accessor for the current application.
- ApplicationEnvironmentPreparedEvent - Class in org.springframework.boot.context.event
-
Event published when a
SpringApplication
is starting up and the
Environment
is first available for inspection and modification.
- ApplicationEnvironmentPreparedEvent(SpringApplication, String[], ConfigurableEnvironment) - Constructor for class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
-
- ApplicationFailedEvent - Class in org.springframework.boot.context.event
-
- ApplicationFailedEvent(SpringApplication, String[], ConfigurableApplicationContext, Throwable) - Constructor for class org.springframework.boot.context.event.ApplicationFailedEvent
-
- ApplicationHome - Class in org.springframework.boot
-
Provides access to the application home directory.
- ApplicationHome() - Constructor for class org.springframework.boot.ApplicationHome
-
- ApplicationHome(Class<?>) - Constructor for class org.springframework.boot.ApplicationHome
-
- 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
-
- 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
-
- ApplicationStartedEvent - 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
ApplicationListener
s have been registered.
- ApplicationStartedEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.ApplicationStartedEvent
-
- apply(Statement, Description) - Method in class org.springframework.boot.test.OutputCapture
-
- applyInitializers(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
-
Apply any ApplicationContextInitializer
s to the context before it is
refreshed.
- ArrayDocumentMatcher - Class in org.springframework.boot.yaml
-
Matches a document containing a given key and where the value of that key is an array
containing one of the given values, or where one of the values matches one of the given
values (interpreted as regexes).
- ArrayDocumentMatcher(String, String...) - Constructor for class org.springframework.boot.yaml.ArrayDocumentMatcher
-
- asProperties() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Returns the properties as a
Properties
object that can be used with
Atomikos.
- AtomikosConnectionFactoryBean - Class in org.springframework.boot.jta.atomikos
-
Spring friendly version of AtomikosConnectionFactoryBean
.
- AtomikosConnectionFactoryBean() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
-
- AtomikosDataSourceBean - Class in org.springframework.boot.jta.atomikos
-
Spring friendly version of AtomikosDataSourceBean
.
- AtomikosDataSourceBean() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
-
- AtomikosDependsOnBeanFactoryPostProcessor - Class in org.springframework.boot.jta.atomikos
-
- AtomikosDependsOnBeanFactoryPostProcessor() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
-
- AtomikosLoggingLevel - Enum in org.springframework.boot.jta.atomikos
-
Logging levels supported by Atomikos.
- AtomikosProperties - Class in org.springframework.boot.jta.atomikos
-
- AtomikosProperties() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosProperties
-
- AtomikosXAConnectionFactoryWrapper - Class in org.springframework.boot.jta.atomikos
-
- AtomikosXAConnectionFactoryWrapper() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosXAConnectionFactoryWrapper
-
- AtomikosXADataSourceWrapper - Class in org.springframework.boot.jta.atomikos
-
- AtomikosXADataSourceWrapper() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosXADataSourceWrapper
-
- callAppenders(ILoggingEvent) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender.AppendableLogger
-
- captureOutput() - Method in class org.springframework.boot.test.OutputCapture
-
- 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
start
events
by logging the classpath of the thread context class loader (TCCL) at
DEBUG
level and to
error events
by logging the
TCCL's classpath at
INFO
level.
- ClasspathLoggingApplicationListener() - Constructor for class org.springframework.boot.logging.ClasspathLoggingApplicationListener
-
- 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
.
- 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
-
- 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.
- ConfigFileApplicationContextInitializer - Class in org.springframework.boot.test
-
ApplicationContextInitializer
that can be used with the
ContextConfiguration.initializers()
to trigger loading of
application.properties.
- ConfigFileApplicationContextInitializer() - Constructor for class org.springframework.boot.test.ConfigFileApplicationContextInitializer
-
- ConfigFileApplicationListener - Class in org.springframework.boot.context.config
-
ApplicationListener
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
-
- 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.
- ConfigurationPropertiesBindingPostProcessor - Class in org.springframework.boot.context.properties
-
- ConfigurationPropertiesBindingPostProcessor() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- ConfigurationPropertiesBindingPostProcessorRegistrar - Class in org.springframework.boot.context.properties
-
- ConfigurationPropertiesBindingPostProcessorRegistrar() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
-
- 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.ComponentScanDefaultPackageCheck - Class in org.springframework.boot.context
-
- ConfigurationWarningsApplicationContextInitializer.ComponentScanDefaultPackageCheck() - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanDefaultPackageCheck
-
- ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor - Class in org.springframework.boot.context
-
BeanDefinitionRegistryPostProcessor
to report warnings.
- ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor(ConfigurationWarningsApplicationContextInitializer.Check[]) - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
-
- configure(FilterRegistration.Dynamic) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Configure registration settings.
- configure(WebAppContext) - Method in class org.springframework.boot.context.embedded.jetty.ServletContextInitializerConfiguration
-
- configure(Registration.Dynamic) - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
Configure registration base settings.
- configure(ServletRegistration.Dynamic) - Method in class org.springframework.boot.context.embedded.ServletRegistrationBean
-
Configure registration settings.
- configure(SpringApplicationBuilder) - Method in class org.springframework.boot.context.web.SpringBootServletInitializer
-
Configure the application.
- 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 PropertySource
s in this application's
environment.
- configureSsl(SslContextFactory, Ssl) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
Configure the SSL connection.
- configureSsl(AbstractHttp11JsseProtocol<?>, Ssl) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Configure Tomcat's AbstractHttp11JsseProtocol
for SSL.
- configureWebAppContext(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
Configure the given Jetty WebAppContext
for use.
- contains(String) - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
-
- 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.
- 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.
- createApplicationContext() - Method in class org.springframework.boot.SpringApplication
-
Strategy method used to create the ApplicationContext
.
- createBeanDefinitionLoader(BeanDefinitionRegistry, Object[]) - Method in class org.springframework.boot.SpringApplication
-
Factory method used to create the BeanDefinitionLoader
.
- createContextCloserListener(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
-
Subclasses may override to create their own subclass of ContextCloserListener.
- createHttpContext(HttpMethod, URI) - Method in class org.springframework.boot.test.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
-
- createLogger(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
Factory method used to create the logger.
- createMultipartConfig() - Method in class org.springframework.boot.context.embedded.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.context.web.SpringBootServletInitializer
-
- createSpringApplication(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
- 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(ConfigurableEmbeddedServletContainer) - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer
-
- customize(Server) - Method in interface org.springframework.boot.context.embedded.jetty.JettyServerCustomizer
-
- customize(Connector) - Method in interface org.springframework.boot.context.embedded.tomcat.TomcatConnectorCustomizer
-
- customize(Context) - Method in interface org.springframework.boot.context.embedded.tomcat.TomcatContextCustomizer
-
- customize(Undertow.Builder) - Method in interface org.springframework.boot.context.embedded.undertow.UndertowBuilderCustomizer
-
- customize(DeploymentInfo) - Method in interface org.springframework.boot.context.embedded.undertow.UndertowDeploymentInfoCustomizer
-
- customizeBinder(DataBinder) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- customizeConnector(Connector) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- CYAN - Static variable in interface org.springframework.boot.ansi.AnsiElement
-
- get(String) - Method in class org.springframework.boot.context.embedded.MimeMappings
-
Get a mime mapping for the given extension.
- get(ClassLoader) - Static method in class org.springframework.boot.logging.LoggingSystem
-
Detect and return the logging system in use.
- getAdditionalTomcatConnectors() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Returns a mutable collection of the Connector
s that will be added to the
Tomcat
- getAddress() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- 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
-
- getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationPreparedEvent
-
- getApplicationLog() - Method in class org.springframework.boot.SpringApplication
-
Returns the Log
for the application.
- getApplicationVersion(Class<?>) - Method in class org.springframework.boot.ResourceBanner
-
- getArgs() - Method in class org.springframework.boot.context.event.SpringApplicationEvent
-
- 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
-
- getBuilderCustomizers() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- 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.
- getClientAuth() - Method in class org.springframework.boot.context.embedded.Ssl
-
- getConfigurations() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
Returns a mutable collection of Jetty Configuration
s that will be applied
to the WebAppContext
before the server is created.
- 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 LifecycleListener
s 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.
- getDataSource() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getDataSource() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- getDeploymentInfoCustomizers() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- getDir() - Method in class org.springframework.boot.ApplicationHome
-
Returns the application home folder.
- 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.
- getEmbeddedServletContainer(ServletContextInitializer...) - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainerFactory
-
- getEmbeddedServletContainer() - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent
-
- getEmbeddedServletContainer() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- 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
-
- getEnvironment() - Method in class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
-
- getEnvironmentProperties(MergedContextConfiguration) - Method in class org.springframework.boot.test.SpringApplicationContextLoader
-
- getErrorPages() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
Returns a mutable set of
ErrorPage
s that will be used when handling
exceptions.
- getException() - Method in class org.springframework.boot.context.embedded.ErrorPage
-
Returns the exception type (or null
for a page that matches by status)
- getException() - Method in class org.springframework.boot.context.event.ApplicationFailedEvent
-
- getExceptionName() - Method in class org.springframework.boot.context.embedded.ErrorPage
-
The exception type name.
- getExitCode() - Method in interface org.springframework.boot.ExitCodeGenerator
-
Returns the exit code that should be returned from the application.
- getExtension() - Method in class org.springframework.boot.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.context.embedded.FilterRegistrationBean
-
Returns the filter being registered.
- getInitializers() - Method in class org.springframework.boot.SpringApplication
-
Returns read-only ordered Set of the ApplicationContextInitializer
s that
will be applied to the Spring ApplicationContext
.
- getInitParameters() - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
Returns a mutable Map of the registration init-parameters.
- getJettyEmbeddedServletContainer(Server) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- getJsonParser() - Static method in class org.springframework.boot.json.JsonParserFactory
-
Static factory for the "best" JSON parser available on the classpath.
- getJspServletClassName() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- 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
-
- 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.context.embedded.ServletListenerRegistrationBean
-
- getListeners() - Method in class org.springframework.boot.SpringApplication
-
Returns read-only ordered Set of the ApplicationListener
s that will be
applied to the SpringApplication and registered with the ApplicationContext
.
- getLogger(String) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender
-
- getLoginTimeout() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getLogLevel() - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- getLogWriter() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- 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
-
- getMultipartConfig() - Method in class org.springframework.boot.context.embedded.ServletRegistrationBean
-
Returns the multi-part configuration
to be applied
or null
.
- getNamespace() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- getObject() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- getObject() - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- getObjectType() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- getObjectType() - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- getOrDeduceName(Object) - Method in class org.springframework.boot.context.embedded.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.cloudfoundry.VcapApplicationListener
-
- 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.embedded.RegistrationBean
-
- getOrder() - Method in class org.springframework.boot.context.FileEncodingApplicationListener
-
- getOrder() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- getOrder() - Method in class org.springframework.boot.context.web.ServletContextApplicationContextInitializer
-
- 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.logging.ClasspathLoggingApplicationListener
-
- getOrder() - Method in class org.springframework.boot.logging.LoggingApplicationListener
-
- getPackagedConfigFile(String) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-
- getParentLogger() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- getParentLogger() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
-
- getPath() - Method in class org.springframework.boot.context.embedded.ErrorPage
-
The path to render (usually implemented as a forward), starting with "/".
- 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
-
- getPort() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
-
- getPort() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
-
- getPort() - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer
-
- getPriority() - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- getProperty(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- getProperty(String, String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- 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) - Method in class org.springframework.boot.context.config.RandomValuePropertySource
-
- getProperty(String) - Method in class org.springframework.boot.env.EnumerableCompositePropertySource
-
- getPropertyAsClass(String, Class<T>) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- getPropertyName(EmbeddedWebApplicationContext) - Method in class org.springframework.boot.test.ServerPortInfoApplicationContextInitializer
-
- getPropertyNames() - Method in class org.springframework.boot.env.EnumerableCompositePropertySource
-
- getPropertyResolvers(Environment, Class<?>) - Method in class org.springframework.boot.ResourceBanner
-
- 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
-
- getRequestConfig() - Method in class org.springframework.boot.test.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
-
- getRequiredProperty(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- getRequiredProperty(String, Class<T>) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-
- 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.
- getResourceSuffix() - Method in class org.springframework.boot.test.SpringApplicationContextLoader
-
- 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 Configuration
s that will be applied
to the WebAppContext
before the server is created.
- getServlet() - Method in class org.springframework.boot.context.embedded.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
-
- getServletContextInitializerConfiguration(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- getServletName() - Method in class org.springframework.boot.context.embedded.ServletRegistrationBean
-
Returns the servlet name that will be registered.
- getServletNames() - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Return a mutable collection of servlet names that the filter will be registered
against.
- getServletRegistrationBeans() - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
- getSessionTimeout() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- getSource() - Method in class org.springframework.boot.ApplicationHome
-
Returns the underlying source used to find the home folder.
- getSource() - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent
-
- getSources() - Method in class org.springframework.boot.SpringApplication
-
- getSpringApplication() - Method in class org.springframework.boot.context.event.SpringApplicationEvent
-
- getSpringApplication() - Method in class org.springframework.boot.test.SpringApplicationContextLoader
-
- getSsl() - 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.log4j.Log4JLoggingSystem
-
- getStandardConfigLocations() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
-
- getStandardConfigLocations() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
-
- getStartUpException() - Method in class org.springframework.boot.context.embedded.tomcat.ServletContextInitializerLifecycleListener
-
- getStatus() - Method in class org.springframework.boot.context.embedded.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.context.embedded.ErrorPage
-
The HTTP status value that this error page matches.
- 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.
- 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.
- getSupportedTypes() - Static method in class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
-
- 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
-
- getTomcatContextCustomizers() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- getTomcatEmbeddedServletContainer(Tomcat) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- getTrustStore() - Method in class org.springframework.boot.context.embedded.Ssl
-
- 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
-
- 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.context.embedded.ServletRegistrationBean
-
Return a mutable collection of the URL mappings for the servlet.
- getUrlPatterns() - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Return a mutable collection of URL patterns that the filter will be registered
against.
- getValidDocumentRoot() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
Returns the absolute document root when it points to a valid folder, logging a
warning and returning null
otherwise.
- getValves() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Returns a mutable collection of the Valve
s that will be applied to the
Tomcat Context
.
- 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.ComponentScanDefaultPackageCheck
-
- getWebAppContextConfigurations(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
Return the Jetty Configuration
s 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
-
- GREEN - Static variable in interface org.springframework.boot.ansi.AnsiElement
-
- GsonJsonParser - Class in org.springframework.boot.json
-
- GsonJsonParser() - Constructor for class org.springframework.boot.json.GsonJsonParser
-
- 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
-
- ParentContextApplicationContextInitializer.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.
- ParentContextCloserApplicationListener.ContextCloserListener(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
-
- 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.LoggingApplicationListener
-
The name of the Spring property that contains the path where the logging
configuration can be found.
- 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
-
- PoolingConnectionFactoryBean.DirectXAConnectionFactory() - Constructor for class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
-
- 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
-
- PoolingDataSourceBean.DirectXADataSource() - Constructor for class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
-
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- 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
-
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
-
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- postProcessContext(Context) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Post process the Tomcat Context
before it used with the Tomcat Server.
- postProcessWebAppContext(WebAppContext) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
Post process the Jetty WebAppContext
before it used with the Jetty Server.
- 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.ResourceBanner
-
- printBanner(Environment) - Method in class org.springframework.boot.SpringApplication
-
Print a custom banner message to the console, optionally extracting its location or
content from the Environment (banner.location and banner.charset).
- printBanner() - Method in class org.springframework.boot.SpringApplication
-
- PRIORITY - Static variable in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- processContextConfiguration(ContextConfigurationAttributes) - Method in class org.springframework.boot.test.SpringApplicationContextLoader
-
- 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(Properties) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Default properties for the environment in the form key=value
or
key:value
.
- properties(Map<String, Object>) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Default properties for the environment.
- 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(T) - Constructor for class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- PropertiesConfigurationFactory(Class<?>) - Constructor for class org.springframework.boot.bind.PropertiesConfigurationFactory
-
Create a new factory for an object of the given type.
- PropertiesPropertySourceLoader - Class in org.springframework.boot.env
-
Strategy to load '.properties' files into a PropertySource
.
- PropertiesPropertySourceLoader() - Constructor for class org.springframework.boot.env.PropertiesPropertySourceLoader
-
- PropertySourceLoader - Interface in org.springframework.boot.env
-
Strategy interface located via SpringFactoriesLoader
and used to load a
PropertySource
.
- PropertySourcesLoader - Class in org.springframework.boot.env
-
- PropertySourcesLoader() - Constructor for class org.springframework.boot.env.PropertySourcesLoader
-
- PropertySourcesLoader(MutablePropertySources) - Constructor for class org.springframework.boot.env.PropertySourcesLoader
-
- 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, 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
-
- scan(String...) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
-
Perform a scan within the specified base packages.
- ServerPortInfoApplicationContextInitializer - Class in org.springframework.boot.test
-
ApplicationContextInitializer
that sets
Environment
properties for the
ports that
EmbeddedServletContainer
servers are actually listening on.
- ServerPortInfoApplicationContextInitializer() - Constructor for class org.springframework.boot.test.ServerPortInfoApplicationContextInitializer
-
- ServletContextApplicationContextInitializer - Class in org.springframework.boot.context.web
-
ApplicationContextInitializer
for setting the servlet context.
- ServletContextApplicationContextInitializer(ServletContext) - Constructor for class org.springframework.boot.context.web.ServletContextApplicationContextInitializer
-
- ServletContextInitializer - Interface in org.springframework.boot.context.embedded
-
Interface used to configure a Servlet 3.0+ context
programmatically.
- ServletContextInitializerConfiguration - Class in org.springframework.boot.context.embedded.jetty
-
- ServletContextInitializerConfiguration(ContextHandler, ServletContextInitializer...) - Constructor for class org.springframework.boot.context.embedded.jetty.ServletContextInitializerConfiguration
-
- ServletContextInitializerLifecycleListener - Class in org.springframework.boot.context.embedded.tomcat
-
- ServletContextInitializerLifecycleListener(ServletContextInitializer...) - Constructor for class org.springframework.boot.context.embedded.tomcat.ServletContextInitializerLifecycleListener
-
- ServletListenerRegistrationBean<T extends EventListener> - Class in org.springframework.boot.context.embedded
-
- ServletListenerRegistrationBean() - Constructor for class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
-
- ServletListenerRegistrationBean(T) - Constructor for class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
-
- ServletRegistrationBean - Class in org.springframework.boot.context.embedded
-
- ServletRegistrationBean() - Constructor for class org.springframework.boot.context.embedded.ServletRegistrationBean
-
- ServletRegistrationBean(Servlet, String...) - Constructor for class org.springframework.boot.context.embedded.ServletRegistrationBean
-
- 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.builder.ParentContextCloserApplicationListener
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- 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.context.embedded.RegistrationBean
-
Sets if asynchronous operations are support for this registration.
- 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.
- 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.properties.ConfigurationPropertiesBindingPostProcessor
-
- setBeanMetaDataStore(ConfigurationBeanFactoryMetaData) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- 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
-
- setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer>) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- 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
-
- setClientAuth(Ssl.ClientAuth) - Method in class org.springframework.boot.context.embedded.Ssl
-
- setConfigurations(Collection<? extends Configuration>) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
Sets Jetty Configuration
s 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)
.
- setConsoleFileCount(int) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies how many debug logs files can be created.
- setConsoleFileLimit(int) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies how many bytes can be stored at most in debug logs files.
- setConsoleFileName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the debug logs file name.
- setConsoleLogLevel(AtomikosLoggingLevel) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the console log level.
- setContextLifecycleListeners(Collection<? extends LifecycleListener>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
Set LifecycleListener
s 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 Valve
s that should be applied to the Tomcat Context
.
- setConversionService(ConversionService) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- setConversionService(ConversionService) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- 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
-
- setDeploymentInfoCustomizers(Collection<? extends UndertowDeploymentInfoCustomizer>) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- 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
-
- setDispatcherTypes(DispatcherType, DispatcherType...) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
- setDispatcherTypes(EnumSet<DispatcherType>) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Sets the dispatcher types that should be used with the registration.
- 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 folder which will be used by the web context to serve static
files.
- setEnabled(AnsiOutput.Enabled) - Static method in class org.springframework.boot.ansi.AnsiOutput
-
Sets if ANSI output is enabled.
- setEnabled(boolean) - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
Flag to indicate that the registration is enabled.
- setEnableLogging(boolean) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies if disk logging should be enabled or not.
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
- setEnvironment(Environment) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.SpringApplication
-
Sets the underlying environment that should be used with the created application
context.
- setErrorPages(Set<ErrorPage>) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setErrorPages(Set<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
-
Flag to indicate that an exception should be raised if a Validator is available and
validation fails.
- setExceptionIfInvalid(boolean) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- setFileSizeThreshold(int) - Method in class org.springframework.boot.context.embedded.MultipartConfigFactory
-
Sets the size threshold after which files will be written to disk.
- setFileSizeThreshold(String) - Method in class org.springframework.boot.context.embedded.MultipartConfigFactory
-
Sets the size threshold after which files will be written to disk.
- setFilter(Filter) - Method in class org.springframework.boot.context.embedded.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.
- 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(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
-
- setInitializers(Collection<? extends ApplicationContextInitializer<?>>) - Method in class org.springframework.boot.SpringApplication
-
Sets the ApplicationContextInitializer
that will be applied to the Spring
ApplicationContext
.
- setInitParameters(Map<String, String>) - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
Set init-parameters for this registration.
- setIoThreads(Integer) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- setJspServletClassName(String) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setJspServletClassName(String) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
The class name for the jsp servlet if used.
- 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.context.embedded.ServletListenerRegistrationBean
-
Set the listener that will be registered.
- setListeners(Collection<? extends ApplicationListener<?>>) - Method in class org.springframework.boot.SpringApplication
-
Sets the ApplicationListener
s that will be applied to the SpringApplication
and registered with the ApplicationContext
.
- setLoadOnStartup(int) - Method in class org.springframework.boot.context.embedded.ServletRegistrationBean
-
Sets the loadOnStartup
priority.
- setLocation(String) - Method in class org.springframework.boot.context.embedded.MultipartConfigFactory
-
Sets the directory location where files will be stored.
- setLogBaseDir(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the directory in which the log files should be stored.
- setLogBaseName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the transactions log file base name.
- setLoginTimeout(int) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
-
- setLogLevel(String, 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.log4j.Log4JLoggingSystem
-
- 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
-
- 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.
- setMatchAfter(boolean) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Set if the filter mappings should be matched after any declared filter mappings of
the ServletContext.
- setMaxActives(int) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the maximum number of active transactions.
- setMaxFileSize(long) - Method in class org.springframework.boot.context.embedded.MultipartConfigFactory
-
Sets the maximum size allowed for uploaded files.
- setMaxFileSize(String) - Method in class org.springframework.boot.context.embedded.MultipartConfigFactory
-
Sets the maximum size allowed for uploaded files.
- setMaxRequestSize(long) - Method in class org.springframework.boot.context.embedded.MultipartConfigFactory
-
Sets the maximum size allowed for multipart/form-data requests.
- setMaxRequestSize(String) - Method in class org.springframework.boot.context.embedded.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
-
- setMessageSource(MessageSource) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- 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.
- setMultipartConfig(MultipartConfigElement) - Method in class org.springframework.boot.context.embedded.ServletRegistrationBean
-
Set the the multi-part configuration
.
- setName(String) - Method in class org.springframework.boot.context.embedded.RegistrationBean
-
Set the name of this registration.
- setName(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- 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
-
- setOrder(int) - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer
-
- setOrder(int) - Method in class org.springframework.boot.cloudfoundry.VcapApplicationListener
-
- 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.embedded.RegistrationBean
-
- setOrder(int) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- setOrder(int) - Method in class org.springframework.boot.context.web.ServletContextApplicationContextInitializer
-
- 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
-
- setOutputDir(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the directory in which to store the debug log files.
- setParseArgs(boolean) - Method in class org.springframework.boot.logging.LoggingApplicationListener
-
Sets if initialization arguments should be parsed for --debug and
--trace options.
- 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.
- setProperties(Properties) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- setPropertyAliases(Map<Class<?>, Map<String, String>>) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- setPropertySources(PropertySources) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- setPropertySources(PropertySources) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- 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
.
- 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.
- setRegisterJspServlet(boolean) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setRegisterJspServlet(boolean) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
Set if the JspServlet should be registered if it is on the classpath.
- setRegisterJspServlet(boolean) - Method in class org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory
-
- 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.
- setResource(Resource) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- 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.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- 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.
- 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
-
- 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.context.embedded.ServletRegistrationBean
-
Sets the servlet to be registered.
- setServletConfig(ServletConfig) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- setServletNames(Collection<String>) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Set servlet names that the filter will be registered against.
- setServletRegistrationBeans(Collection<? extends ServletRegistrationBean>) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
- setSessionTimeout(int) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
-
- setSessionTimeout(int, TimeUnit) - 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 interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
-
The session timeout in the specified
TimeUnit
(default 30 seconds).
- setShowBanner(boolean) - Method in class org.springframework.boot.SpringApplication
-
Sets if the Spring banner should be displayed when the application runs.
- 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.
- setTargetName(String) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-
- 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.
- setTldSkip(String) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
A comma-separated list of jars to ignore for TLD scanning.
- setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- setTransactionManagerUniqueName(String) - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
-
Specifies the transaction manager's unique name.
- 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(String) - 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.context.embedded.ServletRegistrationBean
-
Set the URL mappings for the servlet.
- setUrlPatterns(Collection<String>) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Set the URL patterns that the filter will be registered against.
- 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
-
- setValidator(Validator) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- setValidator(Validator) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-
- 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
-
- setYaml(String) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-
- severe(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- severe(String, Throwable) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
-
- showBanner(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Flag to indicate the startup banner should be printed.
- 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
-
- SimpleFormatter() - Constructor for class org.springframework.boot.logging.java.SimpleFormatter
-
- SimpleJsonParser - Class in org.springframework.boot.json
-
- SimpleJsonParser() - Constructor for class org.springframework.boot.json.SimpleJsonParser
-
Deprecated.
- 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(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Add more sources to use in this application.
- sources(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
-
Add more sources (configuration classes and components) to 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
-
- SpringApplication(ResourceLoader, Object...) - Constructor for class org.springframework.boot.SpringApplication
-
- 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
-
- SpringApplicationConfiguration - Annotation Type in org.springframework.boot.test
-
Class-level annotation that is used to determine how to load and configure an
ApplicationContext for integration tests.
- SpringApplicationContextLoader - Class in org.springframework.boot.test
-
A
ContextLoader
that can be used to test Spring Boot applications (those that
normally startup using
SpringApplication
).
- SpringApplicationContextLoader() - Constructor for class org.springframework.boot.test.SpringApplicationContextLoader
-
- SpringApplicationEvent - Class in org.springframework.boot.context.event
-
- SpringApplicationEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.SpringApplicationEvent
-
- SpringApplicationRunListener - Interface in org.springframework.boot
-
- SpringBootServletInitializer - Class in org.springframework.boot.context.web
-
An opinionated
WebApplicationInitializer
to run a
SpringApplication
from a traditional WAR deployment.
- SpringBootServletInitializer() - Constructor for class org.springframework.boot.context.web.SpringBootServletInitializer
-
- 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
-
- SpringNamingStrategy - Class in org.springframework.boot.orm.jpa
-
- SpringNamingStrategy() - Constructor for class org.springframework.boot.orm.jpa.SpringNamingStrategy
-
Deprecated.
- 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
-
- 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
-
- 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
-
- 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
-
- started() - Method in class org.springframework.boot.context.event.EventPublishingRunListener
-
- started() - 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.logging.ClasspathLoggingApplicationListener
-
- supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.boot.logging.LoggingApplicationListener
-
- supportsSourceType(Class<?>) - Method in class org.springframework.boot.logging.ClasspathLoggingApplicationListener
-
- supportsSourceType(Class<?>) - Method in class org.springframework.boot.logging.LoggingApplicationListener
-