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

A

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
Abstract base class for EmbeddedServletContainerFactory implementations.
AbstractEmbeddedServletContainerFactory() - Constructor for class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
AbstractEmbeddedServletContainerFactory(int) - Constructor for class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
Create a new AbstractEmbeddedServletContainerFactory instance with the specified port.
AbstractEmbeddedServletContainerFactory(String, int) - Constructor for class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
Create a new AbstractEmbeddedServletContainerFactory instance with the specified context path and port.
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
Abstract base class for LoggingSystem implementations.
AbstractLoggingSystem(ClassLoader, String...) - Constructor for class org.springframework.boot.logging.AbstractLoggingSystem
 
AbstractRepositoryConfigurationSourceSupport - Class in org.springframework.boot.autoconfigure.data
Base ImportBeanDefinitionRegistrar used to auto-configure Spring Data Repositories.
AbstractRepositoryConfigurationSourceSupport() - Constructor for class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
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
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration.DeviceResolverAutoConfigurationAdapter
 
addCommandLineProperties(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Flag to indicate that command line arguments should be added to the environment.
addConfigurations(Configuration...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Add Configurations that will be applied to the WebAppContext before the server is started.
addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add TomcatContextCustomizers that should be added to the Tomcat Connector.
addContextCustomizers(TomcatContextCustomizer...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add TomcatContextCustomizers that should be added to the Tomcat Context.
addContextLifecycleListeners(LifecycleListener...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add LifecycleListeners that should be added to the Tomcat Context.
addContextValves(Valve...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add Valves that should be applied to the Tomcat Context.
addErrorPages(ErrorPage...) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
addErrorPages(ErrorPage...) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainerFactory
Adds error pages that will be used when handling exceptions.
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 Spring ApplicationContext .
addInitParameter(String, String) - Method in class org.springframework.boot.context.embedded.RegistrationBean
Add a single init-parameter, replacing any existing parameter with the same name.
addInterceptors(InterceptorRegistry) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration.DeviceResolverAutoConfigurationAdapter
 
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
Add ServletRegistrationBeans for the filter.
addUrlMappings(String...) - Method in class org.springframework.boot.context.embedded.ServletRegistrationBean
Add URL mappings for the servlet.
addUrlPatterns(String...) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
Add URL patterns that the filter will be registered against.
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
 
amqpAdmin(CachingConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitTemplateAutoConfiguration
 
AnnotationConfigEmbeddedWebApplicationContext - Class in org.springframework.boot.context.embedded
EmbeddedWebApplicationContext that accepts annotated classes as input - in particular @Configuration-annotated classes, but also plain @Component classes and JSR-330 compliant classes using javax.inject annotations.
AnnotationConfigEmbeddedWebApplicationContext() - Constructor for class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
AnnotationConfigEmbeddedWebApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
Create a new AnnotationConfigEmbeddedWebApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context.
AnnotationConfigEmbeddedWebApplicationContext(String...) - Constructor for class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
Create a new AnnotationConfigEmbeddedWebApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context.
AnsiElement - Interface in org.springframework.boot.ansi
An ANSI encodable element.
AnsiElement.DefaultAnsiElement - Class in org.springframework.boot.ansi
Internal default AnsiElement implementation.
AnsiElement.DefaultAnsiElement(String) - Constructor for class org.springframework.boot.ansi.AnsiElement.DefaultAnsiElement
 
AnsiOutput - Class in org.springframework.boot.ansi
Generates ANSI encoded output, automatically attempting to detect if the terminal supports ANSI.
AnsiOutput() - Constructor for class org.springframework.boot.ansi.AnsiOutput
 
AnsiOutput.Enabled - Enum in org.springframework.boot.ansi
 
anyMatches(ConditionContext, AnnotatedTypeMetadata, Condition...) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
 
AopAutoConfiguration - Class in org.springframework.boot.autoconfigure.aop
Auto-configuration for Spring AOP.
AopAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.aop.AopAutoConfiguration
 
AopAutoConfiguration.CglibAutoProxyConfiguration - Class in org.springframework.boot.autoconfigure.aop
 
AopAutoConfiguration.CglibAutoProxyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.aop.AopAutoConfiguration.CglibAutoProxyConfiguration
 
AopAutoConfiguration.JdkDynamicAutoProxyConfiguration - Class in org.springframework.boot.autoconfigure.aop
 
AopAutoConfiguration.JdkDynamicAutoProxyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.aop.AopAutoConfiguration.JdkDynamicAutoProxyConfiguration
 
application() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Accessor for the current application.
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.Archive.EntryRenameFilter
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 - Class in org.springframework.boot.loader.archive
An archive that can be launched by the Launcher.
Archive() - Constructor for class org.springframework.boot.loader.archive.Archive
 
Archive.Entry - Interface in org.springframework.boot.loader.archive
Represents a single entry in the archive.
Archive.EntryFilter - Interface in org.springframework.boot.loader.archive
Strategy interface to filter Entries.
Archive.EntryRenameFilter - Interface in org.springframework.boot.loader.archive
Strategy interface to filter or rename 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
Create a new AuditApplicationEvent that wraps a newly created AuditEvent.
AuditApplicationEvent(String, String, String...) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps a newly created AuditEvent.
AuditApplicationEvent(Date, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps a newly created AuditEvent.
AuditApplicationEvent(AuditEvent) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Create a new AuditApplicationEvent that wraps the specified AuditEvent.
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
Repository for AuditEvents.
auditEventRepository() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration.AuditEventRepositoryConfiguration
 
AuditListener - Class in org.springframework.boot.actuate.audit.listener
ApplicationListener that listens for AuditEvents and stores them in a AuditEventRepository.
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.

B

basicErrorController() - Method in class org.springframework.boot.actuate.autoconfigure.ErrorMvcAutoConfiguration
 
BasicErrorController - Class in org.springframework.boot.actuate.web
Basic global error Controller, rendering servlet container error codes and messages where available.
BasicErrorController() - Constructor for class org.springframework.boot.actuate.web.BasicErrorController
 
BatchAutoConfiguration - Class in org.springframework.boot.autoconfigure.batch
Auto-configuration for Spring Batch.
BatchAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
batchDatabaseInitializer() - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
BatchDatabaseInitializer - Class in org.springframework.boot.autoconfigure.batch
Initialize the Spring Batch schema (ignoring errors, so should be idempotent).
BatchDatabaseInitializer() - Constructor for class org.springframework.boot.autoconfigure.batch.BatchDatabaseInitializer
 
beanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Bean name generator for automatically generated bean names in the application context.
beanNameViewResolver() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
beansEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
BeansEndpoint - Class in org.springframework.boot.actuate.endpoint
Exposes JSON view of Spring beans.
BeansEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.BeansEndpoint
 
beforeInitialize() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
beforeInitialize() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
beforeInitialize() - Method in class org.springframework.boot.logging.LoggingSystem
Reset the logging system to be limit output.
BINDER_BEAN_NAME - Static variable in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
 
bindPropertiesToTarget() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
 
BLACK - Static variable in interface org.springframework.boot.ansi.AnsiElement
 
BLUE - Static variable in interface org.springframework.boot.ansi.AnsiElement
 
BOLD - Static variable in interface org.springframework.boot.ansi.AnsiElement
 

C

changesSince(PropertyValues) - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
 
child(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Create a child application with the provided sources.
close() - Method in class org.springframework.boot.autoconfigure.data.MongoRepositoriesAutoConfiguration.MongoRepositoriesConfiguration
 
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
Conditional that only matches when the specified bean classes and/or names are already contained in the BeanFactory.
ConditionalOnClass - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that 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
Conditional that only matches when the specified bean classes and/or names are not already contained in the BeanFactory.
ConditionalOnMissingClass - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that only matches when the specified classes are not on the classpath.
ConditionalOnNotWebApplication - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that only matches when the application context is a not a web application context.
ConditionalOnResource - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that only matches when the specified resources are on the classpath.
ConditionalOnWebApplication - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that only matches when the application context is a web application context.
CONFIG_LOCATION - Static variable in class org.springframework.boot.loader.PropertiesLauncher
Properties key for config file location (including optional classpath:, file: or URL prefix)
CONFIG_NAME - Static variable in class org.springframework.boot.loader.PropertiesLauncher
Properties key for name of external configuration file (excluding suffix).
ConfigFileApplicationContextInitializer - Class in org.springframework.boot.context.initializer
ApplicationContextInitializer that configures the context environment by loading properties from well known file locations.
ConfigFileApplicationContextInitializer() - Constructor for class org.springframework.boot.context.initializer.ConfigFileApplicationContextInitializer
 
ConfigurableEmbeddedServletContainerFactory - Interface in org.springframework.boot.context.embedded
Simple interface that represents customizations to an EmbeddedServletContainerFactory.
ConfigurationProperties - Annotation Type in org.springframework.boot.context.properties
Annotation for externalized configuration.
ConfigurationPropertiesBindingPostProcessor - Class in org.springframework.boot.context.properties
BeanPostProcessor to bind PropertySources to beans annotated with ConfigurationProperties.
ConfigurationPropertiesBindingPostProcessor() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
ConfigurationPropertiesBindingPostProcessorRegistrar - Class in org.springframework.boot.context.properties
ImportBeanDefinitionRegistrar for binding externalized application properties to ConfigurationProperties beans.
ConfigurationPropertiesBindingPostProcessorRegistrar() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
 
configure(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.
configure(SpringApplicationBuilder) - Method in class org.springframework.boot.web.SpringBootServletInitializer
Configure the application.
configureContext(Context, ServletContextInitializer[]) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Configure the Tomcat Context.
contains(String) - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
 
containsAutoConfiguredDataSource(ConfigurableListableBeanFactory) - Static method in class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
Determines if the dataSource being used by Spring was created from EmbeddedDataSourceConfiguration.
containsProperty(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
 
context() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Accessor for the current application context.
contextClass(Class<? extends ConfigurableApplicationContext>) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Explicitly set the context class to be used.
ContextIdApplicationContextInitializer - Class in org.springframework.boot.context.initializer
ApplicationContextInitializer that set the Spring ApplicationContext ID.
ContextIdApplicationContextInitializer() - Constructor for class org.springframework.boot.context.initializer.ContextIdApplicationContextInitializer
 
ContextIdApplicationContextInitializer(String) - Constructor for class org.springframework.boot.context.initializer.ContextIdApplicationContextInitializer
 
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 archives.
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 MainMethodRunner used to launch the application.
createMultipartConfig() - Method in class org.springframework.boot.context.embedded.MultiPartConfigFactory
Create a new MultipartConfigElement instance.
createRootApplicationContext(ServletContext) - Method in class org.springframework.boot.web.SpringBootServletInitializer
 
customize(ConfigurableEmbeddedServletContainerFactory) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.ServerCustomization
 
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(Connector) - Method in interface org.springframework.boot.context.embedded.tomcat.TomcatConnectorCustomizer
 
customize(Context) - Method in interface org.springframework.boot.context.embedded.tomcat.TomcatContextCustomizer
 
customizeBinder(DataBinder) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
 
customizeConnector(Connector) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
 
CustomPropertyConstructor - Class in org.springframework.boot.bind
Extended version of snakeyaml's Constructor class to facilitate mapping custom YAML keys to Javabean property names.
CustomPropertyConstructor(Class<?>) - Constructor for class org.springframework.boot.bind.CustomPropertyConstructor
 
CustomPropertyConstructor(Class<?>, Map<Class<?>, Map<String, String>>) - Constructor for class org.springframework.boot.bind.CustomPropertyConstructor
 
CYAN - Static variable in interface org.springframework.boot.ansi.AnsiElement
 

D

database() - Method in class org.springframework.boot.autoconfigure.data.MongoRepositoriesAutoConfiguration.MongoProperties
 
dataSource() - Method in class org.springframework.boot.autoconfigure.jdbc.CommonsDataSourceConfiguration
 
dataSource() - Method in class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
 
dataSource() - Method in class org.springframework.boot.autoconfigure.jdbc.TomcatDataSourceConfiguration
 
DataSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
DataSourceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
 
DataSourceAutoConfiguration.DbcpConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
 
DataSourceAutoConfiguration.DbcpConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.DbcpConfiguration
 
DataSourceAutoConfiguration.EmbeddedConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
 
DataSourceAutoConfiguration.EmbeddedConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.EmbeddedConfiguration
 
DataSourceAutoConfiguration.JdbcTemplateConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
 
DataSourceAutoConfiguration.JdbcTemplateConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.JdbcTemplateConfiguration
 
DataSourceAutoConfiguration.TomcatConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
 
DataSourceAutoConfiguration.TomcatConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.TomcatConfiguration
 
DataSourceTransactionManagerAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
Auto-configuration for DataSourceTransactionManager.
DataSourceTransactionManagerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
 
decrement(String) - Method in interface org.springframework.boot.actuate.metrics.CounterService
Decrement the specified metric by 1.
decrement(String) - Method in class org.springframework.boot.actuate.metrics.DefaultCounterService
 
DEFAULT - Static variable in interface org.springframework.boot.ansi.AnsiElement
 
DEFAULT - Static variable in class org.springframework.boot.context.embedded.MimeMappings
Default mime mapping commonly used.
DEFAULT_DISPATCHER_SERVLET_BEAN_NAME - Static variable in class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration
 
DEFAULT_WEB_CONTEXT_CLASS - Static variable in class org.springframework.boot.SpringApplication
 
defaultArgs(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Default command line arguments (overridden by explicit arguments at runtime in SpringApplicationBuilder.run(String...)).
DefaultCounterService - Class in org.springframework.boot.actuate.metrics
Default implementation of CounterService.
DefaultCounterService(MetricRepository) - Constructor for class org.springframework.boot.actuate.metrics.DefaultCounterService
Create a DefaultCounterService instance.
defaultErrorView() - Method in class org.springframework.boot.actuate.autoconfigure.ErrorMvcAutoConfiguration
 
DefaultGaugeService - Class in org.springframework.boot.actuate.metrics
Default implementation of GaugeService.
DefaultGaugeService(MetricRepository) - Constructor for class org.springframework.boot.actuate.metrics.DefaultGaugeService
Create a new DefaultGaugeService instance.
DefaultProfileDocumentMatcher - Class in org.springframework.boot.config
A YamlProcessor.DocumentMatcher that matches the default profile implicitly but not explicitly (i.e.
DefaultProfileDocumentMatcher() - Constructor for class org.springframework.boot.config.DefaultProfileDocumentMatcher
 
defaultTemplateResolver() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.DefaultTemplateResolverConfiguration
 
defaultViewResolver() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
delete(String) - Method in class org.springframework.boot.actuate.metrics.InMemoryMetricRepository
 
delete(String) - Method in interface org.springframework.boot.actuate.metrics.MetricRepository
 
destroy() - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
destroy() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
deviceHandlerMethodArgumentResolver() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration.DeviceResolverAutoConfigurationAdapter
 
DeviceResolverAutoConfiguration - Class in org.springframework.boot.autoconfigure.mobile
Auto-configuration for Spring Mobile's DeviceResolver.
DeviceResolverAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration
 
DeviceResolverAutoConfiguration.DeviceResolverAutoConfigurationAdapter - Class in org.springframework.boot.autoconfigure.mobile
 
DeviceResolverAutoConfiguration.DeviceResolverAutoConfigurationAdapter() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration.DeviceResolverAutoConfigurationAdapter
 
deviceResolverHandlerInterceptor() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration.DeviceResolverAutoConfigurationAdapter
 
DISPATCHER_SERVLET_NAME - Static variable in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Constant value for the DispatcherServlet bean name.
dispatcherServlet() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
dispatcherServlet() - Method in class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration
 
DispatcherServletAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
Auto-configuration for the Spring DispatcherServlet where an embedded servlet container is already present.
DispatcherServletAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration
 
doBind(MutablePropertyValues) - Method in class org.springframework.boot.bind.RelaxedDataBinder
 
doClose() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
doWithLibraries(LibraryCallback) - Method in interface org.springframework.boot.loader.tools.Libraries
Iterate all relevant libraries.
dumpEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
DumpEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose thread info.
DumpEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.DumpEndpoint
Create a new DumpEndpoint instance.

E

EmbeddedDatabaseConnection - Enum in org.springframework.boot.autoconfigure.jdbc
Connection details for embedded databases.
EmbeddedDataSourceConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
Configuration for embedded data sources.
EmbeddedDataSourceConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
 
EmbeddedServletContainer - Interface in org.springframework.boot.context.embedded
Simple interface that represents a fully configured embedded servlet container (for example Tomcat or Jetty).
EmbeddedServletContainerAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
Auto-configuration for an embedded servlet containers.
EmbeddedServletContainerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration
 
EmbeddedServletContainerAutoConfiguration.EmbeddedJetty - Class in org.springframework.boot.autoconfigure.web
Nested configuration if Jetty is being used.
EmbeddedServletContainerAutoConfiguration.EmbeddedJetty() - Constructor for class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.EmbeddedJetty
 
EmbeddedServletContainerAutoConfiguration.EmbeddedServletContainerCustomizerBeanPostProcessorRegistrar - Class in org.springframework.boot.autoconfigure.web
EmbeddedServletContainerAutoConfiguration.EmbeddedServletContainerCustomizerBeanPostProcessorRegistrar() - Constructor for class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.EmbeddedServletContainerCustomizerBeanPostProcessorRegistrar
 
EmbeddedServletContainerAutoConfiguration.EmbeddedTomcat - Class in org.springframework.boot.autoconfigure.web
Nested configuration for if Tomcat is being used.
EmbeddedServletContainerAutoConfiguration.EmbeddedTomcat() - Constructor for class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.EmbeddedTomcat
 
EmbeddedServletContainerCustomizer - Interface in org.springframework.boot.context.embedded
Strategy interface for customizing auto-configured embedded servlet containers.
EmbeddedServletContainerCustomizerBeanPostProcessor - Class in org.springframework.boot.context.embedded
BeanPostProcessor that apply all EmbeddedServletContainerCustomizers from the bean factory to ConfigurableEmbeddedServletContainerFactory beans.
EmbeddedServletContainerCustomizerBeanPostProcessor() - Constructor for class org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
 
EmbeddedServletContainerException - Exception in org.springframework.boot.context.embedded
Exceptions thrown by an embedded servlet container.
EmbeddedServletContainerException(String, Throwable) - Constructor for exception org.springframework.boot.context.embedded.EmbeddedServletContainerException
 
EmbeddedServletContainerFactory - Interface in org.springframework.boot.context.embedded
Factory interface that can be used to create EmbeddedServletContainers.
EmbeddedWebApplicationContext - Class in org.springframework.boot.context.embedded
A WebApplicationContext that can be used to bootstrap itself from a contained EmbeddedServletContainerFactory bean.
EmbeddedWebApplicationContext() - Constructor for class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
EnableAutoConfiguration - Annotation Type in org.springframework.boot.autoconfigure
Enable auto-configuration of the Spring Application Context, attempting to guess and configure beans that you are likely to need.
EnableConfigurationProperties - Annotation Type in org.springframework.boot.context.properties
Enable support for ConfigurationProperties annotated beans.
Endpoint<T> - Interface in org.springframework.boot.actuate.endpoint
An endpoint that can be used to expose useful information to operations.
EndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for common management Endpoints.
EndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
EndpointAutoConfiguration.GitInfo - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointAutoConfiguration.GitInfo() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
 
EndpointAutoConfiguration.GitInfo.Commit - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointAutoConfiguration.GitInfo.Commit() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
 
EndpointAutoConfiguration.InfoPropertiesConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointAutoConfiguration.InfoPropertiesConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.InfoPropertiesConfiguration
 
endpointHandlerAdapter() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
EndpointHandlerAdapter - Class in org.springframework.boot.actuate.endpoint.mvc
MVC HandlerAdapter for Endpoints.
EndpointHandlerAdapter() - Constructor for class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerAdapter
 
endpointHandlerMapping() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
EndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.mvc
HandlerMapping to map Endpoints to URLs via Endpoint.getPath().
EndpointHandlerMapping() - Constructor for class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Create a new EndpointHandlerMapping instance.
EndpointHandlerMapping(Collection<? extends Endpoint<?>>) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Create a new EndpointHandlerMapping with the specified endpoints.
EndpointWebMvcAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration to enable Spring MVC to handle Endpoint requests.
EndpointWebMvcAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
EndpointWebMvcChildContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Configuration triggered from EndpointWebMvcAutoConfiguration when a new EmbeddedServletContainer running on a different port is required.
EndpointWebMvcChildContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration
 
EndpointWebMvcChildContextConfiguration.ServerCustomization - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointWebMvcChildContextConfiguration.ServerCustomization() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.ServerCustomization
 
enhanceTrace(Map<String, Object>, HttpServletResponse) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
entityManagerFactory() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
entries() - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
 
environment(ConfigurableEnvironment) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Environment for the application context.
EnvironmentDelegateApplicationContextInitializer - Class in org.springframework.boot.context.initializer
ApplicationContextInitializer that delegates to other initializers that are specified under a context.initializer.classes environment property.
EnvironmentDelegateApplicationContextInitializer() - Constructor for class org.springframework.boot.context.initializer.EnvironmentDelegateApplicationContextInitializer
 
environmentEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
EnvironmentEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose environment information.
EnvironmentEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
Create a new EnvironmentEndpoint instance.
equals(Object) - Method in class org.springframework.boot.actuate.metrics.Measurement
 
equals(Object) - Method in class org.springframework.boot.actuate.metrics.Metric
 
equals(Object) - Method in class org.springframework.boot.context.embedded.ErrorPage
 
equals(Object) - Method in class org.springframework.boot.context.embedded.MimeMappings
 
equals(Object) - Method in class org.springframework.boot.context.embedded.MimeMappings.Mapping
 
error(HttpServletRequest) - Method in class org.springframework.boot.actuate.web.BasicErrorController
 
ErrorController - Interface in org.springframework.boot.actuate.web
Marker interface used to indicate that a @Controller is used to render errors.
errorHtml(HttpServletRequest) - Method in class org.springframework.boot.actuate.web.BasicErrorController
 
ErrorMvcAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration to render errors via a MVC error controller.
ErrorMvcAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.ErrorMvcAutoConfiguration
 
ErrorPage - Class in org.springframework.boot.context.embedded
Simple container-independent abstraction for servlet error pages.
ErrorPage(String) - Constructor for class org.springframework.boot.context.embedded.ErrorPage
 
ErrorPage(HttpStatus, String) - Constructor for class org.springframework.boot.context.embedded.ErrorPage
 
ExecutableArchiveLauncher - Class in org.springframework.boot.loader
Base class for executable archive Launchers.
ExecutableArchiveLauncher() - Constructor for class org.springframework.boot.loader.ExecutableArchiveLauncher
 
exit(ApplicationContext, ExitCodeGenerator...) - Static method in class org.springframework.boot.SpringApplication
Static helper that can be used to exit a SpringApplication and obtain a code indicating success (0) or otherwise.
ExitCodeGenerator - Interface in org.springframework.boot
Interface used to generate an 'exit code' from a running command line SpringApplication.
ExplodedArchive - Class in org.springframework.boot.loader.archive
Archive implementation backed by an exploded archive directory.
ExplodedArchive(File) - Constructor for class org.springframework.boot.loader.archive.ExplodedArchive
 

F

FAINT - Static variable in interface org.springframework.boot.ansi.AnsiElement
 
faviconHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration
 
faviconRequestHandler() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration
 
FilterRegistrationBean - Class in org.springframework.boot.context.embedded
A ServletContextInitializer to register Filters in a Servlet 3.0+ container.
FilterRegistrationBean() - Constructor for class org.springframework.boot.context.embedded.FilterRegistrationBean
Create a new FilterRegistrationBean instance.
FilterRegistrationBean(Filter, ServletRegistrationBean...) - Constructor for class org.springframework.boot.context.embedded.FilterRegistrationBean
Create a new FilterRegistrationBean instance to be registered with the specified ServletRegistrationBeans.
find(String, Date) - Method in interface org.springframework.boot.actuate.audit.AuditEventRepository
Find audit events relating to the specified principal since the time provided.
find(String, Date) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
find(PackageScanFilter, String, ClassLoader, Set<Class<?>>) - Method in class org.springframework.boot.liquibase.SpringPackageScanClassResolver
 
findAll() - Method in class org.springframework.boot.actuate.metrics.InMemoryMetricRepository
 
findAll() - Method in interface org.springframework.boot.actuate.metrics.MetricRepository
 
findAll() - Method in class org.springframework.boot.actuate.trace.InMemoryTraceRepository
 
findAll() - Method in interface org.springframework.boot.actuate.trace.TraceRepository
Find all Trace objects contained in the repository.
findClass(String) - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
 
findMainClass(File) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
Find the main class from a given folder.
findMainClass(JarFile, String) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
Find the main class in a given jar file.
findOne(String) - Method in class org.springframework.boot.actuate.metrics.InMemoryMetricRepository
 
findOne(String) - Method in interface org.springframework.boot.actuate.metrics.MetricRepository
 
finishRefresh() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
forFile(File) - Static method in class org.springframework.boot.loader.tools.Layouts
Return the a layout for the given source file.
format(LogRecord) - Method in class org.springframework.boot.logging.java.SimpleFormatter
 

G

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
Returns the most suitable EmbeddedDatabaseConnection for the given class loader.
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.
getAnnotation() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
The Spring Data annotation used to enable the particular repository support.
getApplicationLog() - Method in class org.springframework.boot.SpringApplication
Returns the Log for the application.
getArchive() - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
 
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
 
getBasePackages() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
getBasic() - Method in class org.springframework.boot.actuate.properties.SecurityProperties
 
getBranch() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
 
getBrokerURL() - Method in class org.springframework.boot.autoconfigure.jms.JmsTemplateAutoConfiguration.ActiveMQConnectionFactoryProperties
 
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
 
getClassPathArchives() - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
 
getClassPathArchives() - Method in class org.springframework.boot.loader.Launcher
Returns the archives that will be used to construct the class path.
getClassPathArchives() - Method in class org.springframework.boot.loader.PropertiesLauncher
 
getCommit() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
 
getConfiguration() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
The configuration class that will be used by Spring Boot as a template.
getConfigurations() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Returns a mutable collection of Jetty Configurations that will be applied to the WebAppContext before the server is created.
getContextLifecycleListeners() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable collection of the LifecycleListeners that will be applied to the Tomcat Context .
getContextPath() - Method in class org.springframework.boot.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
Returns the RandomAccessData for this entry.
getDatabase() - Method in class org.springframework.boot.autoconfigure.data.MongoRepositoriesAutoConfiguration.MongoProperties
 
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
Gets a new fully configured but paused EmbeddedServletContainer instance.
getEmbeddedServletContainer() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Returns the EmbeddedServletContainer that was created by the context or null if the container has not yet been created.
getEmbeddedServletContainer(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
 
getEmbeddedServletContainer(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
 
getEmbeddedServletContainerFactory() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Returns the EmbeddedServletContainerFactory that should be used to create the embedded servlet container.
getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Return the endpoints
getEntries() - Method in class org.springframework.boot.loader.archive.Archive
Returns all entries from the archive.
getEntries() - Method in class org.springframework.boot.loader.archive.ExplodedArchive
 
getEntries() - Method in class org.springframework.boot.loader.archive.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.EntryRenameFilter) - Method in class org.springframework.boot.loader.archive.Archive
Returns a filtered version of the archive.
getFilteredArchive(Archive.EntryRenameFilter) - Method in class org.springframework.boot.loader.archive.ExplodedArchive
 
getFilteredArchive(Archive.EntryRenameFilter) - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
getFilteredArchive() - Method in class org.springframework.boot.loader.WarLauncher
Filter the specified WAR file to exclude elements that should not appear on the classpath.
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
 
getHomeDirectory() - Method in class org.springframework.boot.loader.PropertiesLauncher
 
getHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitTemplateAutoConfiguration.RabbitConnectionFactoryProperties
 
getHost() - Method in class org.springframework.boot.autoconfigure.data.MongoRepositoriesAutoConfiguration.MongoProperties
 
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
 
getInfo() - Method in class org.springframework.boot.actuate.trace.Trace
 
getInitializers() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
Returns a mutable list of ServletContextInitializer that should be applied in addition to EmbeddedServletContainerFactory.getEmbeddedServletContainer(ServletContextInitializer...) parameters.
getInitializers() - Method in class org.springframework.boot.SpringApplication
Returns a mutable list of the ApplicationContextInitializers that will be applied to the Spring ApplicationContext.
getInitParameters() - Method in class org.springframework.boot.context.embedded.RegistrationBean
Returns a mutable Map of the registration init-parameters.
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
Factory method called to create the JettyEmbeddedServletContainer.
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() - Method in class org.springframework.boot.loader.archive.Archive
Obtain the main class that should be used to launch the application.
getMainClass() - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
 
getMainClass() - Method in class org.springframework.boot.loader.Launcher
Returns the main class that should be launched.
getMainClass() - Method in class org.springframework.boot.loader.PropertiesLauncher
 
getManagement() - Method in class org.springframework.boot.actuate.properties.SecurityProperties
 
getManifest() - Method in class org.springframework.boot.loader.archive.Archive
Returns the manifest of the archive.
getManifest() - Method in class org.springframework.boot.loader.archive.ExplodedArchive
 
getManifest() - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
getManifest() - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
 
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
 
getMaxThreads() - Method in class org.springframework.boot.context.embedded.properties.ServerProperties.Tomcat
 
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
Compare two YamlProcessor.MatchStatus items, returning the most specific status.
getMultipartConfig() - Method in class org.springframework.boot.context.embedded.ServletRegistrationBean
Returns the multi-part configuration to be applied or null.
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.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 class org.springframework.boot.loader.archive.ExplodedArchive
 
getNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
getNestedArchives(Archive.EntryFilter) - Method in class org.springframework.boot.loader.archive.Archive
Returns nested Archives for entries that match the specified filter.
getNestedArchives(Archive.EntryFilter) - Method in class org.springframework.boot.loader.archive.ExplodedArchive
 
getNestedArchives(Archive.EntryFilter) - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
getNestedJarFile(ZipEntry, JarEntryFilter...) - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
Return a nested RandomAccessJarFile loaded from the specified entry.
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.ParentContextApplicationContextInitializer
 
getOrder() - Method in class org.springframework.boot.context.initializer.ServletContextApplicationContextInitializer
 
getOrder() - Method in class org.springframework.boot.context.initializer.VcapApplicationContextInitializer
 
getOrder() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
getPackagedConfigFile(String) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
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.amqp.RabbitTemplateAutoConfiguration.RabbitConnectionFactoryProperties
 
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.autoconfigure.amqp.RabbitTemplateAutoConfiguration.RabbitConnectionFactoryProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.data.MongoRepositoriesAutoConfiguration.MongoProperties
 
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 or null.
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
 
getRepositoryConfigurationExtension() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
The RepositoryConfigurationExtension for the particular repository support.
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
Returns ServletContextInitializers that should be used with the embedded Servlet context.
getServletContextInitializerConfiguration(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Return a Jetty Configuration that will invoke the specified ServletContextInitializers.
getServletName() - Method in class org.springframework.boot.context.embedded.ServletRegistrationBean
Returns the servlet name that will be registered.
getServletNames() - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
Return a mutable collection of servlet names that the filter will be registered against.
getServletRegistrationBeans() - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
Return a mutable collection of the ServletRegistrationBean that the filter will be registered against.
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
Returns a mutable set of the sources that will be added to an ApplicationContext when SpringApplication.run(String...) is called.
getSpringFactoriesApplicationContextInitializers() - Method in class org.springframework.boot.SpringApplication
Returns ApplicationContextInitializer loaded via the SpringFactoriesLoader.
getStatus() - Method in class org.springframework.boot.context.embedded.ErrorPage
The HTTP status value that this error page matches.
getStatusCode() - Method in class org.springframework.boot.context.embedded.ErrorPage
The HTTP status value that this error page matches.
getSubProperties(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
Return a Map of all values from all underlying properties that start with the specified key.
getSubProperties(PropertySources, RelaxedNames) - Static method in class org.springframework.boot.bind.RelaxedPropertyResolver
Return a Map of all values from the specified PropertySources that start with a particular key.
getSubProperties(PropertySources, String, RelaxedNames) - Static method in class org.springframework.boot.bind.RelaxedPropertyResolver
Return a Map of all values from the specified PropertySources that start with a particular key.
getSubsection(long, long) - Method in interface org.springframework.boot.loader.data.RandomAccessData
Returns a new RandomAccessData for a specific subsection of this data.
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.
getTomcatConnectorCustomizers() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable collection of the TomcatContextCustomizers that will be applied to the Tomcat Context .
getTomcatContextCustomizers() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable collection of the TomcatContextCustomizers that will be applied to the Tomcat Context .
getTomcatEmbeddedServletContainer(Tomcat) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Factory method called to create the TomcatEmbeddedServletContainer.
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 EmbeddedDatabaseType for the connection.
getUri() - Method in class org.springframework.boot.autoconfigure.data.MongoRepositoriesAutoConfiguration.MongoProperties
 
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 class org.springframework.boot.loader.archive.Archive
Returns a URL that can be used to load the archive.
getUrl() - Method in class org.springframework.boot.loader.archive.ExplodedArchive
 
getUrl() - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
getUrl() - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
Return a URL that can be used to access this JAR file.
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.amqp.RabbitTemplateAutoConfiguration.RabbitConnectionFactoryProperties
 
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 null otherwise.
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 Tomcat Context.
getWebAppContextConfigurations(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Return the Jetty Configurations that should be applied to the server.
gitInfo() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.InfoPropertiesConfiguration
 
GREEN - Static variable in interface org.springframework.boot.ansi.AnsiElement
 

H

handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerAdapter
 
handlerAdapter() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
handlerMapping() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
hashCode() - Method in class org.springframework.boot.actuate.metrics.Measurement
 
hashCode() - Method in class org.springframework.boot.actuate.metrics.Metric
 
hashCode() - Method in class org.springframework.boot.context.embedded.ErrorPage
 
hashCode() - Method in class org.springframework.boot.context.embedded.MimeMappings
 
hashCode() - Method in class org.springframework.boot.context.embedded.MimeMappings.Mapping
 
health() - Method in interface org.springframework.boot.actuate.health.HealthIndicator
 
health() - Method in class org.springframework.boot.actuate.health.VanillaHealthIndicator
 
healthEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
HealthEndpoint<T> - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose application health.
HealthEndpoint(HealthIndicator<? extends T>) - Constructor for class org.springframework.boot.actuate.endpoint.HealthEndpoint
Create a new HealthIndicator instance.
HealthIndicator<T> - Interface in org.springframework.boot.actuate.health
Strategy interface used to provide an indication of application health.
HibernateJpaAutoConfiguration - Class in org.springframework.boot.autoconfigure.orm.jpa
Auto-configuration for Hibernate JPA.
HibernateJpaAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
 
hiddenHttpMethodFilter() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration
 
HOME - Static variable in class org.springframework.boot.loader.PropertiesLauncher
Properties key for home directory.

I

increment(String) - Method in interface org.springframework.boot.actuate.metrics.CounterService
Increment the specified metric by 1.
increment(String) - Method in class org.springframework.boot.actuate.metrics.DefaultCounterService
 
increment(String, int, Date) - Method in class org.springframework.boot.actuate.metrics.InMemoryMetricRepository
 
increment(int) - Method in class org.springframework.boot.actuate.metrics.Metric
Create a new Metric with an incremented value.
increment(String, int, Date) - Method in interface org.springframework.boot.actuate.metrics.MetricRepository
 
InetAddressEditor - Class in org.springframework.boot.bind
InetAddressEditor() - Constructor for class org.springframework.boot.bind.InetAddressEditor
 
infoEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
InfoEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose arbitrary application information.
InfoEndpoint(Map<String, ? extends Object>) - Constructor for class org.springframework.boot.actuate.endpoint.InfoEndpoint
Create a new InfoEndpoint instance.
infoMap() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.InfoPropertiesConfiguration
 
init(FilterConfig) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
initialize() - Method in class org.springframework.boot.autoconfigure.batch.BatchDatabaseInitializer
 
initialize() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
 
initialize(SpringApplication, String[]) - Method in class org.springframework.boot.context.initializer.ConfigFileApplicationContextInitializer
Binds the early Environment to the SpringApplication.
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.initializer.ConfigFileApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.initializer.ContextIdApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.initializer.EnvironmentDelegateApplicationContextInitializer
 
initialize(SpringApplication, String[]) - Method in class org.springframework.boot.context.initializer.LoggingApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.initializer.LoggingApplicationContextInitializer
Initialize the logging system according to preferences expressed through the Environment and the classpath.
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.initializer.ParentContextApplicationContextInitializer
 
initialize(ConfigurableWebApplicationContext) - Method in class org.springframework.boot.context.initializer.ServletContextApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.initializer.VcapApplicationContextInitializer
 
initialize(SpringApplication, String[]) - Method in class org.springframework.boot.liquibase.LiquibaseServiceLocatorInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.liquibase.LiquibaseServiceLocatorInitializer
 
initialize() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
initialize(String) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
initialize(String) - Method in class org.springframework.boot.logging.log4j.Log4JLoggingSystem
 
initialize(String) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
initialize() - Method in class org.springframework.boot.logging.LoggingSystem
Initialize the logging system using sensible defaults.
initialize(String) - Method in class org.springframework.boot.logging.LoggingSystem
Initialize the logging system from a logging configuration location.
initialize(SpringApplication, String[]) - Method in interface org.springframework.boot.SpringApplicationInitializer
Initialize the application
initializeLogLevel(LoggingSystem, LogLevel) - Method in class org.springframework.boot.context.initializer.LoggingApplicationContextInitializer
 
initializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add some initializers to the application (applied to the ApplicationContext before any bean definitions are loaded).
initializeWithSensibleDefaults() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
InMemoryAuditEventRepository - Class in org.springframework.boot.actuate.audit
In-memory AuditEventRepository implementation.
InMemoryAuditEventRepository() - Constructor for class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
InMemoryMetricRepository - Class in org.springframework.boot.actuate.metrics
MetricRepository implementation that stores metric in-memory.
InMemoryMetricRepository() - Constructor for class org.springframework.boot.actuate.metrics.InMemoryMetricRepository
 
InMemoryTraceRepository - Class in org.springframework.boot.actuate.trace
In-memory implementation of TraceRepository.
InMemoryTraceRepository() - Constructor for class org.springframework.boot.actuate.trace.InMemoryTraceRepository
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.BeansEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.DumpEndpoint
 
invoke() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
Called to invoke the endpoint.
invoke() - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.HealthEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.InfoEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.MetricsEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.TraceEndpoint
 
isAllowShutdown() - Method in class org.springframework.boot.actuate.properties.ManagementServerProperties
 
isAsyncSupported() - Method in class org.springframework.boot.context.embedded.RegistrationBean
Returns if asynchronous operations are support for this registration.
isCache() - Method in class org.springframework.boot.actuate.properties.SecurityProperties.Headers
 
isContentType() - Method in class org.springframework.boot.actuate.properties.SecurityProperties.Headers
 
isDefaultPassword() - Method in class org.springframework.boot.actuate.properties.SecurityProperties.User
 
isDirectory() - Method in interface org.springframework.boot.loader.archive.Archive.Entry
Returns true if the entry represents a directory.
isDisabled() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Returns if this mapping is disabled.
isDynamic() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitTemplateAutoConfiguration.RabbitConnectionFactoryProperties
 
isEmpty() - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
 
isEnableCsrf() - Method in class org.springframework.boot.actuate.properties.SecurityProperties
 
isEnabled() - Method in class org.springframework.boot.actuate.properties.SecurityProperties.Basic
 
isEnabled() - Method in class org.springframework.boot.actuate.properties.SecurityProperties.Management
 
isFrame() - Method in class org.springframework.boot.actuate.properties.SecurityProperties.Headers
 
isGlobal() - Method in class org.springframework.boot.context.embedded.ErrorPage
 
isInMemory() - Method in class org.springframework.boot.autoconfigure.jms.JmsTemplateAutoConfiguration.ActiveMQConnectionFactoryProperties
 
isMatch() - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition.Outcome
 
isMatchAfter() - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
Return if filter mappings should be matched after any declared Filter mappings of the ServletContext.
isNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
Determine if the specified JarEntry is a nested item that should be added to the classpath.
isNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.JarLauncher
 
isNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.WarLauncher
 
isPooled() - Method in class org.springframework.boot.autoconfigure.jms.JmsTemplateAutoConfiguration.ActiveMQConnectionFactoryProperties
 
isPubSubDomain() - Method in class org.springframework.boot.autoconfigure.jms.JmsTemplateAutoConfiguration.JmsTemplateProperties
 
isRegisterDefaultServlet() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
Flag to indicate that the default servlet should be registered.
isRegisterJspServlet() - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
Flag to indicate that the JSP servlet should be registered if available on the classpath.
isRequireSsl() - Method in class org.springframework.boot.actuate.properties.SecurityProperties
 
isSensitive() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
isSensitive() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
Returns if the endpoint is sensitive, i.e.
isSingleton() - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
 
isSingleton() - Method in class org.springframework.boot.bind.YamlConfigurationFactory
 
isSingleton() - Method in class org.springframework.boot.config.YamlMapFactoryBean
 
isSingleton() - Method in class org.springframework.boot.config.YamlPropertiesFactoryBean
 
isSupportedType(EventListener) - Static method in class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
Returns true if the specified listener is one of the supported types.
isTestOnBorrow() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
 
isTestOnReturn() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
 
isXss() - Method in class org.springframework.boot.actuate.properties.SecurityProperties.Headers
 
ITALIC - Static variable in interface org.springframework.boot.ansi.AnsiElement
 
iterator() - Method in class org.springframework.boot.bind.RelaxedNames
 
iterator() - Method in class org.springframework.boot.context.embedded.MimeMappings
 

J

JacksonJsonParser - Class in org.springframework.boot.config
Thin wrapper to adapt Jackson 2 ObjectMapper to JsonParser.
JacksonJsonParser() - Constructor for class org.springframework.boot.config.JacksonJsonParser
 
JarEntryFilter - Interface in org.springframework.boot.loader.jar
Interface that can be used to filter and optionally rename jar entries.
JarFileArchive - Class in org.springframework.boot.loader.archive
Archive implementation backed by a RandomAccessJarFile.
JarFileArchive(File) - Constructor for class org.springframework.boot.loader.archive.JarFileArchive
 
JarFileArchive(RandomAccessJarFile) - Constructor for class org.springframework.boot.loader.archive.JarFileArchive
 
JarLauncher - Class in org.springframework.boot.loader
Launcher for JAR based archives.
JarLauncher() - Constructor for class org.springframework.boot.loader.JarLauncher
 
JavaLoggingSystem - Class in org.springframework.boot.logging.java
JavaLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.java.JavaLoggingSystem
 
jdbcTemplate() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.JdbcTemplateConfiguration
 
JettyEmbeddedServletContainer - Class in org.springframework.boot.context.embedded.jetty
EmbeddedServletContainer that can be used to control an embedded Jetty server.
JettyEmbeddedServletContainer(Server) - Constructor for class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
Create a new JettyEmbeddedServletContainer instance.
jettyEmbeddedServletContainerFactory() - Method in class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.EmbeddedJetty
 
JettyEmbeddedServletContainerFactory - Class in org.springframework.boot.context.embedded.jetty
JettyEmbeddedServletContainerFactory() - Constructor for class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
JettyEmbeddedServletContainerFactory(int) - Constructor for class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Create a new JettyEmbeddedServletContainerFactory that listens for requests using the specified port.
JettyEmbeddedServletContainerFactory(String, int) - Constructor for class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Create a new JettyEmbeddedServletContainerFactory with the specified context path and port.
jmsTemplate() - Method in class org.springframework.boot.autoconfigure.jms.JmsTemplateAutoConfiguration
 
JmsTemplateAutoConfiguration - Class in org.springframework.boot.autoconfigure.jms
Auto-configuration for JmsTemplate.
JmsTemplateAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsTemplateAutoConfiguration
 
JmsTemplateAutoConfiguration.ActiveMQConnectionFactoryCreator - Class in org.springframework.boot.autoconfigure.jms
 
JmsTemplateAutoConfiguration.ActiveMQConnectionFactoryCreator() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsTemplateAutoConfiguration.ActiveMQConnectionFactoryCreator
 
JmsTemplateAutoConfiguration.ActiveMQConnectionFactoryProperties - Class in org.springframework.boot.autoconfigure.jms
 
JmsTemplateAutoConfiguration.ActiveMQConnectionFactoryProperties() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsTemplateAutoConfiguration.ActiveMQConnectionFactoryProperties
 
JmsTemplateAutoConfiguration.JmsTemplateProperties - Class in org.springframework.boot.autoconfigure.jms
 
JmsTemplateAutoConfiguration.JmsTemplateProperties() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsTemplateAutoConfiguration.JmsTemplateProperties
 
JobExecutionEvent - Class in org.springframework.boot.autoconfigure.batch
Spring ApplicationEvent encapsulating a JobExecution.
JobExecutionEvent(JobExecution) - Constructor for class org.springframework.boot.autoconfigure.batch.JobExecutionEvent
 
jobExecutionExitCodeGenerator() - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
JobExecutionExitCodeGenerator - Class in org.springframework.boot.autoconfigure.batch
JobExecutionExitCodeGenerator() - Constructor for class org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
 
jobLauncherCommandLineRunner() - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
JobLauncherCommandLineRunner - Class in org.springframework.boot.autoconfigure.batch
CommandLineRunner to launch Spring Batch jobs.
JobLauncherCommandLineRunner() - Constructor for class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
JpaBaseConfiguration - Class in org.springframework.boot.autoconfigure.orm.jpa
Base Auto-configuration for JPA.
JpaBaseConfiguration() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
JpaBaseConfiguration.JpaWebConfiguration - Class in org.springframework.boot.autoconfigure.orm.jpa
 
JpaBaseConfiguration.JpaWebConfiguration() - Constructor for class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration
 
JpaRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data
Auto-configuration for Spring Data's JPA Repositories.
JpaRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.JpaRepositoriesAutoConfiguration
 
jpaVendorAdapter() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
JsonParser - Interface in org.springframework.boot.config
Parser that can read JSON formatted strings into Maps or Lists.
JsonParserFactory - Class in org.springframework.boot.config
Factory to create a JsonParser.
JsonParserFactory() - Constructor for class org.springframework.boot.config.JsonParserFactory
 

L

launch(String[]) - Method in class org.springframework.boot.loader.Launcher
Launch the application.
launch(String[], String, ClassLoader) - Method in class org.springframework.boot.loader.Launcher
Launch the application given the archive file and a fully configured classloader.
LaunchedURLClassLoader - Class in org.springframework.boot.loader
ClassLoader used by the Launcher.
LaunchedURLClassLoader(URL[], ClassLoader) - Constructor for class org.springframework.boot.loader.LaunchedURLClassLoader
Create a new LaunchedURLClassLoader instance.
Launcher - Class in org.springframework.boot.loader
Base class for launchers that can start an application with a fully configured classpath backed by one or more Archives.
Launcher() - Constructor for class org.springframework.boot.loader.Launcher
 
launchJobFromProperties(Properties) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
Layout - Interface in org.springframework.boot.loader.tools
Strategy interface used to determine the layout for a particular type of archive.
layoutDialect() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafWebLayoutConfiguration
 
Layouts - Class in org.springframework.boot.loader.tools
Common Layouts.
Layouts() - Constructor for class org.springframework.boot.loader.tools.Layouts
 
Layouts.Jar - Class in org.springframework.boot.loader.tools
Executable JAR layout.
Layouts.Jar() - Constructor for class org.springframework.boot.loader.tools.Layouts.Jar
 
Layouts.War - Class in org.springframework.boot.loader.tools
Executable WAR layout.
Layouts.War() - Constructor for class org.springframework.boot.loader.tools.Layouts.War
 
Libraries - Interface in org.springframework.boot.loader.tools
Encapsulates information about libraries that may be packed into the archive.
library(File, LibraryScope) - Method in interface org.springframework.boot.loader.tools.LibraryCallback
Callback to for a single library backed by a File.
LibraryCallback - Interface in org.springframework.boot.loader.tools
Callback interface used to iterate Libraries.
LibraryScope - Interface in org.springframework.boot.loader.tools
The scope of a library.
lifecycleEvent(LifecycleEvent) - Method in class org.springframework.boot.context.embedded.tomcat.ServletContextInitializerLifecycleListener
 
LiquibaseServiceLocatorInitializer - Class in org.springframework.boot.liquibase
SpringApplicationInitializer that replaces the liquibase ServiceLocator with a version that works with Spring Boot executable archives.
LiquibaseServiceLocatorInitializer() - Constructor for class org.springframework.boot.liquibase.LiquibaseServiceLocatorInitializer
 
load(Resource) - Method in class org.springframework.boot.config.PropertiesPropertySourceLoader
 
load(Resource) - Method in interface org.springframework.boot.config.PropertySourceLoader
Load the resource into a property source.
load(Resource...) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Load bean definitions from the given XML resources.
load(String...) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Load bean definitions from the given XML resources.
load(Class<?>, String...) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
Load bean definitions from the given XML resources.
load(ApplicationContext, Object[]) - Method in class org.springframework.boot.SpringApplication
Load beans into the application context.
loadClass(String, boolean) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
loadClass(String, boolean) - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
Attempt to load classes from the URLs before delegating to the parent loader.
loadProperties(Resource) - Method in class org.springframework.boot.config.PropertiesPropertySourceLoader
 
loadProperties(Resource) - Method in class org.springframework.boot.config.YamlPropertySourceLoader
 
Log4JLoggingSystem - Class in org.springframework.boot.logging.log4j
Log4JLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.log4j.Log4JLoggingSystem
 
LogbackLoggingSystem - Class in org.springframework.boot.logging.logback
LogbackLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
logger - Variable in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
logger - Variable in class org.springframework.boot.loader.Launcher
 
logger - Variable in class org.springframework.boot.web.SpringBootServletInitializer
 
LoggingApplicationContextInitializer - Class in org.springframework.boot.context.initializer
An ApplicationContextInitializer that configures a logging framework depending on what it finds on the classpath and in the Environment.
LoggingApplicationContextInitializer() - Constructor for class org.springframework.boot.context.initializer.LoggingApplicationContextInitializer
 
LoggingSystem - Class in org.springframework.boot.logging
Common abstraction over logging systems.
LoggingSystem() - Constructor for class org.springframework.boot.logging.LoggingSystem
 
LogLevel - Enum in org.springframework.boot.logging
Logging levels supported by a LoggingSystem.
logStartupInfo(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Flag to indicate the startup information should be logged.
logStartupInfo() - Method in class org.springframework.boot.SpringApplication
Called to log startup information, subclasses may override to add additional logging.
lookupHandler(String, HttpServletRequest) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
 

M

MAGENTA - Static variable in interface org.springframework.boot.ansi.AnsiElement
 
main(Class<?>) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Fixes the main application class that is used to anchor the startup messages.
main(String[]) - Static method in class org.springframework.boot.loader.JarLauncher
 
MAIN - Static variable in class org.springframework.boot.loader.PropertiesLauncher
Properties key for main class
main(String[]) - Static method in class org.springframework.boot.loader.PropertiesLauncher
 
main(String[]) - Static method in class org.springframework.boot.loader.WarLauncher
 
main(String[]) - Static method in class org.springframework.boot.SpringApplication
A basic main that can be used to launch an application.
MainClassFinder - Class in org.springframework.boot.loader.tools
Finds any class with a public static main method by performing a breadth first search.
MainClassFinder() - Constructor for class org.springframework.boot.loader.tools.MainClassFinder
 
MainMethodRunner - Class in org.springframework.boot.loader
Utility class that used by Launchers to call a main method.
MainMethodRunner(String, String[]) - Constructor for class org.springframework.boot.loader.MainMethodRunner
Create a new MainMethodRunner instance.
ManagementServerProperties - Class in org.springframework.boot.actuate.properties
Properties for the management server (e.g.
ManagementServerProperties() - Constructor for class org.springframework.boot.actuate.properties.ManagementServerProperties
 
ManagementServerPropertiesAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
ManagementServerPropertiesAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
 
managementWebSecurityConfigurerAdapter() - Method in class org.springframework.boot.actuate.autoconfigure.SecurityAutoConfiguration
 
match() - Static method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition.Outcome
 
match(String) - Static method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition.Outcome
 
matchAllLoader() - Static method in class org.springframework.boot.config.YamlPropertySourceLoader
A property source loader that loads all properties and matches all documents.
matches(ConditionContext, AnnotatedTypeMetadata) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
 
matches(ConditionContext, AnnotatedTypeMetadata, Condition) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
 
matches(Properties) - Method in class org.springframework.boot.config.ArrayDocumentMatcher
 
matches(Properties) - Method in class org.springframework.boot.config.DefaultProfileDocumentMatcher
 
matches(Properties) - Method in class org.springframework.boot.config.SpringProfileDocumentMatcher
 
matches(Properties) - Method in interface org.springframework.boot.config.YamlProcessor.DocumentMatcher
Test if the given properties match.
matches(Archive.Entry) - Method in interface org.springframework.boot.loader.archive.Archive.EntryFilter
Apply the jar entry filter.
Measurement - Class in org.springframework.boot.actuate.metrics
A Metric at a given point in time.
Measurement(Date, Metric) - Constructor for class org.springframework.boot.actuate.metrics.Measurement
 
mergeInitializers(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
Utility method that can be used by subclasses wishing to combine the specified ServletContextInitializer parameters with those defined in this instance.
messageSource() - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
 
MessageSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure
Auto-configuration for MessageSource.
MessageSourceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
 
Metric - Class in org.springframework.boot.actuate.metrics
Immutable class that can be used to hold any arbitrary system measurement value.
Metric(String, double) - Constructor for class org.springframework.boot.actuate.metrics.Metric
Create a new Metric instance.
metricFilter() - Method in class org.springframework.boot.actuate.autoconfigure.MetricFilterAutoConfiguration
 
MetricFilterAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration that records Servlet interactions with a CounterService and GaugeService.
MetricFilterAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.MetricFilterAutoConfiguration
 
metricRepository() - Method in class org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration
 
MetricRepository - Interface in org.springframework.boot.actuate.metrics
A Repository used to manage Metrics.
MetricRepositoryAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for metrics services.
MetricRepositoryAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration
 
metrics() - Method in interface org.springframework.boot.actuate.endpoint.PublicMetrics
 
metrics() - Method in class org.springframework.boot.actuate.endpoint.VanillaPublicMetrics
 
metricsEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
MetricsEndpoint - Class in org.springframework.boot.actuate.endpoint
MetricsEndpoint(PublicMetrics) - Constructor for class org.springframework.boot.actuate.endpoint.MetricsEndpoint
Create a new MetricsEndpoint instance.
MimeMappings - Class in org.springframework.boot.context.embedded
Simple container-independent abstraction for servlet mime mappings.
MimeMappings() - Constructor for class org.springframework.boot.context.embedded.MimeMappings
Create a new empty MimeMappings instance.
MimeMappings(MimeMappings) - Constructor for class org.springframework.boot.context.embedded.MimeMappings
Create a new MimeMappings instance from the specified mappings.
MimeMappings(Map<String, String>) - Constructor for class org.springframework.boot.context.embedded.MimeMappings
Create a new MimeMappings from the specified mappings.
MimeMappings.Mapping - Class in org.springframework.boot.context.embedded
A single mime mapping.
MimeMappings.Mapping(String, String) - Constructor for class org.springframework.boot.context.embedded.MimeMappings.Mapping
 
mongo() - Method in class org.springframework.boot.autoconfigure.data.MongoRepositoriesAutoConfiguration.MongoProperties
 
MongoRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data
Auto-configuration for Spring Data's Mongo Repositories.
MongoRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.MongoRepositoriesAutoConfiguration
 
MongoRepositoriesAutoConfiguration.MongoProperties - Class in org.springframework.boot.autoconfigure.data
 
MongoRepositoriesAutoConfiguration.MongoProperties() - Constructor for class org.springframework.boot.autoconfigure.data.MongoRepositoriesAutoConfiguration.MongoProperties
 
MongoRepositoriesAutoConfiguration.MongoRepositoriesConfiguration - Class in org.springframework.boot.autoconfigure.data
 
MongoRepositoriesAutoConfiguration.MongoRepositoriesConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.MongoRepositoriesAutoConfiguration.MongoRepositoriesConfiguration
 
MultipartAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
Auto-configuration for multi-part uploads.
MultipartAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration
 
MultiPartConfigFactory - Class in org.springframework.boot.context.embedded
Factory that can be used to create a MultipartConfigElement.
MultiPartConfigFactory() - Constructor for class org.springframework.boot.context.embedded.MultiPartConfigFactory
 
multipartResolver() - Method in class org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration
 

N

namedParameterJdbcTemplate() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.JdbcTemplateConfiguration
 
noMatch(String) - Static method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition.Outcome
 
NONE - Static variable in interface org.springframework.boot.context.embedded.EmbeddedServletContainer
An empty EmbeddedServletContainer that does nothing.
NONE - Static variable in interface org.springframework.boot.loader.tools.Libraries
Represents no libraries.
NORMAL - Static variable in interface org.springframework.boot.ansi.AnsiElement
 
normalizePath(BeanWrapper, String) - Method in class org.springframework.boot.bind.RelaxedDataBinder
Normalize a bean property path to a format understood by a BeanWrapper.

O

onApplicationEvent(AuditApplicationEvent) - Method in class org.springframework.boot.actuate.audit.listener.AuditListener
 
onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
onApplicationEvent(AbstractAuthenticationEvent) - Method in class org.springframework.boot.actuate.security.AuthenticationAuditListener
 
onApplicationEvent(AbstractAuthorizationEvent) - Method in class org.springframework.boot.actuate.security.AuthorizationAuditListener
 
onApplicationEvent(JobExecutionEvent) - Method in class org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
 
OnExpressionCondition - Class in org.springframework.boot.autoconfigure.condition
A Condition that evaluates a SpEL expression.
OnExpressionCondition() - Constructor for class org.springframework.boot.autoconfigure.condition.OnExpressionCondition
 
onRefresh() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
onStartup(ServletContext) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
 
onStartup(ServletContext) - Method in interface org.springframework.boot.context.embedded.ServletContextInitializer
Configure the given ServletContext with any servlets, filters, listeners context-params and attributes necessary for initialization.
onStartup(ServletContext) - Method in class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
 
onStartup(ServletContext) - Method in class org.springframework.boot.context.embedded.ServletRegistrationBean
 
onStartup(ServletContext) - Method in class org.springframework.boot.web.SpringBootServletInitializer
 
openEntityManagerInViewInterceptor() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration
 
org.springframework.boot - package org.springframework.boot
 
org.springframework.boot.actuate.audit - package org.springframework.boot.actuate.audit
 
org.springframework.boot.actuate.audit.listener - package org.springframework.boot.actuate.audit.listener
 
org.springframework.boot.actuate.autoconfigure - package org.springframework.boot.actuate.autoconfigure
 
org.springframework.boot.actuate.endpoint - package org.springframework.boot.actuate.endpoint
 
org.springframework.boot.actuate.endpoint.mvc - package org.springframework.boot.actuate.endpoint.mvc
 
org.springframework.boot.actuate.health - package org.springframework.boot.actuate.health
 
org.springframework.boot.actuate.metrics - package org.springframework.boot.actuate.metrics
 
org.springframework.boot.actuate.properties - package org.springframework.boot.actuate.properties
 
org.springframework.boot.actuate.security - package org.springframework.boot.actuate.security
 
org.springframework.boot.actuate.trace - package org.springframework.boot.actuate.trace
 
org.springframework.boot.actuate.web - package org.springframework.boot.actuate.web
 
org.springframework.boot.ansi - package org.springframework.boot.ansi
 
org.springframework.boot.autoconfigure - package org.springframework.boot.autoconfigure
 
org.springframework.boot.autoconfigure.amqp - package org.springframework.boot.autoconfigure.amqp
 
org.springframework.boot.autoconfigure.aop - package org.springframework.boot.autoconfigure.aop
 
org.springframework.boot.autoconfigure.batch - package org.springframework.boot.autoconfigure.batch
 
org.springframework.boot.autoconfigure.condition - package org.springframework.boot.autoconfigure.condition
 
org.springframework.boot.autoconfigure.data - package org.springframework.boot.autoconfigure.data
 
org.springframework.boot.autoconfigure.jdbc - package org.springframework.boot.autoconfigure.jdbc
 
org.springframework.boot.autoconfigure.jms - package org.springframework.boot.autoconfigure.jms
 
org.springframework.boot.autoconfigure.mobile - package org.springframework.boot.autoconfigure.mobile
 
org.springframework.boot.autoconfigure.orm.jpa - package org.springframework.boot.autoconfigure.orm.jpa
 
org.springframework.boot.autoconfigure.reactor - package org.springframework.boot.autoconfigure.reactor
 
org.springframework.boot.autoconfigure.thymeleaf - package org.springframework.boot.autoconfigure.thymeleaf
 
org.springframework.boot.autoconfigure.web - package org.springframework.boot.autoconfigure.web
 
org.springframework.boot.autoconfigure.websocket - package org.springframework.boot.autoconfigure.websocket
 
org.springframework.boot.bind - package org.springframework.boot.bind
 
org.springframework.boot.builder - package org.springframework.boot.builder
 
org.springframework.boot.config - package org.springframework.boot.config
 
org.springframework.boot.context.embedded - package org.springframework.boot.context.embedded
Support for embedded servlet containers.
org.springframework.boot.context.embedded.jetty - package org.springframework.boot.context.embedded.jetty
Support for Jetty EmbeddedServletContainers.
org.springframework.boot.context.embedded.properties - package org.springframework.boot.context.embedded.properties
 
org.springframework.boot.context.embedded.tomcat - package org.springframework.boot.context.embedded.tomcat
Support for Tomcat EmbeddedServletContainers.
org.springframework.boot.context.initializer - package org.springframework.boot.context.initializer
 
org.springframework.boot.context.properties - package org.springframework.boot.context.properties
 
org.springframework.boot.liquibase - package org.springframework.boot.liquibase
 
org.springframework.boot.loader - package org.springframework.boot.loader
System that allows self contained JAR/WAR archives to be launched using java -jar.
org.springframework.boot.loader.archive - package org.springframework.boot.loader.archive
Abstraction over logical Archives be they backed by a JAR file or unpacked into a folder.
org.springframework.boot.loader.data - package org.springframework.boot.loader.data
Classes and interfaces to allows random access to a block of data.
org.springframework.boot.loader.jar - package org.springframework.boot.loader.jar
Support for loading and manipulating JAR/WAR files.
org.springframework.boot.loader.tools - package org.springframework.boot.loader.tools
 
org.springframework.boot.loader.util - package org.springframework.boot.loader.util
 
org.springframework.boot.logging - package org.springframework.boot.logging
 
org.springframework.boot.logging.java - package org.springframework.boot.logging.java
 
org.springframework.boot.logging.log4j - package org.springframework.boot.logging.log4j
 
org.springframework.boot.logging.logback - package org.springframework.boot.logging.logback
 
org.springframework.boot.web - package org.springframework.boot.web
 

P

parent(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add a parent application with the provided sources.
parent(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add an already running parent context to an existing application.
ParentContextApplicationContextInitializer - Class in org.springframework.boot.context.initializer
ApplicationContextInitializer for setting the parent context.
ParentContextApplicationContextInitializer(ApplicationContext) - Constructor for class org.springframework.boot.context.initializer.ParentContextApplicationContextInitializer
 
parseList(String) - Method in class org.springframework.boot.config.JacksonJsonParser
 
parseList(String) - Method in interface org.springframework.boot.config.JsonParser
Parse the specified JSON string into a List.
parseList(String) - Method in class org.springframework.boot.config.SimpleJsonParser
 
parseList(String) - Method in class org.springframework.boot.config.YamlJsonParser
 
parseMap(String) - Method in class org.springframework.boot.config.JacksonJsonParser
 
parseMap(String) - Method in interface org.springframework.boot.config.JsonParser
Parse the specified JSON string into a Map.
parseMap(String) - Method in class org.springframework.boot.config.SimpleJsonParser
 
parseMap(String) - Method in class org.springframework.boot.config.YamlJsonParser
 
PATH - Static variable in class org.springframework.boot.loader.PropertiesLauncher
Properties key for classpath entries (directories possibly containing jars).
PLACEHOLDER_PREFIX - Static variable in class org.springframework.boot.loader.util.SystemPropertyUtils
Prefix for system property placeholders: "${"
PLACEHOLDER_SUFFIX - Static variable in class org.springframework.boot.loader.util.SystemPropertyUtils
Suffix for system property placeholders: "}"
postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration.WebSocketRegistrationConfiguration
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
postProcessApplicationContext(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
Apply any relevant post processing the ApplicationContext.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Register ServletContextAwareProcessor.
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration.WebSocketRegistrationConfiguration
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
postProcessClassPathArchives(List<Archive>) - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
Called to post-process archive entries before they are used.
postProcessClassPathArchives(List<Archive>) - Method in class org.springframework.boot.loader.JarLauncher
 
postProcessClassPathArchives(List<Archive>) - Method in class org.springframework.boot.loader.WarLauncher
 
postProcessContext(Context) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Post process the Tomcat Context before it used with the Tomcat Server.
postProcessWebAppContext(WebAppContext) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Post process the Jetty WebAppContext before it used with the Jetty Server.
prepareContext(Host, ServletContextInitializer[]) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
 
prepareEmbeddedWebApplicationContext(ServletContext) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Prepare the WebApplicationContext with the given fully loaded ServletContext.
prepareRefresh() - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
 
printBanner() - Method in class org.springframework.boot.SpringApplication
Print a simple banner message to the console.
process(Properties, Map<String, Object>) - Method in interface org.springframework.boot.config.YamlProcessor.MatchCallback
Process the properties.
process(YamlProcessor.MatchCallback) - Method in class org.springframework.boot.config.YamlProcessor
Provides an opportunity for subclasses to process the Yaml parsed from the supplied resources.
profiles(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Set the active Spring profiles for this app (and its parent and children).
PropertiesConfigurationFactory<T> - Class in org.springframework.boot.bind
Validate some Properties (or optionally PropertySources) by binding them to an object of a specified type and then optionally running a Validator over it.
PropertiesConfigurationFactory(T) - Constructor for class org.springframework.boot.bind.PropertiesConfigurationFactory
 
PropertiesConfigurationFactory(Class<?>) - Constructor for class org.springframework.boot.bind.PropertiesConfigurationFactory
Create a new factory for an object of the given type.
PropertiesLauncher - Class in org.springframework.boot.loader
Launcher for archives with user-configured classpath and main class via a properties file.
PropertiesLauncher() - Constructor for class org.springframework.boot.loader.PropertiesLauncher
 
PropertiesPropertySourceLoader - Class in org.springframework.boot.config
Strategy to load '.properties' files into a PropertySource.
PropertiesPropertySourceLoader() - Constructor for class org.springframework.boot.config.PropertiesPropertySourceLoader
 
PropertyPlaceholderAutoConfiguration - Class in org.springframework.boot.autoconfigure
Auto-configuration for PropertySourcesPlaceholderConfigurer.
PropertyPlaceholderAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.PropertyPlaceholderAutoConfiguration
 
PropertySourceLoader - Interface in org.springframework.boot.config
Strategy interface used to load a PropertySource.
propertySourcesPlaceholderConfigurer(ApplicationContext) - Static method in class org.springframework.boot.autoconfigure.PropertyPlaceholderAutoConfiguration
 
PropertySourcesPropertyValues - Class in org.springframework.boot.bind
A PropertyValues implementation backed by a PropertySources, bridging the two abstractions and allowing (for instance) a regular DataBinder to be used with the latter.
PropertySourcesPropertyValues(PropertySources) - Constructor for class org.springframework.boot.bind.PropertySourcesPropertyValues
Create a new PropertyValues from the given PropertySources
PROVIDED - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
The library is needed for compile but is usually provided when running.
PublicMetrics - Interface in org.springframework.boot.actuate.endpoint
Interface to expose specific Metrics via a MetricsEndpoint.

R

rabbitConnectionFactory(RabbitTemplateAutoConfiguration.RabbitConnectionFactoryProperties) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitTemplateAutoConfiguration.RabbitConnectionFactoryCreator
 
rabbitTemplate() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitTemplateAutoConfiguration
 
RabbitTemplateAutoConfiguration - Class in org.springframework.boot.autoconfigure.amqp
Auto-configuration for RabbitTemplate.
RabbitTemplateAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitTemplateAutoConfiguration
 
RabbitTemplateAutoConfiguration.RabbitConnectionFactoryCreator - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitTemplateAutoConfiguration.RabbitConnectionFactoryCreator() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitTemplateAutoConfiguration.RabbitConnectionFactoryCreator
 
RabbitTemplateAutoConfiguration.RabbitConnectionFactoryProperties - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitTemplateAutoConfiguration.RabbitConnectionFactoryProperties() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitTemplateAutoConfiguration.RabbitConnectionFactoryProperties
 
RandomAccessData - Interface in org.springframework.boot.loader.data
Interface that provides read-only random access to some underlying data.
RandomAccessDataFile - Class in org.springframework.boot.loader.data
RandomAccessData implementation backed by a RandomAccessFile.
RandomAccessDataFile(File) - Constructor for class org.springframework.boot.loader.data.RandomAccessDataFile
Create a new RandomAccessDataFile backed by the specified file.
RandomAccessDataFile(File, int) - Constructor for class org.springframework.boot.loader.data.RandomAccessDataFile
Create a new RandomAccessDataFile backed by the specified file.
RandomAccessDataZipEntry - Class in org.springframework.boot.loader.jar
RandomAccessDataZipEntry(ZipEntry, RandomAccessData) - Constructor for class org.springframework.boot.loader.jar.RandomAccessDataZipEntry
Create new RandomAccessDataZipEntry instance.
RandomAccessDataZipInputStream - Class in org.springframework.boot.loader.jar
RandomAccessDataZipInputStream(RandomAccessData) - Constructor for class org.springframework.boot.loader.jar.RandomAccessDataZipInputStream
Create a new RandomAccessData instance.
RandomAccessJarFile - Class in org.springframework.boot.loader.jar
A Jar file that can loaded from a RandomAccessDataFile.
RandomAccessJarFile(File, JarEntryFilter...) - Constructor for class org.springframework.boot.loader.jar.RandomAccessJarFile
Create a new RandomAccessJarFile backed by the specified file.
RandomAccessJarFile(RandomAccessDataFile, JarEntryFilter...) - Constructor for class org.springframework.boot.loader.jar.RandomAccessJarFile
Create a new RandomAccessJarFile backed by the specified file.
ReactorAutoConfiguration - Class in org.springframework.boot.autoconfigure.reactor
Auto-configuration for Reactor.
ReactorAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration
 
ReactorAutoConfiguration.ReactorConfiguration - Class in org.springframework.boot.autoconfigure.reactor
 
ReactorAutoConfiguration.ReactorConfiguration() - Constructor for class org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration.ReactorConfiguration
 
RED - Static variable in interface org.springframework.boot.ansi.AnsiElement
 
refresh() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
refresh(ApplicationContext) - Method in class org.springframework.boot.SpringApplication
Refresh the underlying ApplicationContext.
register(Class<?>...) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
Register one or more annotated classes to be processed.
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.EmbeddedServletContainerCustomizerBeanPostProcessorRegistrar
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
 
registerWebSocketHandlers(WebSocketHandlerRegistry) - Method in class org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration.WebSocketRegistrationConfiguration
 
RegistrationBean - Class in org.springframework.boot.context.embedded
Base class for Servlet 3.0+ based registration beans.
RegistrationBean() - Constructor for class org.springframework.boot.context.embedded.RegistrationBean
 
RelaxedDataBinder - Class in org.springframework.boot.bind
Binder implementation that allows caller to bind to maps and also allows property names to match a bit loosely (if underscores or dashes are removed and replaced with camel case for example).
RelaxedDataBinder(Object) - Constructor for class org.springframework.boot.bind.RelaxedDataBinder
 
RelaxedDataBinder(Object, String) - Constructor for class org.springframework.boot.bind.RelaxedDataBinder
 
RelaxedNames - Class in org.springframework.boot.bind
Generates relaxed name variations from a given source.
RelaxedNames(String) - Constructor for class org.springframework.boot.bind.RelaxedNames
Create a new RelaxedNames instance.
RelaxedPropertyResolver - Class in org.springframework.boot.bind
PropertyResolver that attempts to resolve values using RelaxedNames.
RelaxedPropertyResolver(PropertyResolver) - Constructor for class org.springframework.boot.bind.RelaxedPropertyResolver
 
RelaxedPropertyResolver(PropertyResolver, String) - Constructor for class org.springframework.boot.bind.RelaxedPropertyResolver
 
remove(String) - Method in class org.springframework.boot.context.embedded.MimeMappings
Remove an existing mapping.
repackage(Libraries) - Method in class org.springframework.boot.loader.tools.Repackager
Repackage the source file so that it can be run using 'java -jar'
repackage(File, Libraries) - Method in class org.springframework.boot.loader.tools.Repackager
Repackage to the given destination so that it can be launched using ' java -jar'
Repackager - Class in org.springframework.boot.loader.tools
Utility class that can be used to repackage an archive so that it can be executed using 'java -jar'.
Repackager(File) - Constructor for class org.springframework.boot.loader.tools.Repackager
 
reset(String) - Method in interface org.springframework.boot.actuate.metrics.CounterService
Reset the specified metric to 0.
reset(String) - Method in class org.springframework.boot.actuate.metrics.DefaultCounterService
 
resolvePlaceholders(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
 
resolvePlaceholders(String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
Resolve ${...} placeholders in the given text, replacing them with corresponding system property values.
resolvePlaceholders(Properties, String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
Resolve ${...} placeholders in the given text, replacing them with corresponding system property values.
resolveRequiredPlaceholders(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
 
resourceLoader(ResourceLoader) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
ResourceLoader for the application context.
rootReactor(Environment) - Method in class org.springframework.boot.autoconfigure.reactor.ReactorAutoConfiguration
 
run(String...) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
run(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Create an application context (and its parent if specified) with the command line args provided.
run(String...) - Method in interface org.springframework.boot.CommandLineRunner
Callback used to run the bean.
run() - Method in class org.springframework.boot.loader.MainMethodRunner
 
run(String...) - Method in class org.springframework.boot.SpringApplication
Run the Spring application, creating and refreshing a new ApplicationContext.
run(Object, String...) - Static method in class org.springframework.boot.SpringApplication
Static helper that can be used to run a SpringApplication from the specified source using default settings.
run(Object[], String[]) - Static method in class org.springframework.boot.SpringApplication
Static helper that can be used to run a SpringApplication from the specified sources using default settings and user supplied arguments.
RUNTIME - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
The library is used at runtime but not needed for compile.

S

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
Auto-configuration for security of a web application or service.
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
properties for a web server (e.g.
ServerProperties() - Constructor for class org.springframework.boot.context.embedded.properties.ServerProperties
 
ServerProperties.Tomcat - Class in org.springframework.boot.context.embedded.properties
 
ServerProperties.Tomcat() - Constructor for class org.springframework.boot.context.embedded.properties.ServerProperties.Tomcat
 
ServerPropertiesAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
ServerPropertiesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
 
ServletContextApplicationContextInitializer - Class in org.springframework.boot.context.initializer
ApplicationContextInitializer for setting the servlet context.
ServletContextApplicationContextInitializer(ServletContext) - Constructor for class org.springframework.boot.context.initializer.ServletContextApplicationContextInitializer
 
ServletContextInitializer - Interface in org.springframework.boot.context.embedded
Interface used to configure a Servlet 3.0+ context programmatically.
ServletContextInitializerConfiguration - Class in org.springframework.boot.context.embedded.jetty
Jetty Configuration that calls ServletContextInitializers.
ServletContextInitializerConfiguration(ContextHandler, ServletContextInitializer...) - Constructor for class org.springframework.boot.context.embedded.jetty.ServletContextInitializerConfiguration
ServletContextInitializerLifecycleListener - Class in org.springframework.boot.context.embedded.tomcat
Tomcat LifecycleListener that calls ServletContextInitializers.
ServletContextInitializerLifecycleListener(ServletContextInitializer...) - Constructor for class org.springframework.boot.context.embedded.tomcat.ServletContextInitializerLifecycleListener
Create a new ServletContextInitializerLifecycleListener instance with the specified initializers.
ServletListenerRegistrationBean<T extends EventListener> - Class in org.springframework.boot.context.embedded
A ServletContextInitializer to register EventListeners in a Servlet 3.0+ container.
ServletListenerRegistrationBean() - Constructor for class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
Create a new ServletListenerRegistrationBean instance.
ServletListenerRegistrationBean(T) - Constructor for class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
Create a new ServletListenerRegistrationBean instance.
ServletRegistrationBean - Class in org.springframework.boot.context.embedded
A ServletContextInitializer to register Servlets in a Servlet 3.0+ container.
ServletRegistrationBean() - Constructor for class org.springframework.boot.context.embedded.ServletRegistrationBean
Create a new ServletRegistrationBean instance.
ServletRegistrationBean(Servlet, String...) - Constructor for class org.springframework.boot.context.embedded.ServletRegistrationBean
Create a new ServletRegistrationBean instance with the specified Servlet and URL mappings.
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
 
SET_SYSTEM_PROPERTIES - Static variable in class org.springframework.boot.loader.PropertiesLauncher
Properties key for boolean flag (default false) which if set will cause the external configuration properties to be copied to System properties (assuming that is allowed by Java security).
setAccessLogEnabled(boolean) - Method in class org.springframework.boot.context.embedded.properties.ServerProperties.Tomcat
 
setAccessLogPattern(String) - Method in class org.springframework.boot.context.embedded.properties.ServerProperties.Tomcat
 
setAddCommandLineProperties(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if a CommandLinePropertySource should be added to the application context in order to expose arguments.
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
 
setApplicationContextClass(Class<? extends ConfigurableApplicationContext>) - Method in class org.springframework.boot.SpringApplication
Sets the type of Spring ApplicationContext that 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.data.AbstractRepositoryConfigurationSourceSupport
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
 
setBeanFactory(BeanFactory) - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
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 BeanNameGenerator for use with AnnotatedBeanDefinitionReader and/or ClassPathBeanDefinitionScanner , if any.
setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.SpringApplication
Sets the bean name generator that should be used when generating bean names.
setBranch(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
 
setBrokerURL(String) - Method in class org.springframework.boot.autoconfigure.jms.JmsTemplateAutoConfiguration.ActiveMQConnectionFactoryProperties
 
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 the WebAppContext before 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 Tomcat Context .
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 Tomcat Context.
setConversionService(ConversionService) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
 
setConversionService(ConversionService) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
setDatabase(String) - Method in class org.springframework.boot.autoconfigure.data.MongoRepositoriesAutoConfiguration.MongoProperties
 
setDefaultArgs(String...) - Method in class org.springframework.boot.SpringApplication
Set default arguments which will be used in addition to those specified to the run methods.
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.
setDynamic(boolean) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitTemplateAutoConfiguration.RabbitConnectionFactoryProperties
 
setEnableCsrf(boolean) - Method in class org.springframework.boot.actuate.properties.SecurityProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.properties.SecurityProperties.Basic
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.properties.SecurityProperties.Management
 
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.data.AbstractRepositoryConfigurationSourceSupport
 
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.
setErrorController(BasicErrorController) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
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
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitTemplateAutoConfiguration.RabbitConnectionFactoryProperties
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.data.MongoRepositoriesAutoConfiguration.MongoProperties
 
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 ApplicationContextInitializer that will be applied to the Spring ApplicationContext.
setInitParameters(Map<String, String>) - Method in class org.springframework.boot.context.embedded.RegistrationBean
Set init-parameters for this registration.
setInMemory(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsTemplateAutoConfiguration.ActiveMQConnectionFactoryProperties
 
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 loadOnStartup priority.
setLocation(String) - Method in class org.springframework.boot.context.embedded.MultiPartConfigFactory
Sets the directory location where files will be stored.
setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.log4j.Log4JLoggingSystem
 
setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
setLogLevel(String, LogLevel) - Method in class org.springframework.boot.logging.LoggingSystem
Sets the logging level for a given logger.
setLogStartupInfo(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if the application information should be logged when the application starts.
setMainApplicationClass(Class<?>) - Method in class org.springframework.boot.SpringApplication
Set a specific main application class that will be used as a log source and to obtain version information.
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.
setMaxThreads(int) - Method in class org.springframework.boot.context.embedded.properties.ServerProperties.Tomcat
 
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.ParentContextApplicationContextInitializer
 
setOrder(int) - Method in class org.springframework.boot.context.initializer.ServletContextApplicationContextInitializer
 
setOrder(int) - Method in class org.springframework.boot.context.initializer.VcapApplicationContextInitializer
 
setOrder(int) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
setParseArgs(boolean) - Method in class org.springframework.boot.context.initializer.LoggingApplicationContextInitializer
Sets if initialization arguments should be parsed for --debug and --trace options.
setPassword(String) - Method in class org.springframework.boot.actuate.properties.SecurityProperties.User
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitTemplateAutoConfiguration.RabbitConnectionFactoryProperties
 
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
 
setPooled(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsTemplateAutoConfiguration.ActiveMQConnectionFactoryProperties
 
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.autoconfigure.amqp.RabbitTemplateAutoConfiguration.RabbitConnectionFactoryProperties
 
setPort(int) - Method in class org.springframework.boot.autoconfigure.data.MongoRepositoriesAutoConfiguration.MongoProperties
 
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
 
setPubSubDomain(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsTemplateAutoConfiguration.JmsTemplateProperties
 
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 ResourceLoader that 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 ScopeMetadataResolver to use for detected bean classes.
setSearchLocations(String[]) - Method in class org.springframework.boot.context.initializer.ConfigFileApplicationContextInitializer
Set the search locations that will be considered.
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
Set ServletRegistrationBeans that the filter will be registered against.
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
 
setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set TomcatConnectorCustomizers that should be applied to the Tomcat Connector .
setTomcatContextCustomizers(Collection<? extends TomcatContextCustomizer>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set TomcatContextCustomizers that should be applied to the Tomcat Context .
setUri(String) - Method in class org.springframework.boot.autoconfigure.data.MongoRepositoriesAutoConfiguration.MongoProperties
 
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.amqp.RabbitTemplateAutoConfiguration.RabbitConnectionFactoryProperties
 
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
 
showBanner(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Flag to indicate the startup banner should be printed.
shutdownEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
ShutdownEndpoint - Class in org.springframework.boot.actuate.endpoint
ActionEndpoint to shutdown the ApplicationContext.
ShutdownEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
Create a new ShutdownEndpoint instance.
sibling(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Create a sibling application (one with the same parent).
sibling(Object[], String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Create a sibling application (one with the same parent).
SimpleFormatter - Class in org.springframework.boot.logging.java
Simple 'Java Logging' Formatter.
SimpleFormatter() - Constructor for class org.springframework.boot.logging.java.SimpleFormatter
 
SimpleJsonParser - Class in org.springframework.boot.config
Really basic JSON parser for when you have nothing else available.
SimpleJsonParser() - Constructor for class org.springframework.boot.config.SimpleJsonParser
 
size() - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
 
sources(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add more sources to use in this application.
sources(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add more sources (configuration classes and components) to this application
SpringApplication - Class in org.springframework.boot
Classes that can be used to bootstrap and launch a Spring application from a Java main method.
SpringApplication(Object...) - Constructor for class org.springframework.boot.SpringApplication
Crate a new SpringApplication instance.
SpringApplication(ResourceLoader, Object...) - Constructor for class org.springframework.boot.SpringApplication
Crate a new SpringApplication instance.
SpringApplicationBuilder - Class in org.springframework.boot.builder
Builder for SpringApplication and ApplicationContext instances with convenient fluent API and context hierarchy support.
SpringApplicationBuilder(Object...) - Constructor for class org.springframework.boot.builder.SpringApplicationBuilder
 
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 Condition implementations 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 WebApplicationInitializer for applications that only have one Spring servlet, and no more than a single filter (which itself is only enabled when Spring Security is detected).
SpringBootServletInitializer() - Constructor for class org.springframework.boot.web.SpringBootServletInitializer
 
SpringPackageScanClassResolver - Class in org.springframework.boot.liquibase
Liquibase PackageScanClassResolver implementation that uses Spring's resource scanning to locate classes.
SpringPackageScanClassResolver() - Constructor for class org.springframework.boot.liquibase.SpringPackageScanClassResolver
 
springProfileAwareLoader(String[]) - Static method in class org.springframework.boot.config.YamlPropertySourceLoader
A property source loader that matches documents that have no explicit profile or which have an explicit "spring.profiles.active" value in the current active profiles.
SpringProfileDocumentMatcher - Class in org.springframework.boot.config
YamlProcessor.DocumentMatcher backed by Environment.getActiveProfiles().
SpringProfileDocumentMatcher() - Constructor for class org.springframework.boot.config.SpringProfileDocumentMatcher
 
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 true if the Resource is supported.
supports(Resource) - Method in class org.springframework.boot.config.YamlPropertySourceLoader
 
SystemPropertyUtils - Class in org.springframework.boot.loader.util
Helper class for resolving placeholders in texts.
SystemPropertyUtils() - Constructor for class org.springframework.boot.loader.util.SystemPropertyUtils
 

T

templateEngine() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafDefaultConfiguration
 
throwableProxyToString(IThrowableProxy) - Method in class org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter
 
ThymeleafAutoConfiguration - Class in org.springframework.boot.autoconfigure.thymeleaf
Auto-configuration for Thymeleaf.
ThymeleafAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration
 
ThymeleafAutoConfiguration.DefaultTemplateResolverConfiguration - Class in org.springframework.boot.autoconfigure.thymeleaf
 
ThymeleafAutoConfiguration.DefaultTemplateResolverConfiguration() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.DefaultTemplateResolverConfiguration
 
ThymeleafAutoConfiguration.ThymeleafDefaultConfiguration - Class in org.springframework.boot.autoconfigure.thymeleaf
 
ThymeleafAutoConfiguration.ThymeleafDefaultConfiguration() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafDefaultConfiguration
 
ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration - Class in org.springframework.boot.autoconfigure.thymeleaf
 
ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration
 
ThymeleafAutoConfiguration.ThymeleafViewResolverConfiguration - Class in org.springframework.boot.autoconfigure.thymeleaf
 
ThymeleafAutoConfiguration.ThymeleafViewResolverConfiguration() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafViewResolverConfiguration
 
ThymeleafAutoConfiguration.ThymeleafWebLayoutConfiguration - Class in org.springframework.boot.autoconfigure.thymeleaf
 
ThymeleafAutoConfiguration.ThymeleafWebLayoutConfiguration() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafWebLayoutConfiguration
 
thymeleafViewResolver() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafViewResolverConfiguration
 
toAnsiString(String, AnsiElement) - Method in class org.springframework.boot.logging.logback.ColorConverter
 
TomcatConnectorCustomizer - Interface in org.springframework.boot.context.embedded.tomcat
Callback interface that can be used to customize a Tomcat Connector.
TomcatContextCustomizer - Interface in org.springframework.boot.context.embedded.tomcat
Callback interface that can be used to customize a Tomcat Context.
TomcatDataSourceConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
Configuration for a Tomcat database pool.
TomcatDataSourceConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.TomcatDataSourceConfiguration
 
TomcatEmbeddedServletContainer - Class in org.springframework.boot.context.embedded.tomcat
EmbeddedServletContainer that can be used to control an embedded Tomcat server.
TomcatEmbeddedServletContainer(Tomcat) - Constructor for class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
Create a new TomcatEmbeddedServletContainer instance.
tomcatEmbeddedServletContainerFactory() - Method in class org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.EmbeddedTomcat
 
tomcatEmbeddedServletContainerFactory() - Method in class org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration.TomcatWebSocketConfiguration
 
TomcatEmbeddedServletContainerFactory - Class in org.springframework.boot.context.embedded.tomcat
TomcatEmbeddedServletContainerFactory() - Constructor for class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
TomcatEmbeddedServletContainerFactory(int) - Constructor for class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Create a new TomcatEmbeddedServletContainerFactory that listens for requests using the specified port.
TomcatEmbeddedServletContainerFactory(String, int) - Constructor for class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Create a new TomcatEmbeddedServletContainerFactory with the specified context path and port.
TomcatEmbeddedWebappClassLoader - Class in org.springframework.boot.context.embedded.tomcat
Extension of Tomcat's WebappClassLoader that does not consider the system classloader.
TomcatEmbeddedWebappClassLoader() - Constructor for class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
TomcatEmbeddedWebappClassLoader(ClassLoader) - Constructor for class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
toString() - Method in class org.springframework.boot.actuate.audit.AuditEvent
 
toString() - Method in class org.springframework.boot.actuate.metrics.Measurement
 
toString() - Method in class org.springframework.boot.actuate.metrics.Metric
 
toString() - Method in class org.springframework.boot.ansi.AnsiElement.DefaultAnsiElement
 
toString() - Method in interface org.springframework.boot.ansi.AnsiElement
 
toString(Object...) - Static method in class org.springframework.boot.ansi.AnsiOutput
Create a new ANSI string from the specified elements.
toString() - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
 
Trace - Class in org.springframework.boot.actuate.trace
A value object representing a trace event: at a particular time with a simple (map) information.
Trace(Date, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.trace.Trace
 
traceEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
TraceEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose Trace information.
TraceEndpoint(TraceRepository) - Constructor for class org.springframework.boot.actuate.endpoint.TraceEndpoint
Create a new TraceEndpoint instance.
traceRepository() - Method in class org.springframework.boot.actuate.autoconfigure.TraceRepositoryAutoConfiguration
 
TraceRepository - Interface in org.springframework.boot.actuate.trace
A repository for Traces.
TraceRepositoryAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
TraceRepositoryAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.TraceRepositoryAutoConfiguration
 
TraceWebFilterAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
TraceWebFilterAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.TraceWebFilterAutoConfiguration
 
transactionManager() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
 
transactionManager() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
transform(ILoggingEvent, String) - Method in class org.springframework.boot.logging.logback.ColorConverter
 

U

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

V

VALIDATOR_BEAN_NAME - Static variable in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
VALUE_SEPARATOR - Static variable in class org.springframework.boot.loader.util.SystemPropertyUtils
Value separator for system property placeholders: ":"
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
Default implementation of HealthIndicator that simply returns "ok".
VanillaHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.VanillaHealthIndicator
 
VanillaPublicMetrics - Class in org.springframework.boot.actuate.endpoint
Default implementation of PublicMetrics that exposes all metrics from the MetricRepository along with memory information.
VanillaPublicMetrics(MetricRepository) - Constructor for class org.springframework.boot.actuate.endpoint.VanillaPublicMetrics
 
VcapApplicationContextInitializer - Class in org.springframework.boot.context.initializer
An ApplicationContextInitializer that knows where to find VCAP (a.k.a.
VcapApplicationContextInitializer() - Constructor for class org.springframework.boot.context.initializer.VcapApplicationContextInitializer
 
viewResolver(BeanFactory) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 

W

WarLauncher - Class in org.springframework.boot.loader
Launcher for WAR based archives.
WarLauncher() - Constructor for class org.springframework.boot.loader.WarLauncher
 
web(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Flag to explicitly request a web or non-web environment (auto detected based on classpath if not set).
WebApplicationContextServletContextAwareProcessor - Class in org.springframework.boot.context.embedded
Variant of ServletContextAwareProcessor for use with a ConfigurableWebApplicationContext.
WebApplicationContextServletContextAwareProcessor(ConfigurableWebApplicationContext) - Constructor for class org.springframework.boot.context.embedded.WebApplicationContextServletContextAwareProcessor
 
WebMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
Auto-configuration for Web MVC.
WebMvcAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration
 
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter - Class in org.springframework.boot.autoconfigure.web
 
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter() - Constructor for class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration - Class in org.springframework.boot.autoconfigure.web
 
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration
 
webRequestLoggingFilter(BeanFactory) - Method in class org.springframework.boot.actuate.autoconfigure.TraceWebFilterAutoConfiguration
 
WebRequestTraceFilter - Class in org.springframework.boot.actuate.trace
Servlet Filter that logs all requests to a TraceRepository.
WebRequestTraceFilter(TraceRepository) - Constructor for class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
WebSocketAutoConfiguration - Class in org.springframework.boot.autoconfigure.websocket
Auto configuration for websockets (and sockjs in particular).
WebSocketAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration
 
WebSocketAutoConfiguration.TomcatWebSocketConfiguration - Class in org.springframework.boot.autoconfigure.websocket
 
WebSocketAutoConfiguration.TomcatWebSocketConfiguration() - Constructor for class org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration.TomcatWebSocketConfiguration
 
WebSocketAutoConfiguration.WebSocketRegistrationConfiguration - Class in org.springframework.boot.autoconfigure.websocket
 
WebSocketAutoConfiguration.WebSocketRegistrationConfiguration() - Constructor for class org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration.WebSocketRegistrationConfiguration
 
WHITE - Static variable in interface org.springframework.boot.ansi.AnsiElement
 
WhitespaceThrowableProxyConverter - Class in org.springframework.boot.logging.logback
ThrowableProxyConverter that adds some additional whitespace around the stack trace.
WhitespaceThrowableProxyConverter() - Constructor for class org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter
 

X

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

Y

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

Copyright © 2013. All rights reserved.