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

A

AbstractEmbeddedServletContainerFactory - Class in org.springframework.boot.context.embedded
Abstract base class for EmbeddedServletContainerFactory implementations.
AbstractEmbeddedServletContainerFactory() - Constructor for class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
AbstractEmbeddedServletContainerFactory(int) - Constructor for class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
Create a new AbstractEmbeddedServletContainerFactory instance with the specified port.
AbstractEmbeddedServletContainerFactory(String, int) - Constructor for class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
Create a new AbstractEmbeddedServletContainerFactory instance with the specified context path and port.
AbstractLoggingSystem - Class in org.springframework.boot.logging
Abstract base class for LoggingSystem implementations.
AbstractLoggingSystem(ClassLoader, String...) - 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.
addActiveProfiles(String...) - Method in class org.springframework.boot.config.SpringProfileDocumentMatcher
 
addCommandLineProperties(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Flag to indicate that command line arguments should be added to the environment.
addConfigurations(Configuration...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Add Configurations that will be applied to the WebAppContext before the server is started.
addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add TomcatContextCustomizers that should be added to the Tomcat Connector.
addContextCustomizers(TomcatContextCustomizer...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add TomcatContextCustomizers that should be added to the Tomcat Context.
addContextLifecycleListeners(LifecycleListener...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add LifecycleListeners that should be added to the Tomcat Context.
addContextValves(Valve...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add Valves that should be applied to the Tomcat Context.
addErrorPages(ErrorPage...) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
addErrorPages(ErrorPage...) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
Adds error pages that will be used when handling exceptions.
addInitializers(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
addInitializers(ServletContextInitializer...) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
addInitializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.boot.SpringApplication
Add ApplicationContextInitializers to be applied to the Spring ApplicationContext .
addInitParameter(String, String) - Method in class org.springframework.boot.context.embedded.RegistrationBean
Add a single init-parameter, replacing any existing parameter with the same name.
addPropertyAlias(String, Class<?>, String) - Method in class org.springframework.boot.bind.CustomPropertyConstructor
Adds an alias for a Javabean property name on a particular type.
addPropertySources(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
Add any PropertySources to the environment.
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
Add ServletRegistrationBeans for the filter.
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
 
AnnotationConfigEmbeddedWebApplicationContext - Class in org.springframework.boot.context.embedded
EmbeddedWebApplicationContext that accepts annotated classes as input - in particular @Configuration-annotated classes, but also plain @Component classes and JSR-330 compliant classes using javax.inject annotations.
AnnotationConfigEmbeddedWebApplicationContext() - Constructor for class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
AnnotationConfigEmbeddedWebApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
Create a new AnnotationConfigEmbeddedWebApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context.
AnnotationConfigEmbeddedWebApplicationContext(String...) - Constructor for class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
Create a new AnnotationConfigEmbeddedWebApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context.
AnsiElement - Interface in org.springframework.boot.ansi
An ANSI encodable element.
AnsiElement.DefaultAnsiElement - Class in org.springframework.boot.ansi
Internal default AnsiElement implementation.
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
 
application() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Accessor for the current application.
applyInitializers(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
Apply any ApplicationContextInitializers to the context before it is refreshed.
ArrayDocumentMatcher - Class in org.springframework.boot.config
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.config.ArrayDocumentMatcher
 

B

beanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Bean name generator for automatically generated bean names in the application context.
beforeInitialize() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
beforeInitialize() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
beforeInitialize() - Method in class org.springframework.boot.logging.LoggingSystem
Reset the logging system to be limit output.
BINDER_BEAN_NAME - Static variable in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
 
bindPropertiesToTarget() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
 
BLACK - Static variable in interface org.springframework.boot.ansi.AnsiElement
 
BLUE - Static variable in interface org.springframework.boot.ansi.AnsiElement
 
BOLD - Static variable in interface org.springframework.boot.ansi.AnsiElement
 

C

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.
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.
ConfigFileApplicationContextInitializer - Class in org.springframework.boot.context.initializer
ApplicationContextInitializer that configures the context environment by loading properties from well known file locations.
ConfigFileApplicationContextInitializer() - Constructor for class org.springframework.boot.context.initializer.ConfigFileApplicationContextInitializer
 
ConfigurableEmbeddedServletContainerFactory - Interface in org.springframework.boot.context.embedded
Simple interface that represents customizations to an EmbeddedServletContainerFactory.
ConfigurationProperties - Annotation Type in org.springframework.boot.context.properties
Annotation for externalized configuration.
ConfigurationPropertiesBindingPostProcessor - Class in org.springframework.boot.context.properties
BeanPostProcessor to bind PropertySources to beans annotated with ConfigurationProperties.
ConfigurationPropertiesBindingPostProcessor() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
ConfigurationPropertiesBindingPostProcessorRegistrar - Class in org.springframework.boot.context.properties
ImportBeanDefinitionRegistrar for binding externalized application properties to ConfigurationProperties beans.
ConfigurationPropertiesBindingPostProcessorRegistrar() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
 
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.web.SpringBootServletInitializer
Configure the application.
configureContext(Context, ServletContextInitializer[]) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Configure the Tomcat Context.
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.initializer
ApplicationContextInitializer that set the Spring ApplicationContext ID.
ContextIdApplicationContextInitializer() - Constructor for class org.springframework.boot.context.initializer.ContextIdApplicationContextInitializer
 
ContextIdApplicationContextInitializer(String) - Constructor for class org.springframework.boot.context.initializer.ContextIdApplicationContextInitializer
 
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.
createMultipartConfig() - Method in class org.springframework.boot.context.embedded.MultiPartConfigFactory
Create a new MultipartConfigElement instance.
createRootApplicationContext(ServletContext) - Method in class org.springframework.boot.web.SpringBootServletInitializer
 
customize(ConfigurableEmbeddedServletContainerFactory) - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer
customize(ConfigurableEmbeddedServletContainerFactory) - Method in class org.springframework.boot.context.embedded.properties.ServerProperties
 
customize(Connector) - Method in interface org.springframework.boot.context.embedded.tomcat.TomcatConnectorCustomizer
 
customize(Context) - Method in interface org.springframework.boot.context.embedded.tomcat.TomcatContextCustomizer
 
customizeBinder(DataBinder) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
 
customizeConnector(Connector) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
 
CustomPropertyConstructor - Class in org.springframework.boot.bind
Extended version of snakeyaml's Constructor class to facilitate mapping custom YAML keys to Javabean property names.
CustomPropertyConstructor(Class<?>) - Constructor for class org.springframework.boot.bind.CustomPropertyConstructor
 
CustomPropertyConstructor(Class<?>, Map<Class<?>, Map<String, String>>) - Constructor for class org.springframework.boot.bind.CustomPropertyConstructor
 
CYAN - Static variable in interface org.springframework.boot.ansi.AnsiElement
 

D

DEFAULT - Static variable in interface org.springframework.boot.ansi.AnsiElement
 
DEFAULT - Static variable in class org.springframework.boot.context.embedded.MimeMappings
Default mime mapping commonly used.
DEFAULT_WEB_CONTEXT_CLASS - Static variable in class org.springframework.boot.SpringApplication
 
DefaultProfileDocumentMatcher - Class in org.springframework.boot.config
A YamlProcessor.DocumentMatcher that matches the default profile implicitly but not explicitly (i.e.
DefaultProfileDocumentMatcher() - Constructor for class org.springframework.boot.config.DefaultProfileDocumentMatcher
 
destroy() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
DISPATCHER_SERVLET_NAME - Static variable in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Constant value for the DispatcherServlet bean name.
doBind(MutablePropertyValues) - Method in class org.springframework.boot.bind.RelaxedDataBinder
 
doClose() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 

E

EmbeddedServletContainer - Interface in org.springframework.boot.context.embedded
Simple interface that represents a fully configured embedded servlet container (for example Tomcat or Jetty).
EmbeddedServletContainerCustomizer - Interface in org.springframework.boot.context.embedded
Strategy interface for customizing auto-configured embedded servlet containers.
EmbeddedServletContainerCustomizerBeanPostProcessor - Class in org.springframework.boot.context.embedded
BeanPostProcessor that apply all EmbeddedServletContainerCustomizers from the bean factory to ConfigurableEmbeddedServletContainerFactory beans.
EmbeddedServletContainerCustomizerBeanPostProcessor() - Constructor for class org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
 
EmbeddedServletContainerException - Exception in org.springframework.boot.context.embedded
Exceptions thrown by an embedded servlet container.
EmbeddedServletContainerException(String, Throwable) - Constructor for exception org.springframework.boot.context.embedded.EmbeddedServletContainerException
 
EmbeddedServletContainerFactory - Interface in org.springframework.boot.context.embedded
Factory interface that can be used to create EmbeddedServletContainers.
EmbeddedWebApplicationContext - Class in org.springframework.boot.context.embedded
A WebApplicationContext that can be used to bootstrap itself from a contained EmbeddedServletContainerFactory bean.
EmbeddedWebApplicationContext() - Constructor for class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
EnableConfigurationProperties - Annotation Type in org.springframework.boot.context.properties
Enable support for ConfigurationProperties annotated beans.
environment(ConfigurableEnvironment) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Environment for the application context.
EnvironmentDelegateApplicationContextInitializer - Class in org.springframework.boot.context.initializer
ApplicationContextInitializer that delegates to other initializers that are specified under a context.initializer.classes environment property.
EnvironmentDelegateApplicationContextInitializer() - Constructor for class org.springframework.boot.context.initializer.EnvironmentDelegateApplicationContextInitializer
 
equals(Object) - Method in class org.springframework.boot.context.embedded.ErrorPage
 
equals(Object) - Method in class org.springframework.boot.context.embedded.MimeMappings
 
equals(Object) - Method in class org.springframework.boot.context.embedded.MimeMappings.Mapping
 
ErrorPage - Class in org.springframework.boot.context.embedded
Simple container-independent abstraction for servlet error pages.
ErrorPage(String) - Constructor for class org.springframework.boot.context.embedded.ErrorPage
 
ErrorPage(HttpStatus, String) - Constructor for class org.springframework.boot.context.embedded.ErrorPage
 
ErrorPage(Class<? extends Throwable>, String) - Constructor for class org.springframework.boot.context.embedded.ErrorPage
 
exit(ApplicationContext, ExitCodeGenerator...) - Static method in class org.springframework.boot.SpringApplication
Static helper that can be used to exit a SpringApplication and obtain a code indicating success (0) or otherwise.
ExitCodeGenerator - Interface in org.springframework.boot
Interface used to generate an 'exit code' from a running command line SpringApplication.

F

FAINT - Static variable in interface org.springframework.boot.ansi.AnsiElement
 
FileEncodingApplicationContextInitializer - Class in org.springframework.boot.context.initializer
An ApplicationContextInitializer halts application startup if the system file encoding does not match an expected value set in the environment.
FileEncodingApplicationContextInitializer() - Constructor for class org.springframework.boot.context.initializer.FileEncodingApplicationContextInitializer
 
FilterRegistrationBean - Class in org.springframework.boot.context.embedded
A ServletContextInitializer to register Filters in a Servlet 3.0+ container.
FilterRegistrationBean() - Constructor for class org.springframework.boot.context.embedded.FilterRegistrationBean
Create a new FilterRegistrationBean instance.
FilterRegistrationBean(Filter, ServletRegistrationBean...) - Constructor for class org.springframework.boot.context.embedded.FilterRegistrationBean
Create a new FilterRegistrationBean instance to be registered with the specified ServletRegistrationBeans.
find(PackageScanFilter, String, ClassLoader, Set<Class<?>>) - Method in class org.springframework.boot.liquibase.SpringPackageScanClassResolver
 
finishRefresh() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
format(LogRecord) - Method in class org.springframework.boot.logging.java.SimpleFormatter
 

G

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.
getAccessLogEnabled() - Method in class org.springframework.boot.context.embedded.properties.ServerProperties.Tomcat
 
getAccessLogPattern() - Method in class org.springframework.boot.context.embedded.properties.ServerProperties.Tomcat
 
getAddress() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
getAddress() - Method in class org.springframework.boot.context.embedded.properties.ServerProperties
 
getAll() - Method in class org.springframework.boot.context.embedded.MimeMappings
Returns all defined mappings.
getApplicationLog() - Method in class org.springframework.boot.SpringApplication
Returns the Log for the application.
getAsText() - Method in class org.springframework.boot.bind.InetAddressEditor
 
getBackgroundProcessorDelay() - Method in class org.springframework.boot.context.embedded.properties.ServerProperties.Tomcat
 
getBasedir() - Method in class org.springframework.boot.context.embedded.properties.ServerProperties.Tomcat
 
getClassLoader() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
getConfigurations() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Returns a mutable collection of Jetty Configurations that will be applied to the WebAppContext before the server is created.
getContextLifecycleListeners() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable collection of the LifecycleListeners that will be applied to the Tomcat Context .
getContextPath() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
Returns the context path for the embedded servlet container.
getContextPath() - Method in class org.springframework.boot.context.embedded.properties.ServerProperties
 
getDocumentRoot() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
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
Gets a new fully configured but paused EmbeddedServletContainer instance.
getEmbeddedServletContainer() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Returns the EmbeddedServletContainer that was created by the context or null if the container has not yet been created.
getEmbeddedServletContainer(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
 
getEmbeddedServletContainer(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
 
getEmbeddedServletContainerFactory() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Returns the EmbeddedServletContainerFactory that should be used to create the embedded servlet container.
getErrorPages() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
Returns a mutable set of ErrorPages that will be used when handling exceptions.
getException() - Method in class org.springframework.boot.context.embedded.ErrorPage
 
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
 
getFilter() - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
Returns the filter being registered.
getInitializers() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
Returns a mutable list of ServletContextInitializer that should be applied in addition to EmbeddedServletContainerFactory.getEmbeddedServletContainer(ServletContextInitializer...) parameters.
getInitializers() - Method in class org.springframework.boot.SpringApplication
Returns readonly set of the ApplicationContextInitializers 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
Factory method called to create the JettyEmbeddedServletContainer.
getJsonParser() - Static method in class org.springframework.boot.config.JsonParserFactory
Static factory for the "best" JSON parser available on the classpath.
getJspServletClassName() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
getListener() - Method in class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
 
getMaxThreads() - Method in class org.springframework.boot.context.embedded.properties.ServerProperties.Tomcat
 
getMimeMappings() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
Returns the mime-type mappings.
getMimeType() - Method in class org.springframework.boot.context.embedded.MimeMappings.Mapping
 
getMostSpecific(YamlProcessor.MatchStatus, YamlProcessor.MatchStatus) - Static method in enum org.springframework.boot.config.YamlProcessor.MatchStatus
Compare two YamlProcessor.MatchStatus items, returning the most specific status.
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
 
getObject() - Method in class org.springframework.boot.config.YamlMapFactoryBean
 
getObject() - Method in class org.springframework.boot.config.YamlPropertiesFactoryBean
 
getObjectType() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
 
getObjectType() - Method in class org.springframework.boot.bind.YamlConfigurationFactory
 
getObjectType() - Method in class org.springframework.boot.config.YamlMapFactoryBean
 
getObjectType() - Method in class org.springframework.boot.config.YamlPropertiesFactoryBean
 
getOrDeduceName(Object) - Method in class org.springframework.boot.context.embedded.RegistrationBean
Deduces the name for this registration.
getOrder() - Method in class org.springframework.boot.context.initializer.ConfigFileApplicationContextInitializer
 
getOrder() - Method in class org.springframework.boot.context.initializer.ContextIdApplicationContextInitializer
 
getOrder() - Method in class org.springframework.boot.context.initializer.EnvironmentDelegateApplicationContextInitializer
 
getOrder() - Method in class org.springframework.boot.context.initializer.LoggingApplicationContextInitializer
 
getOrder() - Method in class org.springframework.boot.context.initializer.ParentContextApplicationContextInitializer
 
getOrder() - Method in class org.springframework.boot.context.initializer.ServletContextApplicationContextInitializer
 
getOrder() - Method in class org.springframework.boot.context.initializer.VcapApplicationContextInitializer
 
getOrder() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
getPackagedConfigFile(String) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
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.AbstractEmbeddedServletContainerFactory
Returns the port that the embedded servlet container should listen on.
getPort() - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
The port that the embedded server listens on.
getPort() - Method in class org.springframework.boot.context.embedded.properties.ServerProperties
 
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
 
getPropertyAsClass(String, Class<T>) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
 
getPropertyValue(String) - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
 
getPropertyValues() - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
 
getProtocolHeader() - Method in class org.springframework.boot.context.embedded.properties.ServerProperties.Tomcat
 
getRemoteIpHeader() - Method in class org.springframework.boot.context.embedded.properties.ServerProperties.Tomcat
 
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
 
getServer() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
Returns access to the underlying Jetty Server.
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
Returns ServletContextInitializers that should be used with the embedded Servlet context.
getServletContextInitializerConfiguration(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Return a Jetty Configuration that will invoke the specified ServletContextInitializers.
getServletName() - Method in class org.springframework.boot.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
Return a mutable collection of the ServletRegistrationBean that the filter will be registered against.
getSessionTimeout() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
getSessionTimeout() - Method in class org.springframework.boot.context.embedded.properties.ServerProperties
 
getSources() - Method in class org.springframework.boot.SpringApplication
Returns a mutable set of the sources that will be added to an ApplicationContext when SpringApplication.run(String...) is called.
getSpringFactoriesApplicationContextInitializers() - Method in class org.springframework.boot.SpringApplication
Returns ApplicationContextInitializer loaded via the SpringFactoriesLoader.
getStatus() - Method in class org.springframework.boot.context.embedded.ErrorPage
The HTTP status value that this error page matches.
getStatusCode() - Method in class org.springframework.boot.context.embedded.ErrorPage
The HTTP status value that this error page matches.
getSubProperties(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
Return a Map of all values from all underlying properties that start with the specified key.
getSubProperties(PropertySources, String) - Static method in class org.springframework.boot.bind.RelaxedPropertyResolver
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.RelaxedPropertyResolver
Return a Map of all values from the specified PropertySources that start with a particular key.
getTomcat() - Method in class org.springframework.boot.context.embedded.properties.ServerProperties
 
getTomcat() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
Returns access to the underlying Tomcat server.
getTomcatConnectorCustomizers() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable collection of the TomcatConnectorCustomizers that will be applied to the Tomcat Context .
getTomcatContextCustomizers() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable collection of the TomcatContextCustomizers that will be applied to the Tomcat Context .
getTomcatEmbeddedServletContainer(Tomcat) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Factory method called to create the TomcatEmbeddedServletContainer.
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 Valves that will be applied to the Tomcat Context.
getWebAppContextConfigurations(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Return the Jetty Configurations that should be applied to the server.
GREEN - Static variable in interface org.springframework.boot.ansi.AnsiElement
 

H

handleError(SpringApplication, ConfigurableApplicationContext, String[], Throwable) - Method in interface org.springframework.boot.SpringApplicationErrorHandler
Handle an application startup error.
hashCode() - Method in class org.springframework.boot.context.embedded.ErrorPage
 
hashCode() - Method in class org.springframework.boot.context.embedded.MimeMappings
 
hashCode() - Method in class org.springframework.boot.context.embedded.MimeMappings.Mapping
 

I

InetAddressEditor - Class in org.springframework.boot.bind
InetAddressEditor() - Constructor for class org.springframework.boot.bind.InetAddressEditor
 
initialize(SpringApplication, String[]) - Method in class org.springframework.boot.context.initializer.ConfigFileApplicationContextInitializer
Binds the early Environment to the SpringApplication.
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.initializer.ConfigFileApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.initializer.ContextIdApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.initializer.EnvironmentDelegateApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.initializer.FileEncodingApplicationContextInitializer
 
initialize(SpringApplication, String[]) - Method in class org.springframework.boot.context.initializer.LoggingApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.initializer.LoggingApplicationContextInitializer
Initialize the logging system according to preferences expressed through the Environment and the classpath.
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.initializer.ParentContextApplicationContextInitializer
 
initialize(ConfigurableWebApplicationContext) - Method in class org.springframework.boot.context.initializer.ServletContextApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.initializer.VcapApplicationContextInitializer
 
initialize(SpringApplication, String[]) - Method in class org.springframework.boot.liquibase.LiquibaseServiceLocatorInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.liquibase.LiquibaseServiceLocatorInitializer
 
initialize() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
initialize(String) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
initialize(String) - Method in class org.springframework.boot.logging.log4j.Log4JLoggingSystem
 
initialize(String) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
initialize() - Method in class org.springframework.boot.logging.LoggingSystem
Initialize the logging system using sensible defaults.
initialize(String) - Method in class org.springframework.boot.logging.LoggingSystem
Initialize the logging system from a logging configuration location.
initialize(SpringApplication, String[]) - Method in interface org.springframework.boot.SpringApplicationInitializer
Initialize the application
initializeLogLevel(LoggingSystem, LogLevel) - Method in class org.springframework.boot.context.initializer.LoggingApplicationContextInitializer
 
initializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add some initializers to the application (applied to the ApplicationContext before any bean definitions are loaded).
initializeWithSensibleDefaults() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
isAsyncSupported() - Method in class org.springframework.boot.context.embedded.RegistrationBean
Returns if asynchronous operations are support for this registration.
isEmpty() - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
 
isGlobal() - Method in class org.springframework.boot.context.embedded.ErrorPage
 
isMatchAfter() - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
Return if filter mappings should be matched after any declared Filter mappings of the ServletContext.
isRegisterDefaultServlet() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
Flag to indicate that the default servlet should be registered.
isRegisterJspServlet() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
Flag to indicate that the JSP servlet should be registered if available on the classpath.
isSingleton() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
 
isSingleton() - Method in class org.springframework.boot.bind.YamlConfigurationFactory
 
isSingleton() - Method in class org.springframework.boot.config.YamlMapFactoryBean
 
isSingleton() - Method in class org.springframework.boot.config.YamlPropertiesFactoryBean
 
isSupportedType(EventListener) - Static method in class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
Returns true if the specified listener is one of the supported types.
ITALIC - Static variable in interface org.springframework.boot.ansi.AnsiElement
 
iterator() - Method in class org.springframework.boot.bind.RelaxedNames
 
iterator() - Method in class org.springframework.boot.context.embedded.MimeMappings
 

J

JacksonJsonParser - Class in org.springframework.boot.config
Thin wrapper to adapt Jackson 2 ObjectMapper to JsonParser.
JacksonJsonParser() - Constructor for class org.springframework.boot.config.JacksonJsonParser
 
JavaLoggingSystem - Class in org.springframework.boot.logging.java
JavaLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.java.JavaLoggingSystem
 
JettyEmbeddedServletContainer - Class in org.springframework.boot.context.embedded.jetty
EmbeddedServletContainer that can be used to control an embedded Jetty server.
JettyEmbeddedServletContainer(Server) - Constructor for class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
Create a new JettyEmbeddedServletContainer instance.
JettyEmbeddedServletContainerFactory - Class in org.springframework.boot.context.embedded.jetty
JettyEmbeddedServletContainerFactory() - Constructor for class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
JettyEmbeddedServletContainerFactory(int) - Constructor for class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Create a new JettyEmbeddedServletContainerFactory that listens for requests using the specified port.
JettyEmbeddedServletContainerFactory(String, int) - Constructor for class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Create a new JettyEmbeddedServletContainerFactory with the specified context path and port.
JsonParser - Interface in org.springframework.boot.config
Parser that can read JSON formatted strings into Maps or Lists.
JsonParserFactory - Class in org.springframework.boot.config
Factory to create a JsonParser.
JsonParserFactory() - Constructor for class org.springframework.boot.config.JsonParserFactory
 

L

lifecycleEvent(LifecycleEvent) - Method in class org.springframework.boot.context.embedded.tomcat.ServletContextInitializerLifecycleListener
 
LiquibaseServiceLocatorInitializer - Class in org.springframework.boot.liquibase
SpringApplicationInitializer that replaces the liquibase ServiceLocator with a version that works with Spring Boot executable archives.
LiquibaseServiceLocatorInitializer() - Constructor for class org.springframework.boot.liquibase.LiquibaseServiceLocatorInitializer
 
load(Resource) - Method in class org.springframework.boot.config.PropertiesPropertySourceLoader
 
load(Resource) - Method in interface org.springframework.boot.config.PropertySourceLoader
Load the resource into a property source.
load(Resource...) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Load bean definitions from the given XML resources.
load(String...) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Load bean definitions from the given XML resources.
load(Class<?>, String...) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Load bean definitions from the given XML resources.
load(ApplicationContext, Object[]) - Method in class org.springframework.boot.SpringApplication
Load beans into the application context.
loadClass(String, boolean) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
loadProperties(Resource) - Method in class org.springframework.boot.config.PropertiesPropertySourceLoader
 
loadProperties(Resource) - Method in class org.springframework.boot.config.YamlPropertySourceLoader
 
Log4JLoggingSystem - Class in org.springframework.boot.logging.log4j
Log4JLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.log4j.Log4JLoggingSystem
 
LogbackLoggingSystem - Class in org.springframework.boot.logging.logback
LogbackLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
logger - Variable in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
logger - Variable in class org.springframework.boot.web.SpringBootServletInitializer
 
LoggingApplicationContextInitializer - Class in org.springframework.boot.context.initializer
An ApplicationContextInitializer that configures a logging framework depending on what it finds on the classpath and in the Environment.
LoggingApplicationContextInitializer() - Constructor for class org.springframework.boot.context.initializer.LoggingApplicationContextInitializer
 
LoggingSystem - Class in org.springframework.boot.logging
Common abstraction over logging systems.
LoggingSystem() - Constructor for class org.springframework.boot.logging.LoggingSystem
 
LogLevel - Enum in org.springframework.boot.logging
Logging levels supported by a LoggingSystem.
logStartupInfo(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Flag to indicate the startup information should be logged.
logStartupInfo() - Method in class org.springframework.boot.SpringApplication
Called to log startup information, subclasses may override to add additional logging.

M

MAGENTA - Static variable in interface org.springframework.boot.ansi.AnsiElement
 
main(Class<?>) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Fixes the main application class that is used to anchor the startup messages.
main(String[]) - Static method in class org.springframework.boot.SpringApplication
A basic main that can be used to launch an application.
matchAllLoader() - Static method in class org.springframework.boot.config.YamlPropertySourceLoader
A property source loader that loads all properties and matches all documents.
matches(Properties) - Method in class org.springframework.boot.config.ArrayDocumentMatcher
 
matches(Properties) - Method in class org.springframework.boot.config.DefaultProfileDocumentMatcher
 
matches(Properties) - Method in class org.springframework.boot.config.SpringProfileDocumentMatcher
 
matches(Properties) - Method in interface org.springframework.boot.config.YamlProcessor.DocumentMatcher
Test if the given properties match.
mergeInitializers(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
Utility method that can be used by subclasses wishing to combine the specified ServletContextInitializer parameters with those defined in this instance.
MimeMappings - Class in org.springframework.boot.context.embedded
Simple container-independent abstraction for servlet mime mappings.
MimeMappings() - Constructor for class org.springframework.boot.context.embedded.MimeMappings
Create a new empty MimeMappings instance.
MimeMappings(MimeMappings) - Constructor for class org.springframework.boot.context.embedded.MimeMappings
Create a new MimeMappings instance from the specified mappings.
MimeMappings(Map<String, String>) - Constructor for class org.springframework.boot.context.embedded.MimeMappings
Create a new MimeMappings from the specified mappings.
MimeMappings.Mapping - Class in org.springframework.boot.context.embedded
A single mime mapping.
MimeMappings.Mapping(String, String) - Constructor for class org.springframework.boot.context.embedded.MimeMappings.Mapping
 
MultiPartConfigFactory - Class in org.springframework.boot.context.embedded
Factory that can be used to create a MultipartConfigElement.
MultiPartConfigFactory() - Constructor for class org.springframework.boot.context.embedded.MultiPartConfigFactory
 

N

NONE - Static variable in interface org.springframework.boot.context.embedded.EmbeddedServletContainer
An empty EmbeddedServletContainer that does nothing.
NORMAL - Static variable in interface org.springframework.boot.ansi.AnsiElement
 
normalizePath(BeanWrapper, String) - Method in class org.springframework.boot.bind.RelaxedDataBinder
Normalize a bean property path to a format understood by a BeanWrapper.

O

onRefresh() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
onStartup(ServletContext) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
 
onStartup(ServletContext) - Method in interface org.springframework.boot.context.embedded.ServletContextInitializer
Configure the given ServletContext with any servlets, filters, listeners context-params and attributes necessary for initialization.
onStartup(ServletContext) - Method in class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
 
onStartup(ServletContext) - Method in class org.springframework.boot.context.embedded.ServletRegistrationBean
 
onStartup(ServletContext) - Method in class org.springframework.boot.web.SpringBootServletInitializer
 
org.springframework.boot - package org.springframework.boot
 
org.springframework.boot.ansi - package org.springframework.boot.ansi
 
org.springframework.boot.bind - package org.springframework.boot.bind
 
org.springframework.boot.builder - package org.springframework.boot.builder
 
org.springframework.boot.config - package org.springframework.boot.config
 
org.springframework.boot.context.embedded - package org.springframework.boot.context.embedded
Support for embedded servlet containers.
org.springframework.boot.context.embedded.jetty - package org.springframework.boot.context.embedded.jetty
Support for Jetty EmbeddedServletContainers.
org.springframework.boot.context.embedded.properties - package org.springframework.boot.context.embedded.properties
 
org.springframework.boot.context.embedded.tomcat - package org.springframework.boot.context.embedded.tomcat
Support for Tomcat EmbeddedServletContainers.
org.springframework.boot.context.initializer - package org.springframework.boot.context.initializer
 
org.springframework.boot.context.properties - package org.springframework.boot.context.properties
 
org.springframework.boot.liquibase - package org.springframework.boot.liquibase
 
org.springframework.boot.logging - package org.springframework.boot.logging
 
org.springframework.boot.logging.java - package org.springframework.boot.logging.java
 
org.springframework.boot.logging.log4j - package org.springframework.boot.logging.log4j
 
org.springframework.boot.logging.logback - package org.springframework.boot.logging.logback
 
org.springframework.boot.web - package org.springframework.boot.web
 

P

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.context.initializer
ApplicationContextInitializer for setting the parent context.
ParentContextApplicationContextInitializer(ApplicationContext) - Constructor for class org.springframework.boot.context.initializer.ParentContextApplicationContextInitializer
 
parseList(String) - Method in class org.springframework.boot.config.JacksonJsonParser
 
parseList(String) - Method in interface org.springframework.boot.config.JsonParser
Parse the specified JSON string into a List.
parseList(String) - Method in class org.springframework.boot.config.SimpleJsonParser
 
parseList(String) - Method in class org.springframework.boot.config.YamlJsonParser
 
parseMap(String) - Method in class org.springframework.boot.config.JacksonJsonParser
 
parseMap(String) - Method in interface org.springframework.boot.config.JsonParser
Parse the specified JSON string into a Map.
parseMap(String) - Method in class org.springframework.boot.config.SimpleJsonParser
 
parseMap(String) - Method in class org.springframework.boot.config.YamlJsonParser
 
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.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Register ServletContextAwareProcessor.
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() - Method in class org.springframework.boot.SpringApplication
Print a simple banner message to the console.
process(Properties, Map<String, Object>) - Method in interface org.springframework.boot.config.YamlProcessor.MatchCallback
Process the properties.
process(YamlProcessor.MatchCallback) - Method in class org.springframework.boot.config.YamlProcessor
Provides an opportunity for subclasses to process the Yaml parsed from the supplied resources.
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.config
Strategy to load '.properties' files into a PropertySource.
PropertiesPropertySourceLoader() - Constructor for class org.springframework.boot.config.PropertiesPropertySourceLoader
 
PropertySourceLoader - Interface in org.springframework.boot.config
Strategy interface used to load a PropertySource.
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

R

RED - Static variable in interface org.springframework.boot.ansi.AnsiElement
 
refresh() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
refresh(ApplicationContext) - Method in class org.springframework.boot.SpringApplication
Refresh the underlying ApplicationContext.
register(Class<?>...) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
Register one or more annotated classes to be processed.
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
 
RegistrationBean - Class in org.springframework.boot.context.embedded
Base class for Servlet 3.0+ based registration beans.
RegistrationBean() - Constructor for class org.springframework.boot.context.embedded.RegistrationBean
 
RelaxedDataBinder - Class in org.springframework.boot.bind
Binder implementation that allows caller to bind to maps and also allows property names to match a bit loosely (if underscores or dashes are removed and replaced with camel case for example).
RelaxedDataBinder(Object) - Constructor for class org.springframework.boot.bind.RelaxedDataBinder
 
RelaxedDataBinder(Object, String) - Constructor for class org.springframework.boot.bind.RelaxedDataBinder
 
RelaxedNames - Class in org.springframework.boot.bind
Generates relaxed name variations from a given source.
RelaxedNames(String) - Constructor for class org.springframework.boot.bind.RelaxedNames
Create a new RelaxedNames instance.
RelaxedPropertyResolver - Class in org.springframework.boot.bind
PropertyResolver that attempts to resolve values using RelaxedNames.
RelaxedPropertyResolver(PropertyResolver) - Constructor for class org.springframework.boot.bind.RelaxedPropertyResolver
 
RelaxedPropertyResolver(PropertyResolver, String) - Constructor for class org.springframework.boot.bind.RelaxedPropertyResolver
 
remove(String) - Method in class org.springframework.boot.context.embedded.MimeMappings
Remove an existing mapping.
resolvePlaceholders(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
 
resolveRequiredPlaceholders(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
 
resourceLoader(ResourceLoader) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
ResourceLoader for the application context.
run(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Create an application context (and its parent if specified) with the command line args provided.
run(String...) - Method in interface org.springframework.boot.CommandLineRunner
Callback used to run the bean.
run(String...) - Method in class org.springframework.boot.SpringApplication
Run the Spring application, creating and refreshing a new ApplicationContext.
run(Object, String...) - Static method in class org.springframework.boot.SpringApplication
Static helper that can be used to run a SpringApplication from the specified source using default settings.
run(Object[], String[]) - Static method in class org.springframework.boot.SpringApplication
Static helper that can be used to run a SpringApplication from the specified sources using default settings and user supplied arguments.

S

scan(String...) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
Perform a scan within the specified base packages.
ServerProperties - Class in org.springframework.boot.context.embedded.properties
properties for a web server (e.g.
ServerProperties() - Constructor for class org.springframework.boot.context.embedded.properties.ServerProperties
 
ServerProperties.Tomcat - Class in org.springframework.boot.context.embedded.properties
 
ServerProperties.Tomcat() - Constructor for class org.springframework.boot.context.embedded.properties.ServerProperties.Tomcat
 
ServletContextApplicationContextInitializer - Class in org.springframework.boot.context.initializer
ApplicationContextInitializer for setting the servlet context.
ServletContextApplicationContextInitializer(ServletContext) - Constructor for class org.springframework.boot.context.initializer.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
Jetty Configuration that calls ServletContextInitializers.
ServletContextInitializerConfiguration(ContextHandler, ServletContextInitializer...) - Constructor for class org.springframework.boot.context.embedded.jetty.ServletContextInitializerConfiguration
ServletContextInitializerLifecycleListener - Class in org.springframework.boot.context.embedded.tomcat
Tomcat LifecycleListener that calls ServletContextInitializers.
ServletContextInitializerLifecycleListener(ServletContextInitializer...) - Constructor for class org.springframework.boot.context.embedded.tomcat.ServletContextInitializerLifecycleListener
Create a new ServletContextInitializerLifecycleListener instance with the specified initializers.
ServletListenerRegistrationBean<T extends EventListener> - Class in org.springframework.boot.context.embedded
A ServletContextInitializer to register EventListeners in a Servlet 3.0+ container.
ServletListenerRegistrationBean() - Constructor for class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
Create a new ServletListenerRegistrationBean instance.
ServletListenerRegistrationBean(T) - Constructor for class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
Create a new ServletListenerRegistrationBean instance.
ServletRegistrationBean - Class in org.springframework.boot.context.embedded
A ServletContextInitializer to register Servlets in a Servlet 3.0+ container.
ServletRegistrationBean() - Constructor for class org.springframework.boot.context.embedded.ServletRegistrationBean
Create a new ServletRegistrationBean instance.
ServletRegistrationBean(Servlet, String...) - Constructor for class org.springframework.boot.context.embedded.ServletRegistrationBean
Create a new ServletRegistrationBean instance with the specified Servlet and URL mappings.
setAccessLogEnabled(boolean) - Method in class org.springframework.boot.context.embedded.properties.ServerProperties.Tomcat
 
setAccessLogPattern(String) - Method in class org.springframework.boot.context.embedded.properties.ServerProperties.Tomcat
 
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(Collection<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.AbstractEmbeddedServletContainerFactory
 
setAddress(InetAddress) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
Sets the specific network address that the server should bind to.
setAddress(InetAddress) - Method in class org.springframework.boot.context.embedded.properties.ServerProperties
 
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.
setBackgroundProcessorDelay(int) - Method in class org.springframework.boot.context.embedded.properties.ServerProperties.Tomcat
 
setBasedir(File) - Method in class org.springframework.boot.context.embedded.properties.ServerProperties.Tomcat
 
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
 
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.
setConfigurations(Collection<? extends Configuration>) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Sets Jetty Configurations that will be applied to the WebAppContext before the server is created.
setContextLifecycleListeners(Collection<? extends LifecycleListener>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set LifecycleListeners that should be applied to the Tomcat Context .
setContextPath(String) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
setContextPath(String) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
Sets the context path for the embedded servlet container.
setContextPath(String) - Method in class org.springframework.boot.context.embedded.properties.ServerProperties
 
setContextValves(Collection<? extends Valve>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set Valves that should be applied to the Tomcat Context.
setConversionService(ConversionService) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
 
setConversionService(ConversionService) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
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
setDocumentMatchers(List<? extends YamlProcessor.DocumentMatcher>) - Method in class org.springframework.boot.config.YamlProcessor
A map of document matchers allowing callers to selectively use only some of the documents in a YAML resource.
setDocumentRoot(File) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
setDocumentRoot(File) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
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.
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.initializer.ConfigFileApplicationContextInitializer
 
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.AbstractEmbeddedServletContainerFactory
 
setErrorPages(Set<ErrorPage>) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
Sets the error pages that will be used when handling exceptions.
setExceptionIfInvalid(boolean) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
 
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.
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).
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.AbstractEmbeddedServletContainerFactory
 
setInitializers(List<? extends ServletContextInitializer>) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
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.
setJspServletClassName(String) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
setJspServletClassName(String) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
The class name for the jsp servlet if used.
setListener(T) - Method in class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
Set the listener that will be registered.
setLoader(String) - Method in class org.springframework.boot.context.embedded.properties.ServerProperties
 
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.
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.logback.LogbackLoggingSystem
 
setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.LoggingSystem
Sets the logging level for a given logger.
setLogStartupInfo(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if the application information should be logged when the application starts.
setMainApplicationClass(Class<?>) - Method in class org.springframework.boot.SpringApplication
Set a specific main application class that will be used as a log source and to obtain version information.
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.
setMatchDefault(boolean) - Method in class org.springframework.boot.config.YamlProcessor
Flag indicating that a document for which all the document matchers abstain will nevertheless match.
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.
setMaxThreads(int) - Method in class org.springframework.boot.context.embedded.properties.ServerProperties.Tomcat
 
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.AbstractEmbeddedServletContainerFactory
 
setMimeMappings(MimeMappings) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
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.
setNames(String) - Method in class org.springframework.boot.context.initializer.ConfigFileApplicationContextInitializer
Sets the names of the files that should be loaded (excluding file extension) as a comma separated list.
setNamespace(String) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
setOrder(int) - Method in class org.springframework.boot.context.initializer.ConfigFileApplicationContextInitializer
 
setOrder(int) - Method in class org.springframework.boot.context.initializer.ContextIdApplicationContextInitializer
 
setOrder(int) - Method in class org.springframework.boot.context.initializer.EnvironmentDelegateApplicationContextInitializer
 
setOrder(int) - Method in class org.springframework.boot.context.initializer.LoggingApplicationContextInitializer
 
setOrder(int) - Method in class org.springframework.boot.context.initializer.ParentContextApplicationContextInitializer
 
setOrder(int) - Method in class org.springframework.boot.context.initializer.ServletContextApplicationContextInitializer
 
setOrder(int) - Method in class org.springframework.boot.context.initializer.VcapApplicationContextInitializer
 
setOrder(int) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
setParseArgs(boolean) - Method in class org.springframework.boot.context.initializer.LoggingApplicationContextInitializer
Sets if initialization arguments should be parsed for --debug and --trace options.
setPort(int) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
setPort(int) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
Sets the port that the embedded servlet container should listen on.
setPort(Integer) - Method in class org.springframework.boot.context.embedded.properties.ServerProperties
 
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.tomcat.TomcatEmbeddedServletContainerFactory
The Tomcat protocol to use when create the Connector.
setProtocolHeader(String) - Method in class org.springframework.boot.context.embedded.properties.ServerProperties.Tomcat
 
setRegisterDefaultServlet(boolean) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
setRegisterDefaultServlet(boolean) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
Set if the DefaultServlet should be registered.
setRegisterJspServlet(boolean) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
setRegisterJspServlet(boolean) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
Set if the JspServlet should be registered if it is on the classpath.
setRemoteIpHeader(String) - Method in class org.springframework.boot.context.embedded.properties.ServerProperties.Tomcat
 
setResolutionMethod(YamlProcessor.ResolutionMethod) - Method in class org.springframework.boot.config.YamlProcessor
Method to use for resolving resources.
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.properties.ConfigurationPropertiesBindingPostProcessor
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.boot.SpringApplication
Sets the ResourceLoader that should be used when loading resources.
setResources(Resource[]) - Method in class org.springframework.boot.config.YamlProcessor
 
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.initializer.ConfigFileApplicationContextInitializer
Set the search locations that will be considered.
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
Set ServletRegistrationBeans that the filter will be registered against.
setSessionTimeout(int) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
setSessionTimeout(int, TimeUnit) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
setSessionTimeout(int) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
The session timeout in seconds (default 30).
setSessionTimeout(int, TimeUnit) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
The session timeout in the specified TimeUnit (default 30 seconds).
setSessionTimeout(Integer) - Method in class org.springframework.boot.context.embedded.properties.ServerProperties
 
setShowBanner(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if the Spring banner should be displayed when the application runs.
setSingleton(boolean) - Method in class org.springframework.boot.config.YamlMapFactoryBean
Set if a singleton should be created, or a new object on each request otherwise.
setSingleton(boolean) - Method in class org.springframework.boot.config.YamlPropertiesFactoryBean
Set if a singleton should be created, or a new object on each request otherwise.
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.context.initializer.LoggingApplicationContextInitializer
Sets a custom logging level to be used for Spring Boot and related libraries.
setTargetName(String) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
 
setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set TomcatConnectorCustomizers that should be applied to the Tomcat Connector .
setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set TomcatContextCustomizers that should be applied to the Tomcat Context .
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.
setYaml(String) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
 
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
Simple 'Java Logging' Formatter.
SimpleFormatter() - Constructor for class org.springframework.boot.logging.java.SimpleFormatter
 
SimpleJsonParser - Class in org.springframework.boot.config
Really basic JSON parser for when you have nothing else available.
SimpleJsonParser() - Constructor for class org.springframework.boot.config.SimpleJsonParser
 
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
Crate a new SpringApplication instance.
SpringApplication(ResourceLoader, Object...) - Constructor for class org.springframework.boot.SpringApplication
Crate a new SpringApplication instance.
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
 
SpringApplicationErrorHandler - Interface in org.springframework.boot
Strategy interface that can be used on a SpringApplicationInitializer to capture errors in a SpringApplication after it fails to start up.
SpringApplicationInitializer - Interface in org.springframework.boot
Strategy interface that can be used to initialize a SpringApplication before it is runs.
SpringBootServletInitializer - Class in org.springframework.boot.web
A handy opinionated WebApplicationInitializer for applications that only have one Spring servlet, and no more than a single filter (which itself is only enabled when Spring Security is detected).
SpringBootServletInitializer() - Constructor for class org.springframework.boot.web.SpringBootServletInitializer
 
SpringPackageScanClassResolver - Class in org.springframework.boot.liquibase
Liquibase PackageScanClassResolver implementation that uses Spring's resource scanning to locate classes.
SpringPackageScanClassResolver() - Constructor for class org.springframework.boot.liquibase.SpringPackageScanClassResolver
 
springProfileAwareLoader(String[]) - Static method in class org.springframework.boot.config.YamlPropertySourceLoader
A property source loader that matches documents that have no explicit profile or which have an explicit "spring.profiles.active" value in the current active profiles.
SpringProfileDocumentMatcher - Class in org.springframework.boot.config
YamlProcessor.DocumentMatcher backed by Environment.getActiveProfiles().
SpringProfileDocumentMatcher() - Constructor for class org.springframework.boot.config.SpringProfileDocumentMatcher
 
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
 
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
 
supports(Resource) - Method in class org.springframework.boot.config.PropertiesPropertySourceLoader
 
supports(Resource) - Method in interface org.springframework.boot.config.PropertySourceLoader
Returns true if the Resource is supported.
supports(Resource) - Method in class org.springframework.boot.config.YamlPropertySourceLoader
 

T

throwableProxyToString(IThrowableProxy) - Method in class org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter
 
toAnsiString(String, AnsiElement) - Method in class org.springframework.boot.logging.logback.ColorConverter
 
TomcatConnectorCustomizer - Interface in org.springframework.boot.context.embedded.tomcat
Callback interface that can be used to customize a Tomcat Connector.
TomcatContextCustomizer - Interface in org.springframework.boot.context.embedded.tomcat
Callback interface that can be used to customize a Tomcat Context.
TomcatEmbeddedServletContainer - Class in org.springframework.boot.context.embedded.tomcat
EmbeddedServletContainer that can be used to control an embedded Tomcat server.
TomcatEmbeddedServletContainer(Tomcat) - Constructor for class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
Create a new TomcatEmbeddedServletContainer instance.
TomcatEmbeddedServletContainerFactory - Class in org.springframework.boot.context.embedded.tomcat
TomcatEmbeddedServletContainerFactory() - Constructor for class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
TomcatEmbeddedServletContainerFactory(int) - Constructor for class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Create a new TomcatEmbeddedServletContainerFactory that listens for requests using the specified port.
TomcatEmbeddedServletContainerFactory(String, int) - Constructor for class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Create a new TomcatEmbeddedServletContainerFactory with the specified context path and port.
TomcatEmbeddedWebappClassLoader - Class in org.springframework.boot.context.embedded.tomcat
Extension of Tomcat's WebappClassLoader that does not consider the system classloader.
TomcatEmbeddedWebappClassLoader() - Constructor for class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
TomcatEmbeddedWebappClassLoader(ClassLoader) - Constructor for class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
toString() - Method in class org.springframework.boot.ansi.AnsiElement.DefaultAnsiElement
 
toString() - Method in interface org.springframework.boot.ansi.AnsiElement
 
toString(Object...) - Static method in class org.springframework.boot.ansi.AnsiOutput
Create a new ANSI string from the specified elements.
transform(ILoggingEvent, String) - Method in class org.springframework.boot.logging.logback.ColorConverter
 

U

UNDERLINE - Static variable in interface org.springframework.boot.ansi.AnsiElement
 
unmodifiableMappings(MimeMappings) - Static method in class org.springframework.boot.context.embedded.MimeMappings
Create a new unmodifiable view of the specified mapping.

V

VALIDATOR_BEAN_NAME - Static variable in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiOutput.Enabled
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.config.YamlProcessor.MatchStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.config.YamlProcessor.ResolutionMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.logging.LogLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.boot.ansi.AnsiOutput.Enabled
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.config.YamlProcessor.MatchStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.config.YamlProcessor.ResolutionMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.boot.logging.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
VcapApplicationContextInitializer - Class in org.springframework.boot.context.initializer
An ApplicationContextInitializer that knows where to find VCAP (a.k.a.
VcapApplicationContextInitializer() - Constructor for class org.springframework.boot.context.initializer.VcapApplicationContextInitializer
 

W

web(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Flag to explicitly request a web or non-web environment (auto detected based on classpath if not set).
WebApplicationContextServletContextAwareProcessor - Class in org.springframework.boot.context.embedded
Variant of ServletContextAwareProcessor for use with a ConfigurableWebApplicationContext.
WebApplicationContextServletContextAwareProcessor(ConfigurableWebApplicationContext) - Constructor for class org.springframework.boot.context.embedded.WebApplicationContextServletContextAwareProcessor
 
WHITE - Static variable in interface org.springframework.boot.ansi.AnsiElement
 
WhitespaceThrowableProxyConverter - Class in org.springframework.boot.logging.logback
ThrowableProxyConverter that adds some additional whitespace around the stack trace.
WhitespaceThrowableProxyConverter() - Constructor for class org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter
 

X

XmlEmbeddedWebApplicationContext - Class in org.springframework.boot.context.embedded
EmbeddedWebApplicationContext which takes its configuration from XML documents, understood by an XmlBeanDefinitionReader.
XmlEmbeddedWebApplicationContext() - Constructor for class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Create a new XmlEmbeddedWebApplicationContext that needs to be loaded and then manually refreshed.
XmlEmbeddedWebApplicationContext(Resource...) - Constructor for class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Create a new XmlEmbeddedWebApplicationContext, loading bean definitions from the given resources and automatically refreshing the context.
XmlEmbeddedWebApplicationContext(String...) - Constructor for class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Create a new XmlEmbeddedWebApplicationContext, loading bean definitions from the given resource locations and automatically refreshing the context.
XmlEmbeddedWebApplicationContext(Class<?>, String...) - Constructor for class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Create a new XmlEmbeddedWebApplicationContext, loading bean definitions from the given resource locations and automatically refreshing the context.

Y

YamlConfigurationFactory<T> - Class in org.springframework.boot.bind
Validate some YAML by binding it to an object of a specified type and then optionally running a Validator over it.
YamlConfigurationFactory(Class<?>) - Constructor for class org.springframework.boot.bind.YamlConfigurationFactory
Sets a validation constructor which will be applied to the YAML doc to see whether it matches the expected Javabean.
YamlJsonParser - Class in org.springframework.boot.config
Thin wrapper to adapt Snake Yaml to JsonParser.
YamlJsonParser() - Constructor for class org.springframework.boot.config.YamlJsonParser
 
YamlMapFactoryBean - Class in org.springframework.boot.config
Factory for Map that reads from a YAML source.
YamlMapFactoryBean() - Constructor for class org.springframework.boot.config.YamlMapFactoryBean
 
YamlProcessor - Class in org.springframework.boot.config
Base class for Yaml factories.
YamlProcessor() - Constructor for class org.springframework.boot.config.YamlProcessor
 
YamlProcessor.DocumentMatcher - Interface in org.springframework.boot.config
Strategy interface used the test if properties match.
YamlProcessor.MatchCallback - Interface in org.springframework.boot.config
Callback interface used to process properties in a resulting map.
YamlProcessor.MatchStatus - Enum in org.springframework.boot.config
YamlProcessor.ResolutionMethod - Enum in org.springframework.boot.config
Resolution methods.
YamlPropertiesFactoryBean - Class in org.springframework.boot.config
Factory for Java Properties that reads from a YAML source.
YamlPropertiesFactoryBean() - Constructor for class org.springframework.boot.config.YamlPropertiesFactoryBean
 
YamlPropertySourceLoader - Class in org.springframework.boot.config
Strategy to load '.yml' files into a PropertySource.
YamlPropertySourceLoader(YamlProcessor.DocumentMatcher...) - Constructor for class org.springframework.boot.config.YamlPropertySourceLoader
Create a YamlPropertySourceLoader instance with the specified matchers.
YELLOW - Static variable in interface org.springframework.boot.ansi.AnsiElement
 
A B C D E F G H I J L M N O P R S T U V W X Y 

Copyright © 2013. All Rights Reserved.