- AbstractDataSourceConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
- 
Base class for configuration of a database pool. 
- AbstractDataSourceConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-  
- AbstractEmbeddedServletContainerFactory - Class in org.springframework.boot.context.embedded
- 
- AbstractEmbeddedServletContainerFactory() - Constructor for class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
- 
- AbstractEmbeddedServletContainerFactory(int) - Constructor for class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
- 
- AbstractEmbeddedServletContainerFactory(String, int) - Constructor for class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
- 
- AbstractEndpoint<T> - Class in org.springframework.boot.actuate.endpoint
- 
Abstract base for  Endpoint implementations. 
- AbstractEndpoint(String) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-  
- AbstractEndpoint(String, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-  
- AbstractLoggingSystem - Class in org.springframework.boot.logging
- 
- AbstractLoggingSystem(ClassLoader, String...) - Constructor for class org.springframework.boot.logging.AbstractLoggingSystem
-  
- ActionEndpoint<T> - Interface in org.springframework.boot.actuate.endpoint
- 
Tagging interface used to indicate that  Endpoint that performs some action. 
- add(AuditEvent) - Method in interface org.springframework.boot.actuate.audit.AuditEventRepository
- 
Log an event. 
- add(AuditEvent) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
-  
- add(Map<String, Object>) - Method in class org.springframework.boot.actuate.trace.InMemoryTraceRepository
-  
- add(Map<String, Object>) - Method in interface org.springframework.boot.actuate.trace.TraceRepository
- 
Add a new  Trace object at the current time. 
- 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
-  
- addConfigurations(Configuration...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
- 
Add Configurations that will be applied to theWebAppContextbefore
 the server is started.
 
- addContextCustomizers(TomcatContextCustomizer...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
- 
- addContextLifecycleListeners(LifecycleListener...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
- 
Add LifecycleListeners that should be added to the TomcatContext.
 
- addContextValves(Valve...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
- 
Add Valves that should be applied to the TomcatContext.
 
- 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. 
- addFormatters(FormatterRegistry) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-  
- 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 SpringApplicationContext.
 
- 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. 
- addInterceptors(InterceptorRegistry) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration
-  
- 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.
 
- addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-  
- 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
- 
- 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. 
- addViewControllers(ViewControllerRegistry) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-  
- afterPropertiesSet() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
-  
- 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
- 
- AnnotationConfigEmbeddedWebApplicationContext(String...) - Constructor for class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
- 
- AnsiElement - Interface in org.springframework.boot.ansi
- 
An ANSI encodable element. 
- AnsiElement.DefaultAnsiElement - Class in org.springframework.boot.ansi
- 
- AnsiElement.DefaultAnsiElement(String) - Constructor for class org.springframework.boot.ansi.AnsiElement.DefaultAnsiElement
-  
- AnsiOutput - Class in org.springframework.boot.ansi
- 
Generates ANSI encoded output, automatically attempting to detect if the terminal
 supports ANSI. 
- AnsiOutput() - Constructor for class org.springframework.boot.ansi.AnsiOutput
-  
- AnsiOutput.Enabled - Enum in org.springframework.boot.ansi
-  
- anyMatches(ConditionContext, AnnotatedTypeMetadata, Condition...) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
-  
- applicationContextIdFilter(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
-  
- applicationWebSecurityConfigurerAdapter() - Method in class org.springframework.boot.actuate.autoconfigure.SecurityAutoConfiguration
-  
- apply(String, Archive.Entry) - Method in interface org.springframework.boot.loader.Archive.EntryFilter
- 
Apply the jar entry filter. 
- apply(String, JarEntry) - Method in interface org.springframework.boot.loader.jar.JarEntryFilter
- 
Apply the jar entry filter. 
- applyInitializers(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
- 
Apply any ApplicationContextInitializers to the context before it is
 refreshed.
 
- Archive - Interface in org.springframework.boot.loader
- 
An archive that can be launched by the  Launcher. 
- Archive.Entry - Interface in org.springframework.boot.loader
- 
Represents a single entry in the archive. 
- Archive.EntryFilter - Interface in org.springframework.boot.loader
- 
A filter for archive entries. 
- 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
-  
- AuditApplicationEvent - Class in org.springframework.boot.actuate.audit.listener
- 
Spring  ApplicationEvent to encapsulate  AuditEvents. 
- AuditApplicationEvent(String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
- 
- AuditApplicationEvent(String, String, String...) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
- 
- AuditApplicationEvent(Date, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
- 
- AuditApplicationEvent(AuditEvent) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
- 
- AuditAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
- 
- AuditAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
-  
- AuditAutoConfiguration.AuditEventRepositoryConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-  
- AuditAutoConfiguration.AuditEventRepositoryConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration.AuditEventRepositoryConfiguration
-  
- AuditEvent - Class in org.springframework.boot.actuate.audit
- 
A value object representing an audit event: at a particular time, a particular user or
 agent carried out an action of a particular type. 
- AuditEvent(String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
- 
Create a new audit event for the current time. 
- AuditEvent(String, String, String...) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
- 
Create a new audit event for the current time from data provided as name-value
 pairs 
- AuditEvent(Date, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
- 
Create a new audit event. 
- AuditEventRepository - Interface in org.springframework.boot.actuate.audit
- 
- auditEventRepository() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration.AuditEventRepositoryConfiguration
-  
- AuditListener - Class in org.springframework.boot.actuate.audit.listener
- 
- AuditListener(AuditEventRepository) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditListener
-  
- auditListener() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
-  
- authenticationAuditListener() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
-  
- AuthenticationAuditListener - Class in org.springframework.boot.actuate.security
- 
ApplicationListener expose Spring Security  authentication events as  AuditEvents. 
- AuthenticationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthenticationAuditListener
-  
- authenticationEventPublisher() - Method in class org.springframework.boot.actuate.autoconfigure.SecurityAutoConfiguration
-  
- authenticationManager() - Method in class org.springframework.boot.actuate.autoconfigure.SecurityAutoConfiguration.AuthenticationManagerConfiguration
-  
- authorizationAuditListener() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
-  
- AuthorizationAuditListener - Class in org.springframework.boot.actuate.security
- 
ApplicationListener expose Spring Security  authorization events as  AuditEvents. 
- AuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthorizationAuditListener
-  
- AutoConfigurationUtils - Class in org.springframework.boot.autoconfigure
- 
Convenience class for storing base packages during component scan, for reference later
 (e.g. 
- AutoConfigurationUtils() - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationUtils
-  
- AutoConfigureAfter - Annotation Type in org.springframework.boot.autoconfigure
- 
Hint for that an  auto-configuration should be applied
 after other specified auto-configuration classes. 
- AutoConfigureBefore - Annotation Type in org.springframework.boot.autoconfigure
- 
Hint for that an  auto-configuration should be applied
 before other specified auto-configuration classes. 
- changesSince(PropertyValues) - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
-  
- close() - Method in class org.springframework.boot.autoconfigure.jdbc.CommonsDataSourceConfiguration
-  
- close() - Method in class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
-  
- close() - Method in class org.springframework.boot.autoconfigure.jdbc.TomcatDataSourceConfiguration
-  
- close() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
-  
- close() - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
-  
- 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. 
- CommonsDataSourceConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
- 
Configuration for a Commons DBCP database pool. 
- CommonsDataSourceConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.CommonsDataSourceConfiguration
-  
- COMPILE - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
- 
The library is used at compile time and runtime. 
- ConditionalOnBean - Annotation Type in org.springframework.boot.autoconfigure.condition
- 
Conditionalthat only matches when the specified bean classes and/or names are
 already contained in theBeanFactory.
 
- ConditionalOnClass - Annotation Type in org.springframework.boot.autoconfigure.condition
- 
Conditionalthat only matches when the specified classes are on the classpath.
 
- ConditionalOnExpression - Annotation Type in org.springframework.boot.autoconfigure.condition
- 
Configuration annotation for a conditional element that depends on the value of a SpEL
 expression. 
- ConditionalOnMissingBean - Annotation Type in org.springframework.boot.autoconfigure.condition
- 
Conditionalthat only matches when the specified bean classes and/or names are
 not already contained in theBeanFactory.
 
- ConditionalOnMissingClass - Annotation Type in org.springframework.boot.autoconfigure.condition
- 
Conditionalthat only matches when the specified classes are not on the
 classpath.
 
- ConditionalOnNotWebApplication - Annotation Type in org.springframework.boot.autoconfigure.condition
- 
Conditionalthat only matches when the application context is a not a web
 application context.
 
- ConditionalOnResource - Annotation Type in org.springframework.boot.autoconfigure.condition
- 
Conditionalthat only matches when the specified resources are on the
 classpath.
 
- ConditionalOnWebApplication - Annotation Type in org.springframework.boot.autoconfigure.condition
- 
Conditionalthat only matches when the application context is a web application
 context.
 
- ConfigFileApplicationContextInitializer - Class in org.springframework.boot.context.initializer
- 
ApplicationContextInitializerthat 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
- 
- ConfigurationProperties - Annotation Type in org.springframework.boot.context.properties
- 
Annotation for externalized configuration. 
- ConfigurationPropertiesBindingPostProcessor - Class in org.springframework.boot.context.properties
- 
- ConfigurationPropertiesBindingPostProcessor() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-  
- ConfigurationPropertiesBindingPostProcessorRegistrar - Class in org.springframework.boot.context.properties
- 
- ConfigurationPropertiesBindingPostProcessorRegistrar() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
-  
- configure(LocalContainerEntityManagerFactoryBean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
-  
- configure(LocalContainerEntityManagerFactoryBean) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-  
- 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. 
- 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
-  
- containsAutoConfiguredDataSource(ConfigurableListableBeanFactory) - Static method in class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
- 
- containsProperty(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
-  
- ContextIdApplicationContextInitializer - Class in org.springframework.boot.context.initializer
- 
ApplicationContextInitializerthat set the SpringApplicationContext ID.
 
- ContextIdApplicationContextInitializer() - Constructor for class org.springframework.boot.context.initializer.ContextIdApplicationContextInitializer
-  
- counterService() - Method in class org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration
-  
- CounterService - Interface in org.springframework.boot.actuate.metrics
- 
A service that can be used to increment, decrement and reset a  Metric. 
- 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.
 
- createClassLoader(List<Archive>) - Method in class org.springframework.boot.loader.Launcher
- 
Create a classloader for the specified lib. 
- createClassLoader(URL[]) - Method in class org.springframework.boot.loader.Launcher
- 
Create a classloader for the specified URLs 
- createJpaVendorAdapter() - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
-  
- createJpaVendorAdapter() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-  
- createMainMethodRunner(String, String[], ClassLoader) - Method in class org.springframework.boot.loader.Launcher
- 
Create the MainMethodRunnerused to launch the application.
 
- createMultipartConfig() - Method in class org.springframework.boot.context.embedded.MultiPartConfigFactory
- 
Create a new MultipartConfigElementinstance.
 
- createRootApplicationContext(ServletContext) - Method in class org.springframework.boot.web.SpringBootServletInitializer
-  
- customize(ConfigurableEmbeddedServletContainerFactory) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
-  
- customize(ConfigurableEmbeddedServletContainerFactory) - Method in class org.springframework.boot.actuate.autoconfigure.ErrorMvcAutoConfiguration
-  
- customize(ConfigurableEmbeddedServletContainerFactory) - Method in class org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
-  
- customize(ConfigurableEmbeddedServletContainerFactory) - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer
- 
- customize(ConfigurableEmbeddedServletContainerFactory) - Method in class org.springframework.boot.context.embedded.properties.ServerProperties
-  
- 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
-  
- gaugeService() - Method in class org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration
-  
- GaugeService - Interface in org.springframework.boot.actuate.metrics
- 
A service that can be used to manage a  Metric as a gauge. 
- get(ClassLoader) - Static method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
- 
- 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
-  
- getAdditionalInfo() - Method in class org.springframework.boot.actuate.endpoint.InfoEndpoint
-  
- getAddress() - Method in class org.springframework.boot.actuate.properties.ManagementServerProperties
-  
- 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 Logfor the application.
 
- getAsText() - Method in class org.springframework.boot.bind.InetAddressEditor
-  
- getAuditEvent() - Method in class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
-  
- getBackgroundProcessorDelay() - Method in class org.springframework.boot.context.embedded.properties.ServerProperties.Tomcat
-  
- getBasedir() - Method in class org.springframework.boot.context.embedded.properties.ServerProperties.Tomcat
-  
- getBasePackages(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurationUtils
-  
- getBasic() - Method in class org.springframework.boot.actuate.properties.SecurityProperties
-  
- getBranch() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
-  
- getClassesLocation() - Method in interface org.springframework.boot.loader.tools.Layout
- 
Returns the location of classes within the archive. 
- getClassesLocation() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
-  
- getClassesLocation() - Method in class org.springframework.boot.loader.tools.Layouts.War
-  
- getClassLoader() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-  
- getCommit() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
-  
- getConfigClasses() - Method in class org.springframework.boot.web.SpringBootServletInitializer
-  
- getConfigurations() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
- 
Returns a mutable collection of Jetty Configurations that will be applied
 to theWebAppContextbefore 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 TomcatContext.
 
- getContextPath() - Method in class org.springframework.boot.actuate.properties.ManagementServerProperties
-  
- 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
-  
- getData() - Method in class org.springframework.boot.actuate.audit.AuditEvent
- 
Returns the event data. 
- getData() - Method in class org.springframework.boot.loader.jar.RandomAccessDataZipEntry
- 
- getDataSource() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-  
- 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. 
- getDriverClassName() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-  
- getDriverClassName() - Method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
- 
Returns the driver class name. 
- 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
- 
- getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
- 
Return the endpoints 
- getEntries() - Method in interface org.springframework.boot.loader.Archive
- 
Returns archive entries. 
- getEntries() - Method in class org.springframework.boot.loader.ExplodedArchive
-  
- getEntries() - Method in class org.springframework.boot.loader.JarFileArchive
-  
- getEntry(String) - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
-  
- getErrorPages() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
- 
Returns a mutable set of  ErrorPages that will be used when handling
 exceptions. 
- getErrorPath() - Method in class org.springframework.boot.actuate.web.BasicErrorController
-  
- getErrorPath() - Method in interface org.springframework.boot.actuate.web.ErrorController
- 
Returns the path of the error page. 
- 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 class org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
-  
- 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
-  
- getFile() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
- 
Returns the underling File. 
- getFilter() - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
- 
Returns the filter being registered. 
- getFilteredArchive(Archive.EntryFilter) - Method in interface org.springframework.boot.loader.Archive
- 
Returns a filtered version of the archive. 
- getFilteredArchive(Archive.EntryFilter) - Method in class org.springframework.boot.loader.ExplodedArchive
-  
- getFilteredArchive(Archive.EntryFilter) - Method in class org.springframework.boot.loader.JarFileArchive
-  
- getFilteredJarFile(JarEntryFilter...) - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
- 
Return a new jar based on the filtered contents of this file. 
- getHeaders() - Method in class org.springframework.boot.actuate.properties.SecurityProperties
-  
- getHsts() - Method in class org.springframework.boot.actuate.properties.SecurityProperties.Headers
-  
- getId() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
-  
- getIgnored() - Method in class org.springframework.boot.actuate.properties.SecurityProperties
-  
- getIgnoredPaths() - Method in class org.springframework.boot.actuate.properties.SecurityProperties
-  
- getInfo() - Method in class org.springframework.boot.actuate.trace.Trace
-  
- getInitializers() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
- 
- getInitializers() - Method in class org.springframework.boot.SpringApplication
- 
Returns a mutable list of the ApplicationContextInitializers that will be
 applied to the SpringApplicationContext.
 
- getInitParameters() - Method in class org.springframework.boot.context.embedded.RegistrationBean
- 
Returns a mutable Map of the registration init-parameters. 
- getInputStream() - Method in interface org.springframework.boot.loader.data.RandomAccessData
- 
Returns an  InputStream that can be used to read the underling data. 
- getInputStream() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
-  
- getInputStream(ZipEntry) - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
-  
- getJarEntry(String) - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
-  
- getJettyEmbeddedServletContainer(Server) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
- 
- getJobExecution() - Method in class org.springframework.boot.autoconfigure.batch.JobExecutionEvent
-  
- 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
-  
- getLastModified(HttpServletRequest, Object) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerAdapter
-  
- getLauncherClassName() - Method in interface org.springframework.boot.loader.tools.Layout
- 
Returns the launcher class name for this layout. 
- getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
-  
- getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.War
-  
- getLibraryDestination(String, LibraryScope) - Method in interface org.springframework.boot.loader.tools.Layout
- 
Returns the destination path for a given library. 
- getLibraryDestination(String, LibraryScope) - Method in class org.springframework.boot.loader.tools.Layouts.Jar
-  
- getLibraryDestination(String, LibraryScope) - Method in class org.springframework.boot.loader.tools.Layouts.War
-  
- getListener() - Method in class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
-  
- getMainClass(Archive) - Method in class org.springframework.boot.loader.Launcher
- 
Obtain the main class that should be used to launch the application. 
- getManagement() - Method in class org.springframework.boot.actuate.properties.SecurityProperties
-  
- getManifest() - Method in interface org.springframework.boot.loader.Archive
- 
Returns the manifest of the archive. 
- getManifest() - Method in class org.springframework.boot.loader.ExplodedArchive
-  
- getManifest() - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
-  
- getManifest() - Method in class org.springframework.boot.loader.JarFileArchive
-  
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.OnExpressionCondition
-  
- getMatchOutcome(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
- 
Determine the outcome of the match along with suitable log output. 
- getMaxActive() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-  
- getMaxIdle() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-  
- getMessage() - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition.Outcome
-  
- getMetric() - Method in class org.springframework.boot.actuate.metrics.Measurement
-  
- 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
-  
- getMinIdle() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-  
- 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 configurationto be applied
 ornull.
 
- getName() - Method in class org.springframework.boot.actuate.metrics.Metric
- 
Returns the name of the metric. 
- getName() - Method in class org.springframework.boot.actuate.properties.SecurityProperties.User
-  
- getName() - Method in interface org.springframework.boot.loader.Archive.Entry
- 
Returns the name of the entry 
- getName() - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
-  
- getNamespace() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
-  
- getNestedArchive(Archive.Entry) - Method in interface org.springframework.boot.loader.Archive
- 
Returns a nest archive from on the the contained entries. 
- getNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.ExplodedArchive
-  
- getNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.JarFileArchive
-  
- getNestedJarFile(ZipEntry, JarEntryFilter...) - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
- 
- getNextEntry() - Method in class org.springframework.boot.loader.jar.RandomAccessDataZipInputStream
-  
- 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.actuate.trace.WebRequestTraceFilter
-  
- getOrder() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
-  
- 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.VcapApplicationContextInitializer
-  
- getOrder() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-  
- getPackagedConfigFile(String) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
-  
- getPackagesToScan() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-  
- getPassword() - Method in class org.springframework.boot.actuate.properties.SecurityProperties.User
-  
- getPassword() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-  
- getPath() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-  
- getPath() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
- 
Returns the path of the endpoint. 
- getPath() - Method in class org.springframework.boot.actuate.properties.SecurityProperties.Basic
-  
- 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.actuate.properties.ManagementServerProperties
- 
Returns the management port or  null if the
  server port should be used. 
- 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
-  
- getPrincipal() - Method in class org.springframework.boot.actuate.audit.AuditEvent
- 
Returns the user principal responsible for the event or null.
 
- getProduces() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-  
- getProduces() - Method in class org.springframework.boot.actuate.endpoint.BeansEndpoint
-  
- getProduces() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
- 
Returns the MediaTypes that this endpoint produces ornull.
 
- 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
-  
- getRealm() - Method in class org.springframework.boot.actuate.properties.SecurityProperties.Basic
-  
- 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
-  
- getRole() - Method in class org.springframework.boot.actuate.properties.SecurityProperties.Management
-  
- getRole() - Method in class org.springframework.boot.actuate.properties.SecurityProperties.User
-  
- getRootJarFile() - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
-  
- 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
- 
- getSessions() - Method in class org.springframework.boot.actuate.properties.SecurityProperties
-  
- getSessions() - Method in class org.springframework.boot.actuate.properties.SecurityProperties.Management
-  
- getSessionTimeout() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
-  
- getSessionTimeout() - Method in class org.springframework.boot.context.embedded.properties.ServerProperties
-  
- getSize() - Method in interface org.springframework.boot.loader.data.RandomAccessData
- 
Returns the size of the data. 
- getSize() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
-  
- getSources() - Method in class org.springframework.boot.SpringApplication
- 
- getSpringFactoriesApplicationContextInitializers() - Method in class org.springframework.boot.SpringApplication
- 
Returns ApplicationContextInitializerloaded via theSpringFactoriesLoader.
 
- 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, RelaxedNames) - Static method in class org.springframework.boot.bind.RelaxedPropertyResolver
- 
Return a Map of all values from the specified PropertySourcesthat start
 with a particular key.
 
- getSubProperties(PropertySources, String, RelaxedNames) - Static method in class org.springframework.boot.bind.RelaxedPropertyResolver
- 
Return a Map of all values from the specified PropertySourcesthat start
 with a particular key.
 
- getSubsection(long, long) - Method in interface org.springframework.boot.loader.data.RandomAccessData
- 
- getSubsection(long, long) - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
-  
- getTime() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
-  
- getTimestamp() - Method in class org.springframework.boot.actuate.audit.AuditEvent
- 
Returns the date/time that the even was logged. 
- getTimestamp() - Method in class org.springframework.boot.actuate.metrics.Measurement
-  
- getTimestamp() - Method in class org.springframework.boot.actuate.trace.Trace
-  
- 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. 
- getTomcatContextCustomizers() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
- 
- getTomcatEmbeddedServletContainer(Tomcat) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
- 
- getTrace(HttpServletRequest) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
-  
- getType() - Method in class org.springframework.boot.actuate.audit.AuditEvent
- 
Returns the type of event. 
- getType() - Method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
- 
Returns the EmbeddedDatabaseTypefor the connection.
 
- getUrl() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-  
- getUrl() - Method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
- 
Returns the URL for the connection. 
- getUrl() - Method in interface org.springframework.boot.loader.Archive
- 
Returns a URL that can be used to load the archive. 
- getUrl() - Method in class org.springframework.boot.loader.ExplodedArchive
-  
- getUrl() - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
- 
Return a URL that can be used to access this JAR file. 
- getUrl() - Method in class org.springframework.boot.loader.JarFileArchive
-  
- 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. 
- getUser() - Method in class org.springframework.boot.actuate.properties.SecurityProperties
-  
- getUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-  
- getValidationQuery() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-  
- 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 nullotherwise.
 
- getValue() - Method in class org.springframework.boot.actuate.metrics.Metric
- 
Returns the value of the metric. 
- getValves() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
- 
Returns a mutable collection of the Valves that will be applied to the
 TomcatContext.
 
- getWebAppContextConfigurations(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
- 
Return the Jetty Configurations that should be applied to the server.
 
- gitInfo() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.InfoPropertiesConfiguration
-  
- GREEN - Static variable in interface org.springframework.boot.ansi.AnsiElement
-  
- scan(String...) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
- 
Perform a scan within the specified base packages. 
- SearchStrategy - Enum in org.springframework.boot.autoconfigure.condition
- 
Some named search strategies for beans in the bean factory hierarchy. 
- SecurityAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
- 
- SecurityAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.SecurityAutoConfiguration
-  
- SecurityAutoConfiguration.AuthenticationManagerConfiguration - Class in org.springframework.boot.actuate.autoconfigure
-  
- SecurityAutoConfiguration.AuthenticationManagerConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.SecurityAutoConfiguration.AuthenticationManagerConfiguration
-  
- securityDialect() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration
-  
- securityProperties() - Method in class org.springframework.boot.actuate.autoconfigure.SecurityAutoConfiguration
-  
- SecurityProperties - Class in org.springframework.boot.actuate.properties
- 
Properties for the security aspects of an application. 
- SecurityProperties() - Constructor for class org.springframework.boot.actuate.properties.SecurityProperties
-  
- SecurityProperties.Basic - Class in org.springframework.boot.actuate.properties
-  
- SecurityProperties.Basic() - Constructor for class org.springframework.boot.actuate.properties.SecurityProperties.Basic
-  
- SecurityProperties.Headers - Class in org.springframework.boot.actuate.properties
-  
- SecurityProperties.Headers() - Constructor for class org.springframework.boot.actuate.properties.SecurityProperties.Headers
-  
- SecurityProperties.Headers.HSTS - Enum in org.springframework.boot.actuate.properties
-  
- SecurityProperties.Management - Class in org.springframework.boot.actuate.properties
-  
- SecurityProperties.Management() - Constructor for class org.springframework.boot.actuate.properties.SecurityProperties.Management
-  
- SecurityProperties.User - Class in org.springframework.boot.actuate.properties
-  
- SecurityProperties.User() - Constructor for class org.springframework.boot.actuate.properties.SecurityProperties.User
-  
- serverProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
-  
- serverProperties() - Method in class org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
-  
- 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
-  
- ServerPropertiesAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
- 
- ServerPropertiesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
-  
- ServletContextInitializer - Interface in org.springframework.boot.context.embedded
- 
Interface used to configure a Servlet 3.0+ contextprogrammatically.
 
- 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
- 
- set(String, double) - Method in class org.springframework.boot.actuate.metrics.DefaultGaugeService
-  
- set(String, double) - Method in interface org.springframework.boot.actuate.metrics.GaugeService
- 
Set the specified metric value 
- set(String, double, Date) - Method in class org.springframework.boot.actuate.metrics.InMemoryMetricRepository
-  
- set(double) - Method in class org.springframework.boot.actuate.metrics.Metric
- 
Create a new  Metric with a different value. 
- set(String, double, Date) - Method in interface org.springframework.boot.actuate.metrics.MetricRepository
-  
- 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 CommandLinePropertySourceshould be added to the application
 context in order to expose arguments.
 
- setAddress(InetAddress) - Method in class org.springframework.boot.actuate.properties.ManagementServerProperties
-  
- 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
-  
- setAllowShutdown(boolean) - Method in class org.springframework.boot.actuate.properties.ManagementServerProperties
-  
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
-  
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.BeansEndpoint
-  
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
-  
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
-  
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
-  
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-  
- setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.SpringApplication
- 
Sets a Spring ApplicationContextthat will be used for the application.
 
- setApplicationContextClass(Class<? extends ApplicationContext>) - Method in class org.springframework.boot.SpringApplication
- 
Sets the type of Spring ApplicationContextthat will be created.
 
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.actuate.security.AuthenticationAuditListener
-  
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.actuate.security.AuthorizationAuditListener
-  
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
-  
- 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
-  
- setBackupSource(boolean) - Method in class org.springframework.boot.loader.tools.Repackager
- 
Sets if source files should be backed up when they would be overwritten. 
- 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. 
- setBasic(SecurityProperties.Basic) - Method in class org.springframework.boot.actuate.properties.SecurityProperties
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-  
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
-  
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-  
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.EmbeddedServletContainerCustomizerBeanPostProcessorRegistrar
-  
- setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration.WebSocketRegistrationConfiguration
-  
- 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 BeanNameGeneratorfor use withAnnotatedBeanDefinitionReaderand/orClassPathBeanDefinitionScanner, if any.
 
- setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.SpringApplication
- 
Sets the bean name generator that should be used when generating bean names. 
- setBranch(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
-  
- setCache(boolean) - Method in class org.springframework.boot.actuate.properties.SecurityProperties.Headers
-  
- setCapacity(int) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
-  
- setCapacity(int) - Method in class org.springframework.boot.actuate.trace.InMemoryTraceRepository
-  
- setConfigurations(Collection<? extends Configuration>) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
- 
Sets Jetty Configurations that will be applied to theWebAppContextbefore the server is created.
 
- setContentNegotiationManager(ContentNegotiationManager) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerAdapter
-  
- setContentType(boolean) - Method in class org.springframework.boot.actuate.properties.SecurityProperties.Headers
-  
- setContextLifecycleListeners(Collection<? extends LifecycleListener>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
- 
Set LifecycleListeners that should be applied to the TomcatContext.
 
- setContextPath(String) - Method in class org.springframework.boot.actuate.properties.ManagementServerProperties
-  
- 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 TomcatContext.
 
- setConversionService(ConversionService) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
-  
- setConversionService(ConversionService) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-  
- setDefaultArgs(String...) - Method in class org.springframework.boot.SpringApplication
- 
Set default arguments which will be used in addition to those specified to the
 runmethods.
 
- setDisabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
- 
Sets if this mapping is disabled. 
- 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. 
- setDriverClassName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-  
- setDumpRequests(boolean) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
- 
Debugging feature. 
- setEnableCsrf(boolean) - Method in class org.springframework.boot.actuate.properties.SecurityProperties
-  
- setEnabled(boolean) - Method in class org.springframework.boot.actuate.properties.SecurityProperties.Basic
-  
- setEnabled(AnsiOutput.Enabled) - Static method in class org.springframework.boot.ansi.AnsiOutput
- 
Sets if ANSI output is enabled. 
- setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
-  
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.batch.BatchDatabaseInitializer
-  
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
-  
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
-  
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
-  
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
-  
- setEnvironment(Environment) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.DefaultTemplateResolverConfiguration
-  
- 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. 
- setFrame(boolean) - Method in class org.springframework.boot.actuate.properties.SecurityProperties.Headers
-  
- setHsts(SecurityProperties.Headers.HSTS) - Method in class org.springframework.boot.actuate.properties.SecurityProperties.Headers
-  
- setId(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
-  
- setIgnored(List<String>) - Method in class org.springframework.boot.actuate.properties.SecurityProperties
-  
- 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 ApplicationContextInitializerthat will be applied to the SpringApplicationContext.
 
- 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. 
- setLayout(Layout) - Method in class org.springframework.boot.loader.tools.Repackager
- 
Sets the layout to use for the jar. 
- 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 loadOnStartuppriority.
 
- 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. 
- setMainClass(String) - Method in class org.springframework.boot.loader.tools.Repackager
- 
Sets the main class that should be run. 
- 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. 
- setMaxActive(int) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-  
- 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. 
- setMaxIdle(int) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-  
- 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. 
- setMessageConverters(List<<any>>) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerAdapter
-  
- 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. 
- setMinIdle(int) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-  
- 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.actuate.properties.SecurityProperties.User
-  
- 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.actuate.trace.WebRequestTraceFilter
-  
- 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.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. 
- setPassword(String) - Method in class org.springframework.boot.actuate.properties.SecurityProperties.User
-  
- setPassword(String) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-  
- setPath(String) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-  
- setPath(String...) - Method in class org.springframework.boot.actuate.properties.SecurityProperties.Basic
-  
- setPort(Integer) - Method in class org.springframework.boot.actuate.properties.ManagementServerProperties
- 
Sets the port of the management server, use  null if the
  server port should be used. 
- 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(int) - Method in class org.springframework.boot.context.embedded.properties.ServerProperties
-  
- setPrefix(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
-  
- 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
-  
- setRealm(String) - Method in class org.springframework.boot.actuate.properties.SecurityProperties.Basic
-  
- 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
-  
- setRequireSsl(boolean) - Method in class org.springframework.boot.actuate.properties.SecurityProperties
-  
- 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 ResourceLoaderthat should be used when loading resources.
 
- setResources(Resource[]) - Method in class org.springframework.boot.config.YamlProcessor
-  
- setRole(String) - Method in class org.springframework.boot.actuate.properties.SecurityProperties.Management
-  
- setRole(String) - Method in class org.springframework.boot.actuate.properties.SecurityProperties.User
-  
- setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
- 
Set the ScopeMetadataResolverto use for detected bean classes.
 
- setSearchLocations(String[]) - Method in class org.springframework.boot.context.initializer.ConfigFileApplicationContextInitializer
- 
Set the search locations that will be considered. 
- setSensitive(boolean) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
-  
- 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
- 
- setSessions(SessionCreationPolicy) - Method in class org.springframework.boot.actuate.properties.SecurityProperties.Management
-  
- setSessions(SessionCreationPolicy) - Method in class org.springframework.boot.actuate.properties.SecurityProperties
-  
- 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(int) - 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
-  
- setTestOnBorrow(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-  
- setTestOnReturn(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-  
- setTime(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
-  
- setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
- 
- setUrl(String) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-  
- 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. 
- setUsername(String) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-  
- setValidating(boolean) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
- 
Set whether to use XML validation. 
- setValidationQuery(String) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
-  
- 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. 
- setXss(boolean) - Method in class org.springframework.boot.actuate.properties.SecurityProperties.Headers
-  
- setYaml(String) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
-  
- shutdownEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
-  
- ShutdownEndpoint - Class in org.springframework.boot.actuate.endpoint
- 
- ShutdownEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
- 
- 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
-  
- size() - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
-  
- 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
- 
- SpringApplicationInitializer - Interface in org.springframework.boot
- 
Strategy interface that can be used to initialize a  SpringApplication before it
 is runs. 
- SpringBootCondition - Class in org.springframework.boot.autoconfigure.condition
- 
Base of all Conditionimplementations used with Spring Boot.
 
- SpringBootCondition() - Constructor for class org.springframework.boot.autoconfigure.condition.SpringBootCondition
-  
- SpringBootCondition.Outcome - Class in org.springframework.boot.autoconfigure.condition
- 
Outcome for a match, including log message. 
- SpringBootCondition.Outcome(boolean, String) - Constructor for class org.springframework.boot.autoconfigure.condition.SpringBootCondition.Outcome
-  
- SpringBootServletInitializer - Class in org.springframework.boot.web
- 
A handy opinionated WebApplicationInitializerfor 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 PackageScanClassResolverimplementation 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
-  
- springSecurityFilterChain(HierarchicalBeanFactory) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration
-  
- 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
-  
- storeBasePackages(ConfigurableListableBeanFactory, List<String>) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurationUtils
-  
- supports(Object) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerAdapter
-  
- supports(Resource) - Method in class org.springframework.boot.config.PropertiesPropertySourceLoader
-  
- supports(Resource) - Method in interface org.springframework.boot.config.PropertySourceLoader
- 
Returns trueif theResourceis supported.
 
- supports(Resource) - Method in class org.springframework.boot.config.YamlPropertySourceLoader
-  
- VALIDATOR_BEAN_NAME - Static variable in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
-  
- valueOf(String) - Static method in enum org.springframework.boot.actuate.properties.SecurityProperties.Headers.HSTS
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.springframework.boot.ansi.AnsiOutput.Enabled
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.condition.SearchStrategy
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
- 
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.actuate.properties.SecurityProperties.Headers.HSTS
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.springframework.boot.ansi.AnsiOutput.Enabled
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.springframework.boot.autoconfigure.condition.SearchStrategy
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.springframework.boot.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. 
- VanillaHealthIndicator - Class in org.springframework.boot.actuate.health
- 
- VanillaHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.VanillaHealthIndicator
-  
- VanillaPublicMetrics - Class in org.springframework.boot.actuate.endpoint
- 
- VanillaPublicMetrics(MetricRepository) - Constructor for class org.springframework.boot.actuate.endpoint.VanillaPublicMetrics
-  
- VcapApplicationContextInitializer - Class in org.springframework.boot.context.initializer
- 
An ApplicationContextInitializerthat knows where to find VCAP (a.k.a.
 
- VcapApplicationContextInitializer() - Constructor for class org.springframework.boot.context.initializer.VcapApplicationContextInitializer
-  
- viewResolver(BeanFactory) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
-