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

A

AbstractConfigurableEmbeddedServletContainer - Class in org.springframework.boot.context.embedded
Abstract base class for ConfigurableEmbeddedServletContainer implementations.
AbstractConfigurableEmbeddedServletContainer() - Constructor for class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
AbstractConfigurableEmbeddedServletContainer(int) - Constructor for class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Create a new AbstractConfigurableEmbeddedServletContainer instance with the specified port.
AbstractConfigurableEmbeddedServletContainer(String, int) - Constructor for class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Create a new AbstractConfigurableEmbeddedServletContainer instance with the specified context path and port.
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
 
AbstractEmbeddedServletContainerFactory(String, int) - Constructor for class org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory
 
AbstractEndpoint<T> - Class in org.springframework.boot.actuate.endpoint
Abstract base for Endpoint implementations.
AbstractEndpoint(String) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
AbstractEndpoint(String, boolean, 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
 
AbstractMetricExporter - Class in org.springframework.boot.actuate.metrics.export
Base class for metric exporters that have common features, principally a prefix for exported metrics and filtering by timestamp (so only new values are included in the export).
AbstractMetricExporter(String) - Constructor for class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
 
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
 
ActiveMQProperties - Class in org.springframework.boot.autoconfigure.jms
Configuration properties for ActiveMQ
ActiveMQProperties() - Constructor for class org.springframework.boot.autoconfigure.jms.ActiveMQProperties
 
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(Condition, ConditionOutcome) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
 
add(String, String) - Method in class org.springframework.boot.context.embedded.MimeMappings
Add a new mime mapping.
add(PropertySource<?>) - Method in class org.springframework.boot.env.EnumerableCompositePropertySource
 
addActiveProfiles(String...) - Method in class org.springframework.boot.yaml.SpringProfileDocumentMatcher
 
addAdditionalTomcatConnectors(Connector...) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Add Connectors in addition to the default connector, e.g.
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.
addEnvironment(ConfigurableApplicationContext, String...) - Static method in class org.springframework.boot.test.EnvironmentTestUtils
Add additional (high priority) values to an Environment owned by an ApplicationContext.
addEnvironment(ConfigurableEnvironment, String...) - Static method in class org.springframework.boot.test.EnvironmentTestUtils
Add additional (high priority) values to an Environment.
addErrorPages(ErrorPage...) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
addErrorPages(ErrorPage...) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Adds error pages that will be used when handling exceptions.
addFormatters(FormatterRegistry) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
addInitializers(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
addInitializers(ServletContextInitializer...) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
addInitializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.boot.SpringApplication
Add 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
 
addListeners(ApplicationListener<?>...) - Method in class org.springframework.boot.SpringApplication
Add ApplicationListeners to be applied to the SpringApplication and registered with the ApplicationContext.
addPostProcessors(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
Add appropriate post-processors to post-configure the property-sources.
addPropertyAlias(String, Class<?>, String) - Method in class org.springframework.boot.bind.YamlJavaBeanPropertyConstructor
Adds an alias for a Javabean property name on a particular type.
addPropertySources(ConfigurableEnvironment, ResourceLoader) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
Add config file property sources to the specified environment.
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
addServerCustomizers(JettyServerCustomizer...) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Add JettyServerCustomizers that will be applied to the Server before it is started.
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.
addToEnvironment(ConfigurableEnvironment) - Static method in class org.springframework.boot.context.config.RandomValuePropertySource
 
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.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
afterPropertiesSet() - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
 
afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
 
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
 
afterRefresh(ConfigurableApplicationContext, String[]) - Method in class org.springframework.boot.SpringApplication
 
AgentAttacher - Class in org.springframework.boot.loader.tools
Utility class to attach an instrumentation agent to the running JVM.
AgentAttacher() - Constructor for class org.springframework.boot.loader.tools.AgentAttacher
 
amqpAdmin(CachingConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration
 
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
Return true if any of the specified conditions match.
AopAutoConfiguration - Class in org.springframework.boot.autoconfigure.aop
Auto-configuration for Spring's AOP support.
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
 
append(String) - Method in class org.springframework.boot.loader.util.AsciiBytes
 
append(byte[]) - Method in class org.springframework.boot.loader.util.AsciiBytes
 
append(ILoggingEvent) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender
 
application() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Accessor for the current application.
applicationContextIdFilter(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration
 
ApplicationEnvironmentPreparedEvent - Class in org.springframework.boot.context.event
Event published when a SpringApplication is starting up and the Environment is first available for inspection and modification.
ApplicationEnvironmentPreparedEvent(SpringApplication, String[], ConfigurableEnvironment) - Constructor for class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
 
ApplicationFailedEvent - Class in org.springframework.boot.context.event
Event published by a SpringApplication when it fails to start.
ApplicationFailedEvent(SpringApplication, String[], ConfigurableApplicationContext, Throwable) - Constructor for class org.springframework.boot.context.event.ApplicationFailedEvent
 
ApplicationPreparedEvent - Class in org.springframework.boot.context.event
Event published as when a SpringApplication is starting up and the ApplicationContext is fully prepared but not refreshed.
ApplicationPreparedEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationPreparedEvent
 
ApplicationStartedEvent - Class in org.springframework.boot.context.event
Event published as early as conceivably possible as soon as a SpringApplication has been started - before the Environment or ApplicationContext is available, but after the ApplicationListeners have been registered.
ApplicationStartedEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.ApplicationStartedEvent
 
apply(AsciiBytes, Archive.Entry) - Method in interface org.springframework.boot.loader.archive.Archive.EntryRenameFilter
Apply the jar entry filter.
apply(AsciiBytes, JarEntryData) - Method in interface org.springframework.boot.loader.jar.JarEntryFilter
Apply the jar entry filter.
apply(Statement, Description) - Method in class org.springframework.boot.test.OutputCapture
 
applyInitializers(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
Apply any ApplicationContextInitializers to the context before it is refreshed.
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellProperties
Apply the properties to a CRaSH configuration.
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
applyToCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
 
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.
ARGS - Static variable in class org.springframework.boot.loader.PropertiesLauncher
Properties key for default command line arguments.
ArrayDocumentMatcher - Class in org.springframework.boot.yaml
Matches a document containing a given key and where the value of that key is an array containing one of the given values, or where one of the values matches one of the given values (interpreted as regexes).
ArrayDocumentMatcher(String, String...) - Constructor for class org.springframework.boot.yaml.ArrayDocumentMatcher
 
AsciiBytes - Class in org.springframework.boot.loader.util
Simple wrapper around a byte array that represents an ASCII.
AsciiBytes(String) - Constructor for class org.springframework.boot.loader.util.AsciiBytes
Create a new AsciiBytes from the specified String.
AsciiBytes(byte[]) - Constructor for class org.springframework.boot.loader.util.AsciiBytes
Create a new AsciiBytes from the specified bytes.
AsciiBytes(byte[], int, int) - Constructor for class org.springframework.boot.loader.util.AsciiBytes
Create a new AsciiBytes from the specified bytes.
asCrshShellConfig() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
Return a properties file configured from these settings that can be applied to a CRaSH shell instance.
attach(File) - Static method in class org.springframework.boot.loader.tools.AgentAttacher
 
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.autoconfigure.security.SpringBootWebSecurityConfiguration
 
authenticationManager() - Method in class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration
 
authenticationManager() - Method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter
 
AuthenticationManagerConfiguration - Class in org.springframework.boot.autoconfigure.security
Configuration for a Spring Security in-memory AuthenticationManager.
AuthenticationManagerConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.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
 
autoConfigurationAuditEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
AutoConfigurationPackages - Class in org.springframework.boot.autoconfigure
Class for storing auto-configuration packages for reference later (e.g.
AutoConfigurationPackages() - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationPackages
 
AutoConfigurationReportEndpoint - Class in org.springframework.boot.actuate.endpoint
AutoConfigurationReportEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint
 
AutoConfigurationReportEndpoint.MessageAndCondition - Class in org.springframework.boot.actuate.endpoint
Adapts ConditionEvaluationReport.ConditionAndOutcome to a JSON friendly structure.
AutoConfigurationReportEndpoint.MessageAndCondition(ConditionEvaluationReport.ConditionAndOutcome) - Constructor for class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndCondition
 
AutoConfigurationReportEndpoint.Report - Class in org.springframework.boot.actuate.endpoint
Adapts ConditionEvaluationReport to a JSON friendly structure.
AutoConfigurationReportEndpoint.Report(ConditionEvaluationReport) - Constructor for class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
 
AutoConfigurationReportLoggingInitializer - Class in org.springframework.boot.autoconfigure.logging
AutoConfigurationReportLoggingInitializer() - Constructor for class org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer
 
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

BasicBatchConfigurer - Class in org.springframework.boot.autoconfigure.batch
Basic BatchConfigurer implementation.
BasicBatchConfigurer(DataSource) - Constructor for class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
Create a new BasicBatchConfigurer instance.
BasicBatchConfigurer(DataSource, EntityManagerFactory) - Constructor for class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
Create a new BasicBatchConfigurer instance.
basicBatchConfigurer(DataSource) - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration.JpaBatchConfiguration
 
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
 
BatchAutoConfiguration.JpaBatchConfiguration - Class in org.springframework.boot.autoconfigure.batch
 
BatchAutoConfiguration.JpaBatchConfiguration() - Constructor for class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration.JpaBatchConfiguration
 
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.actuate.autoconfigure.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
 
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.log4j.Log4JLoggingSystem
 
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
 
bindToSpringApplication(ConfigurableEnvironment, SpringApplication) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
Bind the environment to the SpringApplication.
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
 
ByteArrayRandomAccessData - Class in org.springframework.boot.loader.data
RandomAccessData implementation backed by a byte array.
ByteArrayRandomAccessData(byte[]) - Constructor for class org.springframework.boot.loader.data.ByteArrayRandomAccessData
 
ByteArrayRandomAccessData(byte[], long, long) - Constructor for class org.springframework.boot.loader.data.ByteArrayRandomAccessData
 

C

callAppenders(ILoggingEvent) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender.AppendableLogger
 
captureOutput() - Method in class org.springframework.boot.test.OutputCapture
 
changesSince(PropertyValues) - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
 
checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.DefaultTemplateResolverConfiguration
 
child(Object...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Create a child application with the provided sources.
ClasspathLoggingApplicationListener - Class in org.springframework.boot.logging
A SmartApplicationListener that reacts to start events by logging the classpath of the thread context class loader (TCCL) at DEBUG level and to error events by logging the TCCL's classpath at INFO level.
ClasspathLoggingApplicationListener() - Constructor for class org.springframework.boot.logging.ClasspathLoggingApplicationListener
 
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.autoconfigure.mongo.MongoAutoConfiguration
 
close() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
 
close() - Method in class org.springframework.boot.loader.jar.JarFile
 
close() - Method in class org.springframework.boot.loader.tools.JarWriter
Close the writer.
CodahaleMetricWriter - Class in org.springframework.boot.actuate.metrics.writer
A MetricWriter that send data to a Codahale MetricRegistry based on a naming convention: Updates to CodahaleMetricWriter.increment(Delta) with names in "meter.*" are treated as Meter events Other deltas are treated as simple Counter values Inputs to CodahaleMetricWriter.set(Metric) with names in "histogram.*" are treated as Histogram updates Inputs to CodahaleMetricWriter.set(Metric) with names in "timer.*" are treated as Timer updates Other metrics are treated as simple Gauge values (single valued measurements of type double)
CodahaleMetricWriter(MetricRegistry) - Constructor for class org.springframework.boot.actuate.metrics.writer.CodahaleMetricWriter
Create a new CodahaleMetricWriter instance.
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
 
commandLineArguments() - Static method in class org.springframework.boot.loader.tools.AgentAttacher
 
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.
CompositeMetricReader - Class in org.springframework.boot.actuate.metrics.reader
Composite implementation of MetricReader.
CompositeMetricReader(MetricReader...) - Constructor for class org.springframework.boot.actuate.metrics.reader.CompositeMetricReader
 
CompositeMetricWriter - Class in org.springframework.boot.actuate.metrics.writer
Composite implementation of MetricWriter that just sends its input to all of the delegates that have been registered.
CompositeMetricWriter(MetricWriter...) - Constructor for class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 
CompositeMetricWriter(List<MetricWriter>) - Constructor for class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 
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.
ConditionEvaluationReport - Class in org.springframework.boot.autoconfigure.condition
Records condition evaluation details for reporting and logging.
ConditionEvaluationReport.ConditionAndOutcome - Class in org.springframework.boot.autoconfigure.condition
Provides access to a single Condition and ConditionOutcome.
ConditionEvaluationReport.ConditionAndOutcome(Condition, ConditionOutcome) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
ConditionEvaluationReport.ConditionAndOutcomes - Class in org.springframework.boot.autoconfigure.condition
Provides access to a number of ConditionEvaluationReport.ConditionAndOutcome items.
ConditionEvaluationReport.ConditionAndOutcomes() - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
 
ConditionOutcome - Class in org.springframework.boot.autoconfigure.condition
Outcome for a condition match, including log message.
ConditionOutcome(boolean, String) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionOutcome
 
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.test
ApplicationContextInitializer that can be used with the ContextConfiguration#initializers() to trigger loading of application.properties.
ConfigFileApplicationContextInitializer() - Constructor for class org.springframework.boot.test.ConfigFileApplicationContextInitializer
 
ConfigFileApplicationListener - Class in org.springframework.boot.context.config
ApplicationListener that configures the context environment by loading properties from well known file locations.
ConfigFileApplicationListener() - Constructor for class org.springframework.boot.context.config.ConfigFileApplicationListener
 
ConfigurableEmbeddedServletContainer - Interface in org.springframework.boot.context.embedded
Simple interface that represents customizations to an EmbeddedServletContainerFactory.
CONFIGURATION_PREFIX - Static variable in class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
 
ConfigurationProperties - Annotation Type in org.springframework.boot.context.properties
Annotation for externalized configuration.
ConfigurationPropertiesBindingPostProcessor - Class in org.springframework.boot.context.properties
ConfigurationPropertiesBindingPostProcessor() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
ConfigurationPropertiesBindingPostProcessorRegistrar - Class in org.springframework.boot.context.properties
ImportBeanDefinitionRegistrar for binding externalized application properties to ConfigurationProperties beans.
ConfigurationPropertiesBindingPostProcessorRegistrar() - Constructor for class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
 
configurationPropertiesReportEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
ConfigurationPropertiesReportEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose application properties from ConfigurationProperties annotated beans.
ConfigurationPropertiesReportEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
 
configure(HttpSecurity) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter
 
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(HttpSecurity) - Method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter
 
configure(FilterRegistration.Dynamic) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
Configure registration settings.
configure(WebAppContext) - Method in class org.springframework.boot.context.embedded.jetty.ServletContextInitializerConfiguration
 
configure(Registration.Dynamic) - Method in class org.springframework.boot.context.embedded.RegistrationBean
Configure registration base settings.
configure(ServletRegistration.Dynamic) - Method in class org.springframework.boot.context.embedded.ServletRegistrationBean
Configure registration settings.
configure(SpringApplicationBuilder) - Method in class org.springframework.boot.context.web.SpringBootServletInitializer
Configure the application.
configureContext(Context, ServletContextInitializer[]) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Configure the Tomcat Context.
configureEnvironment(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
configureHeaders(<any>, SecurityProperties.Headers) - Static method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
 
configureMessageConverters(List<<any>>) - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
configureObjectMapper(ObjectMapper) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
Configure Jackson's ObjectMapper to be used to serialize the ConfigurationProperties objects into a Map structure.
configureProfiles(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
Configure which profiles are active (or active by default) for this application environment.
configurePropertySources(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
Add, remove or re-order any PropertySources in this application's environment.
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
ContextIdApplicationContextInitializer() - Constructor for class org.springframework.boot.context.ContextIdApplicationContextInitializer
 
ContextIdApplicationContextInitializer(String) - Constructor for class org.springframework.boot.context.ContextIdApplicationContextInitializer
 
contextLoaded(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
 
contextLoaded(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
Called once the application context has been loaded but before it has been refreshed.
contextPrepared(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
 
contextPrepared(ConfigurableApplicationContext) - Method in interface org.springframework.boot.SpringApplicationRunListener
Called once the ApplicationContext has been created and prepared, but before sources have been loaded.
convert(Object) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
count() - Method in class org.springframework.boot.actuate.metrics.reader.CompositeMetricReader
 
count() - Method in interface org.springframework.boot.actuate.metrics.reader.MetricReader
The number of metrics known to this reader.
count() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
count() - Method in interface org.springframework.boot.actuate.metrics.repository.MultiMetricRepository
 
count() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
count() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
count() - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
count() - Method in interface org.springframework.boot.actuate.metrics.rich.RichGaugeReader
 
count() - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
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 named counter value.
createApplicationContext() - Method in class org.springframework.boot.SpringApplication
Strategy method used to create the ApplicationContext.
createArchive() - Method in class org.springframework.boot.loader.Launcher
 
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
createClassLoader(List<Archive>) - Method in class org.springframework.boot.loader.PropertiesLauncher
 
createContextCloserListener(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
Subclasses may override to create their own subclass of ContextCloserListener.
createFileSystem(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
 
createJobRepository() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
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.
createMongoClient() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
createMultipartConfig() - Method in class org.springframework.boot.context.embedded.MultiPartConfigFactory
Create a new MultipartConfigElement instance.
createPluginContextAttributes() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
 
createRootApplicationContext(ServletContext) - Method in class org.springframework.boot.context.web.SpringBootServletInitializer
 
createTransactionManager() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
CrshAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for embedding an extensible shell into a Spring Boot enabled application.
CrshAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
 
CrshAutoConfiguration.AuthenticationManagerAdapterAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Class to configure CRaSH to authenticate against Spring Security.
CrshAutoConfiguration.AuthenticationManagerAdapterAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterAutoConfiguration
 
CrshAutoConfiguration.CrshBootstrapBean - Class in org.springframework.boot.actuate.autoconfigure
Spring Bean used to bootstrap the CRaSH shell.
CrshAutoConfiguration.CrshBootstrapBean() - Constructor for class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
 
CUSTOM - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
Marker for custom scope when custom configuration is used.
customize(ConfigurableEmbeddedServletContainer) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.ServerCustomization
 
customize(ConfigurableEmbeddedServletContainer) - Method in class org.springframework.boot.actuate.autoconfigure.ErrorMvcAutoConfiguration
 
customize(ConfigurableEmbeddedServletContainer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
customize(ConfigurableEmbeddedServletContainer) - Method in class org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
 
customize(ConfigurableEmbeddedServletContainer) - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer
Customize the specified ConfigurableEmbeddedServletContainer.
customize(Server) - Method in interface org.springframework.boot.context.embedded.jetty.JettyServerCustomizer
 
customize(Connector) - Method in interface org.springframework.boot.context.embedded.tomcat.TomcatConnectorCustomizer
 
customize(Context) - Method in interface org.springframework.boot.context.embedded.tomcat.TomcatContextCustomizer
 
customizeBinder(DataBinder) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
 
customizeConnector(Connector) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
 
CYAN - Static variable in interface org.springframework.boot.ansi.AnsiElement
 

D

DataEndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
Simple wrapper around Endpoint implementations that provide actuator data of some sort.
DataEndpointMBean(String, Endpoint<?>) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean
 
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
 
DataSourceTransactionManagerAutoConfiguration.TransactionManagementConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
 
DataSourceTransactionManagerAutoConfiguration.TransactionManagementConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration.TransactionManagementConfiguration
 
decrement(String) - Method in interface org.springframework.boot.actuate.metrics.CounterService
Decrement the specified counter by 1.
decrement(String) - Method in class org.springframework.boot.actuate.metrics.writer.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_DISPATCHER_SERVLET_REGISTRATION_BEAN_NAME - Static variable in class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration
 
DEFAULT_DOMAIN - Static variable in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
DEFAULT_ORDER - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
 
DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration
 
DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration
 
DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration
 
DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration
 
DEFAULT_WEB_CONTEXT_CLASS - Static variable in class org.springframework.boot.SpringApplication
 
DefaultCounterService - Class in org.springframework.boot.actuate.metrics.writer
Default implementation of CounterService.
DefaultCounterService(MetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.writer.DefaultCounterService
Create a DefaultCounterService instance.
defaultErrorView() - Method in class org.springframework.boot.actuate.autoconfigure.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
 
DefaultGaugeService - Class in org.springframework.boot.actuate.metrics.writer
Default implementation of GaugeService.
DefaultGaugeService(MetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.writer.DefaultGaugeService
Create a DefaultCounterService instance.
DefaultProfileDocumentMatcher - Class in org.springframework.boot.yaml
A YamlProcessor.DocumentMatcher that matches the default profile implicitly but not explicitly (i.e.
DefaultProfileDocumentMatcher() - Constructor for class org.springframework.boot.yaml.DefaultProfileDocumentMatcher
 
defaultTemplateResolver() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.DefaultTemplateResolverConfiguration
 
defaultViewResolver() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
DelegatingApplicationContextInitializer - Class in org.springframework.boot.context.config
ApplicationContextInitializer that delegates to other initializers that are specified under a context.initializer.classes environment property.
DelegatingApplicationContextInitializer() - Constructor for class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
 
DelegatingApplicationListener - Class in org.springframework.boot.context.config
ApplicationListener that delegates to other listeners that are specified under a context.listener.classes environment property.
DelegatingApplicationListener() - Constructor for class org.springframework.boot.context.config.DelegatingApplicationListener
 
Delta<T extends Number> - Class in org.springframework.boot.actuate.metrics.writer
A value object representing an increment in a metric value (usually a counter).
Delta(String, T, Date) - Constructor for class org.springframework.boot.actuate.metrics.writer.Delta
 
Delta(String, T) - Constructor for class org.springframework.boot.actuate.metrics.writer.Delta
 
destroy() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
 
destroy() - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
destroy() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
detectDefaultConfigurationClasses(Class<?>) - Method in class org.springframework.boot.test.SpringApplicationContextLoader
Detect the default configuration classes for the supplied test class.
detectQuery(String) - Method in class org.springframework.boot.actuate.health.SimpleHealthIndicator
 
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.DispatcherServletConfiguration
 
DispatcherServletAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
Auto-configuration for the Spring DispatcherServlet.
DispatcherServletAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration
 
DispatcherServletAutoConfiguration.DispatcherServletConfiguration - Class in org.springframework.boot.autoconfigure.web
 
DispatcherServletAutoConfiguration.DispatcherServletConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
 
dispatcherServletRegistration() - Method in class org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
 
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
 
doStart() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
doWith(String) - Method in interface org.springframework.boot.loader.tools.MainClassFinder.ClassNameCallback
Handle the specified class name
doWithLibraries(LibraryCallback) - Method in interface org.springframework.boot.loader.tools.Libraries
Iterate all relevant libraries.
doWithMainClasses(File, MainClassFinder.ClassNameCallback<T>) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
Perform the given callback operation on all main classes from the given root folder.
doWithMainClasses(JarFile, String, MainClassFinder.ClassNameCallback<T>) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
Perform the given callback operation on all main classes from the given jar.
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
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.
EmbeddedServletContainerInitializedEvent - Class in org.springframework.boot.context.embedded
Event to be published after the context is refreshed and the EmbeddedServletContainer is ready.
EmbeddedServletContainerInitializedEvent(ApplicationContext, EmbeddedServletContainer) - Constructor for class org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent
 
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
 
EndpointAutoConfiguration.RequestMappingEndpointConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointAutoConfiguration.RequestMappingEndpointConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.RequestMappingEndpointConfiguration
 
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.getId().
EndpointHandlerMapping(Collection<? extends MvcEndpoint>) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Create a new EndpointHandlerMapping instance.
EndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
Simple wrapper around Endpoint implementations to enable JMX export.
EndpointMBean(String, Endpoint<?>) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
EndpointMBeanExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration to enable JMX export for Endpoints.
EndpointMBeanExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration
 
endpointMBeanExporter() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration
 
EndpointMBeanExporter - Class in org.springframework.boot.actuate.endpoint.jmx
ApplicationListener that registers all known Endpoints with an MBeanServer using the MBeanExporter located from the application context.
EndpointMBeanExporter() - Constructor for class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
EndpointMBeanExportProperties - Class in org.springframework.boot.actuate.autoconfigure
Configuration properties for JMX.
EndpointMBeanExportProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
EndpointMvcAdapter - Class in org.springframework.boot.actuate.endpoint.mvc
Adapter class to expose Endpoints as MvcEndpoints.
EndpointMvcAdapter(Endpoint<?>) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
Create a new EndpointMvcAdapter.
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
 
EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration
 
EndpointWebMvcAutoConfiguration.ManagementServerPort - Enum in org.springframework.boot.actuate.autoconfigure
 
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
 
endsWith(AsciiBytes) - Method in class org.springframework.boot.loader.util.AsciiBytes
 
enhanceTrace(Map<String, Object>, HttpServletResponse) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
entityManagerFactory(JpaVendorAdapter) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
EntityScan - Annotation Type in org.springframework.boot.orm.jpa
Configures the LocalContainerEntityManagerFactoryBean to to scan for entity classes in the classpath.
entries() - Method in class org.springframework.boot.loader.jar.JarFile
 
EnumerableCompositePropertySource - Class in org.springframework.boot.env
An mutable, enumerable, composite property source.
EnumerableCompositePropertySource(String) - Constructor for class org.springframework.boot.env.EnumerableCompositePropertySource
 
environment(ConfigurableEnvironment) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Environment for the application context.
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.
environmentMvcEndpoint(EnvironmentEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
EnvironmentMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
Adapter to expose EnvironmentEndpoint as an MvcEndpoint.
EnvironmentMvcEndpoint(EnvironmentEndpoint) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint
 
EnvironmentMvcEndpoint.NoSuchPropertyException - Exception in org.springframework.boot.actuate.endpoint.mvc
 
EnvironmentMvcEndpoint.NoSuchPropertyException(String) - Constructor for exception org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.NoSuchPropertyException
 
environmentPrepared(ConfigurableEnvironment) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
 
environmentPrepared(ConfigurableEnvironment) - Method in interface org.springframework.boot.SpringApplicationRunListener
Called once the environment has been prepared, but before the ApplicationContext has been created.
EnvironmentTestUtils - Class in org.springframework.boot.test
Test utilities for setting environment values.
EnvironmentTestUtils() - Constructor for class org.springframework.boot.test.EnvironmentTestUtils
 
equals(Object) - Method in class org.springframework.boot.actuate.metrics.Metric
 
equals(Object) - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
equals(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
equals(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
 
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
 
equals(Object) - Method in class org.springframework.boot.loader.util.AsciiBytes
 
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.
errorEndpoint(ErrorController) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
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
 
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
 
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
 
EventPublishingRunListener - Class in org.springframework.boot.context.event
EventPublishingRunListener(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.EventPublishingRunListener
 
ExecutableArchiveLauncher - Class in org.springframework.boot.loader
Base class for executable archive Launchers.
ExecutableArchiveLauncher() - Constructor for class org.springframework.boot.loader.ExecutableArchiveLauncher
 
execute(Job, JobParameters) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
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
Create a new ExplodedArchive instance.
ExplodedArchive(File, boolean) - Constructor for class org.springframework.boot.loader.archive.ExplodedArchive
Create a new ExplodedArchive instance.
export() - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
 
export() - Method in interface org.springframework.boot.actuate.metrics.export.Exporter
Export metric data.
Exporter - Interface in org.springframework.boot.actuate.metrics.export
Generic interface for metric exports.
extract(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
Extract beans annotated ConfigurationProperties and serialize into Map.
extract(RequestAttributes, boolean, boolean) - Method in class org.springframework.boot.actuate.web.BasicErrorController
 
extract(RequestAttributes, boolean, boolean) - Method in interface org.springframework.boot.actuate.web.ErrorController
Extract a useful model of the error from the request attributes.
extractHandlerMappings(ApplicationContext, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
extractHandlerMappings(Collection<AbstractUrlHandlerMapping>, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
extractMethodMappings(ApplicationContext, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
extractMethodMappings(Collection<<any>>, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 

F

FAINT - Static variable in interface org.springframework.boot.ansi.AnsiElement
 
FallbackWebSecurityAutoConfiguration - Class in org.springframework.boot.autoconfigure.security
If the user explicitly disables the basic security features and forgets to @EnableWebSecurity, and yet still wants a bean of type WebSecurityConfigurerAdapter, he is trying to use a custom security setup.
FallbackWebSecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.FallbackWebSecurityAutoConfiguration
 
faviconHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration
 
faviconRequestHandler() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration
 
FileEncodingApplicationListener - Class in org.springframework.boot.context
An ApplicationListener that halts application startup if the system file encoding does not match an expected value set in the environment.
FileEncodingApplicationListener() - Constructor for class org.springframework.boot.context.FileEncodingApplicationListener
 
FilteredArchive - Class in org.springframework.boot.loader.archive
Decorator to apply an Archive.EntryFilter to an existing Archive.
FilteredArchive(Archive, Archive.EntryFilter) - Constructor for class org.springframework.boot.loader.archive.FilteredArchive
 
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.reader.CompositeMetricReader
 
findAll() - Method in interface org.springframework.boot.actuate.metrics.reader.MetricReader
Find all the metrics known to this reader.
findAll(String) - Method in interface org.springframework.boot.actuate.metrics.reader.PrefixMetricReader
Find all metrics whose name starts with the given prefix.
findAll() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
findAll(String) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
findAll() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
findAll(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
findAll() - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
findAll() - Method in interface org.springframework.boot.actuate.metrics.rich.RichGaugeReader
Find all instances of rich gauge known to this reader.
findAll() - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
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.
findAllWithPrefix(String) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
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.
findMainMethod(JarFile) - Method in class org.springframework.boot.loader.tools.Repackager
 
findOne(String) - Method in class org.springframework.boot.actuate.metrics.reader.CompositeMetricReader
 
findOne(String) - Method in interface org.springframework.boot.actuate.metrics.reader.MetricReader
Find an instance of the metric with the given name (usually the latest recorded value).
findOne(String) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
findOne(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
findOne(String) - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
findOne(String) - Method in interface org.springframework.boot.actuate.metrics.rich.RichGaugeReader
Find a single instance of a rich gauge by name.
findOne(String) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
findResource(String) - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
 
findResources(String) - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
 
finished(ConfigurableApplicationContext, Throwable) - Method in class org.springframework.boot.context.event.EventPublishingRunListener
 
finished(ConfigurableApplicationContext, Throwable) - Method in interface org.springframework.boot.SpringApplicationRunListener
Called immediately before the run method finishes.
finishRefresh() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
flush() - Method in class org.springframework.boot.test.OutputCapture
 
foreignKeyColumnName(String, String, String, String) - Method in class org.springframework.boot.orm.jpa.SpringNamingStrategy
 
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 submit a named double value for storage and analysis.
get(BeanFactory) - Static method in enum org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
 
get(BeanFactory) - Static method in class org.springframework.boot.autoconfigure.AutoConfigurationPackages
Return the auto-configuration base packages for the given bean factory
get(ConfigurableListableBeanFactory) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Obtain a ConditionEvaluationReport for the specified bean factory.
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.autoconfigure.web.ServerProperties.Tomcat
 
getAccessLogPattern() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getAdditionalInfo() - Method in class org.springframework.boot.actuate.endpoint.InfoEndpoint
 
getAdditionalProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getAdditionalTomcatConnectors() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable collection of the Connectors that will be added to the Tomcat
getAddress() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
getAddress() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getAddress() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
getAddresses() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getAll() - Method in class org.springframework.boot.context.embedded.MimeMappings
Returns all defined mappings.
getAllFileExtensions() - Method in class org.springframework.boot.env.PropertySourcesLoader
Returns all file extensions that could be loaded.
getAlpha() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
getAnnotation() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
The Spring Data annotation used to enable the particular repository support.
getApplicationContext() - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
 
getApplicationContext() - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent
Access the application context that the container was created in.
getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationFailedEvent
 
getApplicationContext() - Method in class org.springframework.boot.context.event.ApplicationPreparedEvent
 
getApplicationLog() - Method in class org.springframework.boot.SpringApplication
Returns the Log for the application.
getArchive() - Method in class org.springframework.boot.loader.ExecutableArchiveLauncher
 
getArgs() - Method in class org.springframework.boot.context.event.SpringApplicationEvent
 
getArgs(String...) - Method in class org.springframework.boot.loader.PropertiesLauncher
 
getAsText() - Method in class org.springframework.boot.bind.InetAddressEditor
 
getAttributes() - Method in class org.springframework.boot.loader.jar.JarEntry
 
getAuditEvent() - Method in class org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
 
getAuth() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getAverage() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
Either an exponential weighted moving average or a simple mean, respectively, depending on whether the weight 'alpha' has been set for this gauge.
getBackgroundProcessorDelay() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getBasedir() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getBasePackages() - Method in class org.springframework.boot.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
getBasic() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
getBranch() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
 
getBrokerUrl() - Method in class org.springframework.boot.autoconfigure.jms.ActiveMQProperties
 
getCertificates() - Method in class org.springframework.boot.loader.jar.JarEntry
 
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
 
getClassLoader() - Method in class org.springframework.boot.SpringApplication
Either the ClassLoader that will be used in the ApplicationContext (if resourceLoader is set, or the context class loader (if not null), or the loader of the Spring ClassUtils class.
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
 
getCodeSigners() - Method in class org.springframework.boot.loader.jar.JarEntry
 
getCommandPathPatterns() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getCommandRefreshInterval() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getComment() - Method in class org.springframework.boot.loader.jar.JarEntryData
 
getCommit() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo
 
getCompressedSize() - Method in class org.springframework.boot.loader.jar.JarEntryData
 
getCondition() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndCondition
 
getCondition() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
getConditionAndOutcomesBySource() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Returns condition outcomes from this report, grouped by the source.
getConfig() - Method in class org.springframework.boot.actuate.autoconfigure.JolokiaProperties
 
getConfigPathPatterns() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
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.autoconfigure.ManagementServerProperties
 
getContextPath() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getContextPath() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Returns the context path for the embedded servlet container.
getConverters() - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConverters
Return a mutable list of the converters in the order that they will be registered.
getCount() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
getCrc() - Method in class org.springframework.boot.loader.jar.JarEntryData
 
getData() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the event data.
getData() - Method in class org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean
 
getDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getDataSource() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
getDelegate() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
 
getDisabledPlugins() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getDocumentRoot() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Returns the document root which will be used by the web context to serve static files.
getDomain() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
getDomain() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
 
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.EmbeddedServletContainerInitializedEvent
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.
getEndpoint() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
getEndpointClass() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
getEndpointMBean(String, Endpoint<?>) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Return the endpoints
getEndpoints() - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
 
getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
 
getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
getEndpointType() - Method in class org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint
 
getEndpointType() - Method in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
Return the type of Endpoint exposed, or null if this MvcEndpoint exposes information that cannot be represented as a traditional Endpoint.
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.FilteredArchive
 
getEntries() - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
getEntry(String) - Method in class org.springframework.boot.loader.jar.JarFile
 
getEnvironment() - Method in class org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
 
getErrorPages() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
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
Returns the exception type (or null for a page that matches by status)
getException() - Method in class org.springframework.boot.context.event.ApplicationFailedEvent
 
getExceptionName() - Method in class org.springframework.boot.context.embedded.ErrorPage
The exception type name.
getExitCode() - Method in 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
 
getExtra() - Method in class org.springframework.boot.loader.jar.JarEntryData
 
getFile() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
Returns the underling File.
getFileExtensions() - Method in class org.springframework.boot.env.PropertiesPropertySourceLoader
 
getFileExtensions() - Method in interface org.springframework.boot.env.PropertySourceLoader
Returns the file extensions that the loader supports (excluding the '.').
getFileExtensions() - Method in class org.springframework.boot.env.YamlPropertySourceLoader
 
getFilter() - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
Returns the filter being registered.
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.FilteredArchive
 
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.JarFile
Return a new jar based on the filtered contents of this file.
getHeaders() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
getHomeDirectory() - Method in class org.springframework.boot.loader.PropertiesLauncher
 
getHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getHost() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getHost() - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties
 
getHsts() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
getId() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
 
getId() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
getId() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
The logical ID of the endpoint.
getIgnored() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
getIgnored(SecurityProperties) - Static method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
 
getInfo() - Method in class org.springframework.boot.actuate.trace.Trace
 
getInitializers() - Method in class org.springframework.boot.SpringApplication
Returns read-only ordered Set of the ApplicationContextInitializers that will be applied to the Spring ApplicationContext.
getInitialSize() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
 
getInitParameters() - Method in class org.springframework.boot.context.embedded.RegistrationBean
Returns a mutable Map of the registration init-parameters.
getInputStream(RandomAccessData.ResourceAccess) - Method in class org.springframework.boot.loader.data.ByteArrayRandomAccessData
 
getInputStream(RandomAccessData.ResourceAccess) - Method in interface org.springframework.boot.loader.data.RandomAccessData
Returns an InputStream that can be used to read the underling data.
getInputStream(RandomAccessData.ResourceAccess) - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
 
getInputStream(ZipEntry) - Method in class org.springframework.boot.loader.jar.JarFile
 
getJarEntry(String) - Method in class org.springframework.boot.loader.jar.JarFile
 
getJarEntryData(String) - Method in class org.springframework.boot.loader.jar.JarFile
 
getJarFileFromUrl(URL) - Method in class org.springframework.boot.loader.jar.Handler
 
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
 
getJobLauncher() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
getJobRepository() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
getJsonParser() - Static method in class org.springframework.boot.json.JsonParserFactory
Static factory for the "best" JSON parser available on the classpath.
getJspServletClassName() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
getKeyPath() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
getKeysToSanitize() - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
 
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.Expanded
 
getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
 
getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.None
 
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
 
getListeners() - Method in class org.springframework.boot.SpringApplication
Returns read-only ordered Set of the ApplicationListeners that will be applied to the SpringApplication and registered with the ApplicationContext .
getLogger(String) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender
 
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.archive.FilteredArchive
 
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
 
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.FilteredArchive
 
getManifest() - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
getManifest() - Method in class org.springframework.boot.loader.jar.JarFile
 
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.
getMax() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
getMaxActive() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
 
getMaxActive() - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties.Pool
 
getMaxIdle() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
 
getMaxIdle() - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties.Pool
 
getMaxThreads() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getMaxWait() - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties.Pool
 
getMaxWaitMillis() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
 
getMessage() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.MessageAndCondition
 
getMessage() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Return an outcome message or null.
getMethod() - Method in class org.springframework.boot.loader.jar.JarEntryData
 
getMimeMappings() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Returns the mime-type mappings.
getMimeType() - Method in class org.springframework.boot.context.embedded.MimeMappings.Mapping
 
getMin() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
getMinEvictableIdleTimeMillis() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
 
getMinIdle() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
 
getMinIdle() - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties.Pool
 
getMongoClientDatabase() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getMostSpecific(YamlProcessor.MatchStatus, YamlProcessor.MatchStatus) - Static method in enum org.springframework.boot.yaml.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.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
 
getName() - Method in class org.springframework.boot.actuate.metrics.Metric
Returns the name of the metric.
getName() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
getName() - Method in class org.springframework.boot.autoconfigure.security.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.JarEntryData
 
getName() - Method in class org.springframework.boot.loader.jar.JarFile
 
getNamespace() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
getNegativeMatches() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
 
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.FilteredArchive
 
getNestedArchives(Archive.EntryFilter) - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
getNestedJarFile(ZipEntry, JarEntryFilter...) - Method in class org.springframework.boot.loader.jar.JarFile
Return a nested JarFile loaded from the specified entry.
getNestedJarFile(JarEntryData, JarEntryFilter...) - Method in class org.springframework.boot.loader.jar.JarFile
Return a nested JarFile loaded from the specified entry.
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.yaml.YamlMapFactoryBean
 
getObject() - Method in class org.springframework.boot.yaml.YamlPropertiesFactoryBean
 
getObjectName(Object, String) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
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.yaml.YamlMapFactoryBean
 
getObjectType() - Method in class org.springframework.boot.yaml.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.builder.ParentContextApplicationContextInitializer
 
getOrder() - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
 
getOrder() - Method in class org.springframework.boot.cloudfoundry.VcapApplicationListener
 
getOrder() - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
 
getOrder() - Method in class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
 
getOrder() - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
 
getOrder() - Method in class org.springframework.boot.context.ContextIdApplicationContextInitializer
 
getOrder() - Method in class org.springframework.boot.context.embedded.RegistrationBean
 
getOrder() - Method in class org.springframework.boot.context.FileEncodingApplicationListener
 
getOrder() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
getOrder() - Method in class org.springframework.boot.context.web.ServletContextApplicationContextInitializer
 
getOrder() - Method in class org.springframework.boot.logging.ClasspathLoggingApplicationListener
 
getOrder() - Method in class org.springframework.boot.logging.LoggingApplicationListener
 
getOutcome() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
getPackagedConfigFile(String) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
getPackagesToScan() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
getParent() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
 
getParent() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
The parent report (from a parent BeanFactory if there is one).
getPassword() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
 
getPassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
 
getPassword() - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties
 
getPassword() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
getPath() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
 
getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
 
getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
getPath() - Method in class org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint
 
getPath() - Method in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
Return the MVC path of the endpoint.
getPath() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
 
getPath() - Method in class org.springframework.boot.context.embedded.ErrorPage
The path to render (usually implemented as a forward), starting with "/".
getPhase() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
getPool() - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties
 
getPort() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
Returns the management port or null if the server port should be used.
getPort() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
getPort() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
 
getPort() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties
 
getPort() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getPort() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
The port that the embedded server listens on.
getPort() - Method in interface org.springframework.boot.context.embedded.EmbeddedServletContainer
 
getPort() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
 
getPort() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
 
getPositiveMatches() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint.Report
 
getPrefix() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
 
getPrincipal() - Method in class org.springframework.boot.actuate.audit.AuditEvent
Returns the user principal responsible for the event 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
 
getProperty(String) - Method in class org.springframework.boot.context.config.RandomValuePropertySource
 
getProperty(String) - Method in class org.springframework.boot.env.EnumerableCompositePropertySource
 
getProperty(String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
 
getProperty(String, String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
 
getProperty(String, String, String) - Static method in class org.springframework.boot.loader.util.SystemPropertyUtils
Search the System properties and environment variables for a value with the provided key.
getPropertyAsClass(String, Class<T>) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
 
getPropertyNames() - Method in class org.springframework.boot.env.EnumerableCompositePropertySource
 
getPropertySources() - Method in class org.springframework.boot.env.PropertySourcesLoader
Return the MutablePropertySources being loaded.
getPropertyValue(String) - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
 
getPropertyValues() - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
 
getProtocolHeader() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getRealm() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
 
getRemoteIpHeader() - Method in class org.springframework.boot.autoconfigure.web.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
 
getResource(String) - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
 
getResourceByPath(String) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
getResourceLoader() - Method in class org.springframework.boot.SpringApplication
The ResourceLoader that will be used in the ApplicationContext.
getResources(String) - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
 
getResourceSuffix() - Method in class org.springframework.boot.test.SpringApplicationContextLoader
 
getRole() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
getRole() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
getRoles() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
 
getRootJarFile() - Method in class org.springframework.boot.loader.jar.JarFile
 
getSecurity() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
getServer() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer
Returns access to the underlying Jetty Server.
getServerCustomizers() - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Returns a mutable collection of Jetty Configurations that will be applied to the WebAppContext before the server is created.
getServlet() - Method in class org.springframework.boot.context.embedded.ServletRegistrationBean
Returns the servlet being registered.
getServletConfig() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
getServletConfig() - Method in class org.springframework.boot.context.embedded.WebApplicationContextServletContextAwareProcessor
 
getServletContext() - Method in class org.springframework.boot.context.embedded.WebApplicationContextServletContextAwareProcessor
 
getServletContextInitializerBeans() - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
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.
getServletPath() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
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.autoconfigure.ManagementServerProperties.Security
 
getSessions() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
getSessionTimeout() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getSessionTimeout() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
getSize() - Method in class org.springframework.boot.loader.data.ByteArrayRandomAccessData
 
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
 
getSize() - Method in class org.springframework.boot.loader.jar.JarEntryData
 
getSource() - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent
Access the source of the event (an EmbeddedServletContainer).
getSource() - Method in class org.springframework.boot.loader.jar.JarEntry
Return the source JarEntryData that was used to create this entry.
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.
getSpringApplication() - Method in class org.springframework.boot.context.event.SpringApplicationEvent
 
getSpringApplication() - Method in class org.springframework.boot.test.SpringApplicationContextLoader
Builds new SpringApplication instance.
getSsh() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getStaticNames() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
getStatus() - Method in class org.springframework.boot.context.embedded.ErrorPage
The HTTP status value that this error page matches (or null for a page that matches by exception).
getStatusCode() - Method in class org.springframework.boot.context.embedded.ErrorPage
The HTTP status value that this error page matches.
getSubProperties(PropertySources, String) - Static method in class org.springframework.boot.bind.PropertySourceUtils
Return a Map of all values from the specified PropertySources that start with a particular key.
getSubProperties(PropertySources, String, String) - Static method in class org.springframework.boot.bind.PropertySourceUtils
Return a Map of all values from the specified PropertySources that start with a particular key.
getSubProperties(String) - Method in class org.springframework.boot.bind.RelaxedPropertyResolver
Return a Map of all values from all underlying properties that start with the specified key.
getSubsection(long, long) - Method in class org.springframework.boot.loader.data.ByteArrayRandomAccessData
 
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
 
getSupportedTypes() - Static method in class org.springframework.boot.context.embedded.ServletListenerRegistrationBean
 
getTelnet() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
getTime() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
 
getTime() - Method in class org.springframework.boot.loader.jar.JarEntryData
 
getTimeBetweenEvictionRunsMillis() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
 
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.Metric
 
getTimestamp() - Method in class org.springframework.boot.actuate.trace.Trace
 
getTomcat() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
getTomcat() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer
Returns access to the underlying Tomcat server.
getTomcatConnectorCustomizers() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable collection of the TomcatConnectorCustomizers that will be applied to the Tomcat Context .
getTomcatContextCustomizers() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns a mutable collection of the TomcatContextCustomizers that will be applied to the Tomcat Context .
getTomcatEmbeddedServletContainer(Tomcat) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Factory method called to create the TomcatEmbeddedServletContainer.
getTrace(HttpServletRequest) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
getTransactionManager() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
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.mongo.MongoProperties
 
getUriEncoding() - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
getUriEncoding() - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Returns the character encoding to use for URL decoding.
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.FilteredArchive
 
getUrl() - Method in class org.springframework.boot.loader.archive.JarFileArchive
 
getUrl() - Method in class org.springframework.boot.loader.jar.JarEntry
Return a URL for this JarEntry.
getUrl() - Method in class org.springframework.boot.loader.jar.JarFile
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.autoconfigure.ShellProperties.SimpleAuthenticationProperties
 
getUser() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
getUsername() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
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.
getValue() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
getValues() - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
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.
getVirtualHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
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
 
groups() - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
Generate a group of metrics to iterate over in the form of a set of Strings (e.g.
groups() - Method in class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
 
groups() - Method in class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
 
groups() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
groups() - Method in interface org.springframework.boot.actuate.metrics.repository.MultiMetricRepository
The names of all the groups known to this repository
groups() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 

H

handle(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
handleMessage(<any>) - Method in class org.springframework.boot.actuate.metrics.writer.MetricWriterMessageHandler
 
Handler - Class in org.springframework.boot.loader.jar
URLStreamHandler for Spring Boot loader JarFiles.
Handler() - Constructor for class org.springframework.boot.loader.jar.Handler
 
Handler(JarFile) - Constructor for class org.springframework.boot.loader.jar.Handler
 
handlerAdapter(HttpMessageConverters) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
handlerMapping(MvcEndpoints, ListableBeanFactory) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
hashCode() - Method in class org.springframework.boot.actuate.metrics.Metric
 
hashCode() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
hashCode() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
hashCode() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
 
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
 
hashCode() - Method in class org.springframework.boot.loader.util.AsciiBytes
 
hasNoVerify() - Static method in class org.springframework.boot.loader.tools.AgentAttacher
 
headless(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Sets if the application is headless and should not instantiate AWT.
health() - Method in interface org.springframework.boot.actuate.health.HealthIndicator
 
health() - Method in class org.springframework.boot.actuate.health.SimpleHealthIndicator
 
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.
HttpMapperProperties - Class in org.springframework.boot.autoconfigure.web
Configuration properties to configure HttpMessageConverters.
HttpMapperProperties() - Constructor for class org.springframework.boot.autoconfigure.web.HttpMapperProperties
 
HttpMessageConverters - Class in org.springframework.boot.autoconfigure.web
Bean used to manage the HttpMessageConverters used in a Spring Boot application.
HttpMessageConverters(<any>...) - Constructor for class org.springframework.boot.autoconfigure.web.HttpMessageConverters
Create a new HttpMessageConverters instance with the specified additional converters.
HttpMessageConverters(Collection<<any>>) - Constructor for class org.springframework.boot.autoconfigure.web.HttpMessageConverters
Create a new HttpMessageConverters instance with the specified additional converters.
HttpMessageConvertersAutoConfiguration - Class in org.springframework.boot.autoconfigure.web
Auto-configuration for HttpMessageConverters.
HttpMessageConvertersAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration
 
HttpMessageConvertersAutoConfiguration.ObjectMappers - Class in org.springframework.boot.autoconfigure.web
 
HttpMessageConvertersAutoConfiguration.ObjectMappers() - Constructor for class org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration.ObjectMappers
 

I

ignoredPathsWebSecurityConfigurerAdapter() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration
 
ignoredPathsWebSecurityConfigurerAdapter() - Method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
 
increment(String) - Method in interface org.springframework.boot.actuate.metrics.CounterService
Increment the specified counter by 1.
increment(int) - Method in class org.springframework.boot.actuate.metrics.Metric
Create a new Metric with an incremented value.
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.writer.CodahaleMetricWriter
 
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 
increment(String) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultCounterService
 
increment(Delta<?>) - Method in class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
 
increment(Delta<?>) - Method in interface org.springframework.boot.actuate.metrics.writer.MetricWriter
Increment the value of a metric (or decrement if the delta is negative).
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() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.CrshBootstrapBean
 
init() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration.ManagementSecurityPropertiesConfiguration
 
init(FilterConfig) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
init(AuthenticationManagerBuilder) - Method in class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration
 
init() - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration.ObjectMappers
 
initialize() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
initialize() - Method in class org.springframework.boot.autoconfigure.batch.BatchDatabaseInitializer
 
initialize() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
 
initialize(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.ContextIdApplicationContextInitializer
 
initialize(ConfigurableWebApplicationContext) - Method in class org.springframework.boot.context.web.ServletContextApplicationContextInitializer
 
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(ConfigurableEnvironment, ClassLoader) - Method in class org.springframework.boot.logging.LoggingApplicationListener
Initialize the logging system according to preferences expressed through the Environment and the classpath.
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(ConfigurableApplicationContext) - Method in class org.springframework.boot.test.ConfigFileApplicationContextInitializer
 
initializeLogLevel(LoggingSystem, LogLevel) - Method in class org.springframework.boot.logging.LoggingApplicationListener
 
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.repository
MetricRepository and MultiMetricRepository implementation that stores metrics in memory.
InMemoryMetricRepository() - Constructor for class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
InMemoryRichGaugeRepository - Class in org.springframework.boot.actuate.metrics.rich
In memory implementation of MetricWriter and RichGaugeReader.
InMemoryRichGaugeRepository() - Constructor for class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
InMemoryTraceRepository - Class in org.springframework.boot.actuate.trace
In-memory implementation of TraceRepository.
InMemoryTraceRepository() - Constructor for class org.springframework.boot.actuate.trace.InMemoryTraceRepository
 
IntegrationTest - Annotation Type in org.springframework.boot.test
Test class annotation signifying that the tests are integration tests (and therefore require an application to startup "fully leaded" and listening on its normal ports).
invoke() - Method in class org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.BeansEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
 
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.mvc.EndpointMvcAdapter
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.mvc.ShutdownMvcEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
 
invoke() - Method in class org.springframework.boot.actuate.endpoint.TraceEndpoint
 
isAsyncSupported() - Method in class org.springframework.boot.context.embedded.RegistrationBean
Returns if asynchronous operations are support for this registration.
isAutoStartup() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
isCache() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
isContentType() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
isDefaultPassword() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
isDirectory() - Method in interface org.springframework.boot.loader.archive.Archive.Entry
Returns true if the entry represents a directory.
isDirectory() - Method in class org.springframework.boot.loader.jar.JarEntryData
 
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.RabbitProperties
 
isEmbedded(String) - Static method in enum org.springframework.boot.autoconfigure.jdbc.EmbeddedDatabaseConnection
Convenience method to determine if a given driver class name represents an embedded database type.
isEmpty() - Method in class org.springframework.boot.bind.PropertySourcesPropertyValues
 
isEnableCsrf() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
isEnabled() - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
 
isEnabled() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
isEnabled() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
Return if the endpoint is enabled.
isEnabled() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
isEnabled() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
 
isFrame() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
isFullMatch() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
Return true if all outcomes match.
isGlobal() - Method in class org.springframework.boot.context.embedded.ErrorPage
 
isHandler(Class<?>) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Since all handler beans are passed into the constructor there is no need to detect anything here
isInMemory() - Method in class org.springframework.boot.autoconfigure.jms.ActiveMQProperties
 
isJsonPrettyPrint() - Method in class org.springframework.boot.autoconfigure.web.HttpMapperProperties
 
isJsonSortKeys() - Method in class org.springframework.boot.autoconfigure.web.HttpMapperProperties
 
isMatch() - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Return true if the outcome was a match.
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.ActiveMQProperties
 
isPubSubDomain() - Method in class org.springframework.boot.autoconfigure.jms.JmsTemplateProperties
 
isRegisterDefaultServlet() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Flag to indicate that the default servlet should be registered.
isRegisterJspServlet() - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Flag to indicate that the JSP servlet should be registered if available on the classpath.
isRequireSsl() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
isRunning() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
isSensitive() - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
isSensitive() - Method in interface org.springframework.boot.actuate.endpoint.Endpoint
Return if the endpoint is sensitive, i.e.
isSensitive() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
 
isSensitive() - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter
 
isSensitive() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
isSensitive() - Method in class org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint
 
isSensitive() - Method in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
Return if the endpoint exposes sensitive information.
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.yaml.YamlMapFactoryBean
 
isSingleton() - Method in class org.springframework.boot.yaml.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
 
isTestWhileIdle() - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
 
isUniqueNames() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
isXss() - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
ITALIC - Static variable in interface org.springframework.boot.ansi.AnsiElement
 
iterator() - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
 
iterator() - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConverters
 
iterator() - Method in class org.springframework.boot.bind.RelaxedNames
 
iterator() - Method in class org.springframework.boot.context.embedded.MimeMappings
 
iterator() - Method in class org.springframework.boot.loader.jar.JarFile
 

J

jaasAuthenticationProperties() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
 
JacksonJsonParser - Class in org.springframework.boot.json
Thin wrapper to adapt Jackson 2 ObjectMapper to JsonParser.
JacksonJsonParser() - Constructor for class org.springframework.boot.json.JacksonJsonParser
 
jacksonObjectMapper() - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration.ObjectMappers
 
JarEntry - Class in org.springframework.boot.loader.jar
Extended variant of JarEntry returned by JarFiles.
JarEntry(JarEntryData) - Constructor for class org.springframework.boot.loader.jar.JarEntry
 
JarEntryData - Class in org.springframework.boot.loader.jar
Holds the underlying data of a JarEntry, allowing creation to be deferred until the entry is actually needed.
JarEntryData(JarFile, byte[], InputStream) - Constructor for class org.springframework.boot.loader.jar.JarEntryData
 
JarEntryFilter - Interface in org.springframework.boot.loader.jar
Interface that can be used to filter and optionally rename jar entries.
JarFile - Class in org.springframework.boot.loader.jar
Extended variant of JarFile that behaves in the same way but offers the following additional functionality.
JarFile(File, JarEntryFilter...) - Constructor for class org.springframework.boot.loader.jar.JarFile
Create a new JarFile backed by the specified file.
JarFileArchive - Class in org.springframework.boot.loader.archive
Archive implementation backed by a JarFile.
JarFileArchive(File) - Constructor for class org.springframework.boot.loader.archive.JarFileArchive
 
JarFileArchive(JarFile) - 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
 
JarWriter - Class in org.springframework.boot.loader.tools
Writes JAR content, ensuring valid directory entries are always create and duplicate items are ignored.
JarWriter(File) - Constructor for class org.springframework.boot.loader.tools.JarWriter
Create a new JarWriter instance.
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.
JettyEmbeddedServletContainer(Server, boolean) - 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.
JettyServerCustomizer - Interface in org.springframework.boot.context.embedded.jetty
Callback interface that can be used to customize a Jetty Server.
jmsConnectionFactory() - Method in class org.springframework.boot.autoconfigure.jms.JmsTemplateAutoConfiguration.ActiveMQConnectionFactoryCreator
 
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
 
JmsTemplateProperties - Class in org.springframework.boot.autoconfigure.jms
 
JmsTemplateProperties() - Constructor for class org.springframework.boot.autoconfigure.jms.JmsTemplateProperties
 
JmxAutoConfiguration - Class in org.springframework.boot.autoconfigure.jmx
Auto-configuration to enable/disable Spring's EnableMBeanExport mechanism based on configuration properties.
JmxAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration
 
JmxAutoConfiguration.MBeanExport - Class in org.springframework.boot.autoconfigure.jmx
 
JmxAutoConfiguration.MBeanExport() - Constructor for class org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration.MBeanExport
 
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
 
jobExplorer(DataSource) - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
jobLauncherCommandLineRunner(JobLauncher, JobExplorer) - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
JobLauncherCommandLineRunner - Class in org.springframework.boot.autoconfigure.batch
CommandLineRunner to launch Spring Batch jobs.
JobLauncherCommandLineRunner(JobLauncher, JobExplorer) - Constructor for class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
jobOperator(JobExplorer, JobLauncher, ListableJobLocator, JobRepository) - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
JolokiaAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for embedding Jolokia, a JMX-HTTP bridge giving an alternative to JSR-160 connectors.
JolokiaAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.JolokiaAutoConfiguration
 
jolokiaEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.JolokiaAutoConfiguration
 
JolokiaMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
MvcEndpoint to expose Jolokia.
JolokiaMvcEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
JolokiaProperties - Class in org.springframework.boot.actuate.autoconfigure
Configuration properties for Jolokia.
JolokiaProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.JolokiaProperties
 
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
 
jpaBatchConfigurer(DataSource, EntityManagerFactory) - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration.JpaBatchConfiguration
 
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
 
JpaRepositoriesAutoConfiguration.JpaWebConfiguration - Class in org.springframework.boot.autoconfigure.data
 
JpaRepositoriesAutoConfiguration.JpaWebConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.JpaRepositoriesAutoConfiguration.JpaWebConfiguration
 
jpaVendorAdapter() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
JsonParser - Interface in org.springframework.boot.json
Parser that can read JSON formatted strings into Maps or Lists.
JsonParserFactory - Class in org.springframework.boot.json
Factory to create a JsonParser.
JsonParserFactory() - Constructor for class org.springframework.boot.json.JsonParserFactory
 

K

keyAuthenticationProperties() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
 

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.Expanded - Class in org.springframework.boot.loader.tools
Executable expanded archive layout.
Layouts.Expanded() - Constructor for class org.springframework.boot.loader.tools.Layouts.Expanded
 
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.None - Class in org.springframework.boot.loader.tools
Executable expanded archive layout.
Layouts.None() - Constructor for class org.springframework.boot.loader.tools.Layouts.None
 
Layouts.War - Class in org.springframework.boot.loader.tools
Executable WAR layout.
Layouts.War() - Constructor for class org.springframework.boot.loader.tools.Layouts.War
 
lazyAuthenticationManager() - Method in class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration
 
length() - Method in class org.springframework.boot.loader.util.AsciiBytes
 
lettucePool() - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisPooledConnectionConfiguration
 
LevelRemappingAppender - Class in org.springframework.boot.logging.logback
Appender that can remap ILoggingEvent Levels as they are written.
LevelRemappingAppender() - Constructor for class org.springframework.boot.logging.logback.LevelRemappingAppender
 
LevelRemappingAppender.AppendableLogger - Class in org.springframework.boot.logging.logback
Simple wrapper around a logger that can have events appended.
LevelRemappingAppender.AppendableLogger(Logger) - Constructor for class org.springframework.boot.logging.logback.LevelRemappingAppender.AppendableLogger
 
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
 
LiquibaseServiceLocatorApplicationListener - Class in org.springframework.boot.liquibase
ApplicationListener that replaces the liquibase ServiceLocator with a version that works with Spring Boot executable archives.
LiquibaseServiceLocatorApplicationListener() - Constructor for class org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener
 
listeners(ApplicationListener<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add some listeners to the application (listening for SpringApplication events as well as regular Spring events once the context is running).
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(String, Resource, String) - Method in class org.springframework.boot.env.PropertiesPropertySourceLoader
 
load(String, Resource, String) - Method in interface org.springframework.boot.env.PropertySourceLoader
Load the resource into a property source.
load(Resource) - Method in class org.springframework.boot.env.PropertySourcesLoader
Load the specified resource (if possible) and add it as the first source.
load(Resource, String) - Method in class org.springframework.boot.env.PropertySourcesLoader
Load the profile-specific properties from the specified resource (if any) and add it as the first source.
load(Resource, String, String) - Method in class org.springframework.boot.env.PropertySourcesLoader
Load the profile-specific properties from the specified resource (if any), give the name provided and add it as the first source.
load(Resource, String, String, String) - Method in class org.springframework.boot.env.PropertySourcesLoader
Load the profile-specific properties from the specified resource (if any), give the name provided and add it to a group of property sources identified by the group name.
load(String, Resource, String) - Method in class org.springframework.boot.env.YamlPropertySourceLoader
 
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.
loadContext(MergedContextConfiguration) - Method in class org.springframework.boot.test.SpringApplicationContextLoader
 
loadContext(String...) - Method in class org.springframework.boot.test.SpringApplicationContextLoader
 
locateAndRegisterEndpoints() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
Log4JLoggingSystem - Class in org.springframework.boot.logging.log4j
Log4JLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.log4j.Log4JLoggingSystem
 
logAutoConfigurationReport(boolean) - Method in class org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer
 
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.context.web.SpringBootServletInitializer
 
logger - Variable in class org.springframework.boot.loader.Launcher
 
LoggingApplicationListener - Class in org.springframework.boot.logging
An ApplicationListener that configures a logging framework depending on what it finds on the classpath and in the Environment.
LoggingApplicationListener() - Constructor for class org.springframework.boot.logging.LoggingApplicationListener
 
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(boolean) - Method in class org.springframework.boot.SpringApplication
Called to log startup information, subclasses may override to add additional logging.

M

MAGENTA - Static variable in interface org.springframework.boot.ansi.AnsiElement
 
main(Class<?>) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Fixes the main application class that is used to anchor the startup messages.
main(String[]) - Static method in class org.springframework.boot.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
 
MainClassFinder.ClassNameCallback<T> - Interface in org.springframework.boot.loader.tools
Callback interface used to receive class names.
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.
ManagementErrorEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
Special MvcEndpoint for handling "/error" path when the management servlet is in a child context.
ManagementErrorEndpoint(String, ErrorController) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.ManagementErrorEndpoint
 
ManagementSecurityAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration for security of framework endpoints.
ManagementSecurityAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration
 
ManagementSecurityAutoConfiguration.ManagementSecurityPropertiesConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
ManagementSecurityAutoConfiguration.ManagementSecurityPropertiesConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration.ManagementSecurityPropertiesConfiguration
 
ManagementSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter - Class in org.springframework.boot.actuate.autoconfigure
 
ManagementSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter
 
ManagementSecurityAutoConfiguration.WebSecurityEnabler - Class in org.springframework.boot.actuate.autoconfigure
 
ManagementSecurityAutoConfiguration.WebSecurityEnabler() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration.WebSecurityEnabler
 
ManagementServerProperties - Class in org.springframework.boot.actuate.autoconfigure
Properties for the management server (e.g.
ManagementServerProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
managementServerProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
 
ManagementServerProperties.Security - Class in org.springframework.boot.actuate.autoconfigure
Security configuration.
ManagementServerProperties.Security() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
ManagementServerPropertiesAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
ManagementServerPropertiesAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
 
mappingJackson2HttpMessageConverter(ObjectMapper) - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration.ObjectMappers
 
match() - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance for a 'match'.
match(String) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance for 'match'.
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
Return true if any of the specified condition matches.
matches(Archive.Entry) - Method in interface org.springframework.boot.loader.archive.Archive.EntryFilter
Apply the jar entry filter.
matches(Properties) - Method in class org.springframework.boot.yaml.ArrayDocumentMatcher
 
matches(Properties) - Method in class org.springframework.boot.yaml.DefaultProfileDocumentMatcher
 
matches(Properties) - Method in class org.springframework.boot.yaml.SpringProfileDocumentMatcher
 
matches(Properties) - Method in interface org.springframework.boot.yaml.YamlProcessor.DocumentMatcher
Test if the given properties match.
mergeInitializers(ServletContextInitializer...) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
Utility method that can be used by subclasses wishing to combine the specified ServletContextInitializer parameters with those defined in this instance.
MessageChannelMetricWriter - Class in org.springframework.boot.actuate.metrics.writer
A MetricWriter that publishes the metric updates on a MessageChannel.
MessageChannelMetricWriter(MessageChannel) - Constructor for class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
 
messageConverters() - Method in class org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration
 
messageSource() - Method in class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
 
MessageSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure
MessageSourceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.MessageSourceAutoConfiguration
 
Metric<T extends Number> - Class in org.springframework.boot.actuate.metrics
Immutable class that can be used to hold any arbitrary system measurement value (a named numeric value with a timestamp).
Metric(String, T) - Constructor for class org.springframework.boot.actuate.metrics.Metric
Create a new Metric instance for the current time.
Metric(String, T, Date) - Constructor for class org.springframework.boot.actuate.metrics.Metric
Create a new Metric instance.
MetricCopyExporter - Class in org.springframework.boot.actuate.metrics.export
Exporter that "exports" by copying metric data from a source MetricReader to a destination MetricWriter.
MetricCopyExporter(MetricReader, MetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
 
MetricCopyExporter(MetricReader, MetricWriter, String) - Constructor for class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
 
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
 
MetricReader - Interface in org.springframework.boot.actuate.metrics.reader
A simple reader interface used to interrogate Metrics.
MetricRepository - Interface in org.springframework.boot.actuate.metrics.repository
Convenient combination of reader and writer concerns.
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.
metricsMvcEndpoint(MetricsEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
MetricsMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
Adapter to expose MetricsEndpoint as an MvcEndpoint.
MetricsMvcEndpoint(MetricsEndpoint) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint
 
MetricsMvcEndpoint.NoSuchMetricException - Exception in org.springframework.boot.actuate.endpoint.mvc
 
MetricsMvcEndpoint.NoSuchMetricException(String) - Constructor for exception org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.NoSuchMetricException
 
MetricWriter - Interface in org.springframework.boot.actuate.metrics.writer
Basic strategy for write operations on Metric data.
MetricWriterMessageHandler - Class in org.springframework.boot.actuate.metrics.writer
A MessageHandler that updates Metric values through a MetricWriter.
MetricWriterMessageHandler(MetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.writer.MetricWriterMessageHandler
 
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
 
modify(T) - Method in interface org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository.Callback
 
mongo() - Method in class org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
 
MongoAutoConfiguration - Class in org.springframework.boot.autoconfigure.mongo
MongoAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
 
MongoProperties - Class in org.springframework.boot.autoconfigure.mongo
Configuration properties for Mongo.
MongoProperties() - Constructor for class org.springframework.boot.autoconfigure.mongo.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
 
mongoTemplate(Mongo) - Method in class org.springframework.boot.autoconfigure.mongo.MongoTemplateAutoConfiguration
 
MongoTemplateAutoConfiguration - Class in org.springframework.boot.autoconfigure.mongo
Auto-configuration for Spring Data's MongoTemplate.
MongoTemplateAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mongo.MongoTemplateAutoConfiguration
 
MultiMetricRepository - Interface in org.springframework.boot.actuate.metrics.repository
A repository for metrics that allows efficient storage and retrieval of groups of metrics with a common name prefix (their group name).
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
 
MvcEndpoint - Interface in org.springframework.boot.actuate.endpoint.mvc
A strategy for the MVC layer on top of an Endpoint.
mvcEndpoints() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
MvcEndpoints - Class in org.springframework.boot.actuate.endpoint.mvc
A registry for all MvcEndpoint beans, and a factory for a set of generic ones wrapping existing Endpoint instances that are not already exposed as MVC endpoints.
MvcEndpoints() - Constructor for class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
 

N

namedParameterJdbcTemplate() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.JdbcTemplateConfiguration
 
next(String) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
Get the next group of metrics to write.
next(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
 
next(String) - Method in class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
 
next(String) - Method in class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
 
noMatch(String) - Static method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance for 'no match'.
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.
NonEmbeddedServletContainerFactory - Interface in org.springframework.boot.context.web
Marker interface for EmbeddedServletContainerFactory types that are actually safe to run in a non-embedded container.
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
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer
 
onApplicationEvent(ContextClosedEvent) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
 
onApplicationEvent(ParentContextApplicationContextInitializer.ParentContextAvailableEvent) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
 
onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.boot.cloudfoundry.VcapApplicationListener
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
 
onApplicationEvent(ApplicationEnvironmentPreparedEvent) - Method in class org.springframework.boot.context.FileEncodingApplicationListener
 
onApplicationEvent(ApplicationStartedEvent) - Method in class org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.logging.ClasspathLoggingApplicationListener
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.boot.logging.LoggingApplicationListener
 
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.context.web.SpringBootServletInitializer
 
openConnection(URL) - Method in class org.springframework.boot.loader.jar.Handler
 
openEntityManagerInViewInterceptor() - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration
 
org.springframework.boot - package org.springframework.boot
Core Spring Boot classes.
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.jmx - package org.springframework.boot.actuate.endpoint.jmx
 
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.metrics.export - package org.springframework.boot.actuate.metrics.export
 
org.springframework.boot.actuate.metrics.reader - package org.springframework.boot.actuate.metrics.reader
 
org.springframework.boot.actuate.metrics.repository - package org.springframework.boot.actuate.metrics.repository
 
org.springframework.boot.actuate.metrics.repository.redis - package org.springframework.boot.actuate.metrics.repository.redis
 
org.springframework.boot.actuate.metrics.rich - package org.springframework.boot.actuate.metrics.rich
 
org.springframework.boot.actuate.metrics.util - package org.springframework.boot.actuate.metrics.util
 
org.springframework.boot.actuate.metrics.writer - package org.springframework.boot.actuate.metrics.writer
 
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
Support classes to provide ANSI color output.
org.springframework.boot.autoconfigure - package org.springframework.boot.autoconfigure
Spring Boot's auto-configuration capabilities.
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.jmx - package org.springframework.boot.autoconfigure.jmx
 
org.springframework.boot.autoconfigure.logging - package org.springframework.boot.autoconfigure.logging
 
org.springframework.boot.autoconfigure.mobile - package org.springframework.boot.autoconfigure.mobile
 
org.springframework.boot.autoconfigure.mongo - package org.springframework.boot.autoconfigure.mongo
 
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.redis - package org.springframework.boot.autoconfigure.redis
 
org.springframework.boot.autoconfigure.security - package org.springframework.boot.autoconfigure.security
 
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
Classes and utilities to help when binding spring based configuration files to objects.
org.springframework.boot.builder - package org.springframework.boot.builder
Fluent 'builder' style API to construct a SpringApplication.
org.springframework.boot.cloudfoundry - package org.springframework.boot.cloudfoundry
Support for Cloud Foundry PAAS based deployment.
org.springframework.boot.context - package org.springframework.boot.context
Classes related to Spring's ApplicationContext.
org.springframework.boot.context.config - package org.springframework.boot.context.config
External configuration support allowing 'application.properties' to be loaded and used within a Spring Boot application.
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.tomcat - package org.springframework.boot.context.embedded.tomcat
Support for Tomcat EmbeddedServletContainers.
org.springframework.boot.context.event - package org.springframework.boot.context.event
 
org.springframework.boot.context.properties - package org.springframework.boot.context.properties
Support for external configuration binding via the @ConfigurationProperties annotation.
org.springframework.boot.context.web - package org.springframework.boot.context.web
Spring ApplicationContext support relating to web deployment.
org.springframework.boot.env - package org.springframework.boot.env
Spring Environment support.
org.springframework.boot.json - package org.springframework.boot.json
Support for parsing JSON.
org.springframework.boot.liquibase - package org.springframework.boot.liquibase
Custom support for Liquibase database migration.
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
Support and abstractions across several logging libraries.
org.springframework.boot.logging.java - package org.springframework.boot.logging.java
Support for 'Java Util Logging'.
org.springframework.boot.logging.log4j - package org.springframework.boot.logging.log4j
Support for the Log4J logging library.
org.springframework.boot.logging.logback - package org.springframework.boot.logging.logback
Support for the Logback logging library.
org.springframework.boot.orm.jpa - package org.springframework.boot.orm.jpa
JPA Support classes.
org.springframework.boot.test - package org.springframework.boot.test
Classes and utilities that are useful when unit-testing Spring Boot applications.
org.springframework.boot.yaml - package org.springframework.boot.yaml
Support for parsing YAML.
OutputCapture - Class in org.springframework.boot.test
JUnit @Rule to capture output from System.out and System.err.
OutputCapture() - Constructor for class org.springframework.boot.test.OutputCapture
 

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.builder
ApplicationContextInitializer for setting the parent context.
ParentContextApplicationContextInitializer(ApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextApplicationContextInitializer
 
ParentContextApplicationContextInitializer.ParentContextAvailableEvent - Class in org.springframework.boot.builder
 
ParentContextApplicationContextInitializer.ParentContextAvailableEvent(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
 
ParentContextCloserApplicationListener - Class in org.springframework.boot.builder
Listener that closes the application context if its parent is closed.
ParentContextCloserApplicationListener() - Constructor for class org.springframework.boot.builder.ParentContextCloserApplicationListener
 
ParentContextCloserApplicationListener.ContextCloserListener - Class in org.springframework.boot.builder
 
ParentContextCloserApplicationListener.ContextCloserListener(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
 
parseList(String) - Method in class org.springframework.boot.json.JacksonJsonParser
 
parseList(String) - Method in interface org.springframework.boot.json.JsonParser
Parse the specified JSON string into a List.
parseList(String) - Method in class org.springframework.boot.json.SimpleJsonParser
 
parseList(String) - Method in class org.springframework.boot.json.YamlJsonParser
 
parseMap(String) - Method in class org.springframework.boot.json.JacksonJsonParser
 
parseMap(String) - Method in interface org.springframework.boot.json.JsonParser
Parse the specified JSON string into a Map.
parseMap(String) - Method in class org.springframework.boot.json.SimpleJsonParser
 
parseMap(String) - Method in class org.springframework.boot.json.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.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
postProcessApplicationContext(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
Apply any relevant post processing the ApplicationContext.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
Register ServletContextAwareProcessor.
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
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.
PrefixMetricGroupExporter - Class in org.springframework.boot.actuate.metrics.export
A convenient exporter for a group of metrics from a PrefixMetricReader.
PrefixMetricGroupExporter(PrefixMetricReader, MetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
Create a new exporter for metrics to a writer based on an empty prefix for the metric names.
PrefixMetricGroupExporter(PrefixMetricReader, MetricWriter, String) - Constructor for class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
Create a new exporter for metrics to a writer based on a prefix for the metric names.
PrefixMetricReader - Interface in org.springframework.boot.actuate.metrics.reader
Interface for extracting metrics as a group whose name starts with a prefix.
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.yaml.YamlProcessor.MatchCallback
Process the properties.
process(YamlProcessor.MatchCallback) - Method in class org.springframework.boot.yaml.YamlProcessor
Provides an opportunity for subclasses to process the Yaml parsed from the supplied resources.
processContextConfiguration(ContextConfigurationAttributes) - Method in class org.springframework.boot.test.SpringApplicationContextLoader
 
profiles(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Add to the active Spring profiles for this app (and its parent and children).
properties(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Default properties for the environment in the form key=value or key:value.
properties(Properties) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Default properties for the environment in the form key=value or key:value.
properties(Map<String, Object>) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Default properties for the environment.
PropertiesConfigurationFactory<T> - Class in org.springframework.boot.bind
Validate some Properties (or optionally PropertySources) by binding them to an object of a specified type and then optionally running a Validator over it.
PropertiesConfigurationFactory(T) - Constructor for class org.springframework.boot.bind.PropertiesConfigurationFactory
 
PropertiesConfigurationFactory(Class<?>) - Constructor for class org.springframework.boot.bind.PropertiesConfigurationFactory
Create a new factory for an object of the given type.
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.env
Strategy to load '.properties' files into a PropertySource.
PropertiesPropertySourceLoader() - Constructor for class org.springframework.boot.env.PropertiesPropertySourceLoader
 
PropertyPlaceholderAutoConfiguration - Class in org.springframework.boot.autoconfigure
PropertyPlaceholderAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.PropertyPlaceholderAutoConfiguration
 
PropertySourceLoader - Interface in org.springframework.boot.env
Strategy interface located via SpringFactoriesLoader and used to load a PropertySource.
PropertySourcesLoader - Class in org.springframework.boot.env
Utiltiy that can be used to MutablePropertySources using PropertySourceLoaders.
PropertySourcesLoader() - Constructor for class org.springframework.boot.env.PropertySourcesLoader
Create a new PropertySourceLoader instance backed by a new MutablePropertySources.
PropertySourcesLoader(MutablePropertySources) - Constructor for class org.springframework.boot.env.PropertySourcesLoader
Create a new PropertySourceLoader instance backed by the specified MutablePropertySources.
propertySourcesPlaceholderConfigurer() - 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
PropertySourcesPropertyValues(PropertySources, Collection<String>, Collection<String>) - Constructor for class org.springframework.boot.bind.PropertySourcesPropertyValues
Create a new PropertyValues from the given PropertySources
PropertySourceUtils - Class in org.springframework.boot.bind
Convenience class for manipulating PropertySources.
PropertySourceUtils() - Constructor for class org.springframework.boot.bind.PropertySourceUtils
 
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

RabbitAutoConfiguration - Class in org.springframework.boot.autoconfigure.amqp
Auto-configuration for RabbitTemplate.
RabbitAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration
 
RabbitAutoConfiguration.RabbitConnectionFactoryCreator - Class in org.springframework.boot.autoconfigure.amqp
 
RabbitAutoConfiguration.RabbitConnectionFactoryCreator() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryCreator
 
rabbitConnectionFactory(RabbitProperties) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitConnectionFactoryCreator
 
RabbitProperties - Class in org.springframework.boot.autoconfigure.amqp
Configuration properties for Rabbit.
RabbitProperties() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
rabbitTemplate() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration
 
RandomAccessData - Interface in org.springframework.boot.loader.data
Interface that provides read-only random access to some underlying data.
RandomAccessData.ResourceAccess - Enum in org.springframework.boot.loader.data
Lock modes for accessing the underlying resource.
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.
RandomValuePropertySource - Class in org.springframework.boot.context.config
PropertySource that returns a random value for any property that starts with "random.".
RandomValuePropertySource(String) - Constructor for class org.springframework.boot.context.config.RandomValuePropertySource
 
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
 
recordConditionEvaluation(String, Condition, ConditionOutcome) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport
Record the occurrence of condition evaluation.
RED - Static variable in interface org.springframework.boot.ansi.AnsiElement
 
RedisAutoConfiguration - Class in org.springframework.boot.autoconfigure.redis
Auto-configuration for Spring Data's Redis support.
RedisAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration
 
RedisAutoConfiguration.RedisConfiguration - Class in org.springframework.boot.autoconfigure.redis
 
RedisAutoConfiguration.RedisConfiguration() - Constructor for class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisConfiguration
 
RedisAutoConfiguration.RedisConnectionConfiguration - Class in org.springframework.boot.autoconfigure.redis
 
RedisAutoConfiguration.RedisConnectionConfiguration() - Constructor for class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisConnectionConfiguration
 
RedisAutoConfiguration.RedisPooledConnectionConfiguration - Class in org.springframework.boot.autoconfigure.redis
 
RedisAutoConfiguration.RedisPooledConnectionConfiguration() - Constructor for class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration.RedisPooledConnectionConfiguration
 
RedisMetricRepository - Class in org.springframework.boot.actuate.metrics.repository.redis
A MetricRepository implementation for a redis backend.
RedisMetricRepository(RedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
RedisMultiMetricRepository - Class in org.springframework.boot.actuate.metrics.repository.redis
MultiMetricRepository implementation backed by a redis store.
RedisMultiMetricRepository(RedisConnectionFactory) - Constructor for class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
redisProperties() - Method in class org.springframework.boot.autoconfigure.redis.RedisAutoConfiguration
 
RedisProperties - Class in org.springframework.boot.autoconfigure.redis
Configuration properties for Redis.
RedisProperties() - Constructor for class org.springframework.boot.autoconfigure.redis.RedisProperties
 
RedisProperties.Pool - Class in org.springframework.boot.autoconfigure.redis
Pool properties.
RedisProperties.Pool() - Constructor for class org.springframework.boot.autoconfigure.redis.RedisProperties.Pool
 
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
 
registerEndpoint(String, Endpoint<?>) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
registerHandlerMethod(Object, Method, RequestMappingInfo) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
 
registerShutdownHook(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Sets if the created ApplicationContext should have a shutdown hook registered.
registerUrlProtocolHandler() - Static method in class org.springframework.boot.loader.jar.JarFile
Register a 'java.protocol.handler.pkgs' property so that a URLStreamHandler will be located to deal with jar URLs.
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
Create a new RelaxedDataBinder instance.
RelaxedDataBinder(Object, String) - Constructor for class org.springframework.boot.bind.RelaxedDataBinder
Create a new RelaxedDataBinder instance.
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
 
releaseOutput() - Method in class org.springframework.boot.test.OutputCapture
 
remove(String) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
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
 
requestContextListener() - Method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
requestMappingEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.RequestMappingEndpointConfiguration
 
RequestMappingEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to expose Spring MVC mappings.
RequestMappingEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
reset(String) - Method in interface org.springframework.boot.actuate.metrics.CounterService
Reset the specified counter.
reset(String) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
reset(String) - Method in interface org.springframework.boot.actuate.metrics.repository.MultiMetricRepository
Rest the values of all metrics in the group.
reset(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.writer.CodahaleMetricWriter
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultCounterService
 
reset(String) - Method in class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
 
reset(String) - Method in interface org.springframework.boot.actuate.metrics.writer.MetricWriter
Reset the value of a metric, usually to zero value.
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.
RichGauge - Class in org.springframework.boot.actuate.metrics.rich
A gauge which stores the maximum, minimum and average in addition to the current value.
RichGauge(String) - Constructor for class org.springframework.boot.actuate.metrics.rich.RichGauge
Creates an "empty" gauge.
RichGauge(String, double) - Constructor for class org.springframework.boot.actuate.metrics.rich.RichGauge
 
RichGauge(String, double, double, double, double, double, long) - Constructor for class org.springframework.boot.actuate.metrics.rich.RichGauge
 
RichGaugeExporter - Class in org.springframework.boot.actuate.metrics.export
Exporter or converter for RichGauge data to a metric-based back end.
RichGaugeExporter(RichGaugeReader, MetricWriter) - Constructor for class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
 
RichGaugeExporter(RichGaugeReader, MetricWriter, String) - Constructor for class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
 
RichGaugeReader - Interface in org.springframework.boot.actuate.metrics.rich
A basic set of read operations for RichGauge instances.
RichGaugeRepository - Interface in org.springframework.boot.actuate.metrics.rich
Convenient combination of reader and writer concerns for RichGauge instances.
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

sanitize(String, Object) - Static method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
 
save(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
save(String, Collection<Metric<?>>) - Method in interface org.springframework.boot.actuate.metrics.repository.MultiMetricRepository
Save some metric values and associate them with a group name.
save(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
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.autoconfigure.security
Auto-configuration for Spring Security.
SecurityAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration
 
securityDialect() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration
 
SecurityPrequisite - Interface in org.springframework.boot.autoconfigure.security
Marker interface for beans that need to be initialized before any security configuration is evaluated.
securityProperties() - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
 
securityProperties() - Method in class org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration
 
SecurityProperties - Class in org.springframework.boot.autoconfigure.security
Properties for the security aspects of an application.
SecurityProperties() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties
 
SecurityProperties.Basic - Class in org.springframework.boot.autoconfigure.security
 
SecurityProperties.Basic() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
 
SecurityProperties.Headers - Class in org.springframework.boot.autoconfigure.security
 
SecurityProperties.Headers() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
SecurityProperties.Headers.HSTS - Enum in org.springframework.boot.autoconfigure.security
 
SecurityProperties.User - Class in org.springframework.boot.autoconfigure.security
 
SecurityProperties.User() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
ServerProperties - Class in org.springframework.boot.autoconfigure.web
properties for a web server (e.g.
ServerProperties() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties
 
serverProperties() - Method in class org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
 
ServerProperties.Tomcat - Class in org.springframework.boot.autoconfigure.web
 
ServerProperties.Tomcat() - Constructor for class org.springframework.boot.autoconfigure.web.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.web
ApplicationContextInitializer for setting the servlet context.
ServletContextApplicationContextInitializer(ServletContext) - Constructor for class org.springframework.boot.context.web.ServletContextApplicationContextInitializer
ServletContextInitializer - Interface in org.springframework.boot.context.embedded
Interface used to configure a Servlet 3.0+ context programmatically.
ServletContextInitializerConfiguration - Class in org.springframework.boot.context.embedded.jetty
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(S) - Method in class org.springframework.boot.actuate.metrics.Metric
Create a new Metric with a different value.
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
set(String, T) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.writer.CodahaleMetricWriter
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.writer.CompositeMetricWriter
 
set(Metric<?>) - Method in class org.springframework.boot.actuate.metrics.writer.MessageChannelMetricWriter
 
set(Metric<?>) - Method in interface org.springframework.boot.actuate.metrics.writer.MetricWriter
Set the value of a metric.
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.autoconfigure.web.ServerProperties.Tomcat
 
setAccessLogPattern(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setAddCommandLineProperties(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if a CommandLinePropertySource should be added to the application context in order to expose arguments.
setAdditionalProfiles(String...) - Method in class org.springframework.boot.SpringApplication
Set additional profile values to use (on top of those set in system or command line properties).
setAdditionalProperties(ShellProperties.CrshShellProperties[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
setAddress(InetAddress) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
 
setAddress(InetAddress) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setAddress(InetAddress) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setAddress(InetAddress) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the specific network address that the server should bind to.
setAddresses(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setAlpha(double) - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
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.ConfigurationPropertiesReportEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
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.
setAuth(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
setBackgroundProcessorDelay(int) - Method in class org.springframework.boot.autoconfigure.web.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.autoconfigure.web.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.autoconfigure.security.SecurityProperties
 
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.actuate.endpoint.jmx.EndpointMBeanExporter
 
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.context.properties.ConfigurationPropertiesBindingPostProcessor
 
setBeanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
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.ActiveMQProperties
 
setCache(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
setCapacity(int) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
setCapacity(int) - Method in class org.springframework.boot.actuate.trace.InMemoryTraceRepository
 
setCommandPathPatterns(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
setCommandRefreshInterval(int) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
setConfig(Map<String, String>) - Method in class org.springframework.boot.actuate.autoconfigure.JolokiaProperties
 
setConfigPathPatterns(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
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.
setContentType(boolean) - Method in class org.springframework.boot.autoconfigure.security.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.autoconfigure.ManagementServerProperties
 
setContextPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setContextPath(String) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setContextPath(String) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the context path for the embedded servlet container.
setContextValves(Collection<? extends Valve>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set 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.mongo.MongoProperties
 
setDataSource(DataSource) - Method in class org.springframework.boot.actuate.health.SimpleHealthIndicator
 
setDefaultProperties(Map<String, Object>) - Method in class org.springframework.boot.SpringApplication
Set default environment properties which will be used in addition to those in the existing Environment.
setDefaultProperties(Properties) - Method in class org.springframework.boot.SpringApplication
setDestinationLogger(String) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender
Sets the destination logger that will be used to send remapped events.
setDisabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Sets if this mapping is disabled.
setDisabledPlugins(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
setDocumentMatchers(YamlProcessor.DocumentMatcher...) - Method in class org.springframework.boot.yaml.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.AbstractConfigurableEmbeddedServletContainer
 
setDocumentRoot(File) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the document root folder which will be used by the web context to serve static files.
setDomain(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
setDomain(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
 
setDomain(String) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
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.RabbitProperties
 
setEarliestTimestamp(Date) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
The earliest time for which data will be exported.
setEnableCsrf(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
setEnabled(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
setEnabled(AnsiOutput.Enabled) - Static method in class org.springframework.boot.ansi.AnsiOutput
Sets if ANSI output is enabled.
setEnabled(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
 
setEnsureUniqueRuntimeObjectNames(boolean) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.EnvironmentEndpoint
 
setEnvironment(Environment) - Method in class org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint
 
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(Environment) - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafViewResolverConfiguration
 
setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext
setEnvironment(Environment) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
setEnvironment(ConfigurableEnvironment) - Method in class org.springframework.boot.SpringApplication
Sets the underlying environment that should be used with the created application context.
setErrorController(BasicErrorController) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
setErrorPages(Set<ErrorPage>) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setErrorPages(Set<ErrorPage>) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the error pages that will be used when handling exceptions.
setExceptionIfInvalid(boolean) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
Flag to indicate that an exception should be raised if a Validator is available and validation fails.
setExceptionIfInvalid(boolean) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
 
setFileSizeThreshold(int) - Method in class org.springframework.boot.context.embedded.MultiPartConfigFactory
Sets the size threshold after which files will be written to disk.
setFileSizeThreshold(String) - Method in class org.springframework.boot.context.embedded.MultiPartConfigFactory
Sets the size threshold after which files will be written to disk.
setFilter(Filter) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
Set the filter to be registered.
setFrame(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
setGroups(Set<String>) - Method in class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
 
setHandlerMappings(List<AbstractUrlHandlerMapping>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
setHeadless(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if the application is headless and should not instantiate AWT.
setHost(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setHost(String) - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties
 
setHsts(SecurityProperties.Headers.HSTS) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Headers
 
setId(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
 
setId(String) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
setIgnored(List<String>) - Method in class org.springframework.boot.autoconfigure.security.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).
setIgnoreNestedProperties(boolean) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
Flag to disable binding of nested properties (i.e.
setIgnoreNestedProperties(boolean) - Method in class org.springframework.boot.bind.RelaxedDataBinder
Flag to disable binding of nested properties (i.e.
setIgnoreTimestamps(boolean) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
Ignore timestamps (export all metrics).
setIgnoreUnknownFields(boolean) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
Set whether to ignore unknown fields, that is, whether to ignore bind parameters that do not have corresponding fields in the target object.
setInitializers(List<? extends ServletContextInitializer>) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setInitializers(List<? extends ServletContextInitializer>) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
setInitializers(Collection<? extends ApplicationContextInitializer<?>>) - Method in class org.springframework.boot.SpringApplication
Sets the ApplicationContextInitializer that will be applied to the Spring ApplicationContext.
setInitialSize(int) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
 
setInitParameters(Properties) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
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.ActiveMQProperties
 
setJdbcInterceptors(String) - Method in class org.springframework.boot.autoconfigure.jdbc.TomcatDataSourceConfiguration
 
setJobNames(String) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
setJobParametersConverter(JobParametersConverter) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
setJobRegistry(JobRegistry) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
setJobs(Collection<Job>) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
setJsonPrettyPrint(boolean) - Method in class org.springframework.boot.autoconfigure.web.HttpMapperProperties
 
setJsonSortKeys(boolean) - Method in class org.springframework.boot.autoconfigure.web.HttpMapperProperties
 
setJspServletClassName(String) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setJspServletClassName(String) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
The class name for the jsp servlet if used.
setKey(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
The redis key to use to store the index of other keys.
setKeyPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
setKeysToSanitize(String...) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
 
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.
setListeners(Collection<? extends ApplicationListener<?>>) - Method in class org.springframework.boot.SpringApplication
Sets the ApplicationListeners that will be applied to the SpringApplication and registered with the ApplicationContext.
setLoader(String) - Method in class org.springframework.boot.autoconfigure.web.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.yaml.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
 
setMaxActive(int) - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties.Pool
 
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
 
setMaxIdle(int) - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties.Pool
 
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.autoconfigure.web.ServerProperties.Tomcat
 
setMaxWait(int) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
 
setMaxWait(int) - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties.Pool
 
setMessageSource(MessageSource) - Method in class org.springframework.boot.bind.PropertiesConfigurationFactory
 
setMessageSource(MessageSource) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
 
setMethodMappings(List<<any>>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
setMimeMappings(MimeMappings) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setMimeMappings(MimeMappings) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the mime-type mappings.
setMinEvictableIdleTimeMillis(int) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
 
setMinIdle(int) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
 
setMinIdle(int) - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties.Pool
 
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.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
 
setName(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
setName(String) - Method in class org.springframework.boot.context.embedded.RegistrationBean
Set the name of this registration.
setNamespace(String) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
setObjectNameStaticProperties(Properties) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
setOrder(int) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
setOrder(int) - Method in class org.springframework.boot.builder.ParentContextApplicationContextInitializer
 
setOrder(int) - Method in class org.springframework.boot.cloudfoundry.VcapApplicationListener
 
setOrder(int) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
 
setOrder(int) - Method in class org.springframework.boot.context.config.DelegatingApplicationContextInitializer
 
setOrder(int) - Method in class org.springframework.boot.context.config.DelegatingApplicationListener
 
setOrder(int) - Method in class org.springframework.boot.context.ContextIdApplicationContextInitializer
 
setOrder(int) - Method in class org.springframework.boot.context.embedded.RegistrationBean
 
setOrder(int) - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
setOrder(int) - Method in class org.springframework.boot.context.web.ServletContextApplicationContextInitializer
 
setOrder(int) - Method in class org.springframework.boot.logging.LoggingApplicationListener
 
setParseArgs(boolean) - Method in class org.springframework.boot.logging.LoggingApplicationListener
Sets if initialization arguments should be parsed for --debug and --trace options.
setPassword(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties
 
setPassword(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.User
 
setPath(String) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
 
setPath(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
setPath(String...) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
 
setPool(RedisProperties.Pool) - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties
 
setPooled(boolean) - Method in class org.springframework.boot.autoconfigure.jms.ActiveMQProperties
 
setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
Sets the port of the management server, use null if the server port should be used.
setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
setPort(Integer) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
 
setPort(int) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
setPort(int) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setPort(int) - Method in class org.springframework.boot.autoconfigure.redis.RedisProperties
 
setPort(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setPort(int) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setPort(int) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Sets the port that the embedded servlet container should listen on.
setPrefix(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
 
setPrefix(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
The prefix for all metrics keys.
setPrefix(String) - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
The prefix for all metrics keys.
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.autoconfigure.web.ServerProperties.Tomcat
 
setPubSubDomain(boolean) - Method in class org.springframework.boot.autoconfigure.jms.JmsTemplateProperties
 
setQuery(String) - Method in class org.springframework.boot.actuate.health.SimpleHealthIndicator
 
setRealm(String) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
 
setRegisterDefaultServlet(boolean) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setRegisterDefaultServlet(boolean) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Set if the DefaultServlet should be registered.
setRegisterJspServlet(boolean) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setRegisterJspServlet(boolean) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
Set if the JspServlet should be registered if it is on the classpath.
setRegisterShutdownHook(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if the created ApplicationContext should have a shutdown hook registered.
setRemapLevels(String) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender
Set the remapped level.
setRemoteIpHeader(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setRequireSsl(boolean) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
setResolutionMethod(YamlProcessor.ResolutionMethod) - Method in class org.springframework.boot.yaml.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.autoconfigure.data.AbstractRepositoryConfigurationSourceSupport
 
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.yaml.YamlProcessor
 
setRole(String) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties.Security
 
setRoles(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
 
setScopeMetadataResolver(ScopeMetadataResolver) - Method in class org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext
Set the ScopeMetadataResolver to use for detected bean classes.
setSearchLocations(String) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
Set the search locations that will be considered as a comma-separated list.
setSearchNames(String) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
Sets the names of the files that should be loaded (excluding file extension) as a comma-separated list.
setSensitive(boolean) - Method in class org.springframework.boot.actuate.endpoint.AbstractEndpoint
 
setSensitive(boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
setServerCustomizers(Collection<? extends JettyServerCustomizer>) - Method in class org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory
Sets JettyServerCustomizers that will be applied to the Server before it is started.
setServlet(Servlet) - Method in class org.springframework.boot.context.embedded.ServletRegistrationBean
Sets the servlet to be registered.
setServletConfig(ServletConfig) - Method in class org.springframework.boot.context.embedded.EmbeddedWebApplicationContext
 
setServletContext(ServletContext) - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
setServletNames(Collection<String>) - Method in class org.springframework.boot.context.embedded.FilterRegistrationBean
Set servlet names that the filter will be registered against.
setServletPath(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
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.autoconfigure.ManagementServerProperties.Security
 
setSessions(SessionCreationPolicy) - Method in class org.springframework.boot.autoconfigure.security.SecurityProperties
 
setSessionTimeout(Integer) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties
 
setSessionTimeout(int) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setSessionTimeout(int, TimeUnit) - Method in class org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer
 
setSessionTimeout(int) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
The session timeout in seconds (default 30).
setSessionTimeout(int, TimeUnit) - Method in interface org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer
The session timeout in the specified TimeUnit (default 30 seconds).
setShowBanner(boolean) - Method in class org.springframework.boot.SpringApplication
Sets if the Spring banner should be displayed when the application runs.
setSingleton(boolean) - Method in class org.springframework.boot.yaml.YamlMapFactoryBean
Set if a singleton should be created, or a new object on each request otherwise.
setSingleton(boolean) - Method in class org.springframework.boot.yaml.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.logging.LoggingApplicationListener
Sets a custom logging level to be used for Spring Boot and related libraries.
setStaticNames(String[]) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
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
 
setTestWhileIdle(boolean) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
 
setTime(String) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration.GitInfo.Commit
 
setTimeBetweenEvictionRunsMillis(int) - Method in class org.springframework.boot.autoconfigure.jdbc.AbstractDataSourceConfiguration
 
setTldSkip(String) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
A comma-separated list of jars to ignore for TLD scanning.
setTomcatConnectorCustomizers(Collection<? extends TomcatConnectorCustomizer>) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
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 .
setUniqueNames(boolean) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportProperties
 
setUri(String) - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
setUriEncoding(String) - Method in class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat
 
setUriEncoding(String) - Method in class org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory
Set the character encoding to use for URL decoding.
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.
setUser(ShellProperties.SimpleAuthenticationProperties.User) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
 
setUsername(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
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.
setValidationInterval(long) - Method in class org.springframework.boot.autoconfigure.jdbc.TomcatDataSourceConfiguration
 
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
 
setValues(ConcurrentNavigableMap<String, Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
setValues(ConcurrentNavigableMap<String, T>) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
setVirtualHost(String) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
 
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.autoconfigure.security.SecurityProperties.Headers
 
setYaml(String) - Method in class org.springframework.boot.bind.YamlConfigurationFactory
 
shellAuthenticationManager() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterAutoConfiguration
 
shellBootstrap() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
 
ShellProperties - Class in org.springframework.boot.actuate.autoconfigure
Configuration properties for the shell subsystem.
ShellProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties
 
ShellProperties.CrshShellAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
Base class for Auth specific properties.
ShellProperties.CrshShellAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellAuthenticationProperties
 
ShellProperties.CrshShellProperties - Class in org.springframework.boot.actuate.autoconfigure
Base class for CRaSH properties.
ShellProperties.CrshShellProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.CrshShellProperties
 
ShellProperties.JaasAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
Auth specific properties for JAAS authentication
ShellProperties.JaasAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.JaasAuthenticationProperties
 
ShellProperties.KeyAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
Auth specific properties for key authentication
ShellProperties.KeyAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.KeyAuthenticationProperties
 
ShellProperties.SimpleAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
Auth specific properties for simple authentication
ShellProperties.SimpleAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties
 
ShellProperties.SimpleAuthenticationProperties.User - Class in org.springframework.boot.actuate.autoconfigure
 
ShellProperties.SimpleAuthenticationProperties.User() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.SimpleAuthenticationProperties.User
 
ShellProperties.SpringAuthenticationProperties - Class in org.springframework.boot.actuate.autoconfigure
Auth specific properties for Spring authentication
ShellProperties.SpringAuthenticationProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.SpringAuthenticationProperties
 
ShellProperties.Ssh - Class in org.springframework.boot.actuate.autoconfigure
SSH properties
ShellProperties.Ssh() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.Ssh
 
ShellProperties.Telnet - Class in org.springframework.boot.actuate.autoconfigure
Telnet properties
ShellProperties.Telnet() - Constructor for class org.springframework.boot.actuate.autoconfigure.ShellProperties.Telnet
 
showBanner(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Flag to indicate the startup banner should be printed.
shutdown() - Method in class org.springframework.boot.actuate.endpoint.jmx.ShutdownEndpointMBean
 
shutdownEndpoint() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
ShutdownEndpoint - Class in org.springframework.boot.actuate.endpoint
Endpoint to shutdown the ApplicationContext.
ShutdownEndpoint() - Constructor for class org.springframework.boot.actuate.endpoint.ShutdownEndpoint
Create a new ShutdownEndpoint instance.
ShutdownEndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
Special endpoint wrapper for ShutdownEndpoint.
ShutdownEndpointMBean(String, Endpoint<?>) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.ShutdownEndpointMBean
 
shutdownMvcEndpoint(ShutdownEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
ShutdownMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
Adapter to expose ShutdownEndpoint as an MvcEndpoint.
ShutdownMvcEndpoint(ShutdownEndpoint) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.ShutdownMvcEndpoint
 
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).
simpleAuthenticationProperties() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration
 
SimpleFormatter - Class in org.springframework.boot.logging.java
Simple 'Java Logging' Formatter.
SimpleFormatter() - Constructor for class org.springframework.boot.logging.java.SimpleFormatter
 
SimpleHealthIndicator - Class in org.springframework.boot.actuate.health
Simple implementation of HealthIndicator that returns a status and also attempts a simple database test.
SimpleHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.SimpleHealthIndicator
 
SimpleInMemoryRepository<T> - Class in org.springframework.boot.actuate.metrics.util
Repository utility that stores stuff in memory with period-separated String keys.
SimpleInMemoryRepository() - Constructor for class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
SimpleInMemoryRepository.Callback<T> - Interface in org.springframework.boot.actuate.metrics.util
 
SimpleJsonParser - Class in org.springframework.boot.json
Really basic JSON parser for when you have nothing else available.
SimpleJsonParser() - Constructor for class org.springframework.boot.json.SimpleJsonParser
 
size() - Method in class org.springframework.boot.loader.jar.JarFile
 
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
 
SpringApplicationConfiguration - Annotation Type in org.springframework.boot.test
Class-level annotation that is used to determine how to load and configure an ApplicationContext for integration tests.
SpringApplicationContextLoader - Class in org.springframework.boot.test
A ContextLoader that can be used to test Spring Boot applications (those that normally startup using SpringApplication).
SpringApplicationContextLoader() - Constructor for class org.springframework.boot.test.SpringApplicationContextLoader
 
SpringApplicationEvent - Class in org.springframework.boot.context.event
Base class for ApplicationEvent related to a SpringApplication.
SpringApplicationEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.SpringApplicationEvent
 
SpringApplicationRunListener - Interface in org.springframework.boot
Listener for the SpringApplication run method.
springAuthenticationProperties() - Method in class org.springframework.boot.actuate.autoconfigure.CrshAutoConfiguration.AuthenticationManagerAdapterAutoConfiguration
 
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
 
SpringBootServletInitializer - Class in org.springframework.boot.context.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.context.web.SpringBootServletInitializer
 
SpringBootWebSecurityConfiguration - Class in org.springframework.boot.autoconfigure.security
Auto-configuration for security of a web application or service.
SpringBootWebSecurityConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
 
SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter - Class in org.springframework.boot.autoconfigure.security
 
SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter() - Constructor for class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter
 
SpringBootWebSecurityConfiguration.DefaultWebSecurityConfiguration - Class in org.springframework.boot.autoconfigure.security
 
SpringBootWebSecurityConfiguration.DefaultWebSecurityConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.DefaultWebSecurityConfiguration
 
SpringBootWebSecurityConfiguration.WebMvcSecurityConfigurationConditions - Class in org.springframework.boot.autoconfigure.security
 
SpringBootWebSecurityConfiguration.WebMvcSecurityConfigurationConditions() - Constructor for class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.WebMvcSecurityConfigurationConditions
 
SpringBootWebSecurityConfiguration.WebMvcSecurityConfigurationConditions.DefaultWebMvcSecurityConfiguration - Class in org.springframework.boot.autoconfigure.security
 
SpringBootWebSecurityConfiguration.WebMvcSecurityConfigurationConditions.DefaultWebMvcSecurityConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.WebMvcSecurityConfigurationConditions.DefaultWebMvcSecurityConfiguration
 
SpringNamingStrategy - Class in org.springframework.boot.orm.jpa
Hibernate NamingStrategy that follows Spring recommended naming conventions.
SpringNamingStrategy() - Constructor for class org.springframework.boot.orm.jpa.SpringNamingStrategy
 
SpringPackageScanClassResolver - Class in org.springframework.boot.liquibase
Liquibase PackageScanClassResolver implementation that uses Spring's resource scanning to locate classes.
SpringPackageScanClassResolver(Log) - Constructor for class org.springframework.boot.liquibase.SpringPackageScanClassResolver
 
SpringProfileDocumentMatcher - Class in org.springframework.boot.yaml
SpringProfileDocumentMatcher() - Constructor for class org.springframework.boot.yaml.SpringProfileDocumentMatcher
 
SpringProfileDocumentMatcher(String...) - Constructor for class org.springframework.boot.yaml.SpringProfileDocumentMatcher
 
springSecurityFilterChain(HierarchicalBeanFactory) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration
 
start() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
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
 
started() - Method in class org.springframework.boot.context.event.EventPublishingRunListener
 
started() - Method in interface org.springframework.boot.SpringApplicationRunListener
Called immediately when the run method has first started.
startsWith(AsciiBytes) - Method in class org.springframework.boot.loader.util.AsciiBytes
 
stop() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
stop(Runnable) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
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
 
submit(String, double) - Method in interface org.springframework.boot.actuate.metrics.GaugeService
Set the specified gauge value
submit(String, double) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultGaugeService
 
substring(int) - Method in class org.springframework.boot.loader.util.AsciiBytes
 
substring(int, int) - Method in class org.springframework.boot.loader.util.AsciiBytes
 
supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.boot.logging.ClasspathLoggingApplicationListener
 
supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.springframework.boot.logging.LoggingApplicationListener
 
supportsSourceType(Class<?>) - Method in class org.springframework.boot.logging.ClasspathLoggingApplicationListener
 
supportsSourceType(Class<?>) - Method in class org.springframework.boot.logging.LoggingApplicationListener
 
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
 
templateExists(Environment, ResourceLoader, String) - Static method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.DefaultTemplateResolverConfiguration
 
templateExists(Environment, ResourceLoader, String) - Static method in class org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration
 
TestRestTemplate - Class in org.springframework.boot.test
Convenient subclass of RestTemplate that is suitable for integration tests.
TestRestTemplate() - Constructor for class org.springframework.boot.test.TestRestTemplate
Create a new TestRestTemplate instance.
TestRestTemplate(String, String) - Constructor for class org.springframework.boot.test.TestRestTemplate
Create a new TestRestTemplate instance with the specified credentials.
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
 
thymeleafResourceResolver() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.DefaultTemplateResolverConfiguration
 
thymeleafViewResolver() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.ThymeleafViewResolverConfiguration
 
toAnsiString(String, AnsiElement) - Method in class org.springframework.boot.logging.logback.ColorConverter
 
toCamelCase(CharSequence) - Static method in class org.springframework.boot.loader.PropertiesLauncher
 
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.
TomcatEmbeddedServletContainer(Tomcat, boolean) - 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 - 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.Metric
 
toString() - Method in class org.springframework.boot.actuate.metrics.rich.RichGauge
 
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.archive.Archive
 
toString() - Method in class org.springframework.boot.loader.jar.JarFile
 
toString() - Method in class org.springframework.boot.loader.util.AsciiBytes
 
toString() - Method in class org.springframework.boot.test.OutputCapture
 
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.
update(String, SimpleInMemoryRepository.Callback<T>) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 

V

validateCrshShellConfig(Properties) - Method in class org.springframework.boot.actuate.autoconfigure.ShellProperties
Basic validation of applied CRaSH shell configuration.
VALIDATOR_BEAN_NAME - Static variable in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
value(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint
 
value(String) - Method in class org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint
 
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.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
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.autoconfigure.security.SecurityProperties.Headers.HSTS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.loader.data.RandomAccessData.ResourceAccess
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.
valueOf(String) - Static method in enum org.springframework.boot.yaml.YamlProcessor.MatchStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.boot.yaml.YamlProcessor.ResolutionMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ManagementServerPort
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.autoconfigure.security.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.loader.data.RandomAccessData.ResourceAccess
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.
values() - Static method in enum org.springframework.boot.yaml.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.yaml.YamlProcessor.ResolutionMethod
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 a MetricReader along with memory information.
VanillaPublicMetrics(MetricReader) - Constructor for class org.springframework.boot.actuate.endpoint.VanillaPublicMetrics
 
VcapApplicationListener - Class in org.springframework.boot.cloudfoundry
An ApplicationListener that knows where to find VCAP (a.k.a.
VcapApplicationListener() - Constructor for class org.springframework.boot.cloudfoundry.VcapApplicationListener
 
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 websocket server in embedded Tomcat.
WebSocketAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration
 
websocketContainerCustomizer() - Method in class org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration
 
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
 
write(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
Write the values associated with a group.
write(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
 
write(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.export.PrefixMetricGroupExporter
 
write(String, Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.metrics.export.RichGaugeExporter
 
writeEntries(JarFile) - Method in class org.springframework.boot.loader.tools.JarWriter
Write all entries from the specified jar file.
writeEntry(String, InputStream) - Method in class org.springframework.boot.loader.tools.JarWriter
Writes an entry.
writeLoaderClasses() - Method in class org.springframework.boot.loader.tools.JarWriter
Write the required spring-boot-loader classes to the JAR.
writeManifest(Manifest) - Method in class org.springframework.boot.loader.tools.JarWriter
Write the specified manifest.
writeNestedLibrary(String, File) - Method in class org.springframework.boot.loader.tools.JarWriter
Write a nested library.

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.
YamlJavaBeanPropertyConstructor - Class in org.springframework.boot.bind
Extended version of snakeyaml's Constructor class to facilitate mapping custom YAML keys to Javabean property names.
YamlJavaBeanPropertyConstructor(Class<?>) - Constructor for class org.springframework.boot.bind.YamlJavaBeanPropertyConstructor
 
YamlJavaBeanPropertyConstructor(Class<?>, Map<Class<?>, Map<String, String>>) - Constructor for class org.springframework.boot.bind.YamlJavaBeanPropertyConstructor
 
YamlJsonParser - Class in org.springframework.boot.json
Thin wrapper to adapt Snake Yaml to JsonParser.
YamlJsonParser() - Constructor for class org.springframework.boot.json.YamlJsonParser
 
YamlMapFactoryBean - Class in org.springframework.boot.yaml
Factory for Map that reads from a YAML source.
YamlMapFactoryBean() - Constructor for class org.springframework.boot.yaml.YamlMapFactoryBean
 
YamlProcessor - Class in org.springframework.boot.yaml
Base class for Yaml factories.
YamlProcessor() - Constructor for class org.springframework.boot.yaml.YamlProcessor
 
YamlProcessor.DocumentMatcher - Interface in org.springframework.boot.yaml
Strategy interface used the test if properties match.
YamlProcessor.MatchCallback - Interface in org.springframework.boot.yaml
Callback interface used to process properties in a resulting map.
YamlProcessor.MatchStatus - Enum in org.springframework.boot.yaml
YamlProcessor.ResolutionMethod - Enum in org.springframework.boot.yaml
Resolution methods.
YamlPropertiesFactoryBean - Class in org.springframework.boot.yaml
Factory for Java Properties that reads from a YAML source.
YamlPropertiesFactoryBean() - Constructor for class org.springframework.boot.yaml.YamlPropertiesFactoryBean
 
YamlPropertySourceLoader - Class in org.springframework.boot.env
Strategy to load '.yml' files into a PropertySource.
YamlPropertySourceLoader() - Constructor for class org.springframework.boot.env.YamlPropertySourceLoader
 
YELLOW - Static variable in interface org.springframework.boot.ansi.AnsiElement
 
A B C D E F G H I J K L M N O P R S T U V W X Y 

Copyright © 2014 Pivotal Software, Inc.. All rights reserved.