- 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
-
- getEmbeddedServletContainer() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- getEmbeddedServletContainer(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- getEmbeddedServletContainer(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- getEmbeddedServletContainerFactory() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-
- 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
-
- 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
-
- 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
-
- 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
-
- getServletContextInitializerConfiguration(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
-
- getServletName() - Method in class org.springframework.boot.context.embedded.ServletRegistrationBean
-
Returns the servlet name that will be registered.
- getServletNames() - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
Return a mutable collection of servlet names that the filter will be registered
against.
- getServletRegistrationBeans() - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
-
- getSessionTimeout() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-
- getSessionTimeout() - Method in class org.springframework.boot.context.embedded.properties.ServerProperties
-
- getSources() - Method in class org.springframework.boot.SpringApplication
-
- 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
-
- getTomcatContextCustomizers() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- getTomcatEmbeddedServletContainer(Tomcat) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- 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
-
- 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
- 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
-
- 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
-
- ServletContextInitializerConfiguration(ContextHandler, ServletContextInitializer...) - Constructor for class org.springframework.boot.context.embedded.jetty.ServletContextInitializerConfiguration
-
- ServletContextInitializerLifecycleListener - Class in org.springframework.boot.context.embedded.tomcat
-
- ServletContextInitializerLifecycleListener(ServletContextInitializer...) - Constructor for class org.springframework.boot.context.embedded.tomcat.ServletContextInitializerLifecycleListener
-
- ServletListenerRegistrationBean<T extends EventListener> - Class in org.springframework.boot.context.embedded
-
- ServletListenerRegistrationBean() - Constructor for class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
-
- ServletListenerRegistrationBean(T) - Constructor for class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
-
- ServletRegistrationBean - Class in org.springframework.boot.context.embedded
-
- ServletRegistrationBean() - Constructor for class org.springframework.boot.context.embedded.ServletRegistrationBean
-
- ServletRegistrationBean(Servlet, String...) - Constructor for class org.springframework.boot.context.embedded.ServletRegistrationBean
-
- 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
-
- 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
-
- setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
-
- 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
-
- 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
-
- SpringApplication(ResourceLoader, Object...) - Constructor for class org.springframework.boot.SpringApplication
-
- SpringApplicationBuilder - Class in org.springframework.boot.builder
-
Builder for
SpringApplication and
ApplicationContext instances with
convenient fluent API and context hierarchy support.
- SpringApplicationBuilder(Object...) - Constructor for class org.springframework.boot.builder.SpringApplicationBuilder
-
- SpringApplicationErrorHandler - Interface in org.springframework.boot
-
- 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
-
- 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
-