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

A

AbstractAuditListener - Class in org.springframework.boot.actuate.audit.listener
AbstractAuditListener() - Constructor for class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
 
AbstractAuthenticationAuditListener - Class in org.springframework.boot.actuate.security
Abstract ApplicationListener to expose Spring Security authentication events as AuditEvents.
AbstractAuthenticationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AbstractAuthenticationAuditListener
 
AbstractAuthorizationAuditListener - Class in org.springframework.boot.actuate.security
Abstract ApplicationListener to expose Spring Security authorization events as AuditEvents.
AbstractAuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AbstractAuthorizationAuditListener
 
AbstractBindHandler - Class in org.springframework.boot.context.properties.bind
Abstract base class for BindHandler implementations.
AbstractBindHandler() - Constructor for class org.springframework.boot.context.properties.bind.AbstractBindHandler
Create a new binding handler instance.
AbstractBindHandler(BindHandler) - Constructor for class org.springframework.boot.context.properties.bind.AbstractBindHandler
Create a new binding handler instance with a specific parent.
AbstractConfigurableWebServerFactory - Class in org.springframework.boot.web.server
Abstract base class for ConfigurableWebServerFactory implementations.
AbstractConfigurableWebServerFactory() - Constructor for class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
AbstractConfigurableWebServerFactory(int) - Constructor for class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
Create a new AbstractConfigurableWebServerFactory instance with the specified port.
AbstractDatabaseInitializer - Class in org.springframework.boot.autoconfigure
Base class used for database initialization.
AbstractDatabaseInitializer(DataSource, ResourceLoader) - Constructor for class org.springframework.boot.autoconfigure.AbstractDatabaseInitializer
 
AbstractDataSourcePoolMetadata<T extends DataSource> - Class in org.springframework.boot.autoconfigure.jdbc.metadata
A base DataSourcePoolMetadata implementation.
AbstractDataSourcePoolMetadata(T) - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.AbstractDataSourcePoolMetadata
Create an instance with the data source to use.
AbstractDependsOnBeanFactoryPostProcessor - Class in org.springframework.boot.autoconfigure
Abstract base class for a BeanFactoryPostProcessor that can be used to dynamically declare that all beans of a specific type should depend on one or more specific beans.
AbstractDependsOnBeanFactoryPostProcessor(Class<?>, Class<? extends FactoryBean<?>>, String...) - Constructor for class org.springframework.boot.autoconfigure.AbstractDependsOnBeanFactoryPostProcessor
 
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
Create a new sensitive endpoint instance.
AbstractEndpoint(String, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractEndpoint
Create a new endpoint instance.
AbstractEndpoint(String, boolean, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractEndpoint
Create a new endpoint instance.
AbstractEndpointHandlerMapping<E extends MvcEndpoint> - Class in org.springframework.boot.actuate.endpoint.mvc
AbstractEndpointHandlerMapping(Collection<? extends E>) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
Create a new AbstractEndpointHandlerMapping instance.
AbstractEndpointHandlerMapping(Collection<? extends E>, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
Create a new AbstractEndpointHandlerMapping instance.
AbstractEndpointMvcAdapter<E extends Endpoint<?>> - Class in org.springframework.boot.actuate.endpoint.mvc
Abstract base class for MvcEndpoint implementations.
AbstractEndpointMvcAdapter(E) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointMvcAdapter
Create a new EndpointMvcAdapter.
AbstractErrorController - Class in org.springframework.boot.autoconfigure.web.servlet.error
Abstract base class for error Controller implementations.
AbstractErrorController(ErrorAttributes) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
 
AbstractErrorController(ErrorAttributes, List<ErrorViewResolver>) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
 
AbstractFailureAnalyzer<T extends Throwable> - Class in org.springframework.boot.diagnostics
Abstract base class for most FailureAnalyzer implementations.
AbstractFailureAnalyzer() - Constructor for class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
 
AbstractHealthAggregator - Class in org.springframework.boot.actuate.health
Base HealthAggregator implementation to allow subclasses to focus on aggregating the Status instances and not deal with contextual details etc.
AbstractHealthAggregator() - Constructor for class org.springframework.boot.actuate.health.AbstractHealthAggregator
 
AbstractHealthIndicator - Class in org.springframework.boot.actuate.health
Base HealthIndicator implementations that encapsulates creation of Health instance and error handling.
AbstractHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
 
AbstractInjectionFailureAnalyzer<T extends Throwable> - Class in org.springframework.boot.diagnostics.analyzer
Abstract base class for a FailureAnalyzer that handles some kind of injection failure.
AbstractInjectionFailureAnalyzer() - Constructor for class org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
 
AbstractJmxCacheStatisticsProvider<C extends Cache> - Class in org.springframework.boot.actuate.cache
Base CacheStatisticsProvider implementation that uses JMX to retrieve the cache statistics.
AbstractJmxCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.AbstractJmxCacheStatisticsProvider
 
AbstractJmxEndpoint - Class in org.springframework.boot.actuate.endpoint.jmx
Abstract base class for JmxEndpoint implementations without a backing Endpoint.
AbstractJmxEndpoint(ObjectMapper) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.AbstractJmxEndpoint
 
AbstractJsonMarshalTester<T> - Class in org.springframework.boot.test.json
Base class for AssertJ based JSON marshal testers.
AbstractJsonMarshalTester() - Constructor for class org.springframework.boot.test.json.AbstractJsonMarshalTester
Create a new uninitialized AbstractJsonMarshalTester instance.
AbstractJsonMarshalTester(Class<?>, ResolvableType) - Constructor for class org.springframework.boot.test.json.AbstractJsonMarshalTester
Create a new AbstractJsonMarshalTester instance.
AbstractJsonMarshalTester.FieldInitializer<M> - Class in org.springframework.boot.test.json
Utility class used to support field initialization.
AbstractLoggingSystem - Class in org.springframework.boot.logging
Abstract base class for LoggingSystem implementations.
AbstractLoggingSystem(ClassLoader) - Constructor for class org.springframework.boot.logging.AbstractLoggingSystem
 
AbstractLoggingSystem.LogLevels<T> - Class in org.springframework.boot.logging
Maintains a mapping between native levels and LogLevel.
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
 
AbstractMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
Abstract base class for MvcEndpoint implementations without a backing Endpoint.
AbstractMvcEndpoint(String, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
 
AbstractMvcEndpoint(String, boolean, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractMvcEndpoint
 
AbstractNamedMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
Abstract base class for NamedMvcEndpoint implementations without a backing Endpoint.
AbstractNamedMvcEndpoint(String, String, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractNamedMvcEndpoint
 
AbstractNamedMvcEndpoint(String, String, boolean, boolean) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AbstractNamedMvcEndpoint
 
AbstractRabbitListenerContainerFactoryConfigurer<T extends org.springframework.amqp.rabbit.config.AbstractRabbitListenerContainerFactory<?>> - Class in org.springframework.boot.autoconfigure.amqp
Configure RabbitListenerContainerFactory with sensible defaults.
AbstractRabbitListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
 
AbstractReactiveWebServerFactory - Class in org.springframework.boot.web.reactive.server
Abstract base class for ReactiveWebServerFactory implementations.
AbstractReactiveWebServerFactory() - Constructor for class org.springframework.boot.web.reactive.server.AbstractReactiveWebServerFactory
 
AbstractReactiveWebServerFactory(int) - Constructor for class org.springframework.boot.web.reactive.server.AbstractReactiveWebServerFactory
 
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
 
AbstractServletWebServerFactory - Class in org.springframework.boot.web.servlet.server
Abstract base class for ConfigurableServletWebServerFactory implementations.
AbstractServletWebServerFactory() - Constructor for class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Create a new AbstractServletWebServerFactory instance.
AbstractServletWebServerFactory(int) - Constructor for class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Create a new AbstractServletWebServerFactory instance with the specified port.
AbstractServletWebServerFactory(String, int) - Constructor for class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
Create a new AbstractServletWebServerFactory instance with the specified context path and port.
AbstractTemplateViewResolverProperties - Class in org.springframework.boot.autoconfigure.template
AbstractTemplateViewResolverProperties(String, String) - Constructor for class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
 
AbstractViewResolverProperties - Class in org.springframework.boot.autoconfigure.template
AbstractViewResolverProperties() - Constructor for class org.springframework.boot.autoconfigure.template.AbstractViewResolverProperties
 
accept(File) - Method in class org.springframework.boot.devtools.autoconfigure.TriggerFileFilter
 
accept(C) - Method in interface org.springframework.boot.test.context.ContextConsumer
Performs this operation on the supplied context.
ACCESS_OVERRIDE_ORDER - Static variable in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
Order before the basic authentication access control provided automatically for the management endpoints.
ACCESS_OVERRIDE_ORDER - Static variable in class org.springframework.boot.autoconfigure.security.SecurityProperties
Order before the basic authentication access control provided by Boot.
Accesslog() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Jetty.Accesslog
 
Accesslog() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Tomcat.Accesslog
 
Accesslog() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Undertow.Accesslog
 
AccessManager - Interface in org.springframework.boot.devtools.remote.server
Provides access control for a Dispatcher.
ACTIVE_PROFILES_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
The "active profiles" property name.
ActiveMQAutoConfiguration - Class in org.springframework.boot.autoconfigure.jms.activemq
Auto-configuration to integrate with an ActiveMQ broker.
ActiveMQAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQAutoConfiguration
 
ActiveMQConnectionFactoryCustomizer - Interface in org.springframework.boot.autoconfigure.jms.activemq
Callback interface that can be implemented by beans wishing to customize the ActiveMQConnectionFactory whilst retaining default auto-configuration.
ActiveMQProperties - Class in org.springframework.boot.autoconfigure.jms.activemq
Configuration properties for ActiveMQ.
ActiveMQProperties() - Constructor for class org.springframework.boot.autoconfigure.jms.activemq.ActiveMQProperties
 
ActiveMQProperties.Packages - Class in org.springframework.boot.autoconfigure.jms.activemq
 
ActiveMQProperties.Pool - Class in org.springframework.boot.autoconfigure.jms.activemq
 
ActuatorEndpointLinksAdvice() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration.ActuatorEndpointLinksAdvice
 
ActuatorMediaTypes - Class in org.springframework.boot.actuate.endpoint.mvc
MediaTypes that can be consumed and produced by Actuator endpoints.
ActuatorMetricWriter - Annotation Type in org.springframework.boot.actuate.autoconfigure
Qualifier annotation for a metric repository that is used by the actuator (to distinguish it from others that might be installed by the user).
adaptEndpoint(String, Endpoint<?>) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
Adapt the given Endpoint to a JmxEndpoint.
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(long) - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffer
 
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, ClassLoaderFile) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles.SourceFolder
 
add(String, String) - Method in class org.springframework.boot.web.server.MimeMappings
Add a new mime mapping.
addActiveProfiles(String...) - Method in class org.springframework.boot.yaml.SpringProfileDocumentMatcher
 
addAdditionalTomcatConnectors(Connector...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Add Connectors in addition to the default connector, e.g.
addAliases(String, String...) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
addAliases(ConfigurationPropertyName, ConfigurationPropertyName...) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
addAll(ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Add all elements items from the specified ClassLoaderFiles to this instance.
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration.DeviceResolverMvcConfiguration
 
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration.SitePreferenceMvcConfiguration
 
addBasicMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
Add basic system metrics.
addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
Add UndertowBuilderCustomizers that should be used to customize the Undertow Undertow.Builder.
addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Add UndertowBuilderCustomizers that should be used to customize the Undertow Undertow.Builder.
addClassLoaderFiles(ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.Restarter
Add additional ClassLoaderFiles to be included in the next restart.
addClassLoadingMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
Add class loading metrics.
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.web.embedded.jetty.JettyServletWebServerFactory
Add Configurations that will be applied to the WebAppContext before the server is started.
addConnectionFactories(ConnectionFactoryConfigurer, Environment) - Method in class org.springframework.boot.autoconfigure.social.SocialAutoConfigurerAdapter
 
addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Add TomcatConnectorCustomizers that should be added to the Tomcat Connector.
addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Add TomcatConnectorCustomizers that should be added to the Tomcat Connector.
addContextCustomizers(TomcatContextCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Add TomcatContextCustomizers that should be added to the Tomcat Context.
addContextCustomizers(TomcatContextCustomizer...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Add TomcatContextCustomizers that should be added to the Tomcat Context.
addContextLifecycleListeners(LifecycleListener...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Add LifecycleListeners that should be added to the Tomcat Context.
addContextValves(Valve...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Add Valves that should be applied to the Tomcat Context.
addDefaultServlet(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Add Jetty's DefaultServlet to the given WebAppContext.
addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
Add UndertowDeploymentInfoCustomizers that should be used to customize the Undertow DeploymentInfo.
addEngineValves(Valve...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Add Valves that should be applied to the Tomcat Engine.
addEnvironment(ConfigurableApplicationContext, String...) - Static method in class org.springframework.boot.test.util.EnvironmentTestUtils
Deprecated.
Add additional (high priority) values to an Environment owned by an ApplicationContext.
addEnvironment(ConfigurableEnvironment, String...) - Static method in class org.springframework.boot.test.util.EnvironmentTestUtils
Deprecated.
Add additional (high priority) values to an Environment.
addEnvironment(String, ConfigurableEnvironment, String...) - Static method in class org.springframework.boot.test.util.EnvironmentTestUtils
Deprecated.
Add additional (high priority) values to an Environment.
addErrorPages(ErrorPage...) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
 
addErrorPages(ErrorPage...) - Method in interface org.springframework.boot.web.server.ErrorPageRegistry
Adds error pages that will be used when handling exceptions.
addErrorPages(ErrorPage...) - Method in class org.springframework.boot.web.servlet.support.ErrorPageFilter
 
addFile(String, ClassLoaderFile) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Add a single ClassLoaderFile to the collection.
addFile(String, String, ClassLoaderFile) - Method in class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Add a single ClassLoaderFile to the collection.
addFormatters(FormatterRegistry) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
 
addFormatters(FormatterRegistry) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
addGarbageCollectionMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
Add garbage collection metrics.
addHealthIndicator(String, HealthIndicator) - Method in class org.springframework.boot.actuate.health.CompositeHealthIndicator
 
addHeapMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
Add JVM heap metrics.
addInitializers(ApplicationContextInitializer<?>...) - Method in class org.springframework.boot.SpringApplication
Add ApplicationContextInitializers to be applied to the Spring ApplicationContext.
addInitializers(ServletContextInitializer...) - Method in class org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
 
addInitializers(ServletContextInitializer...) - Method in interface org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
Add ServletContextInitializers to those that should be applied in addition to ServletWebServerFactory.getWebServer(ServletContextInitializer...) parameters.
addInitParameter(String, String) - Method in class org.springframework.boot.web.servlet.RegistrationBean
Add a single init-parameter, replacing any existing parameter with the same name.
addInterceptors(InterceptorRegistry) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration.Neo4jWebConfiguration.Neo4jWebMvcConfiguration
 
addInterceptors(InterceptorRegistry) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration.DeviceResolverMvcConfiguration
 
addInterceptors(InterceptorRegistry) - Method in class org.springframework.boot.autoconfigure.mobile.SitePreferenceAutoConfiguration.SitePreferenceMvcConfiguration
 
addInterceptors(InterceptorRegistry) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration.JpaWebConfiguration.JpaWebMvcConfiguration
 
additionalCustomizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add RestTemplateCustomizers that should be applied to the RestTemplate.
additionalCustomizers(Collection<? extends RestTemplateCustomizer>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add RestTemplateCustomizers that should be applied to the RestTemplate.
additionalInterceptors(ClientHttpRequestInterceptor...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add additional ClientHttpRequestInterceptors that should be used with the RestTemplate.
additionalInterceptors(Collection<? extends ClientHttpRequestInterceptor>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add additional ClientHttpRequestInterceptors that should be used with the RestTemplate.
additionalMessageConverters(HttpMessageConverter<?>...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add additional HttpMessageConverters that should be used with the RestTemplate.
additionalMessageConverters(Collection<? extends HttpMessageConverter<?>>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add additional HttpMessageConverters that should be used with the RestTemplate.
addJspServlet(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Add Jetty's JspServlet to the given WebAppContext.
addListener(FileChangeListener) - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
Add listener for file change events.
addListener(TunnelClientListener) - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
 
addListeners(ApplicationListener<?>...) - Method in class org.springframework.boot.SpringApplication
Add ApplicationListeners to be applied to the SpringApplication and registered with the ApplicationContext.
addMainClassTimeoutWarningListener(Repackager.MainClassTimeoutWarningListener) - Method in class org.springframework.boot.loader.tools.Repackager
Add a listener that will be triggered to display a warning if searching for the main class takes too long.
addPostProcessors(ConfigurableApplicationContext) - Method in class org.springframework.boot.context.config.ConfigFileApplicationListener
Add appropriate post-processors to post-configure the property-sources.
addPrimarySources(Collection<Class<?>>) - Method in class org.springframework.boot.SpringApplication
Add additional items to the primary sources that will be added to an ApplicationContext when SpringApplication.run(String...) is called.
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.actuate.endpoint.mvc.DocsMvcEndpoint
 
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint
 
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
 
addResourceHandlers(ResourceHandlerRegistry) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
addServerCustomizers(JettyServerCustomizer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
Add JettyServerCustomizers that will be applied to the Server before it is started.
addServerCustomizers(JettyServerCustomizer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Add JettyServerCustomizers that will be applied to the Server before it is started.
addSourceFolder(File) - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
Add a source folder to monitor.
addSourceFolders(Iterable<File>) - Method in class org.springframework.boot.devtools.filewatch.FileSystemWatcher
Add source folders to monitor.
addStatusMapping(Map<String, HttpStatus>) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
Add specific status mappings to the existing set.
addStatusMapping(Status, HttpStatus) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
Add a status mapping to the existing set.
addStatusMapping(String, HttpStatus) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
Add a status mapping to the existing set.
addThreadMetrics(Collection<Metric<?>>) - Method in class org.springframework.boot.actuate.endpoint.SystemPublicMetrics
Add thread metrics.
addTldSkipPatterns(String...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Add patterns that match jars to ignore for TLD scanning.
addTo(RestTemplate, String) - Static method in class org.springframework.boot.web.client.RootUriTemplateHandler
Add a RootUriTemplateHandler instance to the given RestTemplate.
addToEnvironment(ConfigurableEnvironment) - Static method in class org.springframework.boot.env.RandomValuePropertySource
 
addURL(URL) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
addUrlMappings(String...) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Add URL mappings for the servlet.
addUrls(Collection<URL>) - Method in class org.springframework.boot.devtools.restart.Restarter
Add additional URLs to be includes in the next restart.
after() - Static method in enum org.springframework.boot.test.mock.mockito.MockReset
Create settings to be used with mocks where reset should occur after each test method runs.
afterPropertiesSet() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration
 
afterPropertiesSet() - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
 
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.actuate.health.DataSourceHealthIndicator
 
afterPropertiesSet() - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayMigrationInitializer
 
afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
afterPropertiesSet() - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
 
afterPropertiesSet() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
afterPropertiesSet() - Method in class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
 
afterPropertiesSet() - Method in class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
 
afterPropertiesSet() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
afterPropertiesSet() - Method in class org.springframework.boot.jta.narayana.NarayanaConfigurationBean
 
afterPropertiesSet() - Method in class org.springframework.boot.jta.narayana.NarayanaRecoveryManagerBean
 
afterRefresh(ConfigurableApplicationContext, ApplicationArguments) - Method in class org.springframework.boot.SpringApplication
Called after the context has been refreshed.
afterSingletonsInstantiated() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
afterSingletonsInstantiated() - Method in class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration.AuthenticationManagerConfigurationListener
 
afterSingletonsInstantiated() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient
 
afterTestMethod(TestContext) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener
 
afterTestMethod(TestContext) - Method in class org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener
 
AgentReloader - Class in org.springframework.boot.devtools.restart
Utility to determine if an Java agent based reloader (e.g.
aggregate(Map<String, Health>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
 
aggregate(Map<String, Health>) - Method in interface org.springframework.boot.actuate.health.HealthAggregator
Aggregate several given Health instances into one.
Aggregate() - Constructor for class org.springframework.boot.actuate.metrics.export.MetricExportProperties.Aggregate
 
aggregateDetails(Map<String, Health>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
Return the map of 'aggregate' details that should be used from the specified healths.
AggregateMetricReader - Class in org.springframework.boot.actuate.metrics.aggregate
A metric reader that aggregates values from a source reader, normally one that has been collecting data from many sources in the same form (like a scaled-out application).
AggregateMetricReader(MetricReader) - Constructor for class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
 
aggregateStatus(List<Status>) - Method in class org.springframework.boot.actuate.health.AbstractHealthAggregator
Return the single 'aggregate' status that should be used from the specified candidates.
aggregateStatus(List<Status>) - Method in class org.springframework.boot.actuate.health.OrderedHealthAggregator
 
AllNestedConditions - Class in org.springframework.boot.autoconfigure.condition
Condition that will match when all nested class conditions match.
AllNestedConditions(ConfigurationCondition.ConfigurationPhase) - Constructor for class org.springframework.boot.autoconfigure.condition.AllNestedConditions
 
ALPHA - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
The suffix for alpha gauges.
amqpAdmin(ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration.RabbitTemplateConfiguration
 
AmqpContainer() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.AmqpContainer
 
analyze(Throwable) - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
 
analyze(Throwable, T) - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
Returns an analysis of the given failure, or null if no analysis was possible.
analyze(Throwable, T) - Method in class org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
 
analyze(Throwable, T, String) - Method in class org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
Returns an analysis of the given failure, or null if no analysis was possible.
analyze(Throwable, BeanNotOfRequiredTypeException) - Method in class org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyzer
 
analyze(Throwable, InvalidConfigurationPropertyNameException) - Method in class org.springframework.boot.diagnostics.analyzer.InvalidConfigurationPropertyNameFailureAnalyzer
 
analyze(Throwable) - Method in interface org.springframework.boot.diagnostics.FailureAnalyzer
Returns an analysis of the given failure, or null if no analysis was possible.
and(String) - Method in class org.springframework.boot.test.util.TestPropertyValues
Builder method to append another property pair the underlying map of properties.
and(String, String) - Method in class org.springframework.boot.test.util.TestPropertyValues
Builder method to append another property to the underlying map of properties.
andCondition(Class<? extends Annotation>, Object...) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Return a new builder to construct a new ConditionMessage based on the instance and a new condition outcome.
andCondition(String, Object...) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Return a new builder to construct a new ConditionMessage based on the instance and a new condition outcome.
AnnotationConfig(ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.HttpHandlerAutoConfiguration.AnnotationConfig
 
AnnotationConfigServletWebServerApplicationContext - Class in org.springframework.boot.web.servlet.context
ServletWebServerApplicationContext 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.
AnnotationConfigServletWebServerApplicationContext() - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
AnnotationConfigServletWebServerApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
Create a new AnnotationConfigServletWebServerApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context.
AnnotationConfigServletWebServerApplicationContext(String...) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
Create a new AnnotationConfigServletWebServerApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context.
AnnotationCustomizableTypeExcludeFilter - Class in org.springframework.boot.test.autoconfigure.filter
Abstract base class for a TypeExcludeFilter that can be customized using an annotation.
AnnotationCustomizableTypeExcludeFilter() - Constructor for class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
AnnotationCustomizableTypeExcludeFilter.FilterType - Enum in org.springframework.boot.test.autoconfigure.filter
 
AnnotationsPropertySource - Class in org.springframework.boot.test.autoconfigure.properties
EnumerablePropertySource to adapt annotations marked with @PropertyMapping.
AnnotationsPropertySource(Class<?>) - Constructor for class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
AnnotationsPropertySource(String, Class<?>) - Constructor for class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
AnonymousUserIdSourceConfig() - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.AnonymousUserIdSourceConfig
 
AnsiBackground - Enum in org.springframework.boot.ansi
Ansi background colors.
AnsiColor - Enum in org.springframework.boot.ansi
Ansi colors.
AnsiColors - Class in org.springframework.boot.ansi
Utility for working with AnsiColor in the context of AWT Colors.
AnsiElement - Interface in org.springframework.boot.ansi
An ANSI encodable element.
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
AnsiOutputApplicationListener - Class in org.springframework.boot.context.config
An ApplicationListener that configures AnsiOutput depending on the value of the property spring.output.ansi.enabled.
AnsiOutputApplicationListener() - Constructor for class org.springframework.boot.context.config.AnsiOutputApplicationListener
 
AnsiPropertySource - Class in org.springframework.boot.ansi
AnsiPropertySource(String, boolean) - Constructor for class org.springframework.boot.ansi.AnsiPropertySource
Create a new AnsiPropertySource instance.
AnsiStyle - Enum in org.springframework.boot.ansi
Ansi styles.
anyMatches(ConditionContext, AnnotatedTypeMetadata, Condition...) - Method in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
Return true if any of the specified conditions match.
anyMatches(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.FilterAnnotations
 
AnyNestedCondition - Class in org.springframework.boot.autoconfigure.condition
Condition that will match when any nested class condition matches.
AnyNestedCondition(ConfigurationCondition.ConfigurationPhase) - Constructor for class org.springframework.boot.autoconfigure.condition.AnyNestedCondition
 
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.JdkDynamicAutoProxyConfiguration - Class in org.springframework.boot.autoconfigure.aop
 
append(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Return a new ConditionMessage based on the instance and an appended message.
append(String) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
Create a new ConfigurationPropertyName by appending the given element value.
append(ILoggingEvent) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender
 
AppendableLogger(Logger) - Constructor for class org.springframework.boot.logging.logback.LevelRemappingAppender.AppendableLogger
 
appendAnsiString(StringBuilder, String, AnsiElement) - Method in class org.springframework.boot.logging.log4j2.ColorConverter
 
application() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Accessor for the current application.
APPLICATION_ACTUATOR_V1_JSON - Static variable in class org.springframework.boot.actuate.endpoint.mvc.ActuatorMediaTypes
The application/vnd.spring-boot.actuator.v1+json media type.
APPLICATION_ACTUATOR_V1_JSON_VALUE - Static variable in class org.springframework.boot.actuate.endpoint.mvc.ActuatorMediaTypes
APPLICATION_ACTUATOR_V2_JSON - Static variable in class org.springframework.boot.actuate.endpoint.mvc.ActuatorMediaTypes
The application/vnd.spring-boot.actuator.v2+json media type.
APPLICATION_ACTUATOR_V2_JSON_VALUE - Static variable in class org.springframework.boot.actuate.endpoint.mvc.ActuatorMediaTypes
APPLICATION_CONFIGURATION_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
Name of the application configuration PropertySource.
ApplicationArguments - Interface in org.springframework.boot
Provides access to the arguments that were used to run a SpringApplication.
ApplicationContextAssert<C extends ApplicationContext> - Class in org.springframework.boot.test.context
AspectJ assertions that can be applied to an ApplicationContext.
ApplicationContextFilterConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration
 
ApplicationContextHeaderFilter - Class in org.springframework.boot.web.servlet.filter
OncePerRequestFilter to add a X-Application-Context header that contains the ApplicationContext ID.
ApplicationContextHeaderFilter(ApplicationContext) - Constructor for class org.springframework.boot.web.servlet.filter.ApplicationContextHeaderFilter
 
applicationContextIdFilter(ApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration
 
ApplicationContextTester - Class in org.springframework.boot.test.context
A ApplicationContext tester for a standard, non-web environment ConfigurableApplicationContext.
ApplicationContextTester() - Constructor for class org.springframework.boot.test.context.ApplicationContextTester
Create a new ApplicationContextTester instance using an AnnotationConfigApplicationContext as the underlying source.
ApplicationContextTester(Supplier<ConfigurableApplicationContext>) - Constructor for class org.springframework.boot.test.context.ApplicationContextTester
Create a new ApplicationContextTester instance using the specified contextFactory as the underlying source.
ApplicationContextTestUtils - Class in org.springframework.boot.test.util
Application context related test utilities.
ApplicationContextTestUtils() - Constructor for class org.springframework.boot.test.util.ApplicationContextTestUtils
 
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
Create a new ApplicationFailedEvent instance.
applicationHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration
 
ApplicationHealthIndicator - Class in org.springframework.boot.actuate.health
Default implementation of HealthIndicator that returns Status.UP.
ApplicationHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.ApplicationHealthIndicator
 
ApplicationHome - Class in org.springframework.boot
Provides access to the application home directory.
ApplicationHome() - Constructor for class org.springframework.boot.ApplicationHome
Create a new ApplicationHome instance.
ApplicationHome(Class<?>) - Constructor for class org.springframework.boot.ApplicationHome
Create a new ApplicationHome instance for the specified source class.
ApplicationNoWebSecurityConfigurerAdapter() - Constructor for class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationNoWebSecurityConfigurerAdapter
 
ApplicationPid - Class in org.springframework.boot
An application process ID.
ApplicationPid() - Constructor for class org.springframework.boot.ApplicationPid
 
ApplicationPid(String) - Constructor for class org.springframework.boot.ApplicationPid
 
ApplicationPidFileWriter - Class in org.springframework.boot.system
An ApplicationListener that saves application PID into file.
ApplicationPidFileWriter() - Constructor for class org.springframework.boot.system.ApplicationPidFileWriter
Create a new ApplicationPidFileWriter instance using the filename 'application.pid'.
ApplicationPidFileWriter(String) - Constructor for class org.springframework.boot.system.ApplicationPidFileWriter
Create a new ApplicationPidFileWriter instance with a specified filename.
ApplicationPidFileWriter(File) - Constructor for class org.springframework.boot.system.ApplicationPidFileWriter
Create a new ApplicationPidFileWriter instance with a specified file.
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
Create a new ApplicationPreparedEvent instance.
ApplicationReadyEvent - Class in org.springframework.boot.context.event
Event published as late as conceivably possible to indicate that the application is ready to service requests.
ApplicationReadyEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationReadyEvent
Create a new ApplicationReadyEvent instance.
ApplicationRunner - Interface in org.springframework.boot
Interface used to indicate that a bean should run when it is contained within a SpringApplication.
ApplicationStartingEvent - 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.
ApplicationStartingEvent(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.ApplicationStartingEvent
Create a new ApplicationStartingEvent instance.
ApplicationTemp - Class in org.springframework.boot
Provides access to an application specific temporary directory.
ApplicationTemp() - Constructor for class org.springframework.boot.ApplicationTemp
Create a new ApplicationTemp instance.
ApplicationTemp(Class<?>) - Constructor for class org.springframework.boot.ApplicationTemp
Create a new ApplicationTemp instance for the specified source class.
ApplicationWebSecurityConfigurerAdapter(SecurityProperties) - Constructor for class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter
 
apply(ConfigurationPropertySource) - Method in class org.springframework.boot.context.properties.source.UnboundElementsSourceFilter
 
apply() - Method in class org.springframework.boot.logging.LoggingSystemProperties
 
apply(LogFile) - Method in class org.springframework.boot.logging.LoggingSystemProperties
 
apply(MockReset, MockSettings) - Static method in enum org.springframework.boot.test.mock.mockito.MockReset
Apply MockReset to existing settings.
apply(Statement, Description) - Method in class org.springframework.boot.test.rule.OutputCapture
 
applyInitializers(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
Apply any ApplicationContextInitializers to the context before it is refreshed.
applyProperties(FreeMarkerConfigurationFactory) - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration.FreeMarkerConfiguration
 
applySystemProperties(Environment, LogFile) - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
applyTo(Collection<?>) - Method in enum org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
 
applyTo(RepositoryRestConfiguration) - Method in class org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties
 
applyTo(Properties) - Method in class org.springframework.boot.logging.LogFile
Apply log file details to LOG_PATH and LOG_FILE map entries.
applyTo(ConfigurableApplicationContext) - Method in class org.springframework.boot.test.util.TestPropertyValues
Add the properties from the underlying map to the environment owned by an ApplicationContext.
applyTo(ConfigurableEnvironment) - Method in class org.springframework.boot.test.util.TestPropertyValues
Add the properties from the underlying map to the environment.
applyTo(ConfigurableEnvironment, TestPropertyValues.Type) - Method in class org.springframework.boot.test.util.TestPropertyValues
Add the properties from the underlying map to the environment using the specified property source type.
applyTo(ConfigurableEnvironment, TestPropertyValues.Type, String) - Method in class org.springframework.boot.test.util.TestPropertyValues
Add the properties from the underlying map to the environment using the specified property source type and name.
applyToItem(Object) - Method in enum org.springframework.boot.autoconfigure.condition.ConditionMessage.Style
 
applyToSystemProperties() - Method in class org.springframework.boot.logging.LogFile
Apply log file details to LOG_PATH and LOG_FILE system properties.
applyToSystemProperties(Callable<T>) - Method in class org.springframework.boot.test.util.TestPropertyValues
Add the properties to the system properties for the duration of the call, restoring previous values then the call completes.
applyToViewResolver(Object) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
Apply the given properties to a AbstractTemplateViewResolver.
Archive - Interface in org.springframework.boot.loader.archive
An archive that can be launched by the Launcher.
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.
ARGS - Static variable in class org.springframework.boot.loader.PropertiesLauncher
Properties key for default command line arguments.
ArtemisAutoConfiguration - Class in org.springframework.boot.autoconfigure.jms.artemis
Auto-configuration to integrate with an Artemis broker.
ArtemisAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jms.artemis.ArtemisAutoConfiguration
 
ArtemisConfigurationCustomizer - Interface in org.springframework.boot.autoconfigure.jms.artemis
Callback interface that can be implemented by beans wishing to customize the Artemis JMS server Configuration before it is used by an auto-configured EmbeddedJMS instance.
ArtemisMode - Enum in org.springframework.boot.autoconfigure.jms.artemis
Define the mode in which Artemis can operate.
ArtemisNoOpBindingRegistry - Class in org.springframework.boot.autoconfigure.jms.artemis
A no-op implementation of the BindingRegistry.
ArtemisNoOpBindingRegistry() - Constructor for class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
ArtemisProperties - Class in org.springframework.boot.autoconfigure.jms.artemis
Configuration properties for Artemis.
ArtemisProperties() - Constructor for class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties
 
ArtemisProperties.Embedded - Class in org.springframework.boot.autoconfigure.jms.artemis
Configuration for an embedded Artemis server.
asArray() - Method in class org.springframework.boot.test.json.ObjectContentAssert
Verifies that the actual value is an array, and returns an array assertion, to allow chaining of array-specific assertions from this call.
asList(AnnotationAttributes, String) - Method in class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
asMap() - Method in class org.springframework.boot.test.json.ObjectContentAssert
Verifies that the actual value is a map, and returns a map assertion, to allow chaining of map-specific assertions from this call.
asProperties() - Method in class org.springframework.boot.jta.atomikos.AtomikosProperties
Returns the properties as a Properties object that can be used with Atomikos.
AssertableApplicationContext - Interface in org.springframework.boot.test.context
An ApplicationContext that additionally supports AssertJ style assertions.
AssertableReactiveWebApplicationContext - Interface in org.springframework.boot.test.context
A ReactiveWebApplicationContext that additionally supports AssertJ style assertions.
AssertableWebApplicationContext - Interface in org.springframework.boot.test.context
A WebApplicationContext that additionally supports AssertJ style assertions.
assertThat() - Method in class org.springframework.boot.test.json.JsonContent
 
assertThat() - Method in class org.springframework.boot.test.json.ObjectContent
 
assignTo(HttpOutputMessage) - Method in class org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayload
Assign this payload to the given HttpOutputMessage.
Async() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Async
 
atAll() - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
Used when no items are available.
AtomikosConnectionFactoryBean - Class in org.springframework.boot.jta.atomikos
Spring friendly version of AtomikosConnectionFactoryBean.
AtomikosConnectionFactoryBean() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
 
AtomikosDataSourceBean - Class in org.springframework.boot.jta.atomikos
Spring friendly version of AtomikosDataSourceBean.
AtomikosDataSourceBean() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
 
AtomikosDependsOnBeanFactoryPostProcessor - Class in org.springframework.boot.jta.atomikos
BeanFactoryPostProcessor to automatically setup the recommended dependsOn settings for correct Atomikos ordering.
AtomikosDependsOnBeanFactoryPostProcessor() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
 
AtomikosProperties - Class in org.springframework.boot.jta.atomikos
Bean friendly variant of Atomikos configuration properties.
AtomikosProperties() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosProperties
 
AtomikosProperties.Recovery - Class in org.springframework.boot.jta.atomikos
Recovery specific settings.
AtomikosXAConnectionFactoryWrapper - Class in org.springframework.boot.jta.atomikos
AtomikosXAConnectionFactoryWrapper() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosXAConnectionFactoryWrapper
 
AtomikosXADataSourceWrapper - Class in org.springframework.boot.jta.atomikos
AtomikosXADataSourceWrapper() - Constructor for class org.springframework.boot.jta.atomikos.AtomikosXADataSourceWrapper
 
attach(Environment) - Static method in class org.springframework.boot.context.properties.source.ConfigurationPropertySources
Attach a ConfigurationPropertySource support to the specified Environment.
attachSignalHandler(Runnable) - Static method in class org.springframework.boot.loader.tools.SignalUtils
Handle INT signals by calling the specified Runnable.
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(ObjectProvider<AuditEventRepository>) - Constructor for class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
 
AuditAutoConfiguration.AuditEventRepositoryConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
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.
auditEventMvcEndpoint(AuditEventRepository) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
 
AuditEventRepository - Interface in org.springframework.boot.actuate.audit
Repository for AuditEvents.
auditEventRepository() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration.AuditEventRepositoryConfiguration
 
AuditEventRepositoryConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration.AuditEventRepositoryConfiguration
 
auditEventsEndpoint(AuditEventRepository) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration
 
AuditEventsJmxEndpoint - Class in org.springframework.boot.actuate.endpoint.jmx
AuditEventsJmxEndpoint(ObjectMapper, AuditEventRepository) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.AuditEventsJmxEndpoint
 
AuditEventsMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
AuditEventsMvcEndpoint(AuditEventRepository) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.AuditEventsMvcEndpoint
 
AuditListener - Class in org.springframework.boot.actuate.audit.listener
The default AbstractAuditListener implementation.
AuditListener(AuditEventRepository) - Constructor for class org.springframework.boot.actuate.audit.listener.AuditListener
 
auditListener() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
 
AUTHENTICATION_FAILURE - Static variable in class org.springframework.boot.actuate.security.AuthenticationAuditListener
Authentication failure event type.
AUTHENTICATION_SUCCESS - Static variable in class org.springframework.boot.actuate.security.AuthenticationAuditListener
Authentication success event type.
AUTHENTICATION_SWITCH - Static variable in class org.springframework.boot.actuate.security.AuthenticationAuditListener
Authentication switch event type.
authenticationAuditListener() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
 
AuthenticationAuditListener - Class in org.springframework.boot.actuate.security
Default implementation of AbstractAuthenticationAuditListener.
AuthenticationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthenticationAuditListener
 
authenticationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration
 
authenticationManager(AuthenticationConfiguration) - Method in class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration
 
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
 
AuthenticationManagerConfiguration.AuthenticationManagerConfigurationListener - Class in org.springframework.boot.autoconfigure.security
authenticationManagerConfigurationListener() - Method in class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration
 
AuthenticationManagerConfigurationListener() - Constructor for class org.springframework.boot.autoconfigure.security.AuthenticationManagerConfiguration.AuthenticationManagerConfigurationListener
 
AuthenticationUserIdSourceConfig() - Constructor for class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.AuthenticationUserIdSourceConfig
 
AuthoritiesExtractor - Interface in org.springframework.boot.autoconfigure.security.oauth2.resource
Strategy used by UserInfoTokenServices to extract authorities from the resource server's response.
AUTHORIZATION_FAILURE - Static variable in class org.springframework.boot.actuate.security.AuthorizationAuditListener
Authorization failure event type.
authorizationAuditListener() - Method in class org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
 
AuthorizationAuditListener - Class in org.springframework.boot.actuate.security
Default implementation of AbstractAuthorizationAuditListener.
AuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthorizationAuditListener
 
AuthorizationServerProperties - Class in org.springframework.boot.autoconfigure.security.oauth2.authserver
Configuration properties for OAuth2 Authorization server.
AuthorizationServerProperties() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.authserver.AuthorizationServerProperties
 
AutoConfigurationExcludeFilter - Class in org.springframework.boot.autoconfigure
A TypeFilter implementation that matches registered auto-configuration classes.
AutoConfigurationExcludeFilter() - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationExcludeFilter
 
AutoConfigurationImportEvent - Class in org.springframework.boot.autoconfigure
Event fired when auto-configuration classes are imported.
AutoConfigurationImportEvent(Object, List<String>, Set<String>) - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationImportEvent
 
AutoConfigurationImportFilter - Interface in org.springframework.boot.autoconfigure
Filter that can be registered in spring.factories to limit the auto-configuration classes considered.
AutoConfigurationImportListener - Interface in org.springframework.boot.autoconfigure
Listener that can be registered with spring.factories to receive details of imported auto-configurations.
AutoConfigurationImportSelector - Class in org.springframework.boot.autoconfigure
AutoConfigurationImportSelector() - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurationImportSelector
 
AutoConfigurationMetadata - Interface in org.springframework.boot.autoconfigure
Provides access to meta-data written by the auto-configure annotation processor.
AutoConfigurationPackage - Annotation Type in org.springframework.boot.autoconfigure
Indicates that the package containing the annotated class should be registered with AutoConfigurationPackages.
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() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
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.MessageAndConditions - Class in org.springframework.boot.actuate.endpoint
Adapts ConditionEvaluationReport.ConditionAndOutcomes to a JSON friendly structure.
AutoConfigurationReportEndpoint.Report - Class in org.springframework.boot.actuate.endpoint
Adapts ConditionEvaluationReport to a JSON friendly structure.
AutoConfigurationReportLoggingInitializer - Class in org.springframework.boot.autoconfigure.logging
AutoConfigurationReportLoggingInitializer() - Constructor for class org.springframework.boot.autoconfigure.logging.AutoConfigurationReportLoggingInitializer
 
AutoConfigurations - Class in org.springframework.boot.autoconfigure
Configurations representing auto-configuration @Configuration classes.
AutoConfigurations(Collection<Class<?>>) - Constructor for class org.springframework.boot.autoconfigure.AutoConfigurations
 
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.
AutoConfigureCache - Annotation Type in org.springframework.boot.test.autoconfigure.core
Annotation that can be applied to a test class to enable and configure auto-configuration of caching.
AutoConfigureDataJpa - Annotation Type in org.springframework.boot.test.autoconfigure.orm.jpa
Auto-configuration imports for typical Data JPA tests.
AutoConfigureDataLdap - Annotation Type in org.springframework.boot.test.autoconfigure.data.ldap
Auto-configuration imports for typical Data LDAP tests.
AutoConfigureDataMongo - Annotation Type in org.springframework.boot.test.autoconfigure.data.mongo
Auto-configuration imports for typical Data MongoDB tests.
AutoConfigureDataNeo4j - Annotation Type in org.springframework.boot.test.autoconfigure.data.neo4j
Auto-configuration imports for typical Data Neo4j tests.
AutoConfigureDataRedis - Annotation Type in org.springframework.boot.test.autoconfigure.data.redis
Auto-configuration imports for typical Data redis tests.
AutoConfigureJdbc - Annotation Type in org.springframework.boot.test.autoconfigure.jdbc
Auto-configuration imports for typical jdbc tests.
AutoConfigureJooq - Annotation Type in org.springframework.boot.test.autoconfigure.jooq
Auto-configuration imports for typical jOOQ tests.
AutoConfigureJson - Annotation Type in org.springframework.boot.test.autoconfigure.json
Auto-configuration imports for typical JSON tests.
AutoConfigureJsonTesters - Annotation Type in org.springframework.boot.test.autoconfigure.json
Annotation that can be applied to a test class to enable and configure auto-configuration of JSON testers.
AutoConfigureMockMvc - Annotation Type in org.springframework.boot.test.autoconfigure.web.servlet
Annotation that can be applied to a test class to enable and configure auto-configuration of MockMvc.
AutoConfigureMockRestServiceServer - Annotation Type in org.springframework.boot.test.autoconfigure.web.client
Annotation that can be applied to a test class to enable and configure auto-configuration of a single MockRestServiceServer.
AutoConfigureOrder - Annotation Type in org.springframework.boot.autoconfigure
Auto-configuration specific variant of Spring Framework's Order annotation.
AutoConfigureRestDocs - Annotation Type in org.springframework.boot.test.autoconfigure.restdocs
Annotation that can be applied to a test class to enable and configure auto-configuration of Spring REST Docs.
AutoConfigureTestDatabase - Annotation Type in org.springframework.boot.test.autoconfigure.jdbc
Annotation that can be applied to a test class to configure a test database to use instead of any application defined or auto-configured DataSource.
AutoConfigureTestDatabase.Replace - Enum in org.springframework.boot.test.autoconfigure.jdbc
What the test database can replace.
AutoConfigureTestEntityManager - Annotation Type in org.springframework.boot.test.autoconfigure.orm.jpa
Annotation that can be applied to a test class to enable auto-configuration of a TestEntityManager.
AutoConfigureWebClient - Annotation Type in org.springframework.boot.test.autoconfigure.web.client
Annotation that can be applied to a test class to enable and configure auto-configuration of web clients.
AutoConfigureWebFlux - Annotation Type in org.springframework.boot.test.autoconfigure.web.reactive
Auto-configuration imports for typical Spring WebFlux tests.
AutoConfigureWebMvc - Annotation Type in org.springframework.boot.test.autoconfigure.web.servlet
Auto-configuration imports for typical Spring MVC tests.
AutoConfigureWebTestClient - Annotation Type in org.springframework.boot.test.autoconfigure.web.reactive
Annotation that can be applied to a test class to enable a WebTestClient.
available(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicates something is available.
AVG - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
The suffix for average value gauges.

B

BackgroundPreinitializer - Class in org.springframework.boot.autoconfigure
ApplicationListener to trigger early initialization in a background thread of time consuming tasks.
BackgroundPreinitializer() - Constructor for class org.springframework.boot.autoconfigure.BackgroundPreinitializer
 
Banner - Interface in org.springframework.boot
Interface class for writing a banner programmatically.
banner(Banner) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Sets the Banner instance which will be used to print the banner when no static banner file is provided.
Banner.Mode - Enum in org.springframework.boot
An enumeration of possible values for configuring the Banner.
BANNER_LOCATION_PROPERTY - Static variable in class org.springframework.boot.SpringApplication
Banner location property key.
BANNER_LOCATION_PROPERTY_VALUE - Static variable in class org.springframework.boot.SpringApplication
Default banner location.
bannerMode(Banner.Mode) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
 
BaseClientDetailsConfiguration(OAuth2ClientProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration.BaseClientDetailsConfiguration
 
Basic() - Constructor for class org.springframework.boot.autoconfigure.security.SecurityProperties.Basic
 
BASIC_AUTH_ORDER - Static variable in class org.springframework.boot.actuate.autoconfigure.ManagementServerProperties
Order applied to the WebSecurityConfigurerAdapter that is used to configure basic authentication for management endpoints.
BASIC_AUTH_ORDER - Static variable in class org.springframework.boot.autoconfigure.security.SecurityProperties
Order applied to the WebSecurityConfigurerAdapter that is used to configure basic authentication for application endpoints.
basicAuthorization(String, String) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Add HTTP basic authentication to requests.
BasicBatchConfigurer - Class in org.springframework.boot.autoconfigure.batch
Basic BatchConfigurer implementation.
BasicBatchConfigurer(BatchProperties, DataSource, TransactionManagerCustomizers) - Constructor for class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
Create a new BasicBatchConfigurer instance.
BasicDataSourceExample - Class in org.springframework.boot.jdbc
Example configuration for configuring a very basic custom DataSource.
BasicDataSourceExample() - Constructor for class org.springframework.boot.jdbc.BasicDataSourceExample
 
BasicErrorController - Class in org.springframework.boot.autoconfigure.web.servlet.error
Basic global error Controller, rendering ErrorAttributes.
BasicErrorController(ErrorAttributes, ErrorProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
Create a new BasicErrorController instance.
BasicErrorController(ErrorAttributes, ErrorProperties, List<ErrorViewResolver>) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
Create a new BasicErrorController instance.
basicErrorController(ErrorAttributes) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
 
BasicJsonParser - Class in org.springframework.boot.json
Really basic JSON parser for when you have nothing else available.
BasicJsonParser() - Constructor for class org.springframework.boot.json.BasicJsonParser
 
BasicJsonTester - Class in org.springframework.boot.test.json
AssertJ based JSON tester that works with basic JSON strings.
BasicJsonTester() - Constructor for class org.springframework.boot.test.json.BasicJsonTester
Create a new uninitialized BasicJsonTester instance.
BasicJsonTester(Class<?>) - Constructor for class org.springframework.boot.test.json.BasicJsonTester
Create a new BasicJsonTester instance that will load resources as UTF-8.
BasicJsonTester(Class<?>, Charset) - Constructor for class org.springframework.boot.test.json.BasicJsonTester
Create a new BasicJsonTester instance.
basicJsonTesterFactoryBean() - Method in class org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration
 
BatchAutoConfiguration - Class in org.springframework.boot.autoconfigure.batch
Auto-configuration for Spring Batch.
BatchAutoConfiguration(BatchProperties, ObjectProvider<JobParametersConverter>) - Constructor for class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
batchDatabaseInitializer(DataSource, ResourceLoader) - 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(DataSource, ResourceLoader, BatchProperties) - Constructor for class org.springframework.boot.autoconfigure.batch.BatchDatabaseInitializer
 
BatchProperties - Class in org.springframework.boot.autoconfigure.batch
Configuration properties for Spring Batch.
BatchProperties() - Constructor for class org.springframework.boot.autoconfigure.batch.BatchProperties
 
BatchProperties.Initializer - Class in org.springframework.boot.autoconfigure.batch
 
BatchProperties.Job - Class in org.springframework.boot.autoconfigure.batch
 
beanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Bean name generator for automatically generated bean names in the application context.
beanNameViewResolver() - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SocialAutoConfigurationAdapter
 
beanNameViewResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
 
beanNameViewResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
BeanNotOfRequiredTypeFailureAnalyzer - Class in org.springframework.boot.diagnostics.analyzer
An AbstractFailureAnalyzer that performs analysis of failures caused by a BeanNotOfRequiredTypeException.
BeanNotOfRequiredTypeFailureAnalyzer() - Constructor for class org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyzer
 
BeanPostProcessorsRegistrar() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerAutoConfiguration.BeanPostProcessorsRegistrar
 
BeanPostProcessorsRegistrar() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
 
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
 
because(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicates the reason.
before() - Static method in enum org.springframework.boot.test.mock.mockito.MockReset
Create settings to be used with mocks where reset should occur before each test method runs.
beforeBodyWrite(Object, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration.ActuatorEndpointLinksAdvice
 
beforeInitialize() - Method in class org.springframework.boot.logging.AbstractLoggingSystem
 
beforeInitialize() - Method in class org.springframework.boot.logging.java.JavaLoggingSystem
 
beforeInitialize() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
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.
beforeInitialize() - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
 
beforeRestart() - Method in interface org.springframework.boot.devtools.restart.RestartListener
Called before an application restart.
beforeTestMethod(TestContext) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener
 
beforeTestMethod(TestContext) - Method in class org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener
 
bind(String, Object) - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
bind(String, Class<T>) - Method in class org.springframework.boot.context.properties.bind.Binder
Bind the specified target Class using this binders property sources.
bind(String, Bindable<T>) - Method in class org.springframework.boot.context.properties.bind.Binder
Bind the specified target Bindable using this binders property sources.
bind(ConfigurationPropertyName, Bindable<T>) - Method in class org.springframework.boot.context.properties.bind.Binder
Bind the specified target Bindable using this binders property sources.
bind(String, Bindable<T>, BindHandler) - Method in class org.springframework.boot.context.properties.bind.Binder
Bind the specified target Bindable using this binders property sources.
bind(ConfigurationPropertyName, Bindable<T>, BindHandler) - Method in class org.springframework.boot.context.properties.bind.Binder
Bind the specified target Bindable using this binders property sources.
bind(ConfigurationPropertyName, Bindable<T>, BindHandler, Binder.Context) - Method in class org.springframework.boot.context.properties.bind.Binder
 
Bindable<T> - Class in org.springframework.boot.context.properties.bind
Source that can be bound by a Binder.
BindContext - Interface in org.springframework.boot.context.properties.bind
Context information for use by BindHandlers.
Binder - Class in org.springframework.boot.context.properties.bind
A container object which Binds objects from one or more ConfigurationPropertySources.
Binder(ConfigurationPropertySource...) - Constructor for class org.springframework.boot.context.properties.bind.Binder
Create a new Binder instance for the specified sources.
Binder(Iterable<ConfigurationPropertySource>) - Constructor for class org.springframework.boot.context.properties.bind.Binder
Create a new Binder instance for the specified sources.
Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver) - Constructor for class org.springframework.boot.context.properties.bind.Binder
Create a new Binder instance for the specified sources.
Binder(Iterable<ConfigurationPropertySource>, PlaceholdersResolver, ConversionService) - Constructor for class org.springframework.boot.context.properties.bind.Binder
Create a new Binder instance for the specified sources.
BINDER_BEAN_NAME - Static variable in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
BinderConversionService - Class in org.springframework.boot.context.properties.bind.convert
Internal ConversionService used by the Binder.
BinderConversionService(ConversionService) - Constructor for class org.springframework.boot.context.properties.bind.convert.BinderConversionService
Create a new BinderConversionService instance.
BindException - Exception in org.springframework.boot.context.properties.bind
Exception thrown when binding fails.
BindHandler - Interface in org.springframework.boot.context.properties.bind
Callback interface that can be used to handle additional logic during element binding.
BindResult<T> - Class in org.springframework.boot.context.properties.bind
A container object to return result of a Binder bind operation.
bindTo(RestTemplate) - Static method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
Return a bound MockRestServiceServer for the given RestTemplate, configured with RootUriRequestExpectationManager when possible.
bindTo(RestTemplate, RequestExpectationManager) - Static method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
Return a bound MockRestServiceServer for the given RestTemplate, configured with RootUriRequestExpectationManager when possible.
bindToSpringApplication(ConfigurableEnvironment) - Method in class org.springframework.boot.SpringApplication
Bind the environment to the SpringApplication.
BindValidationException - Exception in org.springframework.boot.context.properties.bind.validation
Error thrown when validation fails during a bind operation.
BitronixDependentBeanFactoryPostProcessor - Class in org.springframework.boot.jta.bitronix
BeanFactoryPostProcessor to automatically register the recommended dependencies for correct Bitronix shutdown ordering.
BitronixDependentBeanFactoryPostProcessor() - Constructor for class org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
 
BitronixXAConnectionFactoryWrapper - Class in org.springframework.boot.jta.bitronix
BitronixXAConnectionFactoryWrapper() - Constructor for class org.springframework.boot.jta.bitronix.BitronixXAConnectionFactoryWrapper
 
BitronixXADataSourceWrapper - Class in org.springframework.boot.jta.bitronix
BitronixXADataSourceWrapper() - Constructor for class org.springframework.boot.jta.bitronix.BitronixXADataSourceWrapper
 
BootGlobalAuthenticationConfiguration - Class in org.springframework.boot.autoconfigure.security
GlobalAuthenticationConfigurerAdapter to trigger early initialization of @EnableAutoConfiguration beans.
BootGlobalAuthenticationConfiguration() - Constructor for class org.springframework.boot.autoconfigure.security.BootGlobalAuthenticationConfiguration
 
bootGlobalAuthenticationConfigurationAdapter(ApplicationContext) - Static method in class org.springframework.boot.autoconfigure.security.BootGlobalAuthenticationConfiguration
 
browse() - Method in class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
 
browse(HttpServletRequest) - Method in class org.springframework.boot.actuate.endpoint.mvc.HalBrowserMvcEndpoint
 
Bucket() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
 
BufferCounterService - Class in org.springframework.boot.actuate.metrics.buffer
Fast implementation of CounterService using CounterBuffers.
BufferCounterService(CounterBuffers) - Constructor for class org.springframework.boot.actuate.metrics.buffer.BufferCounterService
Create a BufferCounterService instance.
BufferGaugeService - Class in org.springframework.boot.actuate.metrics.buffer
Fast implementation of GaugeService using GaugeBuffers.
BufferGaugeService(GaugeBuffers) - Constructor for class org.springframework.boot.actuate.metrics.buffer.BufferGaugeService
Create a BufferGaugeService instance.
BufferMetricReader - Class in org.springframework.boot.actuate.metrics.buffer
MetricReader implementation using CounterBuffers and GaugeBuffers.
BufferMetricReader(CounterBuffers, GaugeBuffers) - Constructor for class org.springframework.boot.actuate.metrics.buffer.BufferMetricReader
 
build() - Method in class org.springframework.boot.actuate.health.Health.Builder
Create a new Health instance with the previously specified code and details.
build() - Method in class org.springframework.boot.actuate.info.Info.Builder
Create a new Info instance based on the state of this builder.
Build() - Constructor for class org.springframework.boot.autoconfigure.info.ProjectInfoProperties.Build
 
build() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
 
build() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Returns a fully configured SpringApplication that is ready to run.
build(String...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Returns a fully configured SpringApplication that is ready to run.
build() - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.Builder
 
build() - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Build a new RestTemplate instance and configure it using this builder.
build(Class<T>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Build a new RestTemplate instance of the specified type and configure it using this builder.
buildConsumerProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
Create an initial map of consumer properties from the state of this instance.
Builder() - Constructor for class org.springframework.boot.actuate.health.Health.Builder
Create new Builder instance.
Builder(Status) - Constructor for class org.springframework.boot.actuate.health.Health.Builder
Create new Builder instance, setting status to given status.
Builder(Status, Map<String, ?>) - Constructor for class org.springframework.boot.actuate.health.Health.Builder
Create new Builder instance, setting status to given status and details to given details.
Builder() - Constructor for class org.springframework.boot.actuate.info.Info.Builder
 
buildInfoContributor(BuildProperties) - Method in class org.springframework.boot.actuate.autoconfigure.InfoContributorAutoConfiguration
 
BuildInfoContributor - Class in org.springframework.boot.actuate.info
BuildInfoContributor(BuildProperties) - Constructor for class org.springframework.boot.actuate.info.BuildInfoContributor
 
buildProducerProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
Create an initial map of producer properties from the state of this instance.
buildProperties() - Method in class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
 
buildProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
buildProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Producer
 
BuildProperties - Class in org.springframework.boot.info
Provide build-related information such as group and artifact.
BuildProperties(Properties) - Constructor for class org.springframework.boot.info.BuildProperties
Create an instance with the specified entries.
BuildPropertiesWriter - Class in org.springframework.boot.loader.tools
A BuildPropertiesWriter writes the build-info.properties for consumption by the Actuator.
BuildPropertiesWriter(File) - Constructor for class org.springframework.boot.loader.tools.BuildPropertiesWriter
Creates a new BuildPropertiesWriter that will write to the given outputFile.
BuildPropertiesWriter.NullAdditionalPropertyValueException - Exception in org.springframework.boot.loader.tools
Exception thrown when an additional property with a null value is encountered.
BuildPropertiesWriter.ProjectDetails - Class in org.springframework.boot.loader.tools
Build-system agnostic details of a project.
buildTestContext() - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
 
buildView(String) - Method in class org.springframework.boot.web.servlet.view.MustacheViewResolver
 
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

Cache() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
 
CacheAutoConfiguration - Class in org.springframework.boot.autoconfigure.cache
Auto-configuration for the cache abstraction.
CacheAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
 
CacheAutoConfiguration.CacheManagerJpaDependencyConfiguration - Class in org.springframework.boot.autoconfigure.cache
 
cacheAutoConfigurationValidator() - Method in class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
 
cacheAutoConfigurationValidatorPostProcessor() - Static method in class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
 
cacheManager() - Method in class org.springframework.boot.autoconfigure.cache.CouchbaseCacheConfiguration
 
cacheManager(EmbeddedCacheManager) - Method in class org.springframework.boot.autoconfigure.cache.InfinispanCacheConfiguration
 
CacheManagerCustomizer<T extends CacheManager> - Interface in org.springframework.boot.autoconfigure.cache
Callback interface that can be implemented by beans wishing to customize the cache manager before it is fully initialized, in particular to tune its configuration.
cacheManagerCustomizers(ObjectProvider<List<CacheManagerCustomizer<?>>>) - Method in class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration
 
CacheManagerCustomizers - Class in org.springframework.boot.autoconfigure.cache
Invokes the available CacheManagerCustomizer instances in the context for a given CacheManager.
CacheManagerCustomizers(List<? extends CacheManagerCustomizer<?>>) - Constructor for class org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers
 
CacheManagerJpaDependencyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration.CacheManagerJpaDependencyConfiguration
 
CacheProperties - Class in org.springframework.boot.autoconfigure.cache
Configuration properties for the cache abstraction.
CacheProperties() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties
 
CacheProperties.Caffeine - Class in org.springframework.boot.autoconfigure.cache
Caffeine specific cache properties.
CacheProperties.Couchbase - Class in org.springframework.boot.autoconfigure.cache
Couchbase specific cache properties.
CacheProperties.EhCache - Class in org.springframework.boot.autoconfigure.cache
EhCache specific cache properties.
CacheProperties.Infinispan - Class in org.springframework.boot.autoconfigure.cache
Infinispan specific cache properties.
CacheProperties.JCache - Class in org.springframework.boot.autoconfigure.cache
JCache (JSR-107) specific cache properties.
CachePublicMetrics - Class in org.springframework.boot.actuate.endpoint
A PublicMetrics implementation that provides cache statistics.
CachePublicMetrics(Map<String, CacheManager>, Collection<CacheStatisticsProvider<?>>) - Constructor for class org.springframework.boot.actuate.endpoint.CachePublicMetrics
Create a new CachePublicMetrics instance.
CacheStatistics - Interface in org.springframework.boot.actuate.cache
Snapshot of the statistics of a given cache.
CacheStatisticsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
CacheStatisticsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.CacheStatisticsAutoConfiguration
 
CacheStatisticsProvider<C extends Cache> - Interface in org.springframework.boot.actuate.cache
Provide a CacheStatistics based on a Cache.
CacheType - Enum in org.springframework.boot.autoconfigure.cache
Supported cache types (defined in order of precedence).
Caffeine() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
 
CaffeineCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
CacheStatisticsProvider implementation for Caffeine.
CaffeineCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.CaffeineCacheStatisticsProvider
 
callAppenders(ILoggingEvent) - Method in class org.springframework.boot.logging.logback.LevelRemappingAppender.AppendableLogger
 
canConvert(Object, ResolvableType) - Method in class org.springframework.boot.context.properties.bind.convert.BinderConversionService
Return true if the given source object can be converted to the targetType.
canConvert(Class<?>, Class<?>) - Method in class org.springframework.boot.context.properties.bind.convert.BinderConversionService
 
canConvert(TypeDescriptor, TypeDescriptor) - Method in class org.springframework.boot.context.properties.bind.convert.BinderConversionService
 
captureOutput() - Method in class org.springframework.boot.test.rule.OutputCapture
 
CassandraAutoConfiguration - Class in org.springframework.boot.autoconfigure.cassandra
Auto-configuration for Cassandra.
CassandraAutoConfiguration(CassandraProperties, ObjectProvider<List<ClusterBuilderCustomizer>>) - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
 
cassandraCluster() - Method in class org.springframework.boot.autoconfigure.cassandra.CassandraAutoConfiguration
 
cassandraConverter(CassandraMappingContext, CassandraCustomConversions) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
cassandraCustomConversions() - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
CassandraDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
Auto-configuration for Spring Data's Cassandra support.
CassandraDataAutoConfiguration(BeanFactory, CassandraProperties, Cluster, Environment) - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
cassandraHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.CassandraHealthIndicatorConfiguration
 
CassandraHealthIndicator - Class in org.springframework.boot.actuate.health
Simple implementation of a HealthIndicator returning status information for Cassandra data stores.
CassandraHealthIndicator(CassandraOperations) - Constructor for class org.springframework.boot.actuate.health.CassandraHealthIndicator
Create a new CassandraHealthIndicator instance.
CassandraHealthIndicatorConfiguration(Map<String, CassandraOperations>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.CassandraHealthIndicatorConfiguration
 
cassandraMapping(CassandraCustomConversions) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
CassandraProperties - Class in org.springframework.boot.autoconfigure.cassandra
Configuration properties for Cassandra.
CassandraProperties() - Constructor for class org.springframework.boot.autoconfigure.cassandra.CassandraProperties
 
CassandraProperties.Pool - Class in org.springframework.boot.autoconfigure.cassandra
Pool properties.
CassandraReactiveDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
Auto-configuration for Spring Data's reactive Cassandra support.
CassandraReactiveDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveDataAutoConfiguration
 
CassandraReactiveRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
Auto-configuration for Spring Data's Cassandra Reactive Repositories.
CassandraReactiveRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraReactiveRepositoriesAutoConfiguration
 
CassandraRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.cassandra
Auto-configuration for Spring Data's Cassandra Repositories.
CassandraRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.cassandra.CassandraRepositoriesAutoConfiguration
 
cassandraSession(CassandraConverter) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
cassandraTemplate(Session, CassandraConverter) - Method in class org.springframework.boot.autoconfigure.data.cassandra.CassandraDataAutoConfiguration
 
CglibAutoProxyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.aop.AopAutoConfiguration.CglibAutoProxyConfiguration
 
CglibAutoProxyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration
 
Chain() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Chain
 
ChangedFile - Class in org.springframework.boot.devtools.filewatch
A single file that has changed.
ChangedFile(File, File, ChangedFile.Type) - Constructor for class org.springframework.boot.devtools.filewatch.ChangedFile
Create a new ChangedFile instance.
ChangedFile.Type - Enum in org.springframework.boot.devtools.filewatch
Change types.
ChangedFiles - Class in org.springframework.boot.devtools.filewatch
A collections of files from a specific source folder that have changed.
ChangedFiles(File, Set<ChangedFile>) - Constructor for class org.springframework.boot.devtools.filewatch.ChangedFiles
 
changeProperties(SerializationConfig, BeanDescription, List<BeanPropertyWriter>) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
 
Channel() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Channel
 
characterEncodingFilter() - Method in class org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration
 
checkChangelogExists() - Method in class org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.LiquibaseConfiguration
 
checkLocationExists() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration
 
checkResource(Locale) - Method in class org.springframework.boot.web.servlet.view.MustacheView
 
checkResourceExists(Locale) - Method in class org.springframework.boot.web.reactive.result.view.MustacheView
 
checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerAutoConfiguration
 
checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
 
checkTemplateLocationExists() - Method in class org.springframework.boot.autoconfigure.mustache.MustacheAutoConfiguration
 
child(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Create a child application with the provided sources.
chop(int) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
Return a new ConfigurationPropertyName by chopping this name to the given size.
ClassLoaderFile - Class in org.springframework.boot.devtools.restart.classloader
A single file that may be served from a ClassLoader.
ClassLoaderFile(ClassLoaderFile.Kind, byte[]) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
Create a new ClassLoaderFile instance.
ClassLoaderFile(ClassLoaderFile.Kind, long, byte[]) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFile
Create a new ClassLoaderFile instance.
ClassLoaderFile.Kind - Enum in org.springframework.boot.devtools.restart.classloader
The kinds of class load files.
ClassLoaderFileRepository - Interface in org.springframework.boot.devtools.restart.classloader
A container for files that may be served from a ClassLoader.
ClassLoaderFiles - Class in org.springframework.boot.devtools.restart.classloader
ClassLoaderFileRepository that maintains a collection of ClassLoaderFile items grouped by source folders.
ClassLoaderFiles() - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Create a new ClassLoaderFiles instance.
ClassLoaderFiles(ClassLoaderFiles) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFiles
Create a new ClassLoaderFiles instance.
ClassLoaderFiles.SourceFolder - Class in org.springframework.boot.devtools.restart.classloader
An individual source folder that is being managed by the collection.
ClassLoaderFileURLStreamHandler - Class in org.springframework.boot.devtools.restart.classloader
URLStreamHandler for the contents of a ClassLoaderFile.
ClassLoaderFileURLStreamHandler(ClassLoaderFile) - Constructor for class org.springframework.boot.devtools.restart.classloader.ClassLoaderFileURLStreamHandler
 
ClassPathChangedEvent - Class in org.springframework.boot.devtools.classpath
ApplicationEvent containing details of a classpath change.
ClassPathChangedEvent(Object, Set<ChangedFiles>, boolean) - Constructor for class org.springframework.boot.devtools.classpath.ClassPathChangedEvent
Create a new ClassPathChangedEvent.
ClassPathChangeUploader - Class in org.springframework.boot.devtools.remote.client
Listens and pushes any classpath updates to a remote endpoint.
ClassPathChangeUploader(String, ClientHttpRequestFactory) - Constructor for class org.springframework.boot.devtools.remote.client.ClassPathChangeUploader
 
ClassPathFileSystemWatcher - Class in org.springframework.boot.devtools.classpath
Encapsulates a FileSystemWatcher to watch the local classpath folders for changes.
ClassPathFileSystemWatcher(FileSystemWatcherFactory, ClassPathRestartStrategy, URL[]) - Constructor for class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
Create a new ClassPathFileSystemWatcher instance.
ClassPathFolders - Class in org.springframework.boot.devtools.classpath
Provides access to entries on the classpath that refer to folders.
ClassPathFolders(URL[]) - Constructor for class org.springframework.boot.devtools.classpath.ClassPathFolders
 
ClasspathLoggingApplicationListener - Class in org.springframework.boot.context.logging
A SmartApplicationListener that reacts to environment prepared events and to failed events by logging the classpath of the thread context class loader (TCCL) at DEBUG level.
ClasspathLoggingApplicationListener() - Constructor for class org.springframework.boot.context.logging.ClasspathLoggingApplicationListener
 
ClassPathRestartStrategy - Interface in org.springframework.boot.devtools.classpath
Strategy interface used to determine when a changed classpath file should trigger a full application restart.
cleanUp() - Method in class org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
 
cleanUp() - Method in class org.springframework.boot.logging.logback.LogbackLoggingSystem
 
cleanUp() - Method in class org.springframework.boot.logging.LoggingSystem
Clean up the logging system.
cleanUp() - Method in class org.springframework.boot.logging.Slf4JLoggingSystem
 
clear() - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Clear the persistence context, causing all managed entities to become detached.
clearCache() - Method in class org.springframework.boot.loader.jar.JarFile
 
clearCache() - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
Clear URL caches.
clearCache() - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Clear the entire MetadataReader cache, removing all cached class metadata.
clearInstance() - Static method in class org.springframework.boot.devtools.restart.Restarter
Clear the instance.
ClientContextConfiguration(ObjectProvider<AccessTokenRequest>) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfiguration.ClientContextConfiguration
 
ClientDetailsLogger(OAuth2ClientProperties) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration.ClientDetailsLogger
 
clientHttpRequestFactory() - Method in class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
 
close() - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
 
close() - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
 
close() - Method in class org.springframework.boot.actuate.metrics.statsd.StatsdMetricWriter
 
close() - Method in class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
 
close() - Method in class org.springframework.boot.autoconfigure.jms.artemis.ArtemisNoOpBindingRegistry
 
close() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration
 
close() - Method in class org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
 
close() - Method in class org.springframework.boot.autoconfigure.mongo.MongoReactiveAutoConfiguration
 
close() - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
 
close() - Method in class org.springframework.boot.devtools.tunnel.client.TunnelClient.ServerThread
 
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.
closeAll(ApplicationContext) - Static method in class org.springframework.boot.test.util.ApplicationContextTestUtils
Closes this ApplicationContext and its parent hierarchy if any.
CloudAutoConfiguration - Class in org.springframework.boot.autoconfigure.cloud
Auto-configuration for Spring Cloud.
CloudAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.cloud.CloudAutoConfiguration
 
CloudFoundryActuatorAutoConfiguration - Class in org.springframework.boot.actuate.cloudfoundry
Auto-configuration to expose actuator endpoints for cloud foundry to use.
CloudFoundryActuatorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.cloudfoundry.CloudFoundryActuatorAutoConfiguration
 
cloudFoundryEndpointHandlerMapping(MvcEndpoints, RestTemplateBuilder, Environment) - Method in class org.springframework.boot.actuate.cloudfoundry.CloudFoundryActuatorAutoConfiguration
 
CloudFoundryIgnorePathsExample - Class in org.springframework.boot.cloudfoundry
Example for custom Cloud Foundry actuator ignored paths.
CloudFoundryIgnorePathsExample() - Constructor for class org.springframework.boot.cloudfoundry.CloudFoundryIgnorePathsExample
 
CloudFoundryVcapEnvironmentPostProcessor - Class in org.springframework.boot.cloud
An EnvironmentPostProcessor that knows where to find VCAP (a.k.a.
CloudFoundryVcapEnvironmentPostProcessor() - Constructor for class org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
 
CloudPlatform - Enum in org.springframework.boot.cloud
Simple detection for well known cloud platforms.
Cluster() - Constructor for class org.springframework.boot.autoconfigure.data.redis.RedisProperties.Cluster
 
ClusterBuilderCustomizer - Interface in org.springframework.boot.autoconfigure.cassandra
Callback interface that can be implemented by beans wishing to customize the Cluster via a Cluster.Builder whilst retaining default auto-configuration.
CodecCustomizer - Interface in org.springframework.boot.web.codec
Callback interface that can be used to customize codecs configuration for an HTTP client and/or server with a CodecConfigurer.
CodecsAutoConfiguration - Class in org.springframework.boot.autoconfigure.http.codec
CodecsAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration
 
ColorConverter - Class in org.springframework.boot.logging.log4j2
Log4j2 LogEventPatternConverter colors output using the AnsiOutput class.
ColorConverter - Class in org.springframework.boot.logging.logback
Logback CompositeConverter colors output using the AnsiOutput class.
ColorConverter() - Constructor for class org.springframework.boot.logging.logback.ColorConverter
 
CommandLineRunner - Interface in org.springframework.boot
Interface used to indicate that a bean should run when it is contained within a SpringApplication.
commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.springframework.boot.autoconfigure.security.Http401AuthenticationEntryPoint
 
commit(Xid, boolean) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
CommonsDbcp2DataSourcePoolMetadata - Class in org.springframework.boot.autoconfigure.jdbc.metadata
DataSourcePoolMetadata for an Apache Commons DBCP2 DataSource.
CommonsDbcp2DataSourcePoolMetadata(BasicDataSource) - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
 
CommonsLoggingLiquibaseLogger - Class in org.springframework.boot.liquibase
Liquibase Logger that delegates to an Apache Commons Log.
CommonsLoggingLiquibaseLogger() - Constructor for class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
compareTo(ConfigurationProperty) - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
 
compareTo(ConfigurationPropertyName) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
 
COMPILE - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
The library is used at compile time and runtime.
complete() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Called when a request is complete.
CompleteTwoDataSourcesExample - Class in org.springframework.boot.jdbc
Example configuration for configuring two data sources with what Spring Boot does in auto-configuration.
CompleteTwoDataSourcesExample() - Constructor for class org.springframework.boot.jdbc.CompleteTwoDataSourcesExample
 
ComponentScanPackageCheck() - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
 
compositeHandlerAdapter() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
compositeHandlerExceptionResolver() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
compositeHandlerMapping() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
CompositeHealthIndicator - Class in org.springframework.boot.actuate.health
HealthIndicator that returns health indications from all registered delegates.
CompositeHealthIndicator(HealthAggregator) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicator
CompositeHealthIndicator(HealthAggregator, Map<String, HealthIndicator>) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicator
Create a new CompositeHealthIndicator from the specified indicators.
CompositeHealthIndicatorConfiguration<H extends HealthIndicator,S> - Class in org.springframework.boot.actuate.autoconfigure
Base class for configurations that can combine source beans using a CompositeHealthIndicator.
CompositeHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.CompositeHealthIndicatorConfiguration
 
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
 
Compression - Class in org.springframework.boot.web.server
Simple server-independent abstraction for compression configuration.
Compression() - Constructor for class org.springframework.boot.web.server.Compression
 
ConcurrentKafkaListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.kafka
Configure ConcurrentKafkaListenerContainerFactory with sensible defaults.
ConcurrentKafkaListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer
 
ConcurrentMapCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
ConcurrentMapCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.ConcurrentMapCacheStatisticsProvider
 
ConcurrentReferenceCachingMetadataReaderFactory - Class in org.springframework.boot.type.classreading
Caching implementation of the MetadataReaderFactory interface backed by a ConcurrentReferenceHashMap , caching MetadataReader per Spring Resource handle (i.e.
ConcurrentReferenceCachingMetadataReaderFactory() - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Create a new ConcurrentReferenceCachingMetadataReaderFactory instance for the default class loader.
ConcurrentReferenceCachingMetadataReaderFactory(ResourceLoader) - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Create a new ConcurrentReferenceCachingMetadataReaderFactory instance for the given resource loader.
ConcurrentReferenceCachingMetadataReaderFactory(ClassLoader) - Constructor for class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Create a new ConcurrentReferenceCachingMetadataReaderFactory instance for the given class loader.
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.
ConditionalOnCloudPlatform - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that matches when the specified cloud platform is active.
ConditionalOnEnabledEndpoint - Annotation Type in org.springframework.boot.actuate.condition
Conditional that checks whether or not an endpoint is enabled.
ConditionalOnEnabledHealthIndicator - Annotation Type in org.springframework.boot.actuate.autoconfigure
Conditional that checks whether or not a default health indicator is enabled.
ConditionalOnEnabledInfoContributor - Annotation Type in org.springframework.boot.actuate.autoconfigure
Conditional that checks whether or not a default info contributor is enabled.
ConditionalOnEnabledResourceChain - Annotation Type in org.springframework.boot.autoconfigure.web
Conditional that checks whether or not the Spring resource handling chain is enabled.
ConditionalOnExpression - Annotation Type in org.springframework.boot.autoconfigure.condition
Configuration annotation for a conditional element that depends on the value of a SpEL expression.
ConditionalOnInitializedRestarter - Annotation Type in org.springframework.boot.devtools.restart
Conditional that only matches when the RestartInitializer has been applied with non null URLs.
ConditionalOnJava - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that matches based on the JVM version the application is running on.
ConditionalOnJava.JavaVersion - Enum in org.springframework.boot.autoconfigure.condition
Java versions.
ConditionalOnJava.Range - Enum in org.springframework.boot.autoconfigure.condition
Range options.
ConditionalOnJndi - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that matches based on the availability of a JNDI InitialContext and the ability to lookup specific locations.
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.
ConditionalOnProperty - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that checks if the specified properties have a specific value.
ConditionalOnResource - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that only matches when the specified resources are on the classpath.
ConditionalOnSingleCandidate - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that only matches when the specified bean class is already contained in the BeanFactory and a single candidate can be determined.
ConditionalOnWebApplication - Annotation Type in org.springframework.boot.autoconfigure.condition
Conditional that matches when the application is a web application.
ConditionalOnWebApplication.Type - Enum in org.springframework.boot.autoconfigure.condition
Available application types.
ConditionAndOutcome(Condition, ConditionOutcome) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
ConditionAndOutcomes() - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
 
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.ConditionAndOutcomes - Class in org.springframework.boot.autoconfigure.condition
Provides access to a number of ConditionEvaluationReport.ConditionAndOutcome items.
ConditionEvaluationReportMessage - Class in org.springframework.boot.autoconfigure.logging
A condition evaluation report message that can logged or printed.
ConditionEvaluationReportMessage(ConditionEvaluationReport) - Constructor for class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportMessage
 
ConditionMessage - Class in org.springframework.boot.autoconfigure.condition
A message associated with a ConditionOutcome.
ConditionMessage.Builder - Class in org.springframework.boot.autoconfigure.condition
Builder used to create a ConditionMessage for a condition.
ConditionMessage.ItemsBuilder - Class in org.springframework.boot.autoconfigure.condition
Builder used to create a ConditionMessage.ItemsBuilder for a condition.
ConditionMessage.Style - Enum in org.springframework.boot.autoconfigure.condition
Render styles.
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
Create a new ConditionOutcome instance.
ConditionOutcome(boolean, ConditionMessage) - Constructor for class org.springframework.boot.autoconfigure.condition.ConditionOutcome
Create a new ConditionOutcome instance.
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_LOCATION_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
The "config location" property name.
CONFIG_NAME - Static variable in class org.springframework.boot.loader.PropertiesLauncher
Properties key for name of external configuration file (excluding suffix).
CONFIG_NAME_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
The "config name" property name.
CONFIG_PROPERTY - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
The name of the Spring property that contains a reference to the logging configuration to load.
ConfigFileApplicationContextInitializer - Class in org.springframework.boot.test.context
ApplicationContextInitializer that can be used with the ContextConfiguration.initializers() to trigger loading of application.properties.
ConfigFileApplicationContextInitializer() - Constructor for class org.springframework.boot.test.context.ConfigFileApplicationContextInitializer
 
ConfigFileApplicationListener - Class in org.springframework.boot.context.config
EnvironmentPostProcessor that configures the context environment by loading properties from well known file locations.
ConfigFileApplicationListener() - Constructor for class org.springframework.boot.context.config.ConfigFileApplicationListener
 
ConfigurableDataSourceExample - Class in org.springframework.boot.jdbc
Example configuration for configuring a configurable custom DataSource.
ConfigurableDataSourceExample() - Constructor for class org.springframework.boot.jdbc.ConfigurableDataSourceExample
 
ConfigurableReactiveWebApplicationContext - Interface in org.springframework.boot.web.reactive.context
Interface to provide configuration for a reactive web application.
ConfigurableReactiveWebServerFactory - Interface in org.springframework.boot.web.reactive.server
ConfigurableServletWebServerFactory - Interface in org.springframework.boot.web.servlet.server
A configurable ServletWebServerFactory.
ConfigurableWebServerFactory - Interface in org.springframework.boot.web.server
A configurable WebServerFactory.
configuration(Neo4jProperties) - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jDataAutoConfiguration
 
CONFIGURATION_COMPARATOR - Static variable in class org.springframework.boot.logging.AbstractLoggingSystem
 
ConfigurationBeanFactoryMetaData - Class in org.springframework.boot.context.properties
Utility class to memorize @Bean definition meta data during initialization of the bean factory.
ConfigurationBeanFactoryMetaData() - Constructor for class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetaData
 
ConfigurationProperties - Annotation Type in org.springframework.boot.context.properties
Annotation for externalized configuration.
ConfigurationPropertiesAutoConfiguration - Class in org.springframework.boot.autoconfigure.context
ConfigurationPropertiesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration
 
ConfigurationPropertiesBinding - Annotation Type in org.springframework.boot.context.properties
Qualifier for beans that are needed to configure the binding of ConfigurationProperties (e.g.
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
 
ConfigurationPropertiesReportEndpoint.GenericSerializerModifier - Class in org.springframework.boot.actuate.endpoint
BeanSerializerModifier to return only relevant configuration properties.
ConfigurationProperty - Class in org.springframework.boot.context.properties.source
A single configuration property obtained from a ConfigurationPropertySource consisting of a name, value and optional origin.
ConfigurationProperty(ConfigurationPropertyName, Object, Origin) - Constructor for class org.springframework.boot.context.properties.source.ConfigurationProperty
 
ConfigurationPropertyName - Class in org.springframework.boot.context.properties.source
A configuration property name composed of elements separated by dots.
ConfigurationPropertyName.Form - Enum in org.springframework.boot.context.properties.source
The various forms that a non-indexed element value can take.
ConfigurationPropertyNameAliases - Class in org.springframework.boot.context.properties.source
Maintains a mapping of ConfigurationPropertyName aliases.
ConfigurationPropertyNameAliases() - Constructor for class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
ConfigurationPropertyNameAliases(String, String...) - Constructor for class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
ConfigurationPropertyNameAliases(ConfigurationPropertyName, ConfigurationPropertyName...) - Constructor for class org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
 
ConfigurationPropertySource - Interface in org.springframework.boot.context.properties.source
ConfigurationPropertySources - Class in org.springframework.boot.context.properties.source
Provides access to ConfigurationPropertySources.
ConfigurationPropertyState - Enum in org.springframework.boot.context.properties.source
The state of content from a ConfigurationPropertySource.
Configurations - Class in org.springframework.boot.context.annotation
A set of @Configuration classes that can be registered ApplicationContext.
Configurations(Collection<Class<?>>) - Constructor for class org.springframework.boot.context.annotation.Configurations
 
ConfigurationWarningsApplicationContextInitializer - Class in org.springframework.boot.context
ApplicationContextInitializer to report warnings for common misconfiguration mistakes.
ConfigurationWarningsApplicationContextInitializer() - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
 
ConfigurationWarningsApplicationContextInitializer.Check - Interface in org.springframework.boot.context
A single check that can be applied.
ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck - Class in org.springframework.boot.context
ConfigurationWarningsApplicationContextInitializer.Check for @ComponentScan on problematic package.
ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor - Class in org.springframework.boot.context
ConfigurationWarningsPostProcessor(ConfigurationWarningsApplicationContextInitializer.Check[]) - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
 
configure(HttpSecurity) - Method in class org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter
 
configure(T, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
Configure the specified rabbit listener container factory.
configure(T, ConnectionFactory, RabbitProperties.AmqpContainer) - Method in class org.springframework.boot.autoconfigure.amqp.AbstractRabbitListenerContainerFactoryConfigurer
 
configure(DirectRabbitListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.DirectRabbitListenerContainerFactoryConfigurer
 
configure(SimpleRabbitListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.amqp.SimpleRabbitListenerContainerFactoryConfigurer
 
configure(DefaultJmsListenerContainerFactory, ConnectionFactory) - Method in class org.springframework.boot.autoconfigure.jms.DefaultJmsListenerContainerFactoryConfigurer
Configure the specified jms listener container factory.
configure(ConcurrentKafkaListenerContainerFactory<Object, Object>, ConsumerFactory<Object, Object>) - Method in class org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer
Configure the specified Kafka listener container factory.
configure(ClientDetailsServiceConfigurer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration
 
configure(AuthorizationServerEndpointsConfigurer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration
 
configure(AuthorizationServerSecurityConfigurer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfiguration
 
configure(HttpSecurity) - Method in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfiguration
 
configure(JwtAccessTokenConverter) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.JwtAccessTokenConverterConfigurer
Configure the JwtAccessTokenConverter.
configure(ResourceServerSecurityConfigurer) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceSecurityConfigurer
 
configure(HttpSecurity) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfiguration.ResourceSecurityConfigurer
 
configure(HttpSecurity) - Method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationNoWebSecurityConfigurerAdapter
 
configure(HttpSecurity) - Method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter
 
configure(T) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Configure the provided RestTemplate instance using this builder.
configure(WebAppContext) - Method in class org.springframework.boot.web.embedded.jetty.ServletContextInitializerConfiguration
 
configure(Registration.Dynamic) - Method in class org.springframework.boot.web.servlet.RegistrationBean
Configure registration base settings.
configure(ServletRegistration.Dynamic) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
Configure registration settings.
configure(SpringApplicationBuilder) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
Configure the application.
configureArgumentResolvers(ArgumentResolverConfigurer) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
 
configureAsyncSupport(AsyncSupportConfigurer) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
configureContentNegotiation(ContentNegotiationConfigurer) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
configureContext(Context) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Configure the Tomcat Context.
configureContext(Context, ServletContextInitializer[]) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Configure the Tomcat Context.
configureEnvironment(ConfigurableEnvironment, String[]) - Method in class org.springframework.boot.SpringApplication
configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
configureHeaders(HeadersConfigurer<?>, SecurityProperties.Headers) - Static method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
 
configureHttpMessageCodecs(ServerCodecConfigurer) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
 
configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.web.servlet.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.
configureSsl(SslContextFactory, Ssl) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Configure the SSL connection.
configureSsl(AbstractHttp11JsseProtocol<?>, Ssl) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Configure Tomcat's AbstractHttp11JsseProtocol for SSL.
configureSslStoreProvider(AbstractHttp11JsseProtocol<?>, SslStoreProvider) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 
configureTasks(ScheduledTaskRegistrar) - Method in class org.springframework.boot.actuate.metrics.export.MetricExporters
 
configureViewResolvers(ViewResolverRegistry) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
 
configureWebAppContext(WebAppContext, ServletContextInitializer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
Configure the given Jetty WebAppContext for use.
connectController(ConnectionFactoryLocator, ConnectionRepository) - Method in class org.springframework.boot.autoconfigure.social.SocialWebAutoConfiguration.SocialAutoConfigurationAdapter
 
Connection() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache.Connection
 
connectionFactory() - Method in class org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration
 
ConnectorStartFailedException - Exception in org.springframework.boot.web.embedded.tomcat
A ConnectorStartFailedException is thrown when a Tomcat Connector fails to start, for example due to a port clash or incorrect SSL configuration.
ConnectorStartFailedException(int) - Constructor for exception org.springframework.boot.web.embedded.tomcat.ConnectorStartFailedException
Creates a new ConnectorStartFailedException for a connector that's configured to listen on the given port.
CONSOLE_LOG_PATTERN - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the console log pattern.
Consumer() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Consumer
 
containsDescendantOf(ConfigurationPropertyName) - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
Returns if the source contains any descendants of the specified name.
containsDescendantOf(ConfigurationPropertyName) - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
 
containsEntry(String) - Method in class org.springframework.boot.loader.jar.JarFile
 
containsOption(String) - Method in interface org.springframework.boot.ApplicationArguments
Return whether the set of option arguments parsed from the arguments contains an option with the given name.
containsOption(String) - Method in class org.springframework.boot.DefaultApplicationArguments
 
containsProperty(String) - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
Content() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Content
 
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.
ContextCloserListener(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
 
ContextConsumer<C extends ApplicationContext> - Interface in org.springframework.boot.test.context
Callback interface used to process an ApplicationContext with the ability to throw a (checked) exception.
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.
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.BuildInfoContributor
 
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.EnvironmentInfoContributor
 
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.GitInfoContributor
 
contribute(Info.Builder) - Method in interface org.springframework.boot.actuate.info.InfoContributor
Contributes additional details using the specified Builder.
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.MapInfoContributor
 
contribute(Info.Builder) - Method in class org.springframework.boot.actuate.info.SimpleInfoContributor
 
convert(Object) - Method in class org.springframework.boot.actuate.endpoint.jmx.AbstractJmxEndpoint
Convert the given data into JSON.
convert(Object) - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
Convert the given data into JSON.
convert(Object, ResolvableType) - Method in class org.springframework.boot.context.properties.bind.convert.BinderConversionService
 
convert(Object, Bindable<T>) - Method in class org.springframework.boot.context.properties.bind.convert.BinderConversionService
 
convert(Object, Class<T>) - Method in class org.springframework.boot.context.properties.bind.convert.BinderConversionService
 
convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.boot.context.properties.bind.convert.BinderConversionService
 
convertNativeToSystem(T) - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
 
convertSystemToNative(LogLevel) - Method in class org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
 
Cookie() - Constructor for class org.springframework.boot.autoconfigure.web.ServerProperties.Session.Cookie
 
copyIfSet(Properties, String) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Copy the specified key to the target Properties if it is set.
Couchbase() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Couchbase
 
CouchbaseAutoConfiguration - Class in org.springframework.boot.autoconfigure.couchbase
Auto-Configuration for Couchbase.
CouchbaseAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration
 
CouchbaseAutoConfiguration.CouchbaseConfiguration - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseCacheConfiguration - Class in org.springframework.boot.autoconfigure.cache
Couchbase cache configuration.
CouchbaseCacheConfiguration(CacheProperties, CacheManagerCustomizers, Bucket) - Constructor for class org.springframework.boot.autoconfigure.cache.CouchbaseCacheConfiguration
 
couchbaseClient() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration.CouchbaseConfiguration
 
couchbaseClient() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
couchbaseCluster() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration.CouchbaseConfiguration
 
couchbaseCluster() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
couchbaseClusterInfo() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration.CouchbaseConfiguration
 
couchbaseClusterInfo() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
CouchbaseConfiguration(CouchbaseProperties) - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration.CouchbaseConfiguration
 
CouchbaseDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
Auto-configuration for Spring Data's Couchbase support.
CouchbaseDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataAutoConfiguration
 
CouchbaseDataAutoConfiguration.ValidationConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
 
CouchbaseDataProperties - Class in org.springframework.boot.autoconfigure.data.couchbase
Configuration properties for Spring Data Couchbase.
CouchbaseDataProperties() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseDataProperties
 
couchbaseEnvironment() - Method in class org.springframework.boot.autoconfigure.couchbase.CouchbaseAutoConfiguration.CouchbaseConfiguration
 
couchbaseEnvironment() - Method in class org.springframework.boot.autoconfigure.data.couchbase.SpringBootCouchbaseConfigurer
 
couchbaseHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.CouchbaseHealthIndicatorConfiguration
 
CouchbaseHealthIndicator - Class in org.springframework.boot.actuate.health
HealthIndicator for Couchbase.
CouchbaseHealthIndicator(CouchbaseOperations) - Constructor for class org.springframework.boot.actuate.health.CouchbaseHealthIndicator
 
CouchbaseHealthIndicatorConfiguration(Map<String, CouchbaseOperations>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.CouchbaseHealthIndicatorConfiguration
 
CouchbaseProperties - Class in org.springframework.boot.autoconfigure.couchbase
Configuration properties for Couchbase.
CouchbaseProperties() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties
 
CouchbaseProperties.Bucket - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseProperties.Endpoints - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseProperties.Env - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseProperties.Ssl - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseProperties.Timeouts - Class in org.springframework.boot.autoconfigure.couchbase
 
CouchbaseRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
Auto-configuration for Spring Data's Couchbase Repositories.
CouchbaseRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseRepositoriesAutoConfiguration
 
count() - Method in class org.springframework.boot.actuate.endpoint.MetricsEndpointMetricReader
 
count() - Method in class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
 
count() - Method in class org.springframework.boot.actuate.metrics.buffer.BufferMetricReader
 
count() - Method in class org.springframework.boot.actuate.metrics.integration.SpringIntegrationMetricReader
 
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.reader.MetricRegistryMetricReader
 
count() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
count() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMetricRepository
 
count() - Method in class org.springframework.boot.actuate.metrics.rich.InMemoryRichGaugeRepository
 
count() - Method in class org.springframework.boot.actuate.metrics.rich.MultiMetricRichGaugeReader
 
COUNT - Static variable in class org.springframework.boot.actuate.metrics.rich.RichGauge
The suffix for count gauges.
count() - Method in interface org.springframework.boot.actuate.metrics.rich.RichGaugeReader
Return the number of gauge values available.
count() - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
CounterBuffer - Class in org.springframework.boot.actuate.metrics.buffer
Mutable buffer containing a long adder (Java 8) and a timestamp.
CounterBuffer(long) - Constructor for class org.springframework.boot.actuate.metrics.buffer.CounterBuffer
 
CounterBuffers - Class in org.springframework.boot.actuate.metrics.buffer
Fast writes to in-memory metrics store using CounterBuffer.
CounterBuffers() - Constructor for class org.springframework.boot.actuate.metrics.buffer.CounterBuffers
 
CounterService - Interface in org.springframework.boot.actuate.metrics
A service that can be used to increment, decrement and reset a named counter value.
CounterWriter - Interface in org.springframework.boot.actuate.metrics.writer
Simple writer for counters (metrics that increment).
countGroups() - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMultiMetricRepository
 
countGroups() - Method in interface org.springframework.boot.actuate.metrics.repository.MultiMetricRepository
The number of groups available in this repository.
countGroups() - Method in class org.springframework.boot.actuate.metrics.repository.redis.RedisMultiMetricRepository
 
create() - Static method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
 
create(ClassLoader) - Static method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
 
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.
createBuffer() - Method in class org.springframework.boot.actuate.metrics.buffer.CounterBuffers
 
createBuffer() - Method in class org.springframework.boot.actuate.metrics.buffer.GaugeBuffers
 
createBuildInfo(BuildPropertiesWriter.ProjectDetails) - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter
 
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
 
createConfiguration() - Method in class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties
Create a Configuration based on the state of this instance.
createConnection(Socket, InputStream, OutputStream) - Method in class org.springframework.boot.devtools.livereload.LiveReloadServer
Factory method used to create the Connection.
createConnectionFactory() - Method in class org.springframework.boot.autoconfigure.social.FacebookAutoConfiguration.FacebookConfigurerAdapter
 
createConnectionFactory() - Method in class org.springframework.boot.autoconfigure.social.LinkedInAutoConfiguration.LinkedInConfigurerAdapter
 
createConnectionFactory() - Method in class org.springframework.boot.autoconfigure.social.SocialAutoConfigurerAdapter
 
createConnectionFactory() - Method in class org.springframework.boot.autoconfigure.social.TwitterAutoConfiguration.TwitterConfigurerAdapter
 
createContextCloserListener(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
Subclasses may override to create their own subclass of ContextCloserListener.
createContextCustomizer(Class<?>, List<ContextConfigurationAttributes>) - Method in class org.springframework.boot.test.web.reactive.WebTestClientContextCustomizerFactory
 
createExceptionHandlerExceptionResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
createExpectationManager() - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
 
createFetcher(Object, String) - Method in class org.springframework.boot.autoconfigure.mustache.MustacheEnvironmentCollector
 
createHealthIndicator(Map<String, S>) - Method in class org.springframework.boot.actuate.autoconfigure.CompositeHealthIndicatorConfiguration
 
createHealthIndicator(S) - Method in class org.springframework.boot.actuate.autoconfigure.CompositeHealthIndicatorConfiguration
 
createHealthIndicator(DataSource) - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration
 
createHeapDumper() - Method in class org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint
Factory method used to create the HeapdumpMvcEndpoint.HeapDumper.
createHttpClientConfig() - Method in class org.springframework.boot.autoconfigure.elasticsearch.jest.JestAutoConfiguration
 
createHttpContext(HttpMethod, URI) - Method in class org.springframework.boot.test.web.client.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
 
createJettyServer(JettyHttpHandlerAdapter) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
 
createJobExplorer() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
createJobLauncher() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
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
 
createLogger(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
Factory method used to create the logger.
createMainMethodRunner(String, String[], ClassLoader) - Method in class org.springframework.boot.loader.Launcher
Create the MainMethodRunner used to launch the application.
createMetadataReader(Resource) - Method in class org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
Create the meta-data reader.
createMock(MockDefinition, String) - Method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
Factory method used by defined beans to actually create the mock.
createModifiedConfig(MergedContextConfiguration, Class<?>[]) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
Create a new MergedContextConfiguration with different classes.
createModifiedConfig(MergedContextConfiguration, Class<?>[], String[]) - Method in class org.springframework.boot.test.context.SpringBootTestContextBootstrapper
Create a new MergedContextConfiguration with different classes and properties.
createMongoClient(MongoClientOptions) - Method in class org.springframework.boot.autoconfigure.mongo.MongoClientFactory
Creates a MongoClient using the given options.
createMongoClient(MongoClientSettings) - Method in class org.springframework.boot.autoconfigure.mongo.ReactiveMongoClientFactory
Creates a MongoClient using the given settings.
createMultipartConfig() - Method in class org.springframework.boot.autoconfigure.web.servlet.MultipartProperties
Create a new MultipartConfigElement using the properties.
createMultipartConfig() - Method in class org.springframework.boot.web.servlet.MultipartConfigFactory
Create a new MultipartConfigElement instance.
createPooledConnection(Object, ResourceBean) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
createPooledConnection(Object, ResourceBean) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
createPrefix(String, DataSource, boolean) - Method in class org.springframework.boot.actuate.endpoint.DataSourcePublicMetrics
Create the prefix to use for the metrics to associate with the given DataSource.
createRequest(boolean) - Method in class org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection
 
createRequestMappingHandlerAdapter() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
createRequestMappingHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
createRootApplicationContext(ServletContext) - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
 
createSpringApplication(Class<?>...) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Creates a new SpringApplication instances from the given sources.
createSpringApplicationBuilder() - Method in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
Returns the SpringApplicationBuilder that is used to configure and create the SpringApplication.
createSpyIfNecessary(Object, String) - Method in class org.springframework.boot.test.mock.mockito.MockitoPostProcessor
 
createTempDir(String) - Method in class org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
Return the absolute temp dir for given web server.
createTester(Class<?>, ResolvableType, M) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
 
createTransactionManager() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
 
createTransactionManager() - Method in class org.springframework.boot.autoconfigure.batch.JpaBatchConfigurer
 
createView(String) - Method in class org.springframework.boot.web.reactive.result.view.MustacheViewResolver
 
createViewResolver(ViewResolver, int) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverFactory
Create a LiteDeviceDelegatingViewResolver delegating to the specified ViewResolver.
createViewResolver(ViewResolver) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverFactory
Create a LiteDeviceDelegatingViewResolver delegating to the specified ViewResolver and computing a sensible order for it.
createXAConnection() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
createXAConnection(String, String) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
createXAContext() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
createXAContext(String, String) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
Credential() - Constructor for class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties.Credential
 
curieProvider(ManagementServerProperties, DocsMvcEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration
 
Curies() - Constructor for class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint.Curies
 
CUSTOM - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
Marker for custom scope when custom configuration is used.
CustomHttpComponentsClientHttpRequestFactory(TestRestTemplate.HttpClientOption[]) - Constructor for class org.springframework.boot.test.web.client.TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory
 
customize(EndpointHandlerMapping) - Method in interface org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMappingCustomizer
Customize the specified EndpointHandlerMapping.
customize(T) - Method in interface org.springframework.boot.autoconfigure.cache.CacheManagerCustomizer
Customize the cache manager.
customize(T) - Method in class org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers
Customize the specified CacheManager.
customize(CacheManager) - Method in interface org.springframework.boot.autoconfigure.cache.JCacheManagerCustomizer
Customize the cache manager.
customize(Cluster.Builder) - Method in interface org.springframework.boot.autoconfigure.cassandra.ClusterBuilderCustomizer
Customize the Cluster.Builder.
customize(JedisClientConfiguration.JedisClientConfigurationBuilder) - Method in interface org.springframework.boot.autoconfigure.data.redis.JedisClientConfigurationBuilderCustomizer
Customize the JedisClientConfiguration.JedisClientConfigurationBuilder.
customize(LettuceClientConfiguration.LettuceClientConfigurationBuilder) - Method in interface org.springframework.boot.autoconfigure.data.redis.LettuceClientConfigurationBuilderCustomizer
Customize the LettuceClientConfiguration.LettuceClientConfigurationBuilder.
customize(HttpClientConfig.Builder) - Method in interface org.springframework.boot.autoconfigure.elasticsearch.jest.HttpClientConfigBuilderCustomizer
Customize the HttpClientConfig.Builder.
customize(Jackson2ObjectMapperBuilder) - Method in interface org.springframework.boot.autoconfigure.jackson.Jackson2ObjectMapperBuilderCustomizer
Customize the JacksonObjectMapperBuilder.
customize(ResourceConfig) - Method in interface org.springframework.boot.autoconfigure.jersey.ResourceConfigCustomizer
Customize the resource config.
customize(ActiveMQConnectionFactory) - Method in interface org.springframework.boot.autoconfigure.jms.activemq.ActiveMQConnectionFactoryCustomizer
Customize the ActiveMQConnectionFactory.
customize(Configuration) - Method in interface org.springframework.boot.autoconfigure.jms.artemis.ArtemisConfigurationCustomizer
Customize the configuration.
customize(MongoClientSettings.Builder) - Method in interface org.springframework.boot.autoconfigure.mongo.MongoClientSettingsBuilderCustomizer
Customize the MongoClientSettings.Builder.
customize(SchedulerFactoryBean) - Method in interface org.springframework.boot.autoconfigure.quartz.SchedulerFactoryBeanCustomizer
Customize the SchedulerFactoryBean.
customize(WebSecurity.IgnoredRequestConfigurer) - Method in interface org.springframework.boot.autoconfigure.security.IgnoredRequestCustomizer
Customize the provided WebSecurity.IgnoredRequestConfigurer.
customize(RestTemplate) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.JwtAccessTokenConverterRestTemplateCustomizer
Customize the template before it is initialized.
customize(OAuth2RestTemplate) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.UserInfoRestTemplateCustomizer
Customize the rest template before it is initialized.
customize(T) - Method in interface org.springframework.boot.autoconfigure.transaction.PlatformTransactionManagerCustomizer
Customize the given transaction manager.
customize(PlatformTransactionManager) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers
 
customize(AbstractPlatformTransactionManager) - Method in class org.springframework.boot.autoconfigure.transaction.TransactionProperties
 
customize(ConfigurableReactiveWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.reactive.DefaultReactiveWebServerCustomizer
 
customize(WebClient.Builder) - Method in class org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientCodecCustomizer
 
customize(ConfigurableServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.servlet.DefaultServletWebServerFactoryCustomizer
 
customize(TomcatReactiveWebServerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.reactive.TomcatWebSocketReactiveWebServerCustomizer
 
customize(JettyServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.servlet.JettyWebSocketServletWebServerCustomizer
 
customize(TomcatServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.servlet.TomcatWebSocketServletWebServerCustomizer
 
customize(UndertowServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.websocket.servlet.UndertowWebSocketServletWebServerCustomizer
 
customize(MockMvcRestDocumentationConfigurer) - Method in interface org.springframework.boot.test.autoconfigure.restdocs.RestDocsMockMvcConfigurationCustomizer
Customize the given configurer.
customize(ConfigurableMockMvcBuilder<?>) - Method in interface org.springframework.boot.test.autoconfigure.web.servlet.MockMvcBuilderCustomizer
Customize the given builder.
customize(ConfigurableMockMvcBuilder<?>) - Method in class org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer
 
customize(RestTemplate) - Method in class org.springframework.boot.test.web.client.MockServerRestTemplateCustomizer
 
customize(RestTemplate) - Method in interface org.springframework.boot.web.client.RestTemplateCustomizer
Callback to customize a RestTemplate instance.
customize(CodecConfigurer) - Method in interface org.springframework.boot.web.codec.CodecCustomizer
Callback to customize a CodecConfigurer instance.
customize(Server) - Method in interface org.springframework.boot.web.embedded.jetty.JettyServerCustomizer
Customize the server.
customize(Connector) - Method in interface org.springframework.boot.web.embedded.tomcat.TomcatConnectorCustomizer
Customize the connector.
customize(Context) - Method in interface org.springframework.boot.web.embedded.tomcat.TomcatContextCustomizer
Customize the context.
customize(Undertow.Builder) - Method in interface org.springframework.boot.web.embedded.undertow.UndertowBuilderCustomizer
Customize the builder.
customize(DeploymentInfo) - Method in interface org.springframework.boot.web.embedded.undertow.UndertowDeploymentInfoCustomizer
Customize the deployment info.
customize(WebClient.Builder) - Method in interface org.springframework.boot.web.reactive.function.client.WebClientCustomizer
Callback to customize a WebClient.Builder instance.
customize(T) - Method in interface org.springframework.boot.web.server.WebServerFactoryCustomizer
Customize the specified WebServerFactory.
customizeConnector(Connector) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
 
customizeConnector(Connector) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 
customizers(RestTemplateCustomizer...) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the RestTemplateCustomizers that should be applied to the RestTemplate.
customizers(Collection<? extends RestTemplateCustomizer>) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the RestTemplateCustomizers that should be applied to the RestTemplate.
customizeVendorProperties(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration
 
customizeVendorProperties(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
Customize vendor properties before they are used.
CustomLoaderLayout - Interface in org.springframework.boot.loader.tools
Additional interface that can be implemented by Layouts that write their own loader classes.

D

DataAttributeDialectConfiguration() - Constructor for class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.DataAttributeDialectConfiguration
 
DatabaseDriver - Enum in org.springframework.boot.jdbc
Enumeration of common database drivers.
databaseInitializerSchedulerDependencyPostProcessor() - Static method in class org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration.JdbcStoreTypeConfiguration
 
DataEndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
Simple wrapper around Endpoint implementations that provide actuator data of some sort.
DataEndpointMBean(String, Endpoint<?>, ObjectMapper) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.DataEndpointMBean
Create a new DataEndpointMBean instance.
DataJpaTest - Annotation Type in org.springframework.boot.test.autoconfigure.orm.jpa
Annotation that can be used in combination with @RunWith(SpringRunner.class) for a typical JPA test.
DataLdapTest - Annotation Type in org.springframework.boot.test.autoconfigure.data.ldap
Annotation that can be used in combination with @RunWith(SpringRunner.class) for a typical LDAP test.
DataMongoTest - Annotation Type in org.springframework.boot.test.autoconfigure.data.mongo
Annotation that can be used in combination with @RunWith(SpringRunner.class) for a typical MongoDB test.
DataNeo4jTest - Annotation Type in org.springframework.boot.test.autoconfigure.data.neo4j
Annotation that can be used in combination with @RunWith(SpringRunner.class) for a typical Neo4j test.
DataRedisTest - Annotation Type in org.springframework.boot.test.autoconfigure.data.redis
Annotation that can be used in combination with @RunWith(SpringRunner.class) for a typical Data Redis test.
dataSource() - Method in class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
 
dataSource(DataSourceProperties) - Method in class org.springframework.boot.autoconfigure.jdbc.JndiDataSourceAutoConfiguration
 
dataSource() - Method in class org.springframework.boot.autoconfigure.jdbc.XADataSourceAutoConfiguration
 
dataSource(DataSource) - Method in class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
 
dataSource() - Method in class org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration
 
DataSourceAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
DataSourceAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
 
DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
 
DataSourceAutoConfiguration.PooledDataSourceConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
 
DataSourceBuilder - Class in org.springframework.boot.autoconfigure.jdbc
Convenience class for building a DataSource with common implementations and properties.
DataSourceBuilder(ClassLoader) - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
 
dataSourceConnectionProvider(DataSource) - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration
 
dataSourceCustomizer(QuartzProperties, DataSource, ObjectProvider<PlatformTransactionManager>) - Method in class org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration.JdbcStoreTypeConfiguration
 
DataSourceHealthIndicator - Class in org.springframework.boot.actuate.health
HealthIndicator that tests the status of a DataSource and optionally runs a test query.
DataSourceHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.DataSourceHealthIndicator
Create a new DataSourceHealthIndicator instance.
DataSourceHealthIndicator(DataSource) - Constructor for class org.springframework.boot.actuate.health.DataSourceHealthIndicator
Create a new DataSourceHealthIndicator using the specified DataSource.
DataSourceHealthIndicator(DataSource, String) - Constructor for class org.springframework.boot.actuate.health.DataSourceHealthIndicator
Create a new DataSourceHealthIndicator using the specified DataSource and validation query.
DataSourceInitializedEvent - Class in org.springframework.boot.autoconfigure.jdbc
ApplicationEvent used internally to trigger DataSource initialization.
DataSourceInitializedEvent(DataSource) - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceInitializedEvent
dataSourceInitializer(DataSourceProperties, ApplicationContext) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
 
DataSourcePoolMetadata - Interface in org.springframework.boot.autoconfigure.jdbc.metadata
Provides access meta-data that is commonly available from most pooled DataSource implementations.
DataSourcePoolMetadataProvider - Interface in org.springframework.boot.autoconfigure.jdbc.metadata
Provide a DataSourcePoolMetadata based on a DataSource.
DataSourcePoolMetadataProviders - Class in org.springframework.boot.autoconfigure.jdbc.metadata
A DataSourcePoolMetadataProvider implementation that returns the first DataSourcePoolMetadata that is found by one of its delegate.
DataSourcePoolMetadataProviders(Collection<? extends DataSourcePoolMetadataProvider>) - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProviders
Create a DataSourcePoolMetadataProviders instance with an initial collection of delegates to use.
DataSourcePoolMetadataProvidersConfiguration - Class in org.springframework.boot.autoconfigure.jdbc.metadata
Register the DataSourcePoolMetadataProvider instances for the supported data sources.
DataSourcePoolMetadataProvidersConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration
 
DataSourceProperties - Class in org.springframework.boot.autoconfigure.jdbc
Base class for configuration of a data source.
DataSourceProperties() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
 
DataSourceProperties.Xa - Class in org.springframework.boot.autoconfigure.jdbc
XA Specific datasource settings.
DataSourcePublicMetrics - Class in org.springframework.boot.actuate.endpoint
A PublicMetrics implementation that provides data source usage statistics.
DataSourcePublicMetrics() - Constructor for class org.springframework.boot.actuate.endpoint.DataSourcePublicMetrics
 
DataSourcesHealthIndicatorConfiguration(ObjectProvider<Map<String, DataSource>>, ObjectProvider<Collection<DataSourcePoolMetadataProvider>>) - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration
 
DataSourceTransactionManagerAutoConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
DataSourceTransactionManagerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
 
DataSourceXAResourceRecoveryHelper - Class in org.springframework.boot.jta.narayana
XAResourceRecoveryHelper implementation which gets XIDs, which needs to be recovered, from the database.
DataSourceXAResourceRecoveryHelper(XADataSource) - Constructor for class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
Create a new DataSourceXAResourceRecoveryHelper instance.
DataSourceXAResourceRecoveryHelper(XADataSource, String, String) - Constructor for class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
Create a new DataSourceXAResourceRecoveryHelper instance.
dateFormatter() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
dbHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration
 
debug(String) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
debug(String, Throwable) - Method in class org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
 
debug(Object) - Method in class org.springframework.boot.logging.DeferredLog
 
debug(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
 
decrement(String) - Method in class org.springframework.boot.actuate.metrics.buffer.BufferCounterService
 
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.dropwizard.DropwizardMetricServices
 
decrement(String) - Method in class org.springframework.boot.actuate.metrics.writer.DefaultCounterService
 
DEFAULT - Static variable in interface org.springframework.boot.context.properties.bind.BindHandler
Default no-op bind handler.
DEFAULT - Static variable in class org.springframework.boot.web.server.MimeMappings
Default mime mapping commonly used.
DEFAULT_CHARSET - Static variable in class org.springframework.boot.autoconfigure.http.HttpEncodingProperties
 
DEFAULT_CONTEXT_CLASS - Static variable in class org.springframework.boot.SpringApplication
The class name of application context that will be used by default for non-web environments.
DEFAULT_CONTEXT_PATH - Static variable in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
DEFAULT_DISPATCHER_SERVLET_BEAN_NAME - Static variable in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration
 
DEFAULT_DISPATCHER_SERVLET_REGISTRATION_BEAN_NAME - Static variable in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration
 
DEFAULT_DOMAIN - Static variable in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
The default JMX domain.
DEFAULT_FILTER_ORDER - Static variable in class org.springframework.boot.autoconfigure.security.SecurityProperties
Default order of Spring Security's Filter in the servlet container (i.e.
DEFAULT_LOGIN_PATH - Static variable in class org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoProperties
 
DEFAULT_ORDER - Static variable in class org.springframework.boot.actuate.autoconfigure.InfoContributorAutoConfiguration
The default order for the core InfoContributor beans.
DEFAULT_ORDER - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
The default order for the processor.
DEFAULT_ORDER - Static variable in class org.springframework.boot.context.logging.LoggingApplicationListener
The default order for the LoggingApplicationListener.
DEFAULT_ORDER - Static variable in class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
The default order for the processor.
DEFAULT_ORDER - Static variable in class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
The default order for the processor.
DEFAULT_ORDER - Static variable in class org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
The default order is high to ensure the filter is applied before Spring Security.
DEFAULT_ORDER - Static variable in class org.springframework.boot.web.servlet.filter.OrderedHttpPutFormContentFilter
Higher order to ensure the filter is applied before Spring Security.
DEFAULT_PORT - Static variable in class org.springframework.boot.autoconfigure.mongo.MongoProperties
Default port used when the configured port is null.
DEFAULT_PORT - Static variable in class org.springframework.boot.devtools.livereload.LiveReloadServer
The default live reload server port.
DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
DEFAULT_PREFIX - Static variable in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration
 
DEFAULT_PROTOCOL - Static variable in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
The class name of default protocol used.
DEFAULT_PROTOCOL - Static variable in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
The class name of default protocol used.
DEFAULT_REACTIVE_WEB_CONTEXT_CLASS - Static variable in class org.springframework.boot.SpringApplication
The class name of application context that will be used by default for reactive web environments.
DEFAULT_REQUEST_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
DEFAULT_RESOURCE_LOADER_PATH - Static variable in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
DEFAULT_SECRET_HEADER_NAME - Static variable in class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsProperties
 
DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.groovy.template.GroovyTemplateProperties
 
DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.mustache.MustacheProperties
 
DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties
 
DEFAULT_SUFFIX - Static variable in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration
 
DEFAULT_TEMPLATE_LOADER_PATH - Static variable in class org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 
DEFAULT_URI - Static variable in class org.springframework.boot.autoconfigure.mongo.MongoProperties
Default URI used when the configured URI is null.
DEFAULT_WEB_CONTEXT_CLASS - Static variable in class org.springframework.boot.SpringApplication
The class name of application context that will be used by default for web environments.
DefaultApplicationArguments - Class in org.springframework.boot
Default implementation of ApplicationArguments.
DefaultApplicationArguments(String[]) - Constructor for class org.springframework.boot.DefaultApplicationArguments
 
DefaultCacheStatistics - Class in org.springframework.boot.actuate.cache
A default CacheStatistics implementation.
DefaultCacheStatistics() - Constructor for class org.springframework.boot.actuate.cache.DefaultCacheStatistics
 
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.
DefaultErrorAttributes - Class in org.springframework.boot.autoconfigure.web.servlet.error
Default implementation of ErrorAttributes.
DefaultErrorAttributes() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorAttributes
Create a new DefaultErrorAttributes instance that does not include the "exception" attribute.
DefaultErrorAttributes(boolean) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorAttributes
Create a new DefaultErrorAttributes instance.
defaultErrorView() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
 
DefaultErrorViewResolver - Class in org.springframework.boot.autoconfigure.web.servlet.error
Default ErrorViewResolver implementation that attempts to resolve error views using well known conventions.
DefaultErrorViewResolver(ApplicationContext, ResourceProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorViewResolver
Create a new DefaultErrorViewResolver instance.
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 DefaultGaugeService instance.
defaultIgnoredRequestsCustomizer(ServerProperties, SecurityProperties, ObjectProvider<ErrorController>) - Method in class org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration
 
defaultInclude(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
DefaultJmsListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.jms
Configure DefaultJmsListenerContainerFactory with sensible defaults.
DefaultJmsListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.jms.DefaultJmsListenerContainerFactoryConfigurer
 
DefaultLaunchScript - Class in org.springframework.boot.loader.tools
Default implementation of LaunchScript.
DefaultLaunchScript(File, Map<?, ?>) - Constructor for class org.springframework.boot.loader.tools.DefaultLaunchScript
Create a new DefaultLaunchScript instance.
DefaultLayoutFactory - Class in org.springframework.boot.loader.tools
Default implementation of LayoutFactory.
DefaultLayoutFactory() - Constructor for class org.springframework.boot.loader.tools.DefaultLayoutFactory
 
defaultMessageConverters() - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the HttpMessageConverters that should be used with the RestTemplate to the default set.
DefaultMetricNamingStrategy - Class in org.springframework.boot.actuate.metrics.jmx
MBean naming strategy for metric keys.
DefaultMetricNamingStrategy() - Constructor for class org.springframework.boot.actuate.metrics.jmx.DefaultMetricNamingStrategy
 
DefaultOpenTsdbNamingStrategy - Class in org.springframework.boot.actuate.metrics.opentsdb
A naming strategy that just passes through the metric name, together with tags from a set of static values.
DefaultOpenTsdbNamingStrategy() - Constructor for class org.springframework.boot.actuate.metrics.opentsdb.DefaultOpenTsdbNamingStrategy
 
DefaultReactiveWebServerCustomizer - Class in org.springframework.boot.autoconfigure.web.reactive
Default WebServerFactoryCustomizer for reactive servers.
DefaultReactiveWebServerCustomizer(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.DefaultReactiveWebServerCustomizer
 
defaultReactiveWebServerCustomizer(ServerProperties) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerAutoConfiguration
 
DefaultRestartInitializer - Class in org.springframework.boot.devtools.restart
Default RestartInitializer that only enable initial restart when running a standard "main" method.
DefaultRestartInitializer() - Constructor for class org.springframework.boot.devtools.restart.DefaultRestartInitializer
 
DefaultServletWebServerFactoryCustomizer - Class in org.springframework.boot.autoconfigure.web.servlet
DefaultServletWebServerFactoryCustomizer(ServerProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DefaultServletWebServerFactoryCustomizer
 
DefaultSourceFolderUrlFilter - Class in org.springframework.boot.devtools.restart.server
Default implementation of SourceFolderUrlFilter that attempts to match URLs using common naming conventions.
DefaultSourceFolderUrlFilter() - Constructor for class org.springframework.boot.devtools.restart.server.DefaultSourceFolderUrlFilter
 
DefaultTestExecutionListenersPostProcessor - Interface in org.springframework.boot.test.context
Callback interface trigger from SpringBootTestContextBootstrapper that can be used to post-process the list of default TestExecutionListener classes to be used by a test.
DefaultUserInfoRestTemplateFactory - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
Factory used to create the OAuth2RestTemplate used for extracting user info during authentication if none is available.
DefaultUserInfoRestTemplateFactory(ObjectProvider<List<UserInfoRestTemplateCustomizer>>, ObjectProvider<OAuth2ProtectedResourceDetails>, ObjectProvider<OAuth2ClientContext>) - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.DefaultUserInfoRestTemplateFactory
 
defaultValidator() - Static method in class org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration
 
defaultViewResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
DeferredLog - Class in org.springframework.boot.logging
Deferred Log that can be used to store messages that shouldn't be written until the logging system is fully initialized.
DeferredLog() - Constructor for class org.springframework.boot.logging.DeferredLog
 
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
 
DelegatingFilterProxyRegistrationBean - Class in org.springframework.boot.web.servlet
A ServletContextInitializer to register DelegatingFilterProxys in a Servlet 3.0+ container.
DelegatingFilterProxyRegistrationBean(String, ServletRegistrationBean<?>...) - Constructor for class org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
Create a new DelegatingFilterProxyRegistrationBean instance to be registered with the specified ServletRegistrationBeans.
delete(String, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Delete the resources at the specified URI.
delete(String, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Delete the resources at the specified URI.
delete(URI) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Delete the resources at the specified URL.
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
 
DeprecatedConfigurationProperty - Annotation Type in org.springframework.boot.context.properties
Indicates that a getter in a ConfigurationProperties object is deprecated.
deserialize(JsonParser, DeserializationContext) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
 
deserializeObject(JsonParser, DeserializationContext, ObjectCodec, JsonNode) - Method in class org.springframework.boot.jackson.JsonObjectDeserializer
Deserialize JSON content into the value type this serializer handles.
destroy() - Method in class org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint
 
destroy() - Method in class org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
 
destroy() - Method in class org.springframework.boot.autoconfigure.validation.ValidatorAdapter
 
destroy() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
destroy() - Method in class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
 
destroy() - Method in class org.springframework.boot.devtools.remote.server.DispatcherFilter
 
destroy() - Method in class org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
 
destroy() - Method in class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
 
destroy() - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
destroy() - Method in class org.springframework.boot.jta.narayana.NarayanaRecoveryManagerBean
 
destroy() - Method in class org.springframework.boot.web.servlet.support.ErrorPageFilter
 
detach(Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Remove the given entity from the persistence context, causing a managed entity to become detached.
detectDefaultConfigurationClasses(Class<?>) - Method in class org.springframework.boot.test.context.SpringBootContextLoader
Detect the default configuration classes for the supplied test class.
detectRequestFactory(boolean) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set if the ClientHttpRequestFactory should be detected based on the classpath.
DeterminableImports - Interface in org.springframework.boot.context.annotation
Interface that can be implemented by ImportSelector and ImportBeanDefinitionRegistrar implementations when they can determine imports early.
determineAddresses() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
Returns the comma-separated addresses or a single address (host:port) created from the configured host and port if no addresses have been set.
determineDatabase(DataSource) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaProperties
Determine the Database to use based on this configuration and the primary DataSource.
determineDriverClassName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Determine the driver to use based on this configuration and the environment.
determineHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
Returns the host from the first address, or the configured host if no addresses have been set.
determineImports(AnnotationMetadata) - Method in interface org.springframework.boot.context.annotation.DeterminableImports
Return a set of objects that represent the imports.
determineIsolationLevel() - Method in class org.springframework.boot.autoconfigure.batch.BasicBatchConfigurer
Determine the isolation level for create* operation of the JobRepository.
determineIsolationLevel() - Method in class org.springframework.boot.autoconfigure.batch.JpaBatchConfigurer
 
determineJoinTableName(ImplicitJoinTableNameSource) - Method in class org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
 
determinePassword() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
If addresses have been set and the first address has a password it is returned.
determinePassword() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Determine the password to use based on this configuration and the environment.
determinePort() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
Returns the port from the first address, or the configured port if no addresses have been set.
determineQosEnabled() - Method in class org.springframework.boot.autoconfigure.jms.JmsProperties.Template
 
determineSqlDialect(DataSource) - Method in class org.springframework.boot.autoconfigure.jooq.JooqProperties
Determine the SQLDialect to use based on this configuration and the primary DataSource.
determineUri() - Method in class org.springframework.boot.autoconfigure.mongo.MongoProperties
 
determineUrl() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Determine the url to use based on this configuration and the environment.
determineUrls(Environment) - Method in class org.springframework.boot.autoconfigure.ldap.LdapProperties
 
determineUsername() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
If addresses have been set and the first address has a username it is returned.
determineUsername() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Determine the username to use based on this configuration and the environment.
determineVirtualHost() - Method in class org.springframework.boot.autoconfigure.amqp.RabbitProperties
If addresses have been set and the first address has a virtual host it is returned.
deviceDelegatingFreeMarkerViewResolver(DeviceDelegatingViewResolverFactory, FreeMarkerViewResolver) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingFreeMarkerViewResolverConfiguration
 
DeviceDelegatingFreeMarkerViewResolverConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingFreeMarkerViewResolverConfiguration
 
deviceDelegatingGroovyMarkupViewResolver(DeviceDelegatingViewResolverFactory, GroovyMarkupViewResolver) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingGroovyMarkupViewResolverConfiguration
 
DeviceDelegatingGroovyMarkupViewResolverConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingGroovyMarkupViewResolverConfiguration
 
deviceDelegatingJspViewResolver(DeviceDelegatingViewResolverFactory, InternalResourceViewResolver) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingJspViewResolverConfiguration
 
DeviceDelegatingJspViewResolverConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingJspViewResolverConfiguration
 
deviceDelegatingMustacheViewResolver(DeviceDelegatingViewResolverFactory, MustacheViewResolver) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingMustacheViewResolverConfiguration
 
DeviceDelegatingMustacheViewResolverConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingMustacheViewResolverConfiguration
 
deviceDelegatingThymeleafViewResolver(DeviceDelegatingViewResolverFactory, ThymeleafViewResolver) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingThymeleafViewResolverConfiguration
 
DeviceDelegatingThymeleafViewResolverConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingThymeleafViewResolverConfiguration
 
DeviceDelegatingViewResolverAutoConfiguration - Class in org.springframework.boot.autoconfigure.mobile
Auto-configuration for Spring Mobile's LiteDeviceDelegatingViewResolver.
DeviceDelegatingViewResolverAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration
 
DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingFreeMarkerViewResolverConfiguration - Class in org.springframework.boot.autoconfigure.mobile
 
DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingGroovyMarkupViewResolverConfiguration - Class in org.springframework.boot.autoconfigure.mobile
 
DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingJspViewResolverConfiguration - Class in org.springframework.boot.autoconfigure.mobile
 
DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingMustacheViewResolverConfiguration - Class in org.springframework.boot.autoconfigure.mobile
 
DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingThymeleafViewResolverConfiguration - Class in org.springframework.boot.autoconfigure.mobile
 
DeviceDelegatingViewResolverAutoConfiguration.LiteDeviceDelegatingViewResolverFactoryConfiguration - Class in org.springframework.boot.autoconfigure.mobile
 
deviceDelegatingViewResolverFactory(DeviceDelegatingViewResolverProperties) - Method in class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverAutoConfiguration.LiteDeviceDelegatingViewResolverFactoryConfiguration
 
DeviceDelegatingViewResolverFactory - Class in org.springframework.boot.autoconfigure.mobile
A factory for LiteDeviceDelegatingViewResolver that applies customizations of DeviceDelegatingViewResolverProperties.
DeviceDelegatingViewResolverFactory(DeviceDelegatingViewResolverProperties) - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverFactory
 
DeviceDelegatingViewResolverProperties - Class in org.springframework.boot.autoconfigure.mobile
Properties for device view resolver.
DeviceDelegatingViewResolverProperties() - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceDelegatingViewResolverProperties
 
deviceHandlerMethodArgumentResolver() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration
 
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.DeviceResolverMvcConfiguration - Class in org.springframework.boot.autoconfigure.mobile
 
deviceResolverHandlerInterceptor() - Method in class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration
 
DeviceResolverMvcConfiguration(DeviceResolverHandlerInterceptor, DeviceHandlerMethodArgumentResolver) - Constructor for class org.springframework.boot.autoconfigure.mobile.DeviceResolverAutoConfiguration.DeviceResolverMvcConfiguration
 
DevToolsDataSourceAutoConfiguration - Class in org.springframework.boot.devtools.autoconfigure
Auto-configuration for DevTools-specific DataSource configuration.
DevToolsDataSourceAutoConfiguration() - Constructor for class org.springframework.boot.devtools.autoconfigure.DevToolsDataSourceAutoConfiguration
 
DevToolsHomePropertiesPostProcessor - Class in org.springframework.boot.devtools.env
EnvironmentPostProcessor to add devtools properties from the user's home folder.
DevToolsHomePropertiesPostProcessor() - Constructor for class org.springframework.boot.devtools.env.DevToolsHomePropertiesPostProcessor
 
DevToolsProperties - Class in org.springframework.boot.devtools.autoconfigure
Configuration properties for developer tools.
DevToolsProperties() - Constructor for class org.springframework.boot.devtools.autoconfigure.DevToolsProperties
 
DevToolsProperties.Livereload - Class in org.springframework.boot.devtools.autoconfigure
LiveReload properties.
DevToolsProperties.Restart - Class in org.springframework.boot.devtools.autoconfigure
Restart properties.
DevToolsPropertyDefaultsPostProcessor - Class in org.springframework.boot.devtools.env
EnvironmentPostProcessor to add properties that make sense when working at development time.
DevToolsPropertyDefaultsPostProcessor() - Constructor for class org.springframework.boot.devtools.env.DevToolsPropertyDefaultsPostProcessor
 
DevToolsSettings - Class in org.springframework.boot.devtools.settings
DevTools settings loaded from /META-INF/spring-devtools.properties files.
dialect() - Method in class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.DataAttributeDialectConfiguration
 
didNotFind(String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicate that one or more results were not found.
didNotFind(String, String) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.Builder
Indicate that one or more results were found.
DirectContainer() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.DirectContainer
 
directoryServer() - Method in class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration
 
DirectRabbitListenerContainerFactoryConfigurer - Class in org.springframework.boot.autoconfigure.amqp
Configure DirectRabbitListenerContainerFactoryConfigurer with sensible defaults.
DirectRabbitListenerContainerFactoryConfigurer() - Constructor for class org.springframework.boot.autoconfigure.amqp.DirectRabbitListenerContainerFactoryConfigurer
 
DirectXAConnectionFactory() - Constructor for class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
 
DirectXADataSource() - Constructor for class org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
 
disable() - Static method in class org.springframework.boot.devtools.restart.Restarter
Initialize and disable restart support.
DISABLED_RESPONSE - Static variable in interface org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
A ResponseEntity returned for disabled endpoints.
diskSpaceHealthIndicator(DiskSpaceHealthIndicatorProperties) - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DiskSpaceHealthIndicatorConfiguration
 
DiskSpaceHealthIndicator - Class in org.springframework.boot.actuate.health
A HealthIndicator that checks available disk space and reports a status of Status.DOWN when it drops below a configurable threshold.
DiskSpaceHealthIndicator(DiskSpaceHealthIndicatorProperties) - Constructor for class org.springframework.boot.actuate.health.DiskSpaceHealthIndicator
Create a new DiskSpaceHealthIndicator.
DiskSpaceHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DiskSpaceHealthIndicatorConfiguration
 
diskSpaceHealthIndicatorProperties() - Method in class org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration.DiskSpaceHealthIndicatorConfiguration
 
DiskSpaceHealthIndicatorProperties - Class in org.springframework.boot.actuate.health
External configuration properties for DiskSpaceHealthIndicator.
DiskSpaceHealthIndicatorProperties() - Constructor for class org.springframework.boot.actuate.health.DiskSpaceHealthIndicatorProperties
 
Dispatcher - Class in org.springframework.boot.devtools.remote.server
Dispatcher used to route incoming remote server requests to a Handler.
Dispatcher(AccessManager, Collection<HandlerMapper>) - Constructor for class org.springframework.boot.devtools.remote.server.Dispatcher
 
DISPATCHER_SERVLET_NAME - Static variable in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
Constant value for the DispatcherServlet bean name.
DispatcherFilter - Class in org.springframework.boot.devtools.remote.server
Servlet filter providing integration with the remote server Dispatcher.
DispatcherFilter(Dispatcher) - Constructor for class org.springframework.boot.devtools.remote.server.DispatcherFilter
 
dispatcherServlet() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
dispatcherServlet() - Method in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
 
DispatcherServletAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
DispatcherServletAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration
 
DispatcherServletAutoConfiguration.DispatcherServletConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
 
DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet
 
DispatcherServletConfiguration(WebMvcProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletConfiguration
 
dispatcherServletRegistration(DispatcherServlet) - Method in class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration
 
DispatcherServletRegistrationConfiguration(ServerProperties, WebMvcProperties, ObjectProvider<MultipartConfigElement>) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration
 
DocsMvcEndpoint - Class in org.springframework.boot.actuate.endpoint.mvc
MvcEndpoint to expose actuator documentation.
DocsMvcEndpoint(ManagementServletContext) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint
 
DocsMvcEndpoint.Curies - Class in org.springframework.boot.actuate.endpoint.mvc
Properties of the default CurieProvider (used for adding docs links).
doesNotHaveBean(Class<?>) - Method in class org.springframework.boot.test.context.ApplicationContextAssert
Verifies that the application context does not contain any beans of the given type.
doesNotHaveBean(String) - Method in class org.springframework.boot.test.context.ApplicationContextAssert
Verifies that the application context does not contain a beans of the given name.
doesNotHaveEmptyJsonPathValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verify that the actual value at the given JSON path does not produce an empty result.
doesNotHaveJsonPathValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Verify that the actual value at the given JSON path produces no result.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.boot.devtools.remote.server.DispatcherFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.boot.web.servlet.support.ErrorPageFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.boot.web.servlet.filter.ApplicationContextHeaderFilter
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.AbstractHealthIndicator
Actual health check logic.
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.ApplicationHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.CassandraHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.CouchbaseHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.DataSourceHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.DiskSpaceHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.ElasticsearchHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.ElasticsearchJestHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.JmsHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.LdapHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.MailHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.MongoHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.Neo4jHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.RabbitHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.RedisHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.health.SolrHealthIndicator
 
DOMAIN_KEY - Static variable in class org.springframework.boot.actuate.metrics.opentsdb.DefaultOpenTsdbNamingStrategy
The domain key.
doStart() - Method in class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
 
doWithField(Field, Object, ObjectFactory<M>) - Method in class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
 
doWithLibraries(LibraryCallback) - Method in interface org.springframework.boot.loader.tools.Libraries
Iterate all relevant libraries.
down(Exception) - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.DOWN and add details for given Exception.
down() - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.DOWN.
down(Exception) - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with an Status.DOWN status an the specified exception details.
down() - Static method in class org.springframework.boot.actuate.health.Health
Create a new Health.Builder instance with a Status.DOWN status.
DOWN - Static variable in class org.springframework.boot.actuate.health.Status
Status indicating that the component or subsystem has suffered an unexpected failure.
driverClassName(String) - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
 
dropwizardMetricServices(MetricRegistry) - Method in class org.springframework.boot.actuate.autoconfigure.MetricsDropwizardAutoConfiguration
 
DropwizardMetricServices - Class in org.springframework.boot.actuate.metrics.dropwizard
A GaugeService and CounterService that sends data to a Dropwizard MetricRegistry based on a naming convention.
DropwizardMetricServices(MetricRegistry) - Constructor for class org.springframework.boot.actuate.metrics.dropwizard.DropwizardMetricServices
Create a new DropwizardMetricServices instance.
DropwizardMetricServices(MetricRegistry, ReservoirFactory) - Constructor for class org.springframework.boot.actuate.metrics.dropwizard.DropwizardMetricServices
Create a new DropwizardMetricServices instance.
dropwizardPublicMetrics(MetricRegistry) - Method in class org.springframework.boot.actuate.autoconfigure.MetricsDropwizardAutoConfiguration
 
dslContext(Configuration) - Method in class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration.DslContextConfiguration
 
DslContextConfiguration(JooqProperties, ConnectionProvider, DataSource, ObjectProvider<TransactionProvider>, ObjectProvider<RecordMapperProvider>, ObjectProvider<Settings>, ObjectProvider<RecordListenerProvider[]>, ExecuteListenerProvider[], ObjectProvider<VisitListenerProvider[]>) - Constructor for class org.springframework.boot.autoconfigure.jooq.JooqAutoConfiguration.DslContextConfiguration
 
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.
dumpHeap(File, boolean) - Method in interface org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.HeapDumper
Dump the current heap to the specified file.
dumpHeap(File, boolean) - Method in class org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.HotSpotDiagnosticMXBeanHeapDumper
 

E

EhCache() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.EhCache
 
EhCacheStatisticsProvider - Class in org.springframework.boot.actuate.cache
CacheStatisticsProvider implementation for EhCache.
EhCacheStatisticsProvider() - Constructor for class org.springframework.boot.actuate.cache.EhCacheStatisticsProvider
 
ElasticsearchAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.elasticsearch
Auto-configuration for Elasticsearch.
ElasticsearchAutoConfiguration(ElasticsearchProperties) - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchAutoConfiguration
 
elasticsearchClient() - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchAutoConfiguration
 
elasticsearchConverter(SimpleElasticsearchMappingContext) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchDataAutoConfiguration
 
ElasticsearchDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.elasticsearch
Auto-configuration for Spring Data's Elasticsearch support.
ElasticsearchDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchDataAutoConfiguration
 
ElasticsearchHealthIndicator - Class in org.springframework.boot.actuate.health
HealthIndicator for an Elasticsearch cluster.
ElasticsearchHealthIndicator(Client, ElasticsearchHealthIndicatorProperties) - Constructor for class org.springframework.boot.actuate.health.ElasticsearchHealthIndicator
 
ElasticsearchHealthIndicatorProperties - Class in org.springframework.boot.actuate.health
External configuration properties for ElasticsearchHealthIndicator.
ElasticsearchHealthIndicatorProperties() - Constructor for class org.springframework.boot.actuate.health.ElasticsearchHealthIndicatorProperties
 
ElasticsearchJestHealthIndicator - Class in org.springframework.boot.actuate.health
HealthIndicator for Elasticsearch using a JestClient.
ElasticsearchJestHealthIndicator(JestClient) - Constructor for class org.springframework.boot.actuate.health.ElasticsearchJestHealthIndicator
 
ElasticsearchProperties - Class in org.springframework.boot.autoconfigure.data.elasticsearch
Configuration properties for Elasticsearch.
ElasticsearchProperties() - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchProperties
 
ElasticsearchRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.elasticsearch
Auto-configuration for Spring Data's Elasticsearch Repositories.
ElasticsearchRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchRepositoriesAutoConfiguration
 
elasticsearchTemplate(Client, ElasticsearchConverter) - Method in class org.springframework.boot.autoconfigure.data.elasticsearch.ElasticsearchDataAutoConfiguration
 
Embedded() - Constructor for class org.springframework.boot.autoconfigure.data.neo4j.Neo4jProperties.Embedded
 
Embedded() - Constructor for class org.springframework.boot.autoconfigure.jms.artemis.ArtemisProperties.Embedded
 
EmbeddedDatabaseConfiguration() - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration
 
EmbeddedDatabaseConnection - Enum in org.springframework.boot.autoconfigure.jdbc
Connection details for embedded databases.
embeddedDataSourceBeanFactoryPostProcessor() - Static method in class org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration
 
EmbeddedDataSourceConfiguration - Class in org.springframework.boot.autoconfigure.jdbc
Configuration for embedded data sources.
EmbeddedDataSourceConfiguration(DataSourceProperties) - Constructor for class org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
 
EmbeddedJetty() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.EmbeddedJetty
 
EmbeddedLdapAutoConfiguration - Class in org.springframework.boot.autoconfigure.ldap.embedded
Auto-configuration for Embedded LDAP.
EmbeddedLdapAutoConfiguration(EmbeddedLdapProperties, LdapProperties, ConfigurableApplicationContext, Environment) - Constructor for class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapAutoConfiguration
 
EmbeddedLdapProperties - Class in org.springframework.boot.autoconfigure.ldap.embedded
Configuration properties for Embedded LDAP.
EmbeddedLdapProperties() - Constructor for class org.springframework.boot.autoconfigure.ldap.embedded.EmbeddedLdapProperties
 
EmbeddedLdapProperties.Credential - Class in org.springframework.boot.autoconfigure.ldap.embedded
 
EmbeddedLdapProperties.Validation - Class in org.springframework.boot.autoconfigure.ldap.embedded
 
EmbeddedMongoAutoConfiguration - Class in org.springframework.boot.autoconfigure.mongo.embedded
Auto-configuration for Embedded Mongo.
EmbeddedMongoAutoConfiguration(MongoProperties, EmbeddedMongoProperties, ApplicationContext, IRuntimeConfig) - Constructor for class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration
 
EmbeddedMongoAutoConfiguration.EmbeddedMongoDependencyConfiguration - Class in org.springframework.boot.autoconfigure.mongo.embedded
Additional configuration to ensure that MongoClient beans depend on the embeddedMongoServer bean.
EmbeddedMongoAutoConfiguration.EmbeddedReactiveMongoDependencyConfiguration - Class in org.springframework.boot.autoconfigure.mongo.embedded
Additional configuration to ensure that MongoClient beans depend on the embeddedMongoServer bean.
embeddedMongoConfiguration() - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration
 
EmbeddedMongoDependencyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration.EmbeddedMongoDependencyConfiguration
 
EmbeddedMongoProperties - Class in org.springframework.boot.autoconfigure.mongo.embedded
Configuration properties for Embedded Mongo.
EmbeddedMongoProperties() - Constructor for class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoProperties
 
EmbeddedMongoProperties.Storage - Class in org.springframework.boot.autoconfigure.mongo.embedded
 
embeddedMongoServer(IMongodConfig) - Method in class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration
 
EmbeddedReactiveMongoDependencyConfiguration() - Constructor for class org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration.EmbeddedReactiveMongoDependencyConfiguration
 
EmbeddedServerPortFileWriter - Class in org.springframework.boot.system
An ApplicationListener that saves embedded server port and management port into file.
EmbeddedServerPortFileWriter() - Constructor for class org.springframework.boot.system.EmbeddedServerPortFileWriter
Create a new EmbeddedServerPortFileWriter instance using the filename 'application.port'.
EmbeddedServerPortFileWriter(String) - Constructor for class org.springframework.boot.system.EmbeddedServerPortFileWriter
Create a new EmbeddedServerPortFileWriter instance with a specified filename.
EmbeddedServerPortFileWriter(File) - Constructor for class org.springframework.boot.system.EmbeddedServerPortFileWriter
Create a new EmbeddedServerPortFileWriter instance with a specified file.
EmbeddedTomcat() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.EmbeddedTomcat
 
EmbeddedUndertow() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.EmbeddedUndertow
 
empty() - Static method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
Factory method to return a new empty ConditionMessage.
EMPTY - Static variable in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
empty() - Static method in class org.springframework.boot.test.util.TestPropertyValues
Return a new empty TestPropertyValues instance.
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.
ENABLED_OVERRIDE_PROPERTY - Static variable in annotation type org.springframework.boot.autoconfigure.EnableAutoConfiguration
 
EnableIntegrationManagementConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationManagementConfiguration.EnableIntegrationManagementConfiguration
 
EnableOAuth2Sso - Annotation Type in org.springframework.boot.autoconfigure.security.oauth2.client
Enable OAuth2 Single Sign On (SSO).
EnableTransactionManagementConfiguration() - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.EnableTransactionManagementConfiguration
 
EnableWebFluxConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.EnableWebFluxConfiguration
 
EnableWebMvcConfiguration(ObjectProvider<WebMvcProperties>, ObjectProvider<WebMvcRegistrations>, ListableBeanFactory) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.EnableWebMvcConfiguration
 
encode(AnsiElement) - Static method in class org.springframework.boot.ansi.AnsiOutput
Encode a single AnsiElement if output is enabled.
end(Xid, int) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
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(ObjectProvider<HealthAggregator>, ObjectProvider<Map<String, HealthIndicator>>, ObjectProvider<List<InfoContributor>>, ObjectProvider<Collection<PublicMetrics>>, ObjectProvider<TraceRepository>) - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
 
EndpointAutoConfiguration.RequestMappingEndpointConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointCorsProperties - Class in org.springframework.boot.actuate.autoconfigure
Configuration properties for MVC endpoints' CORS support.
EndpointCorsProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointCorsProperties
 
endpointHandlerMapping() - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
 
EndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.mvc
EndpointHandlerMapping(Collection<? extends MvcEndpoint>) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Create a new EndpointHandlerMapping instance.
EndpointHandlerMapping(Collection<? extends MvcEndpoint>, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping
Create a new EndpointHandlerMapping instance.
EndpointHandlerMappingConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.EndpointHandlerMappingConfiguration
 
EndpointHandlerMappingCustomizer - Interface in org.springframework.boot.actuate.endpoint.mvc
Callback for customizing the EndpointHandlerMapping at configuration time.
EndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
Base for adapters that convert Endpoint implementations to JmxEndpoint.
EndpointMBean(String, Endpoint<?>, ObjectMapper) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.EndpointMBean
Create a new EndpointMBean instance.
EndpointMBeanExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration to enable JMX export for Endpoints.
EndpointMBeanExportAutoConfiguration(EndpointMBeanExportProperties, ObjectProvider<ObjectMapper>) - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration
 
endpointMBeanExporter(MBeanServer) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration
 
EndpointMBeanExporter - Class in org.springframework.boot.actuate.endpoint.jmx
SmartLifecycle bean 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
Create a new EndpointMBeanExporter instance.
EndpointMBeanExporter(ObjectMapper) - Constructor for class org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter
Create a new EndpointMBeanExporter instance.
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.
EndpointProperties - Class in org.springframework.boot.actuate.endpoint
Global endpoint properties.
EndpointProperties() - Constructor for class org.springframework.boot.actuate.endpoint.EndpointProperties
 
Endpoints() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
 
EndpointWebMvcAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Auto-configuration to enable Spring MVC to handle Endpoint requests.
EndpointWebMvcAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration
 
EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointWebMvcAutoConfiguration.EndpointWebMvcConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointWebMvcAutoConfiguration.ManagementServerPort - Enum in org.springframework.boot.actuate.autoconfigure
 
EndpointWebMvcChildContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Configuration triggered from EndpointWebMvcAutoConfiguration when a new WebServer running on a different port is required.
EndpointWebMvcChildContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
EndpointWebMvcChildContextConfiguration.EndpointHandlerMappingConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Configuration to add HandlerMapping for MvcEndpoints.
EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration - Class in org.springframework.boot.actuate.autoconfigure
 
EndpointWebMvcChildContextSecurityConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration.EndpointWebMvcChildContextSecurityConfiguration
 
EndpointWebMvcConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration.EndpointWebMvcConfiguration
 
EndpointWebMvcHypermediaManagementContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Configuration for hypermedia in HTTP endpoints.
EndpointWebMvcHypermediaManagementContextConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration
 
EndpointWebMvcHypermediaManagementContextConfiguration.ActuatorEndpointLinksAdvice - Class in org.springframework.boot.actuate.autoconfigure
Controller advice that adds links to the actuator endpoint's path.
EndpointWebMvcManagementContextConfiguration - Class in org.springframework.boot.actuate.autoconfigure
Configuration to expose Endpoint instances over Spring MVC.
EndpointWebMvcManagementContextConfiguration(HealthMvcEndpointProperties, ManagementServerProperties, EndpointCorsProperties, ObjectProvider<List<EndpointHandlerMappingCustomizer>>) - Constructor for class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
 
enhanceTrace(Map<String, Object>, HttpServletResponse) - Method in class org.springframework.boot.actuate.trace.WebRequestTraceFilter
 
EntityLinksConfiguration() - Constructor for class org.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfiguration.EntityLinksConfiguration
 
entityManagerFactory(EntityManagerFactoryBuilder) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
entityManagerFactoryBuilder(JpaVendorAdapter, ObjectProvider<PersistenceUnitManager>) - Method in class org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration
 
EntityManagerFactoryBuilder - Class in org.springframework.boot.orm.jpa
Convenient builder for JPA EntityManagerFactory instances.
EntityManagerFactoryBuilder(JpaVendorAdapter, Map<String, ?>, PersistenceUnitManager) - Constructor for class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
Create a new instance passing in the common pieces that will be shared if multiple EntityManagerFactory instances are created.
EntityManagerFactoryBuilder(JpaVendorAdapter, Map<String, ?>, PersistenceUnitManager, URL) - Constructor for class org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
Create a new instance passing in the common pieces that will be shared if multiple EntityManagerFactory instances are created.
EntityManagerFactoryBuilder.Builder - Class in org.springframework.boot.orm.jpa
A fluent builder for a LocalContainerEntityManagerFactoryBean.
EntityManagerFactoryBuilder.EntityManagerFactoryBeanCallback - Interface in org.springframework.boot.orm.jpa
A callback for new entity manager factory beans created by a Builder.
EntityManagerFactoryDependsOnPostProcessor - Class in org.springframework.boot.autoconfigure.data.jpa
BeanFactoryPostProcessor that can be used to dynamically declare that all EntityManagerFactory beans should "depend on" one or more specific beans.
EntityManagerFactoryDependsOnPostProcessor(String...) - Constructor for class org.springframework.boot.autoconfigure.data.jpa.EntityManagerFactoryDependsOnPostProcessor
 
EntityScan - Annotation Type in org.springframework.boot.autoconfigure.domain
Configures the base packages used by auto-configuration when scanning for entity classes.
EntityScanner - Class in org.springframework.boot.autoconfigure.domain
An entity scanner that searches the classpath from a @EntityScan specified packages.
EntityScanner(ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.domain.EntityScanner
Create a new EntityScanner instance.
EntityScanPackages - Class in org.springframework.boot.autoconfigure.domain
Class for storing @EntityScan specified packages for reference later (e.g.
entries() - Method in class org.springframework.boot.loader.jar.JarFile
 
Env() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
 
envInfoContributor(ConfigurableEnvironment) - Method in class org.springframework.boot.actuate.autoconfigure.InfoContributorAutoConfiguration
 
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.
EnvironmentInfoContributor - Class in org.springframework.boot.actuate.info
An InfoContributor that provides all environment entries prefixed with info.
EnvironmentInfoContributor(ConfigurableEnvironment) - Constructor for class org.springframework.boot.actuate.info.EnvironmentInfoContributor
 
environmentMvcEndpoint(EnvironmentEndpoint) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcManagementContextConfiguration
 
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
Exception thrown when the specified property cannot be found.
EnvironmentPostProcessor - Interface in org.springframework.boot.env
Allows for customization of the application's Environment prior to the application context being refreshed.
EnvironmentPostProcessorExample - Class in org.springframework.boot.context
An EnvironmentPostProcessor example that loads a YAML file.
EnvironmentPostProcessorExample() - Constructor for class org.springframework.boot.context.EnvironmentPostProcessorExample
 
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.util
Deprecated.
since 2.0.0 in favor of TestPropertyValues
EnvironmentTestUtils() - Constructor for class org.springframework.boot.test.util.EnvironmentTestUtils
Deprecated.
 
equals(Object) - Method in class org.springframework.boot.actuate.health.Health
 
equals(Object) - Method in class org.springframework.boot.actuate.health.Status
 
equals(Object) - Method in class org.springframework.boot.actuate.info.Info
 
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.ApplicationPid
 
equals(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcome
 
equals(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage
 
equals(Object) - Method in class org.springframework.boot.autoconfigure.condition.ConditionOutcome
 
equals(Object) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
 
equals(Object) - Method in class org.springframework.boot.context.properties.bind.Bindable
 
equals(Object) - Method in class org.springframework.boot.context.properties.bind.BindResult
 
equals(Object) - Method in class org.springframework.boot.context.properties.source.ConfigurationProperty
 
equals(Object) - Method in class org.springframework.boot.context.properties.source.ConfigurationPropertyName
 
equals(Object) - Method in class org.springframework.boot.context.TypeExcludeFilter
 
equals(Object) - Method in class org.springframework.boot.devtools.filewatch.ChangedFile
 
equals(Object) - Method in class org.springframework.boot.devtools.filewatch.ChangedFiles
 
equals(Object) - Method in class org.springframework.boot.logging.LoggerConfiguration
 
equals(Object) - Method in class org.springframework.boot.origin.OriginTrackedValue
 
equals(Object) - Method in class org.springframework.boot.origin.SystemEnvironmentOrigin
 
equals(Object) - Method in class org.springframework.boot.origin.TextResourceOrigin
 
equals(Object) - Method in class org.springframework.boot.origin.TextResourceOrigin.Location
 
equals(Object) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
equals(Object) - Method in class org.springframework.boot.test.autoconfigure.properties.AnnotationsPropertySource
 
equals(Object) - Method in class org.springframework.boot.web.server.ErrorPage
 
equals(Object) - Method in class org.springframework.boot.web.server.MimeMappings
 
equals(Object) - Method in class org.springframework.boot.web.server.MimeMappings.Mapping
 
error(HttpServletRequest) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
 
error(Object) - Method in class org.springframework.boot.logging.DeferredLog
 
error(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
 
ERROR_REQUEST_URI - Static variable in class org.springframework.boot.web.servlet.support.ErrorPageFilter
The name of the servlet attribute containing request URI.
ErrorAttributes - Interface in org.springframework.boot.autoconfigure.web.servlet.error
Provides access to error attributes which can be logged or presented to the user.
errorAttributes() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
 
ErrorController - Interface in org.springframework.boot.autoconfigure.web.servlet.error
Marker interface used to indicate that a @Controller is used to render errors.
errorEndpoint(ErrorAttributes) - Method in class org.springframework.boot.actuate.autoconfigure.EndpointWebMvcChildContextConfiguration
 
errorHandler(ResponseErrorHandler) - Method in class org.springframework.boot.web.client.RestTemplateBuilder
Set the ResponseErrorHandler that should be used with the RestTemplate.
errorHtml(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.boot.autoconfigure.web.servlet.error.BasicErrorController
 
ErrorMvcAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet.error
Auto-configuration to render errors via an MVC error controller.
ErrorMvcAutoConfiguration(ServerProperties, ObjectProvider<List<ErrorViewResolver>>) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
 
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration - Class in org.springframework.boot.autoconfigure.web.servlet.error
 
ErrorPage - Class in org.springframework.boot.web.server
Simple server-independent abstraction for error pages.
ErrorPage(String) - Constructor for class org.springframework.boot.web.server.ErrorPage
 
ErrorPage(HttpStatus, String) - Constructor for class org.springframework.boot.web.server.ErrorPage
 
ErrorPage(Class<? extends Throwable>, String) - Constructor for class org.springframework.boot.web.server.ErrorPage
 
errorPageCustomizer() - Method in class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
 
ErrorPageFilter - Class in org.springframework.boot.web.servlet.support
A Servlet Filter that provides an ErrorPageRegistry for non-embedded applications (i.e.
ErrorPageFilter() - Constructor for class org.springframework.boot.web.servlet.support.ErrorPageFilter
 
ErrorPageRegistrar - Interface in org.springframework.boot.web.server
Interface to be implemented by types that register ErrorPages.
ErrorPageRegistrarBeanPostProcessor - Class in org.springframework.boot.web.server
BeanPostProcessor that applies all ErrorPageRegistrars from the bean factory to ErrorPageRegistry beans.
ErrorPageRegistrarBeanPostProcessor() - Constructor for class org.springframework.boot.web.server.ErrorPageRegistrarBeanPostProcessor
 
ErrorPageRegistry - Interface in org.springframework.boot.web.server
Interface for a registry that holds ErrorPages.
ErrorProperties - Class in org.springframework.boot.autoconfigure.web
Configuration properties for web error handling.
ErrorProperties() - Constructor for class org.springframework.boot.autoconfigure.web.ErrorProperties
 
ErrorProperties.IncludeStacktrace - Enum in org.springframework.boot.autoconfigure.web
Include Stacktrace attribute options.
ErrorViewResolver - Interface in org.springframework.boot.autoconfigure.web.servlet.error
Interface that can be implemented by beans that resolve error views.
EventPublishingRunListener - Class in org.springframework.boot.context.event
EventPublishingRunListener(SpringApplication, String[]) - Constructor for class org.springframework.boot.context.event.EventPublishingRunListener
 
exampleTest() - Method in class org.springframework.boot.test.web.RandomPortExampleTests
 
EXCEPTION_CONVERSION_WORD - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the exception conversion word.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(String, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(URI, HttpMethod, HttpEntity<?>, ParameterizedTypeReference<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URI template, writing the given request entity to the request, and returns the response as ResponseEntity.
exchange(RequestEntity<?>, Class<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the request specified in the given RequestEntity and return the response as ResponseEntity.
exchange(RequestEntity<?>, ParameterizedTypeReference<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the request specified in the given RequestEntity and return the response as ResponseEntity.
exchangeStrategiesCustomizer(List<CodecCustomizer>) - Method in class org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientAutoConfiguration.WebClientCodecsConfiguration
 
exclude(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
ExecutableArchiveLauncher - Class in org.springframework.boot.loader
Base class for executable archive Launchers.
ExecutableArchiveLauncher() - Constructor for class org.springframework.boot.loader.ExecutableArchiveLauncher
 
ExecutableArchiveLauncher(Archive) - Constructor for class org.springframework.boot.loader.ExecutableArchiveLauncher
 
execute(Job, JobParameters) - Method in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
 
execute(LocalContainerEntityManagerFactoryBean) - Method in interface org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder.EntityManagerFactoryBeanCallback
 
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Object...) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URI template, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Map<String, ?>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URI template, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
execute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in class org.springframework.boot.test.web.client.TestRestTemplate
Execute the HTTP method to the given URL, preparing the request with the RequestCallback, and reading the response with a ResponseExtractor.
ExistingWebApplicationScopes(ConfigurableListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.ExistingWebApplicationScopes
 
exists(ResourcePatternResolver) - Method in class org.springframework.boot.autoconfigure.template.TemplateLocation
Determine if this template location exists using the specified ResourcePatternResolver.
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.
ExitCodeApplication - Class in org.springframework.boot
Example configuration that illustrates the use of ExitCodeGenerator.
ExitCodeApplication() - Constructor for class org.springframework.boot.ExitCodeApplication
 
ExitCodeEvent - Class in org.springframework.boot
Event fired when an application exit code has been determined from an ExitCodeGenerator.
ExitCodeEvent(Object, int) - Constructor for class org.springframework.boot.ExitCodeEvent
Create a new ExitCodeEvent instance.
ExitCodeExceptionMapper - Interface in org.springframework.boot
Strategy interface that can be used to provide a mapping between exceptions and exit codes.
exitCodeGenerator() - Method in class org.springframework.boot.ExitCodeApplication
 
ExitCodeGenerator - Interface in org.springframework.boot
Interface used to generate an 'exit code' from a running command line SpringApplication.
expand(String, Map<String, ?>) - Method in class org.springframework.boot.web.client.RootUriTemplateHandler
 
expand(String, Object...) - Method in class org.springframework.boot.web.client.RootUriTemplateHandler
 
Expanded() - Constructor for class org.springframework.boot.loader.tools.Layouts.Expanded
 
expect(Matcher<? super String>) - Method in class org.springframework.boot.test.rule.OutputCapture
Verify that the output is matched by the supplied matcher.
expectRequest(ExpectedCount, RequestMatcher) - Method in class org.springframework.boot.test.web.client.RootUriRequestExpectationManager
 
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.
ExportMetricReader - Annotation Type in org.springframework.boot.actuate.autoconfigure
Qualifier annotation for a metric reader that can be exported (to distinguish it from others that might be installed by the user for other purposes).
ExportMetricWriter - Annotation Type in org.springframework.boot.actuate.autoconfigure
Qualifier annotation for a metric repository that is to be used to export metrics from the ExportMetricReader readers.
exposeHealthDetails(HttpServletRequest, Principal) - Method in class org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint
 
ExtendedWhitespaceThrowablePatternConverter - Class in org.springframework.boot.logging.log4j2
ThrowablePatternConverter that adds some additional whitespace around the stack trace.
ExtendedWhitespaceThrowableProxyConverter - Class in org.springframework.boot.logging.logback
ExtendedThrowableProxyConverter that adds some additional whitespace around the stack trace.
ExtendedWhitespaceThrowableProxyConverter() - Constructor for class org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter
 
extendInterceptors(List<Object>) - Method in class org.springframework.boot.actuate.endpoint.mvc.AbstractEndpointHandlerMapping
 
extract(ApplicationContext) - Method in class org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint
Extract beans annotated ConfigurationProperties and serialize into Map.
extractAuthorities(Map<String, Object>) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.AuthoritiesExtractor
Extract the authorities from the resource server's response.
extractAuthorities(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.FixedAuthoritiesExtractor
 
extractContent(PropertySource<?>) - Method in class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
Extract the raw content based on the specified PropertySource.
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
 
extractingJsonPathArrayValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Extract the array value at the given JSON path for further object assertions.
extractingJsonPathBooleanValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Extract the boolean value at the given JSON path for further object assertions.
extractingJsonPathMapValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Extract the map value at the given JSON path for further object assertions.
extractingJsonPathNumberValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Extract the number value at the given JSON path for further object assertions.
extractingJsonPathStringValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Extract the string value at the given JSON path for further object assertions.
extractingJsonPathValue(CharSequence, Object...) - Method in class org.springframework.boot.test.json.JsonContentAssert
Extract the value at the given JSON path for further object assertions.
extractMethodMappings(ApplicationContext, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
extractMethodMappings(Collection<AbstractHandlerMethodMapping<?>>, Map<String, Object>) - Method in class org.springframework.boot.actuate.endpoint.RequestMappingEndpoint
 
extractPrincipal(Map<String, Object>) - Method in class org.springframework.boot.autoconfigure.security.oauth2.resource.FixedPrincipalExtractor
 
extractPrincipal(Map<String, Object>) - Method in interface org.springframework.boot.autoconfigure.security.oauth2.resource.PrincipalExtractor
Extract the principal that should be used for the token.
extractSpringProfiles(Properties) - Method in class org.springframework.boot.yaml.SpringProfileDocumentMatcher
 

F

facebook(ConnectionRepository) - Method in class org.springframework.boot.autoconfigure.social.FacebookAutoConfiguration.FacebookConfigurerAdapter
 
FacebookAutoConfiguration - Class in org.springframework.boot.autoconfigure.social
Auto-configuration for Spring Social connectivity with Facebook.
FacebookAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.social.FacebookAutoConfiguration
 
FacebookAutoConfiguration.FacebookConfigurerAdapter - Class in org.springframework.boot.autoconfigure.social
 
FacebookConfigurerAdapter(FacebookProperties) - Constructor for class org.springframework.boot.autoconfigure.social.FacebookAutoConfiguration.FacebookConfigurerAdapter
 
facebookConnectView() - Method in class org.springframework.boot.autoconfigure.social.FacebookAutoConfiguration.FacebookConfigurerAdapter
 
FacebookProperties - Class in org.springframework.boot.autoconfigure.social
Properties for Spring Social Facebook.
FacebookProperties() - Constructor for class org.springframework.boot.autoconfigure.social.FacebookProperties
 
FailureAnalysis - Class in org.springframework.boot.diagnostics
The result of analyzing a failure.
FailureAnalysis(String, String, Throwable) - Constructor for class org.springframework.boot.diagnostics.FailureAnalysis
Creates a new FailureAnalysis with the given description and action, if any, that the user should take to address the problem.
FailureAnalysisReporter - Interface in org.springframework.boot.diagnostics
Reports a FailureAnalysis to the user.
FailureAnalyzer - Interface in org.springframework.boot.diagnostics
A FailureAnalyzer is used to analyze a failure and provide diagnostic information that can be displayed to the user.
FailureHandler - Interface in org.springframework.boot.devtools.restart
Strategy used to handle launch failures.
FailureHandler.Outcome - Enum in org.springframework.boot.devtools.restart
Various outcomes for the handler.
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
 
fatal(Object) - Method in class org.springframework.boot.logging.DeferredLog
 
fatal(Object, Throwable) - Method in class org.springframework.boot.logging.DeferredLog
 
FaviconConfiguration(ResourceProperties) - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration
 
faviconHandlerMapping() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration
 
faviconRequestHandler() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration
 
FieldInitializer(Class<? extends AbstractJsonMarshalTester>) - Constructor for class org.springframework.boot.test.json.AbstractJsonMarshalTester.FieldInitializer
 
FILE_LOG_PATTERN - Static variable in class org.springframework.boot.logging.LoggingSystemProperties
The name of the System property that contains the file log pattern.
FILE_PROPERTY - Static variable in class org.springframework.boot.logging.LogFile
The name of the Spring property that contains the name of the log file.
FileChangeListener - Interface in org.springframework.boot.devtools.filewatch
Callback interface when file changes are detected.
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
 
FileSystemWatcher - Class in org.springframework.boot.devtools.filewatch
Watches specific folders for file changes.
FileSystemWatcher() - Constructor for class org.springframework.boot.devtools.filewatch.FileSystemWatcher
Create a new FileSystemWatcher instance.
FileSystemWatcher(boolean, long, long) - Constructor for class org.springframework.boot.devtools.filewatch.FileSystemWatcher
Create a new FileSystemWatcher instance.
FileSystemWatcherFactory - Interface in org.springframework.boot.devtools.filewatch
Factory used to create new FileSystemWatcher instances.
FileUtils - Class in org.springframework.boot.loader.tools
Utilities for manipulating files and directories in Spring Boot tooling.
FileUtils() - Constructor for class org.springframework.boot.loader.tools.FileUtils
 
Filter() - Constructor for class org.springframework.boot.autoconfigure.jersey.JerseyProperties.Filter
 
filter(Predicate<ConfigurationPropertyName>) - Method in interface org.springframework.boot.context.properties.source.ConfigurationPropertySource
Return a filtered variant of this source, containing only names that match the given Predicate.
filter(Predicate<ConfigurationPropertyName>) - Method in interface org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
 
FilterAnnotations - Class in org.springframework.boot.test.autoconfigure.filter
Utility to load TypeFilters from @Filter annotations.
FilterAnnotations(ClassLoader, ComponentScan.Filter[]) - Constructor for class org.springframework.boot.test.autoconfigure.filter.FilterAnnotations
 
FilterRegistrationBean<T extends Filter> - Class in org.springframework.boot.web.servlet
A ServletContextInitializer to register Filters in a Servlet 3.0+ container.
FilterRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.FilterRegistrationBean
Create a new FilterRegistrationBean instance.
FilterRegistrationBean(T, ServletRegistrationBean<?>...) - Constructor for class org.springframework.boot.web.servlet.FilterRegistrationBean
Create a new FilterRegistrationBean instance to be registered with the specified ServletRegistrationBeans.
finalize() - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
find(Date) - Method in interface org.springframework.boot.actuate.audit.AuditEventRepository
Find audit events since the time provided.
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, String) - Method in interface org.springframework.boot.actuate.audit.AuditEventRepository
Find audit events of specified type relating to the specified principal since the time provided.
find(Date) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
find(String, Date) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
find(String, Date, String) - Method in class org.springframework.boot.actuate.audit.InMemoryAuditEventRepository
 
find(Class<E>, Object) - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Find by primary key.
findAll() - Method in class org.springframework.boot.actuate.endpoint.MetricsEndpointMetricReader
 
findAll() - Method in class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
 
findAll() - Method in class org.springframework.boot.actuate.metrics.buffer.BufferMetricReader
 
findAll(String) - Method in class org.springframework.boot.actuate.metrics.buffer.BufferMetricReader
 
findAll() - Method in class org.springframework.boot.actuate.metrics.integration.SpringIntegrationMetricReader
 
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() - Method in class org.springframework.boot.actuate.metrics.reader.MetricRegistryMetricReader
 
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.InMemoryMultiMetricRepository
 
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 class org.springframework.boot.actuate.metrics.rich.MultiMetricRichGaugeReader
 
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.
findAllClasses(String, ClassLoader) - Method in class org.springframework.boot.liquibase.SpringPackageScanClassResolver
 
findAllWithPrefix(String) - Method in class org.springframework.boot.actuate.metrics.repository.InMemoryMetricRepository
 
findAllWithPrefix(String) - Method in class org.springframework.boot.actuate.metrics.util.SimpleInMemoryRepository
 
findByPrincipalAndAfterAndType(String, Date, String) - Method in class org.springframework.boot.actuate.endpoint.mvc.AuditEventsMvcEndpoint
 
findCause(Throwable, Class<E>) - Method in class org.springframework.boot.diagnostics.AbstractFailureAnalyzer
 
findClass(String) - Method in class org.springframework.boot.devtools.restart.classloader.RestartClassLoader
 
findFactoryAnnotation(String, Class<A>) - Method in class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetaData
 
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.endpoint.MetricsEndpointMetricReader
 
findOne(String) - Method in class org.springframework.boot.actuate.metrics.aggregate.AggregateMetricReader
 
findOne(String) - Method in class org.springframework.boot.actuate.metrics.buffer.BufferMetricReader
 
findOne(String) - Method in class org.springframework.boot.actuate.metrics.integration.SpringIntegrationMetricReader
 
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.reader.MetricRegistryMetricReader
 
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 class org.springframework.boot.actuate.metrics.rich.MultiMetricRichGaugeReader
 
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.devtools.restart.classloader.RestartClassLoader
 
findResource(String) - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
 
findResource(String) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
findResources(String) - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
 
findResources(String) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
 
findSingleMainClass(File) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
Find a single main class from the given rootFolder.
findSingleMainClass(File, String) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
Find a single main class from the given rootFolder.
findSingleMainClass(JarFile, String) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
Find a single main class in a given jar file.
findSingleMainClass(JarFile, String, String) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
Find a single main class in a given jar file.
findTrigger(String) - Method in class org.springframework.boot.actuate.metrics.export.MetricExportProperties
Find a matching trigger configuration.
findType() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder
 
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.web.reactive.context.ReactiveWebServerApplicationContext
 
finishRefresh() - Method in class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
 
Fixed() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Fixed
 
FixedAuthoritiesExtractor - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
Default implementation of AuthoritiesExtractor.
FixedAuthoritiesExtractor() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.FixedAuthoritiesExtractor
 
FixedPrincipalExtractor - Class in org.springframework.boot.autoconfigure.security.oauth2.resource
Default implementation of PrincipalExtractor.
FixedPrincipalExtractor() - Constructor for class org.springframework.boot.autoconfigure.security.oauth2.resource.FixedPrincipalExtractor
 
flush() - Method in class org.springframework.boot.actuate.metrics.export.AbstractMetricExporter
 
flush() - Method in class org.springframework.boot.actuate.metrics.export.MetricCopyExporter
 
flush() - Method in class org.springframework.boot.actuate.metrics.opentsdb.OpenTsdbGaugeWriter
Flush the buffer without waiting for it to fill any further.
flush() - Method in class org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager
Synchronize the persistence context to the underlying database.
flush() - Method in class org.springframework.boot.test.rule.OutputCapture
 
flyway() - Method in class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.FlywayConfiguration
 
FlywayAutoConfiguration - Class in org.springframework.boot.autoconfigure.flyway
Auto-configuration for Flyway database migrations.
FlywayAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration
 
FlywayAutoConfiguration.FlywayConfiguration - Class in org.springframework.boot.autoconfigure.flyway