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

AbstractApplicationContextRunner<SELF extends AbstractApplicationContextRunner<SELF,C,A>,C extends ConfigurableApplicationContext,A extends ApplicationContextAssertProvider<C>> - Class in org.springframework.boot.test.context.runner
Utility design to run and an ApplicationContext and provide AssertJ style assertions.
AbstractApplicationContextRunner(Supplier<C>) - Constructor for class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
Create a new AbstractApplicationContextRunner instance.
AbstractApplicationContextRunner(Supplier<C>, List<ApplicationContextInitializer<C>>, TestPropertyValues, TestPropertyValues, ClassLoader, ApplicationContext, List<Configurations>) - Constructor for class org.springframework.boot.test.context.runner.AbstractApplicationContextRunner
Create a new AbstractApplicationContextRunner instance.
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.
AbstractCommand - Class in org.springframework.boot.cli.command
Abstract Command implementation.
AbstractCommand(String, String) - Constructor for class org.springframework.boot.cli.command.AbstractCommand
Create a new AbstractCommand instance.
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.
AbstractDataSourceInitializer - Class in org.springframework.boot.jdbc
Base class used for DataSource initialization.
AbstractDataSourceInitializer(DataSource, ResourceLoader) - Constructor for class org.springframework.boot.jdbc.AbstractDataSourceInitializer
 
AbstractDataSourcePoolMetadata<T extends DataSource> - Class in org.springframework.boot.jdbc.metadata
A base DataSourcePoolMetadata implementation.
AbstractDataSourcePoolMetadata(T) - Constructor for class org.springframework.boot.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
 
AbstractDiscoveredEndpoint<O extends Operation> - Class in org.springframework.boot.actuate.endpoint.annotation
Abstract base class for endpoints discovered by a EndpointDiscoverer.
AbstractDiscoveredEndpoint(EndpointDiscoverer<?, ?>, Object, String, boolean, Collection<? extends O>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
Create a new AbstractDiscoveredEndpoint instance.
AbstractDiscoveredOperation - Class in org.springframework.boot.actuate.endpoint.annotation
Abstract base class for endpoints operations discovered by a EndpointDiscoverer.
AbstractDiscoveredOperation(DiscoveredOperationMethod, OperationInvoker) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
Create a new AbstractDiscoveredOperation instance.
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
 
AbstractErrorWebExceptionHandler - Class in org.springframework.boot.autoconfigure.web.reactive.error
Abstract base class for ErrorWebExceptionHandler implementations.
AbstractErrorWebExceptionHandler(ErrorAttributes, ResourceProperties, ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
 
AbstractExposableEndpoint<O extends Operation> - Class in org.springframework.boot.actuate.endpoint
Abstract base class for ExposableEndpoint implementations.
AbstractExposableEndpoint(String, boolean, Collection<? extends O>) - Constructor for class org.springframework.boot.actuate.endpoint.AbstractExposableEndpoint
Create a new AbstractExposableEndpoint instance.
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
Create a new AbstractHealthIndicator instance with a default healthCheckFailedMessage.
AbstractHealthIndicator(String) - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
Create a new AbstractHealthIndicator instance with a specific message to log when the health check fails.
AbstractHealthIndicator(Function<Exception, String>) - Constructor for class org.springframework.boot.actuate.health.AbstractHealthIndicator
Create a new AbstractHealthIndicator instance with a specific message to log when the health check fails.
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
 
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.
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
 
AbstractReactiveHealthIndicator - Class in org.springframework.boot.actuate.health
Base ReactiveHealthIndicator implementations that encapsulates creation of Health instance and error handling.
AbstractReactiveHealthIndicator() - Constructor for class org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
 
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
 
AbstractWebFluxEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.reactive
A custom HandlerMapping that makes web endpoints available over HTTP using Spring WebFlux.
AbstractWebFluxEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping
Creates a new AbstractWebFluxEndpointHandlerMapping that provides mappings for the operations of the given webEndpoints.
AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker - Class in org.springframework.boot.actuate.endpoint.web.reactive
An OperationInvoker that performs the invocation of a blocking operation on a separate thread using Reactor's elastic scheduler.
AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation - Interface in org.springframework.boot.actuate.endpoint.web.reactive
A reactive web operation that can be handled by WebFlux.
AbstractWebMvcEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.servlet
A custom HandlerMapping that makes web endpoints available over HTTP using Spring MVC.
AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
Creates a new WebEndpointHandlerMapping that provides mappings for the operations of the given webEndpoints.
AbstractWebMvcEndpointHandlerMapping(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.AbstractWebMvcEndpointHandlerMapping
Creates a new AbstractWebMvcEndpointHandlerMapping that provides mappings for the operations of the given endpoints.
AbstractWebMvcEndpointHandlerMapping.ServletWebOperation - Interface in org.springframework.boot.actuate.endpoint.web.servlet
A servlet web operation that can be handled by Spring MVC.
accept(Meter.Id) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.PropertiesMeterFilter
 
accept(File) - Method in class org.springframework.boot.devtools.autoconfigure.TriggerFileFilter
 
accept(C) - Method in interface org.springframework.boot.test.context.runner.ContextConsumer
Performs this operation on the supplied context.
acceptsTextHtml() - Method in class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
Predicate that checks whether the current request explicitly support "text/html" media type.
AccessLevel - Enum in org.springframework.boot.actuate.autoconfigure.cloudfoundry
The specific access level granted to the cloud foundry user that's calling the endpoints.
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.
accessToken() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.signalfx.SignalFxPropertiesConfigAdapter
 
accountId() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicPropertiesConfigAdapter
 
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
 
ActuatorMediaType - Class in org.springframework.boot.actuate.endpoint.http
Media types that can be consumed and produced by Actuator endpoints.
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(HttpTrace) - Method in interface org.springframework.boot.actuate.trace.http.HttpTraceRepository
Adds a trace to the repository.
add(HttpTrace) - Method in class org.springframework.boot.actuate.trace.http.InMemoryHttpTraceRepository
 
add(Condition, ConditionOutcome) - Method in class org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport.ConditionAndOutcomes
 
add(String...) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
Add dependencies and all of their dependencies.
add(String, boolean) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
Add a single dependency and, optionally, all of its dependencies.
add(String, String, String, boolean) - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
Add a single dependency with the specified classifier and type and, optionally, all of its dependencies.
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.
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.
addApplicationConverters(ConverterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
Add converters useful for most Spring Boot applications.
addApplicationFormatters(FormatterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
Add formatters useful for most Spring Boot applications.
addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Add UndertowBuilderCustomizers that should be used to customize the Undertow Undertow.Builder.
addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
Add UndertowBuilderCustomizers that should be used to customize the Undertow Builder.
addBuilderCustomizers(UndertowBuilderCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
addClassLoaderFiles(ClassLoaderFiles) - Method in class org.springframework.boot.devtools.restart.Restarter
Add additional ClassLoaderFiles to be included in the next restart.
addCommand(Command) - Method in class org.springframework.boot.cli.command.CommandRunner
Add the specified command.
addCommandLineProperties(boolean) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Flag to indicate that command line arguments should be added to the environment.
addCommands(Iterable<Command>) - Method in class org.springframework.boot.cli.command.CommandRunner
Add the specified commands.
addCompilationCustomizers(CompilationCustomizer...) - Method in class org.springframework.boot.cli.compiler.GroovyCompiler
 
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.
addConnectorCustomizers(TomcatConnectorCustomizer...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
Add TomcatConnectorCustomizers that should be added to the Tomcat Connector.
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
 
addContextCustomizers(TomcatContextCustomizer...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
Add TomcatContextCustomizers that should be added to the Tomcat Context.
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
 
addContextLifecycleListeners(LifecycleListener...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
Add LifecycleListeners 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.
addDelimitedStringConverters(ConverterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
Add converters to support delimited strings.
addDependencyManagement(DependencyManagement) - Method in class org.springframework.boot.cli.compiler.grape.DependencyResolutionContext
 
addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...) - Method in interface org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Add UndertowDeploymentInfoCustomizers that should be used to customize the Undertow DeploymentInfo.
addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
 
addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...) - Method in class org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
 
addEngineValves(Valve...) - Method in interface org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
Add Valves that should be applied to the Tomcat Engine.
addEngineValves(Valve...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
 
addEngineValves(Valve...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
 
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
 
addHealthIndicator(String, HealthIndicator) - Method in class org.springframework.boot.actuate.health.CompositeHealthIndicator
 
addHealthIndicator(String, ReactiveHealthIndicator) - Method in class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
Add a ReactiveHealthIndicator with the specified name.
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.DynamicRegistrationBean
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.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.
addManagedDependencies(List<Dependency>) - Method in class org.springframework.boot.cli.compiler.grape.DependencyResolutionContext
 
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.
addRegistration(String, ServletContext) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
 
addRegistration(String, ServletContext) - Method in class org.springframework.boot.web.servlet.ServletRegistrationBean
 
addRepository(RemoteRepository) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
addResolver(Map<String, Object>) - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
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 interface org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
Add JettyServerCustomizers that will be applied to the Server before it is started.
addServerCustomizers(JettyServerCustomizer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
 
addServerCustomizers(JettyServerCustomizer...) - Method in class org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
 
addServerCustomizers(NettyServerCustomizer...) - Method in class org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
Add NettyServerCustomizers that should applied while building the server.
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, Integer>) - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
Add specific status mappings to the existing set.
addStatusMapping(Status, Integer) - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
Add a status mapping to the existing set.
addStatusMapping(String, Integer) - Method in class org.springframework.boot.actuate.health.HealthStatusHttpMapper
Add a status mapping to the existing set.
addTldSkipPatterns(String...) - Method in class org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
Add patterns that match jars to ignore for TLD scanning.
addTo(Map<String, Object>) - Method in class org.springframework.boot.test.util.TestPropertyValues.Pair
 
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.
Admin() - Constructor for class org.springframework.boot.autoconfigure.kafka.KafkaProperties.Admin
 
AetherGrapeEngine - Class in org.springframework.boot.cli.compiler.grape
A GrapeEngine implementation that uses Aether, the dependency resolution system used by Maven.
AetherGrapeEngine(GroovyClassLoader, RepositorySystem, DefaultRepositorySystemSession, List<RemoteRepository>, DependencyResolutionContext, boolean) - Constructor for class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
AetherGrapeEngineFactory - Class in org.springframework.boot.cli.compiler.grape
Utility class to create a pre-configured AetherGrapeEngine.
AetherGrapeEngineFactory() - Constructor for class org.springframework.boot.cli.compiler.grape.AetherGrapeEngineFactory
 
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.jdbc.DataSourceHealthIndicatorAutoConfiguration
 
afterPropertiesSet() - Method in class org.springframework.boot.actuate.endpoint.jmx.JmxEndpointExporter
 
afterPropertiesSet() - Method in class org.springframework.boot.actuate.jdbc.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.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler
 
afterPropertiesSet() - Method in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
 
afterPropertiesSet() - Method in class org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer
 
afterPropertiesSet() - Method in class org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher
 
afterPropertiesSet() - Method in class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
 
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.
afterRun(Command) - Method in class org.springframework.boot.cli.command.CommandRunner
Subclass hook called after a command has run.
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.
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.
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
 
ALL_CLASSPATH_URL_PREFIX - Static variable in class org.springframework.boot.cli.util.ResourceUtils
Pseudo URL prefix for loading all resources from the class path: "classpath*:".
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
 
alwaysApplying(PropertyMapper.SourceOperator) - Method in class org.springframework.boot.context.properties.PropertyMapper
Return a new PropertyMapper instance that applies the given PropertyMapper.SourceOperator to every source.
alwaysApplyingWhenNonNull() - Method in class org.springframework.boot.context.properties.PropertyMapper
Return a new PropertyMapper instance that applies whenNonNull to every source.
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 rootFailure, 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 rootFailure, or null if no analysis was possible.
analyze(Throwable, BeanNotOfRequiredTypeException) - Method in class org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyzer
 
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 add more 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.
AnnotatedNodeASTTransformation - Class in org.springframework.boot.cli.compiler
A base class for AST transformations that are solely interested in AnnotatedNodes.
AnnotatedNodeASTTransformation(Set<String>, boolean) - Constructor for class org.springframework.boot.cli.compiler.AnnotatedNodeASTTransformation
 
AnnotationConfig(ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.HttpHandlerAutoConfiguration.AnnotationConfig
 
AnnotationConfigReactiveWebApplicationContext - Class in org.springframework.boot.web.reactive.context
ConfigurableReactiveWebApplicationContext 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.
AnnotationConfigReactiveWebApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
 
AnnotationConfigReactiveWebServerApplicationContext - Class in org.springframework.boot.web.reactive.context
ReactiveWebServerApplicationContext 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.
AnnotationConfigReactiveWebServerApplicationContext() - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
AnnotationConfigReactiveWebServerApplicationContext(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
Create a new AnnotationConfigReactiveWebServerApplicationContext with the given DefaultListableBeanFactory.
AnnotationConfigReactiveWebServerApplicationContext(Class<?>...) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
Create a new AnnotationConfigReactiveWebServerApplicationContext, deriving bean definitions from the given annotated classes and automatically refreshing the context.
AnnotationConfigReactiveWebServerApplicationContext(String...) - Constructor for class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
Create a new AnnotationConfigReactiveWebServerApplicationContext, scanning for bean definitions in the given packages and automatically refreshing the context.
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(DefaultListableBeanFactory) - Constructor for class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
Create a new AnnotationConfigServletWebServerApplicationContext with the given DefaultListableBeanFactory.
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
 
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
 
apiKey() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicPropertiesConfigAdapter
 
apiToken() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontPropertiesConfigAdapter
 
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.
appendAnsiString(StringBuilder, String, AnsiElement) - Method in class org.springframework.boot.logging.log4j2.ColorConverter
 
appendFields(ToStringCreator) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredEndpoint
 
appendFields(ToStringCreator) - Method in class org.springframework.boot.actuate.endpoint.annotation.AbstractDiscoveredOperation
 
application() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Accessor for the current application.
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.
applicationConditionEvaluation() - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint
 
ApplicationContextAssert<C extends ApplicationContext> - Class in org.springframework.boot.test.context.assertj
AssertJ assertions that can be applied to an ApplicationContext.
ApplicationContextAssert.Scope - Enum in org.springframework.boot.test.context.assertj
The scope of an assertion.
ApplicationContextAssertProvider<C extends ApplicationContext> - Interface in org.springframework.boot.test.context.assertj
An ApplicationContext that additionally supports AssertJ style assertions.
ApplicationContextFilterConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration
 
ApplicationContextHeaderFilter - Class in org.springframework.boot.web.servlet.filter
OncePerRequestFilter to add an 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.web.servlet.ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration
 
ApplicationContextRequestMatcher<C> - Class in org.springframework.boot.security.servlet
ApplicationContextRequestMatcher(Class<? extends C>) - Constructor for class org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
 
ApplicationContextRunner - Class in org.springframework.boot.test.context.runner
An ApplicationContext runner for a standard, non-web environment ConfigurableApplicationContext.
ApplicationContextRunner() - Constructor for class org.springframework.boot.test.context.runner.ApplicationContextRunner
Create a new ApplicationContextRunner instance using an AnnotationConfigApplicationContext as the underlying source.
ApplicationContextRunner(Supplier<ConfigurableApplicationContext>) - Constructor for class org.springframework.boot.test.context.runner.ApplicationContextRunner
Create a new ApplicationContextRunner instance using the specified contextFactory as the underlying source.
ApplicationContextServerWebExchangeMatcher<C> - Class in org.springframework.boot.security.reactive
ApplicationContextServerWebExchangeMatcher(Class<? extends C>) - Constructor for class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
 
ApplicationContextTestUtils - Class in org.springframework.boot.test.util
Application context related test utilities.
ApplicationContextTestUtils() - Constructor for class org.springframework.boot.test.util.ApplicationContextTestUtils
 
ApplicationConversionService - Class in org.springframework.boot.convert
A specialization of FormattingConversionService configured by default with converters and formatters appropriate for most Spring Boot applications.
ApplicationConversionService() - Constructor for class org.springframework.boot.convert.ApplicationConversionService
 
ApplicationConversionService(StringValueResolver) - Constructor for class org.springframework.boot.convert.ApplicationConversionService
 
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.health.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.system
Provides access to the application home directory.
ApplicationHome() - Constructor for class org.springframework.boot.system.ApplicationHome
Create a new ApplicationHome instance.
ApplicationHome(Class<?>) - Constructor for class org.springframework.boot.system.ApplicationHome
Create a new ApplicationHome instance for the specified source class.
ApplicationPid - Class in org.springframework.boot.system
An application process ID.
ApplicationPid() - Constructor for class org.springframework.boot.system.ApplicationPid
 
ApplicationPid(String) - Constructor for class org.springframework.boot.system.ApplicationPid
 
ApplicationPidFileWriter - Class in org.springframework.boot.context
An ApplicationListener that saves application PID into file.
ApplicationPidFileWriter() - Constructor for class org.springframework.boot.context.ApplicationPidFileWriter
Create a new ApplicationPidFileWriter instance using the filename 'application.pid'.
ApplicationPidFileWriter(String) - Constructor for class org.springframework.boot.context.ApplicationPidFileWriter
Create a new ApplicationPidFileWriter instance with a specified filename.
ApplicationPidFileWriter(File) - Constructor for class org.springframework.boot.context.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.
ApplicationStartedEvent - Class in org.springframework.boot.context.event
Event published once the application context has been refreshed but before any application and command line runners have been called.
ApplicationStartedEvent(SpringApplication, String[], ConfigurableApplicationContext) - Constructor for class org.springframework.boot.context.event.ApplicationStartedEvent
Create a new ApplicationStartedEvent instance.
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.system
Provides access to an application specific temporary directory.
ApplicationTemp() - Constructor for class org.springframework.boot.system.ApplicationTemp
Create a new ApplicationTemp instance.
ApplicationTemp(Class<?>) - Constructor for class org.springframework.boot.system.ApplicationTemp
Create a new ApplicationTemp instance for the specified source class.
apply(String, OperationType, OperationParameters, OperationInvoker) - Method in interface org.springframework.boot.actuate.endpoint.invoke.OperationInvokerAdvisor
Apply additional functionality to the given invoker.
apply(OperationInvoker, long) - Static method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
Apply caching configuration when appropriate to the given invoker.
apply(String, OperationType, OperationParameters, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor
 
apply(String) - Method in class org.springframework.boot.actuate.health.HealthIndicatorNameFactory
 
apply(GroovyClassLoader, GroovyCompilerConfiguration, GeneratorContext, SourceUnit, ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringTestCompilerAutoConfiguration
 
apply(GroovyClassLoader, GroovyCompilerConfiguration, GeneratorContext, SourceUnit, ClassNode) - Method in class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
Apply any additional configuration.
apply(DefaultRepositorySystemSession, RepositorySystem) - Method in class org.springframework.boot.cli.compiler.grape.DefaultRepositorySystemSessionAutoConfiguration
 
apply(DefaultRepositorySystemSession, RepositorySystem) - Method in class org.springframework.boot.cli.compiler.grape.GrapeRootRepositorySystemSessionAutoConfiguration
 
apply(DefaultRepositorySystemSession, RepositorySystem) - Method in interface org.springframework.boot.cli.compiler.grape.RepositorySystemSessionAutoConfiguration
Apply the configuration.
apply(DefaultRepositorySystemSession, RepositorySystem) - Method in class org.springframework.boot.cli.compiler.grape.SettingsXmlRepositorySystemSessionAutoConfiguration
 
apply(PropertyMapper.Source<T>) - Method in interface org.springframework.boot.context.properties.PropertyMapper.SourceOperator
Apply the operation to the given source.
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
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.CachingCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.GroovyTemplatesCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.JdbcCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.JmsCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.RabbitCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBatchCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBootCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringIntegrationCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringMvcCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringRetryCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringSecurityCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringTestCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringWebsocketCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.TransactionManagementCompilerAutoConfiguration
 
applyDependencies(DependencyCustomizer) - Method in class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
Apply any dependency customizations.
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.CachingCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.GroovyTemplatesCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.JdbcCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.JmsCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.RabbitCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBatchCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBootCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringIntegrationCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringMvcCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringRetryCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringSecurityCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringTestCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringWebsocketCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.autoconfigure.TransactionManagementCompilerAutoConfiguration
 
applyImports(ImportCustomizer) - Method in class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
Apply any import customizations.
applyInitializers(ConfigurableApplicationContext) - Method in class org.springframework.boot.SpringApplication
Apply any ApplicationContextInitializers to the context before it is refreshed.
applySuffix(String) - Method in enum org.springframework.boot.test.util.TestPropertyValues.Type
 
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
 
applyToMainClass(GroovyClassLoader, GroovyCompilerConfiguration, GeneratorContext, SourceUnit, ClassNode) - Method in class org.springframework.boot.cli.compiler.autoconfigure.SpringBootCompilerAutoConfiguration
 
applyToMainClass(GroovyClassLoader, GroovyCompilerConfiguration, GeneratorContext, SourceUnit, ClassNode) - Method in class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
Apply any customizations to the main class.
applyToMvcViewResolver(Object) - Method in class org.springframework.boot.autoconfigure.template.AbstractTemplateViewResolverProperties
Apply the given properties to a AbstractTemplateViewResolver.
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 when the call completes.
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.
ArtifactCoordinatesResolver - Interface in org.springframework.boot.cli.compiler.dependencies
A resolver for artifacts' Maven coordinates, allowing group id, artifact id, or version to be obtained from a module identifier.
as(Function<T, R>) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
Return an adapted version of the source changed via the given adapter function.
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.
asInt(Function<T, R>) - Method in class org.springframework.boot.context.properties.PropertyMapper.Source
Return an adapted version of the source with Integer type.
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.assertj
An ApplicationContext that additionally supports AssertJ style assertions.
AssertableReactiveWebApplicationContext - Interface in org.springframework.boot.test.context.assertj
A ReactiveWebApplicationContext that additionally supports AssertJ style assertions.
AssertableWebApplicationContext - Interface in org.springframework.boot.test.context.assertj
A WebApplicationContext that additionally supports AssertJ style assertions.
assertThat() - Method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
Deprecated.
use standard AssertJ assertThat(context)... calls instead.
assertThat() - Method in class org.springframework.boot.test.json.JsonContent
Deprecated.
in favor of AssertJ's assertThat
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.
AstUtils - Class in org.springframework.boot.cli.compiler
General purpose AST utilities.
AstUtils() - Constructor for class org.springframework.boot.cli.compiler.AstUtils
 
Async() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Async
 
at(StaticResourceLocation, StaticResourceLocation...) - Method in class org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest
Returns a matcher that includes the specified Locations.
at(Set<StaticResourceLocation>) - Method in class org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest
Returns a matcher that includes the specified Locations.
at(StaticResourceLocation, StaticResourceLocation...) - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest
Returns a matcher that includes the specified Locations.
at(Set<StaticResourceLocation>) - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest
Returns a matcher that includes the specified Locations.
atAll() - Method in class org.springframework.boot.autoconfigure.condition.ConditionMessage.ItemsBuilder
Used when no items are available.
atCommonLocations() - Method in class org.springframework.boot.autoconfigure.security.reactive.StaticResourceRequest
Returns a matcher that includes all commonly used Locations.
atCommonLocations() - Method in class org.springframework.boot.autoconfigure.security.servlet.StaticResourceRequest
Returns a matcher that includes all commonly used Locations.
atlasConfig(AtlasProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasMetricsExportAutoConfiguration
 
atlasMeterRegistry(AtlasConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasMetricsExportAutoConfiguration
 
AtlasMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.atlas
Auto-configuration for exporting metrics to Atlas.
AtlasMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasMetricsExportAutoConfiguration
 
AtlasProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.atlas
ConfigurationProperties for configuring Atlas metrics export.
AtlasProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.atlas.AtlasProperties
 
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(Instant, 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.audit
AuditAutoConfiguration(ObjectProvider<AuditEventRepository>) - Constructor for class org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration
 
AuditAutoConfiguration.AuditEventRepositoryConfiguration - Class in org.springframework.boot.actuate.autoconfigure.audit
 
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(Instant, String, String, Map<String, Object>) - Constructor for class org.springframework.boot.actuate.audit.AuditEvent
Create a new audit event.
AuditEventRepository - Interface in org.springframework.boot.actuate.audit
Repository for AuditEvents.
auditEventRepository() - Method in class org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration.AuditEventRepositoryConfiguration
 
AuditEventRepositoryConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration.AuditEventRepositoryConfiguration
 
AuditEventsEndpoint - Class in org.springframework.boot.actuate.audit
Endpoint to expose audit events.
AuditEventsEndpoint(AuditEventRepository) - Constructor for class org.springframework.boot.actuate.audit.AuditEventsEndpoint
 
auditEventsEndpoint(AuditEventRepository) - Method in class org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration
 
AuditEventsEndpoint.AuditEventsDescriptor - Class in org.springframework.boot.actuate.audit
A description of an application's audit events.
AuditEventsEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.audit
AuditEventsEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration
 
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.audit.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.audit.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.servlet.SecurityAutoConfiguration
 
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.audit.AuditAutoConfiguration
 
AuthorizationAuditListener - Class in org.springframework.boot.actuate.security
Default implementation of AbstractAuthorizationAuditListener.
AuthorizationAuditListener() - Constructor for class org.springframework.boot.actuate.security.AuthorizationAuditListener
 
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
 
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 configure a test CacheManager if none has been defined yet.
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.

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
 
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.
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
 
batchDataSourceInitializer(DataSource, ResourceLoader) - Method in class org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration
 
BatchDataSourceInitializer - Class in org.springframework.boot.autoconfigure.batch
Initialize the Spring Batch schema (ignoring errors, so should be idempotent).
BatchDataSourceInitializer(DataSource, ResourceLoader, BatchProperties) - Constructor for class org.springframework.boot.autoconfigure.batch.BatchDataSourceInitializer
 
BatchProperties - Class in org.springframework.boot.autoconfigure.batch
Configuration properties for Spring Batch.
BatchProperties() - Constructor for class org.springframework.boot.autoconfigure.batch.BatchProperties
 
BatchProperties.Job - Class in org.springframework.boot.autoconfigure.batch
 
batchSize() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryPropertiesConfigAdapter
 
BEAN_NAME - Static variable in class org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
The bean name that this class is registered with.
BEAN_NAME - Static variable in class org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
The bean name that this post-processor is registered with.
beanNameGenerator(BeanNameGenerator) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Bean name generator for automatically generated bean names in the application context.
beanNameViewResolver() - Method in class org.springframework.boot.autoconfigure.web.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.ReactiveWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
 
BeanPostProcessorsRegistrar() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
 
beans() - Method in class org.springframework.boot.actuate.beans.BeansEndpoint
 
beansEndpoint(ConfigurableApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.beans.BeansEndpointAutoConfiguration
 
BeansEndpoint - Class in org.springframework.boot.actuate.beans
Endpoint to expose details of an application's beans, grouped by application context.
BeansEndpoint(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.actuate.beans.BeansEndpoint
Creates a new BeansEndpoint that will describe the beans in the given context and all of its ancestors.
BeansEndpoint.ApplicationBeans - Class in org.springframework.boot.actuate.beans
A description of an application's beans, primarily intended for serialization to JSON.
BeansEndpoint.BeanDescriptor - Class in org.springframework.boot.actuate.beans
A description of a bean in an application context, primarily intended for serialization to JSON.
BeansEndpoint.ContextBeans - Class in org.springframework.boot.actuate.beans
A description of an application context, primarily intended for serialization to JSON.
BeansEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.beans
BeansEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.beans.BeansEndpointAutoConfiguration
 
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.
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.
beforeRun(Command) - Method in class org.springframework.boot.cli.command.CommandRunner
Subclass hook called before a command is run.
beforeTestMethod(TestContext) - Method in class org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener
 
beforeTestMethod(TestContext) - Method in class org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener
 
beforeTestMethod(TestContext) - Method in class org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener
 
begin(TransactionContext) - Method in class org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
 
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, boolean) - 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.
bindCacheToRegistry(Cache, Tag...) - Method in class org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
Attempt to bind the specified Cache to the registry.
bindConnectionFactoriesToRegistry(Map<String, AbstractConnectionFactory>) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.amqp.RabbitMetricsAutoConfiguration
 
BindContext - Interface in org.springframework.boot.context.properties.bind
Context information for use by BindHandlers.
bindDataSourcesToRegistry(Map<String, DataSource>) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration
 
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(Iterable<ConfigurationPropertySource>, PlaceholdersResolver, ConversionService, Consumer<PropertyEditorRegistry>) - Constructor for class org.springframework.boot.context.properties.bind.Binder
Create a new Binder instance for the specified sources.
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(MeterRegistry) - Method in class org.springframework.boot.actuate.metrics.amqp.RabbitMetrics
 
bindTo(MeterRegistry) - Method in class org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics
 
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
 
Bucket() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Bucket
 
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.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.jdbc.DataSourceBuilder
 
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.
buildAdminProperties() - Method in class org.springframework.boot.autoconfigure.kafka.KafkaProperties
Create an initial map of admin properties from the state of this instance.
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.info.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.Admin
 
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
 

C

Cache() - Constructor for class org.springframework.boot.autoconfigure.amqp.RabbitProperties.Cache
 
Cache() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.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
 
Cachecontrol() - Constructor for class org.springframework.boot.autoconfigure.web.ResourceProperties.Cache.Cachecontrol
 
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
 
CacheMeterBinderProvider<C extends Cache> - Interface in org.springframework.boot.actuate.metrics.cache
Provide a MeterBinder based on a Cache.
CacheMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.cache
Auto-configuration for metrics on all available caches.
CacheMetricsAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsAutoConfiguration
 
CacheMetricsRegistrar - Class in org.springframework.boot.actuate.metrics.cache
Register supported Cache to a MeterRegistry.
CacheMetricsRegistrar(MeterRegistry, Collection<CacheMeterBinderProvider<?>>) - Constructor for class org.springframework.boot.actuate.metrics.cache.CacheMetricsRegistrar
Creates a new registrar.
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.
CacheProperties.Redis - Class in org.springframework.boot.autoconfigure.cache
Redis-specific cache properties.
CacheType - Enum in org.springframework.boot.autoconfigure.cache
Supported cache types (defined in order of precedence).
CachingCompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler.autoconfigure
CompilerAutoConfiguration for the caching infrastructure.
CachingCompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.autoconfigure.CachingCompilerAutoConfiguration
 
CachingOperationInvoker - Class in org.springframework.boot.actuate.endpoint.invoker.cache
An OperationInvoker that caches the response of an operation with a configurable time to live.
CachingOperationInvokerAdvisor - Class in org.springframework.boot.actuate.endpoint.invoker.cache
OperationInvokerAdvisor to optionally provide result caching support.
CachingOperationInvokerAdvisor(Function<String, Long>) - Constructor for class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor
 
Caffeine() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.Caffeine
 
CaffeineCacheMeterBinderProvider - Class in org.springframework.boot.actuate.metrics.cache
CacheMeterBinderProvider implementation for Caffeine.
CaffeineCacheMeterBinderProvider() - Constructor for class org.springframework.boot.actuate.metrics.cache.CaffeineCacheMeterBinderProvider
 
callback(Class<C>, C, A, Object...) - Static method in class org.springframework.boot.util.LambdaSafe
Start a call to a single callback instance, dealing with common generic type concerns and exceptions.
callbacks(Class<C>, Collection<? extends C>, A, Object...) - Static method in class org.springframework.boot.util.LambdaSafe
Start a call to a single callback instance, dealing with common generic type concerns and exceptions.
canAdd() - Method in class org.springframework.boot.cli.compiler.DependencyCustomizer
Strategy called to test if dependencies can be added.
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.cassandra.CassandraHealthIndicatorAutoConfiguration
 
CassandraHealthIndicator - Class in org.springframework.boot.actuate.cassandra
Simple implementation of a HealthIndicator returning status information for Cassandra data stores.
CassandraHealthIndicator() - Constructor for class org.springframework.boot.actuate.cassandra.CassandraHealthIndicator
 
CassandraHealthIndicator(CassandraOperations) - Constructor for class org.springframework.boot.actuate.cassandra.CassandraHealthIndicator
Create a new CassandraHealthIndicator instance.
CassandraHealthIndicatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.cassandra
CassandraHealthIndicatorAutoConfiguration(Map<String, CassandraOperations>) - Constructor for class org.springframework.boot.actuate.autoconfigure.cassandra.CassandraHealthIndicatorAutoConfiguration
 
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.context.properties.ConfigurationPropertiesReportEndpoint.GenericSerializerModifier
 
ChangeSet(RanChangeSet) - Constructor for class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ChangeSet
 
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
 
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
 
CLASSPATH_URL_PREFIX - Static variable in class org.springframework.boot.cli.util.ResourceUtils
Pseudo URL prefix for loading from the class path: "classpath:".
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.
Client() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Web.Client
 
clientHttpRequestFactory() - Method in class org.springframework.boot.devtools.remote.client.RemoteClientConfiguration
 
clientName(HttpRequest) - Static method in class org.springframework.boot.actuate.metrics.web.client.RestTemplateExchangeTags
Create a clientName Tag derived from the host of the URI of the given request.
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.
close() - Method in interface org.springframework.boot.test.context.assertj.ApplicationContextAssertProvider
 
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.autoconfigure.cloudfoundry.servlet
Auto-configuration to expose actuator endpoints for Cloud Foundry to use.
CloudFoundryActuatorAutoConfiguration.IgnoredPathsWebSecurityConfigurer - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
WebSecurityConfigurer to tell Spring Security to ignore cloudfoundry specific paths.
CloudFoundryAuthorizationException - Exception in org.springframework.boot.actuate.autoconfigure.cloudfoundry
Authorization exceptions thrown to limit access to the endpoints.
CloudFoundryAuthorizationException(CloudFoundryAuthorizationException.Reason, String) - Constructor for exception org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException
 
CloudFoundryAuthorizationException(CloudFoundryAuthorizationException.Reason, String, Throwable) - Constructor for exception org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException
 
CloudFoundryAuthorizationException.Reason - Enum in org.springframework.boot.actuate.autoconfigure.cloudfoundry
Reasons why the exception can be thrown.
cloudFoundryHealthEndpointWebExtension(HealthEndpointWebExtension) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration
 
CloudFoundryHealthEndpointWebExtension - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
EndpointExtension for the HealthEndpoint that always exposes full health details.
CloudFoundryHealthEndpointWebExtension(HealthEndpointWebExtension) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryHealthEndpointWebExtension
 
CloudFoundryReactiveHealthEndpointWebExtension - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive
Reactive EndpointExtension for the HealthEndpoint that always exposes full health details.
CloudFoundryReactiveHealthEndpointWebExtension(ReactiveHealthEndpointWebExtension) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.CloudFoundryReactiveHealthEndpointWebExtension
 
cloudFoundryReactiveHealthEndpointWebExtension(ReactiveHealthEndpointWebExtension) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.ReactiveCloudFoundryActuatorAutoConfiguration
 
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
 
CloudFoundryWebEndpointDiscoverer - Class in org.springframework.boot.actuate.autoconfigure.cloudfoundry
WebEndpointDiscoverer for Cloud Foundry that uses Cloud Foundry specific extensions for the HealthEndpoint.
CloudFoundryWebEndpointDiscoverer(ApplicationContext, ParameterValueMapper, EndpointMediaTypes, PathMapper, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<ExposableWebEndpoint>>) - Constructor for class org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryWebEndpointDiscoverer
Create a new WebEndpointDiscoverer instance.
cloudFoundryWebEndpointServletHandlerMapping(ParameterValueMapper, EndpointMediaTypes, RestTemplateBuilder, ServletEndpointsSupplier, ControllerEndpointsSupplier) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration
 
cloudFoundryWebFluxEndpointHandlerMapping(ParameterValueMapper, EndpointMediaTypes, WebClient.Builder, ControllerEndpointsSupplier) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.ReactiveCloudFoundryActuatorAutoConfiguration
 
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
 
collectorRegistry() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration
 
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
 
Command - Interface in org.springframework.boot.cli.command
A single command that can be run from the CLI.
CommandCompleter - Class in org.springframework.boot.cli.command.shell
JLine Completer for Spring Boot Commands.
CommandCompleter(ConsoleReader, ArgumentCompleter.ArgumentDelimiter, Iterable<Command>) - Constructor for class org.springframework.boot.cli.command.shell.CommandCompleter
 
CommandException - Exception in org.springframework.boot.cli.command
Runtime exception wrapper that defines additional CommandException.Options that are understood by the CommandRunner.
CommandException(CommandException.Option...) - Constructor for exception org.springframework.boot.cli.command.CommandException
Create a new CommandException with the specified options.
CommandException(String, CommandException.Option...) - Constructor for exception org.springframework.boot.cli.command.CommandException
Create a new CommandException with the specified options.
CommandException(String, Throwable, CommandException.Option...) - Constructor for exception org.springframework.boot.cli.command.CommandException
Create a new CommandException with the specified options.
CommandException(Throwable, CommandException.Option...) - Constructor for exception org.springframework.boot.cli.command.CommandException
Create a new CommandException with the specified options.
CommandException.Option - Enum in org.springframework.boot.cli.command
Specific options understood by the CommandRunner.
CommandFactory - Interface in org.springframework.boot.cli.command
Factory used to create CLI Commands.
CommandLineRunner - Interface in org.springframework.boot
Interface used to indicate that a bean should run when it is contained within a SpringApplication.
CommandRunner - Class in org.springframework.boot.cli.command
Main class used to run Commands.
CommandRunner(String) - Constructor for class org.springframework.boot.cli.command.CommandRunner
Create a new CommandRunner instance.
commit(TransactionContext) - Method in class org.springframework.boot.autoconfigure.jooq.SpringTransactionProvider
 
commit(Xid, boolean) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
CommonsDbcp2DataSourcePoolMetadata - Class in org.springframework.boot.jdbc.metadata
DataSourcePoolMetadata for an Apache Commons DBCP2 DataSource.
CommonsDbcp2DataSourcePoolMetadata(BasicDataSource) - Constructor for class org.springframework.boot.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(String...) - Method in class org.springframework.boot.cli.compiler.GroovyCompiler
Compile the specified Groovy sources, applying any CompilerAutoConfigurations.
COMPILE - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
The library is used at compile time and runtime.
compileAndRun() - Method in class org.springframework.boot.cli.command.run.SpringApplicationRunner
Compile and run the application.
CompilerAutoConfiguration - Class in org.springframework.boot.cli.compiler
Strategy that can be used to apply some auto-configuration during the CompilePhase.CONVERSION Groovy compile phase.
CompilerAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.CompilerAutoConfiguration
 
CompilerOptionHandler - Class in org.springframework.boot.cli.command.options
An OptionHandler for commands that result in the compilation of one or more Groovy scripts.
CompilerOptionHandler() - Constructor for class org.springframework.boot.cli.command.options.CompilerOptionHandler
 
complete(String, int, List<CharSequence>) - Method in class org.springframework.boot.cli.command.shell.CommandCompleter
 
complete() - Method in class org.springframework.boot.devtools.tunnel.server.HttpTunnelServer.HttpConnection
Called when a request is complete.
ComponentScanPackageCheck() - Constructor for class org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
 
CompositeDataSourcePoolMetadataProvider - Class in org.springframework.boot.jdbc.metadata
A DataSourcePoolMetadataProvider implementation that returns the first DataSourcePoolMetadata that is found by one of its delegate.
CompositeDataSourcePoolMetadataProvider(Collection<? extends DataSourcePoolMetadataProvider>) - Constructor for class org.springframework.boot.jdbc.metadata.CompositeDataSourcePoolMetadataProvider
Create a CompositeDataSourcePoolMetadataProvider instance with an initial collection of delegates to use.
CompositeDependencyManagement - Class in org.springframework.boot.cli.compiler.dependencies
DependencyManagement that delegates to one or more DependencyManagement instances.
CompositeDependencyManagement(DependencyManagement...) - Constructor for class org.springframework.boot.cli.compiler.dependencies.CompositeDependencyManagement
 
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.health
Base class for configurations that can combine source beans using a CompositeHealthIndicator.
CompositeHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.CompositeHealthIndicatorConfiguration
 
CompositeHealthIndicatorFactory - Class in org.springframework.boot.actuate.health
Factory to create a CompositeHealthIndicator.
CompositeHealthIndicatorFactory(Function<String, String>) - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicatorFactory
 
CompositeHealthIndicatorFactory() - Constructor for class org.springframework.boot.actuate.health.CompositeHealthIndicatorFactory
 
CompositeMeterRegistryAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics
Auto-configuration for a CompositeMeterRegistry.
CompositeMeterRegistryAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryAutoConfiguration
 
CompositeProxySelector - Class in org.springframework.boot.cli.compiler.grape
Composite ProxySelector.
CompositeProxySelector(List<ProxySelector>) - Constructor for class org.springframework.boot.cli.compiler.grape.CompositeProxySelector
 
CompositeReactiveHealthIndicator - Class in org.springframework.boot.actuate.health
ReactiveHealthIndicator that returns health indications from all registered delegates.
CompositeReactiveHealthIndicator(HealthAggregator) - Constructor for class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
 
CompositeReactiveHealthIndicator(HealthAggregator, Map<String, ReactiveHealthIndicator>) - Constructor for class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
 
CompositeReactiveHealthIndicatorConfiguration<H extends ReactiveHealthIndicator,S> - Class in org.springframework.boot.actuate.autoconfigure.health
CompositeReactiveHealthIndicatorConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthIndicatorConfiguration
 
CompositeReactiveHealthIndicatorFactory - Class in org.springframework.boot.actuate.health
CompositeReactiveHealthIndicatorFactory(Function<String, String>) - Constructor for class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicatorFactory
 
CompositeReactiveHealthIndicatorFactory() - Constructor for class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicatorFactory
 
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
 
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.autoconfigure.endpoint.condition
Conditional that checks whether an endpoint is enabled or not.
ConditionalOnEnabledHealthIndicator - Annotation Type in org.springframework.boot.actuate.autoconfigure.health
Conditional that checks whether or not a default health indicator is enabled.
ConditionalOnEnabledInfoContributor - Annotation Type in org.springframework.boot.actuate.autoconfigure.info
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.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.
ConditionalOnManagementPort - Annotation Type in org.springframework.boot.actuate.autoconfigure.web.server
Conditional that matches based on the configuration of the management port.
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.
ConditionalOnRepositoryType - Annotation Type in org.springframework.boot.autoconfigure.data
Conditional that only matches when a particular type of Spring Data repository has been enabled.
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.
ConditionEvaluationReportLoggingListener - Class in org.springframework.boot.autoconfigure.logging
ConditionEvaluationReportLoggingListener() - Constructor for class org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener
 
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
 
ConditionEvaluationReportMessage(ConditionEvaluationReport, String) - 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.
ConditionsReportEndpoint - Class in org.springframework.boot.actuate.autoconfigure.condition
ConditionsReportEndpoint(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint
 
conditionsReportEndpoint(ConfigurableApplicationContext) - Method in class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpointAutoConfiguration
 
ConditionsReportEndpoint.ApplicationConditionEvaluation - Class in org.springframework.boot.actuate.autoconfigure.condition
A description of an application's condition evaluation, primarily intended for serialization to JSON.
ConditionsReportEndpoint.ContextConditionEvaluation - Class in org.springframework.boot.actuate.autoconfigure.condition
A description of an application context's condition evaluation, primarily intended for serialization to JSON.
ConditionsReportEndpoint.MessageAndCondition - Class in org.springframework.boot.actuate.autoconfigure.condition
Adapts ConditionEvaluationReport.ConditionAndOutcome to a JSON friendly structure.
ConditionsReportEndpoint.MessageAndConditions - Class in org.springframework.boot.actuate.autoconfigure.condition
Adapts ConditionEvaluationReport.ConditionAndOutcomes to a JSON friendly structure.
ConditionsReportEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.condition
ConditionsReportEndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpointAutoConfiguration
 
CONFIG_ADDITIONAL_LOCATION_PROPERTY - Static variable in class org.springframework.boot.context.config.ConfigFileApplicationListener
The "config additional location" property name.
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
 
ConfigurableJettyWebServerFactory - Interface in org.springframework.boot.web.embedded.jetty
ConfigurableWebServerFactory for Jetty-specific features.
ConfigurableReactiveWebApplicationContext - Interface in org.springframework.boot.web.reactive.context
Interface to provide configuration for a reactive web application.
ConfigurableReactiveWebEnvironment - Interface in org.springframework.boot.web.reactive.context
Specialization of ConfigurableEnvironment for reactive application contexts.
ConfigurableReactiveWebServerFactory - Interface in org.springframework.boot.web.reactive.server
ConfigurableServletWebServerFactory - Interface in org.springframework.boot.web.servlet.server
A configurable ServletWebServerFactory.
ConfigurableTomcatWebServerFactory - Interface in org.springframework.boot.web.embedded.tomcat
ConfigurableWebServerFactory for Tomcat-specific features.
ConfigurableUndertowWebServerFactory - Interface in org.springframework.boot.web.embedded.undertow
ConfigurableWebServerFactory for Undertow-specific features.
ConfigurableWebServerApplicationContext - Interface in org.springframework.boot.web.context
SPI interface to be implemented by most if not all web server application contexts.
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() - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
 
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
 
ConfigurationPropertiesBindException - Exception in org.springframework.boot.context.properties
Exception thrown when @ConfigurationProperties binding fails.
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.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration
 
ConfigurationPropertiesReportEndpoint - Class in org.springframework.boot.actuate.context.properties
Endpoint to expose application properties from ConfigurationProperties annotated beans.
ConfigurationPropertiesReportEndpoint() - Constructor for class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
 
ConfigurationPropertiesReportEndpoint.ApplicationConfigurationProperties - Class in org.springframework.boot.actuate.context.properties
A description of an application's ConfigurationProperties beans.
ConfigurationPropertiesReportEndpoint.ConfigurationPropertiesBeanDescriptor - Class in org.springframework.boot.actuate.context.properties
A description of a ConfigurationProperties bean.
ConfigurationPropertiesReportEndpoint.ContextConfigurationProperties - Class in org.springframework.boot.actuate.context.properties
A description of an application context's ConfigurationProperties beans.
ConfigurationPropertiesReportEndpoint.GenericSerializerModifier - Class in org.springframework.boot.actuate.context.properties
BeanSerializerModifier to return only relevant configuration properties.
ConfigurationPropertiesReportEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.context.properties
ConfigurationPropertiesReportEndpointAutoConfiguration(ConfigurationPropertiesReportEndpointProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration
 
ConfigurationPropertiesReportEndpointProperties - Class in org.springframework.boot.actuate.autoconfigure.context.properties
Configuration properties for ConfigurationPropertiesReportEndpoint.
ConfigurationPropertiesReportEndpointProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties
 
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 in 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(WebSecurity) - Method in class org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryActuatorAutoConfiguration.IgnoredPathsWebSecurityConfigurer
 
configure(Meter.Id, DistributionStatisticConfig) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.PropertiesMeterFilter
 
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(SpringApplicationBuilder) - Method in class org.springframework.boot.cli.app.SpringApplicationWebApplicationInitializer
 
configure(FormatterRegistry) - Static method in class org.springframework.boot.convert.ApplicationConversionService
Configure the given FormatterRegistry with formatters and converts appropriate for most Spring Boot applications.
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(D) - Method in class org.springframework.boot.web.servlet.DynamicRegistrationBean
 
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
 
configureHttpMessageCodecs(ServerCodecConfigurer) - Method in class org.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfiguration.WebFluxConfig
 
configureLogLevel(String, LogLevel) - Method in class org.springframework.boot.actuate.logging.LoggersEndpoint
 
configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
configureObjectMapper(ObjectMapper) - Method in class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
Configure Jackson's ObjectMapper to be used to serialize the ConfigurationProperties objects into a Map structure.
configurePathMatch(PathMatchConfigurer) - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
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.
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.
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.
connectTimeout() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryPropertiesConfigAdapter
 
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
 
Contentnegotiation() - Constructor for class org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties.Contentnegotiation
 
context() - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Accessor for the current application context.
contextCapturingReactiveTomcatCustomizer() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.web.tomcat.TomcatMetricsAutoConfiguration
 
contextCapturingServletTomcatCustomizer() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.web.tomcat.TomcatMetricsAutoConfiguration
 
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
 
ContextConditionEvaluation(ConfigurableApplicationContext) - Constructor for class org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint.ContextConditionEvaluation
 
ContextConsumer<C extends ApplicationContext> - Interface in org.springframework.boot.test.context.runner
Callback interface used to process an ApplicationContext with the ability to throw a (checked) exception.
ContextExpression(Set<String>) - Constructor for class org.springframework.boot.actuate.liquibase.LiquibaseEndpoint.ContextExpression
 
ContextIdApplicationContextInitializer - Class in org.springframework.boot.context
ContextIdApplicationContextInitializer() - 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
 
ControllerEndpoint - Annotation Type in org.springframework.boot.actuate.endpoint.web.annotation
Identifies a type as being an endpoint that is only exposed over Spring MVC or Spring WebFlux.
controllerEndpointDiscoverer(PathMapper, ObjectProvider<Collection<EndpointFilter<ExposableControllerEndpoint>>>) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration
 
ControllerEndpointDiscoverer - Class in org.springframework.boot.actuate.endpoint.web.annotation
ControllerEndpointDiscoverer(ApplicationContext, PathMapper, Collection<EndpointFilter<ExposableControllerEndpoint>>) - Constructor for class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
Create a new ControllerEndpointDiscoverer instance.
controllerEndpointHandlerMapping(ControllerEndpointsSupplier, CorsEndpointProperties, WebEndpointProperties) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive.WebFluxEndpointManagementContextConfiguration
 
controllerEndpointHandlerMapping(ControllerEndpointsSupplier, CorsEndpointProperties, WebEndpointProperties) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet.WebMvcEndpointManagementContextConfiguration
 
ControllerEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.reactive
HandlerMapping that exposes @ControllerEndpoint and @RestControllerEndpoint annotated endpoints over Spring WebFlux.
ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping
Create a new ControllerEndpointHandlerMapping instance providing mappings for the specified endpoints.
ControllerEndpointHandlerMapping - Class in org.springframework.boot.actuate.endpoint.web.servlet
HandlerMapping that exposes @ControllerEndpoint and @RestControllerEndpoint annotated endpoints over Spring MVC.
ControllerEndpointHandlerMapping(EndpointMapping, Collection<ExposableControllerEndpoint>, CorsConfiguration) - Constructor for class org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping
Create a new ControllerEndpointHandlerMapping instance providing mappings for the specified endpoints.
ControllerEndpointsSupplier - Interface in org.springframework.boot.actuate.endpoint.web.annotation
controllerExposeExcludePropertyEndpointFilter() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration
 
ConversionServiceParameterValueMapper - Class in org.springframework.boot.actuate.endpoint.invoke.convert
ConversionServiceParameterValueMapper() - Constructor for class org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
ConversionServiceParameterValueMapper(ConversionService) - Constructor for class org.springframework.boot.actuate.endpoint.invoke.convert.ConversionServiceParameterValueMapper
Create a new ConversionServiceParameterValueMapper instance backed by a specific conversion service.
convert(String) - Method in class org.springframework.boot.actuate.endpoint.invoke.convert.IsoOffsetDateTimeConverter
 
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.web.servlet.server.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.
CorsEndpointProperties - Class in org.springframework.boot.actuate.autoconfigure.endpoint.web
Configuration properties for web endpoints' CORS support.
CorsEndpointProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties
 
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.couchbase.CouchbaseHealthIndicatorAutoConfiguration
 
CouchbaseHealthIndicator - Class in org.springframework.boot.actuate.couchbase
HealthIndicator for Couchbase.
CouchbaseHealthIndicator() - Constructor for class org.springframework.boot.actuate.couchbase.CouchbaseHealthIndicator
 
CouchbaseHealthIndicator(CouchbaseOperations) - Constructor for class org.springframework.boot.actuate.couchbase.CouchbaseHealthIndicator
 
CouchbaseHealthIndicatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.couchbase
CouchbaseHealthIndicatorAutoConfiguration(Map<String, CouchbaseOperations>) - Constructor for class org.springframework.boot.actuate.autoconfigure.couchbase.CouchbaseHealthIndicatorAutoConfiguration
 
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
 
CouchbaseReactiveDataAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
Auto-configuration for Spring Data's Reactive Couchbase support.
CouchbaseReactiveDataAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseReactiveDataAutoConfiguration
 
CouchbaseReactiveRepositoriesAutoConfiguration - Class in org.springframework.boot.autoconfigure.data.couchbase
Auto-configuration for Spring Data's Couchbase Reactive Repositories.
CouchbaseReactiveRepositoriesAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.data.couchbase.CouchbaseReactiveRepositoriesAutoConfiguration
 
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
 
create(GroovyClassLoader, List<RepositoryConfiguration>, DependencyResolutionContext, boolean) - Static method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngineFactory
 
create() - Static method in class org.springframework.boot.jdbc.DataSourceBuilder
 
create(ClassLoader) - Static method in class org.springframework.boot.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.
createBuildInfo(BuildPropertiesWriter.ProjectDetails) - Method in class org.springframework.boot.loader.tools.BuildPropertiesWriter
 
createClass(byte[], ClassNode) - Method in class org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader.ExtendedClassCollector
 
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
 
createCollector(CompilationUnit, SourceUnit) - Method in class org.springframework.boot.cli.compiler.ExtendedGroovyClassLoader
 
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.
createContextCloserListener(ConfigurableApplicationContext) - Method in class org.springframework.boot.builder.ParentContextCloserApplicationListener
Subclasses may override to create their own subclass of ContextCloserListener.
createDefaultRepositoryConfiguration() - Static method in class org.springframework.boot.cli.compiler.RepositoryConfigurationFactory
Create a new default repository configuration.
createEndpoint(Object, String, boolean, Collection<O>) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Factory method called to create the endpoint.
createEndpoint(Object, String, boolean, Collection<JmxOperation>) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
 
createEndpoint(Object, String, boolean, Collection<Operation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
 
createEndpoint(Object, String, boolean, Collection<Operation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
 
createEndpoint(Object, String, boolean, Collection<WebOperation>) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
 
createEndpointResources(EndpointMapping, Collection<ExposableWebEndpoint>, EndpointMediaTypes, EndpointLinksResolver) - Method in class org.springframework.boot.actuate.endpoint.web.jersey.JerseyEndpointResourceFactory
Creates Resources for the operations of the given webEndpoints.
createEnvironment() - Method in class org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
 
createEnvironment() - Method in class org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
 
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.health.CompositeHealthIndicatorConfiguration
 
createHealthIndicator(S) - Method in class org.springframework.boot.actuate.autoconfigure.health.CompositeHealthIndicatorConfiguration
 
createHealthIndicator(Map<String, S>) - Method in class org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthIndicatorConfiguration
 
createHealthIndicator(S) - Method in class org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthIndicatorConfiguration
 
createHealthIndicator(DataSource) - Method in class org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorAutoConfiguration
 
createHealthIndicator(HealthAggregator, Map<String, HealthIndicator>) - Method in class org.springframework.boot.actuate.health.CompositeHealthIndicatorFactory
Create a CompositeHealthIndicator based on the specified health indicators.
createHeapDumper() - Method in class org.springframework.boot.actuate.management.HeapDumpWebEndpoint
Factory method used to create the HeapDumpWebEndpoint.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.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.
createManagementContext(ApplicationContext, Class<?>...) - Method in interface org.springframework.boot.actuate.autoconfigure.web.ManagementContextFactory
Create the management application context.
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.
createOperation(String, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Factory method to create an endpoint operation.
createOperation(String, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
 
createOperation(String, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
 
createOperation(String, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
 
createOperation(String, DiscoveredOperationMethod, OperationInvoker) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
 
createOperationKey(O) - Method in class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Create a EndpointDiscoverer.OperationKey for the given operation.
createOperationKey(JmxOperation) - Method in class org.springframework.boot.actuate.endpoint.jmx.annotation.JmxEndpointDiscoverer
 
createOperationKey(Operation) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointDiscoverer
 
createOperationKey(Operation) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointDiscoverer
 
createOperationKey(WebOperation) - Method in class org.springframework.boot.actuate.endpoint.web.annotation.WebEndpointDiscoverer
 
createPooledConnection(Object, ResourceBean) - Method in class org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
 
createPooledConnection(Object, ResourceBean) - Method in class org.springframework.boot.jta.bitronix.PoolingDataSourceBean
 
createReactiveHealthIndicator(HealthAggregator, Map<String, ReactiveHealthIndicator>, Map<String, HealthIndicator>) - Method in class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicatorFactory
Create a CompositeReactiveHealthIndicator based on the specified health indicators.
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
 
createSubPath(String) - Method in class org.springframework.boot.actuate.endpoint.web.EndpointMapping
 
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
 
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
 
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(T) - Method in interface org.springframework.boot.actuate.autoconfigure.metrics.MeterRegistryCustomizer
Customize the given registry.
customize(T) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementWebServerFactoryCustomizer
 
customize(T, ManagementServerProperties, ServerProperties) - Method in class org.springframework.boot.actuate.autoconfigure.web.server.ManagementWebServerFactoryCustomizer
 
customize(RestTemplate) - Method in class org.springframework.boot.actuate.metrics.web.client.MetricsRestTemplateCustomizer
 
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(GsonBuilder) - Method in interface org.springframework.boot.autoconfigure.gson.GsonBuilderCustomizer
Customize the GsonBuilder.
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(Map<String, Object>) - Method in interface org.springframework.boot.autoconfigure.orm.jpa.HibernatePropertiesCustomizer
Customize the specified JPA vendor properties.
customize(SchedulerFactoryBean) - Method in interface org.springframework.boot.autoconfigure.quartz.SchedulerFactoryBeanCustomizer
Customize the SchedulerFactoryBean.
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(ConfigurableJettyWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.JettyWebServerFactoryCustomizer
 
customize(ConfigurableTomcatWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.TomcatWebServerFactoryCustomizer
 
customize(ConfigurableUndertowWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.embedded.UndertowWebServerFactoryCustomizer
 
customize(WebClient.Builder) - Method in class org.springframework.boot.autoconfigure.web.reactive.function.client.WebClientCodecCustomizer
 
customize(ConfigurableReactiveWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.reactive.ReactiveWebServerFactoryCustomizer
 
customize(ConfigurableServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryCustomizer
 
customize(TomcatServletWebServerFactory) - Method in class org.springframework.boot.autoconfigure.web.servlet.TomcatServletWebServerFactoryCustomizer
 
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(RestAssuredRestDocumentationConfigurer) - Method in interface org.springframework.boot.test.autoconfigure.restdocs.RestDocsRestAssuredConfigurationCustomizer
Customize the given configurer.
customize(WebTestClientRestDocumentationConfigurer) - Method in interface org.springframework.boot.test.autoconfigure.restdocs.RestDocsWebTestClientConfigurationCustomizer
Customize the given configurer.
customize(WebTestClient.Builder) - Method in class org.springframework.boot.test.autoconfigure.web.reactive.SpringBootWebTestClientBuilderCustomizer
 
customize(WebTestClient.Builder) - Method in interface org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientBuilderCustomizer
Customize the given builder.
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(HttpServerOptions.Builder) - Method in interface org.springframework.boot.web.embedded.netty.NettyServerCustomizer
Customize the Netty web server.
customize(HttpServerOptions.Builder) - Method in class org.springframework.boot.web.embedded.netty.SslServerCustomizer
 
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.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.
datadogConfig(DatadogProperties) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogMetricsExportAutoConfiguration
 
datadogMeterRegistry(DatadogConfig, Clock) - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogMetricsExportAutoConfiguration
 
DatadogMetricsExportAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.datadog
Auto-configuration for exporting metrics to Datadog.
DatadogMetricsExportAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogMetricsExportAutoConfiguration
 
DatadogProperties - Class in org.springframework.boot.actuate.autoconfigure.metrics.export.datadog
ConfigurationProperties for configuring Datadog metrics export.
DatadogProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.export.datadog.DatadogProperties
 
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<T extends DataSource> - Class in org.springframework.boot.jdbc
Convenience class for building a DataSource with common implementations and properties.
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.jdbc
HealthIndicator that tests the status of a DataSource and optionally runs a test query.
DataSourceHealthIndicator() - Constructor for class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
Create a new DataSourceHealthIndicator instance.
DataSourceHealthIndicator(DataSource) - Constructor for class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
Create a new DataSourceHealthIndicator using the specified DataSource.
DataSourceHealthIndicator(DataSource, String) - Constructor for class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
Create a new DataSourceHealthIndicator using the specified DataSource and validation query.
DataSourceHealthIndicatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.jdbc
DataSourceHealthIndicatorAutoConfiguration(ObjectProvider<Map<String, DataSource>>, ObjectProvider<Collection<DataSourcePoolMetadataProvider>>) - Constructor for class org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorAutoConfiguration
 
DataSourceInitializationMode - Enum in org.springframework.boot.jdbc
Supported DataSource initialization modes.
dataSourceInitializerSchedulerDependencyPostProcessor() - Static method in class org.springframework.boot.autoconfigure.quartz.QuartzAutoConfiguration.JdbcStoreTypeConfiguration
 
DataSourcePoolMetadata - Interface in org.springframework.boot.jdbc.metadata
Provides access meta-data that is commonly available from most pooled DataSource implementations.
DataSourcePoolMetadataProvider - Interface in org.springframework.boot.jdbc.metadata
Provide a DataSourcePoolMetadata based on a DataSource.
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
 
DataSourcePoolMetrics - Class in org.springframework.boot.actuate.metrics.jdbc
A MeterBinder for a DataSource.
DataSourcePoolMetrics(DataSource, Collection<DataSourcePoolMetadataProvider>, String, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics
 
DataSourcePoolMetrics(DataSource, DataSourcePoolMetadataProvider, String, Iterable<Tag>) - Constructor for class org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics
 
DataSourcePoolMetricsAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.metrics.jdbc
Auto-configuration for metrics on all available datasources.
DataSourcePoolMetricsAutoConfiguration(MeterRegistry, Collection<DataSourcePoolMetadataProvider>) - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration
 
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.
DataSourceSchemaCreatedEvent - Class in org.springframework.boot.autoconfigure.jdbc
ApplicationEvent used internally to indicate that the schema of a new DataSource has been created.
DataSourceSchemaCreatedEvent(DataSource) - Constructor for class org.springframework.boot.autoconfigure.jdbc.DataSourceSchemaCreatedEvent
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.
dbHealthIndicator() - Method in class org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorAutoConfiguration
 
ddlAuto(String) - Method in class org.springframework.boot.autoconfigure.orm.jpa.HibernateSettings
 
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
 
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_CLASSPATH - Static variable in interface org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
Constant to be used when there is no classpath.
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_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_ORDER - Static variable in class org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration
The default order for the core InfoContributor beans.
DEFAULT_ORDER - Static variable in annotation type org.springframework.boot.autoconfigure.AutoConfigureOrder
 
DEFAULT_ORDER - Static variable in class org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner
The default order for the command line runner.
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
 
DefaultCommandFactory - Class in org.springframework.boot.cli
Default implementation of CommandFactory.
DefaultCommandFactory() - Constructor for class org.springframework.boot.cli.DefaultCommandFactory
 
DefaultErrorAttributes - Class in org.springframework.boot.web.reactive.error
Default implementation of ErrorAttributes.
DefaultErrorAttributes() - Constructor for class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
Create a new DefaultErrorAttributes instance that does not include the "exception" attribute.
DefaultErrorAttributes(boolean) - Constructor for class org.springframework.boot.web.reactive.error.DefaultErrorAttributes
Create a new DefaultErrorAttributes instance.
DefaultErrorAttributes - Class in org.springframework.boot.web.servlet.error
Default implementation of ErrorAttributes.
DefaultErrorAttributes() - Constructor for class org.springframework.boot.web.servlet.error.DefaultErrorAttributes
Create a new DefaultErrorAttributes instance that does not include the "exception" attribute.
DefaultErrorAttributes(boolean) - Constructor for class org.springframework.boot.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.
DefaultErrorWebExceptionHandler - Class in org.springframework.boot.autoconfigure.web.reactive.error
Basic global WebExceptionHandler, rendering ErrorAttributes.
DefaultErrorWebExceptionHandler(ErrorAttributes, ResourceProperties, ErrorProperties, ApplicationContext) - Constructor for class org.springframework.boot.autoconfigure.web.reactive.error.DefaultErrorWebExceptionHandler
Create a new DefaultErrorWebExceptionHandler instance.
defaultInclude(MetadataReader, MetadataReaderFactory) - Method in class org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter
 
defaultIncludes() - Static method in enum org.springframework.boot.actuate.trace.http.Include
Return the default Include.
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.
DefaultRepositorySystemSessionAutoConfiguration - Class in org.springframework.boot.cli.compiler.grape
A RepositorySystemSessionAutoConfiguration that, in the absence of any configuration, applies sensible defaults.
DefaultRepositorySystemSessionAutoConfiguration() - Constructor for class org.springframework.boot.cli.compiler.grape.DefaultRepositorySystemSessionAutoConfiguration
 
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
 
DefaultRestTemplateExchangeTagsProvider - Class in org.springframework.boot.actuate.metrics.web.client
Default implementation of RestTemplateExchangeTagsProvider.
DefaultRestTemplateExchangeTagsProvider() - Constructor for class org.springframework.boot.actuate.metrics.web.client.DefaultRestTemplateExchangeTagsProvider
 
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
 
defaultTags(BiFunction<ServerRequest, ServerResponse, Iterable<Tag>>) - Method in class org.springframework.boot.actuate.metrics.web.reactive.server.RouterFunctionMetrics
Returns a new RouterFunctionMetrics instance with the specified default tags.
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.
defaultValidator() - Static method in class org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration
 
defaultViewResolver() - Method in class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
 
DefaultWebFluxTagsProvider - Class in org.springframework.boot.actuate.metrics.web.reactive.server
Default implementation of WebFluxTagsProvider.
DefaultWebFluxTagsProvider() - Constructor for class org.springframework.boot.actuate.metrics.web.reactive.server.DefaultWebFluxTagsProvider
 
DefaultWebMvcTagsProvider - Class in org.springframework.boot.actuate.metrics.web.servlet
Default implementation of WebMvcTagsProvider.
DefaultWebMvcTagsProvider() - Constructor for class org.springframework.boot.actuate.metrics.web.servlet.DefaultWebMvcTagsProvider
 
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.
DeleteOperation - Annotation Type in org.springframework.boot.actuate.endpoint.annotation
Identifies a method on an Endpoint as being a delete operation.
deleteSession(String) - Method in class org.springframework.boot.actuate.session.SessionsEndpoint
 
Delimiter - Annotation Type in org.springframework.boot.convert
Declares a field or method parameter should be converted to collection using the specified delimiter.
Dependency - Class in org.springframework.boot.cli.compiler.dependencies
A single dependency.
Dependency(String, String, String) - Constructor for class org.springframework.boot.cli.compiler.dependencies.Dependency
Create a new Dependency instance.
Dependency(String, String, String, List<Dependency.Exclusion>) - Constructor for class org.springframework.boot.cli.compiler.dependencies.Dependency
Create a new Dependency instance.
Dependency.Exclusion - Class in org.springframework.boot.cli.compiler.dependencies
A dependency exclusion.
DependencyAutoConfigurationTransformation - Class in org.springframework.boot.cli.compiler
ASTTransformation to apply dependency auto-configuration.
DependencyAutoConfigurationTransformation(GroovyClassLoader, DependencyResolutionContext, Iterable<CompilerAutoConfiguration>) - Constructor for class org.springframework.boot.cli.compiler.DependencyAutoConfigurationTransformation
 
DependencyCustomizer - Class in org.springframework.boot.cli.compiler
Customizer that allows dependencies to be added during compilation.
DependencyCustomizer(GroovyClassLoader, ModuleNode, DependencyResolutionContext) - Constructor for class org.springframework.boot.cli.compiler.DependencyCustomizer
Create a new DependencyCustomizer instance.
DependencyCustomizer(DependencyCustomizer) - Constructor for class org.springframework.boot.cli.compiler.DependencyCustomizer
Create a new nested DependencyCustomizer.
DependencyManagement - Interface in org.springframework.boot.cli.compiler.dependencies
An encapsulation of dependency management information.
DependencyManagementArtifactCoordinatesResolver - Class in org.springframework.boot.cli.compiler.dependencies
DependencyManagementArtifactCoordinatesResolver() - Constructor for class org.springframework.boot.cli.compiler.dependencies.DependencyManagementArtifactCoordinatesResolver
 
DependencyManagementArtifactCoordinatesResolver(DependencyManagement) - Constructor for class org.springframework.boot.cli.compiler.dependencies.DependencyManagementArtifactCoordinatesResolver
 
DependencyManagementBom - Annotation Type in org.springframework.boot.groovy
Provides one or more additional sources of dependency management that is used when resolving @Grab dependencies.
DependencyManagementBomTransformation - Class in org.springframework.boot.cli.compiler
ASTTransformation for processing DependencyManagementBom annotations.
DependencyManagementBomTransformation(DependencyResolutionContext) - Constructor for class org.springframework.boot.cli.compiler.DependencyManagementBomTransformation
 
DependencyResolutionContext - Class in org.springframework.boot.cli.compiler.grape
Context used when resolving dependencies.
DependencyResolutionContext() - Constructor for class org.springframework.boot.cli.compiler.grape.DependencyResolutionContext
 
DependencyResolutionFailedException - Exception in org.springframework.boot.cli.compiler.grape
Thrown to indicate a failure during dependency resolution.
DependencyResolutionFailedException(Throwable) - Constructor for exception org.springframework.boot.cli.compiler.grape.DependencyResolutionFailedException
Creates a new DependencyResolutionFailedException with the given cause.
DeprecatedConfigurationProperty - Annotation Type in org.springframework.boot.context.properties
Indicates that a getter in a ConfigurationProperties object is deprecated.
describeMappings(ApplicationContext) - Method in interface org.springframework.boot.actuate.web.mappings.MappingDescriptionProvider
Produce the descriptions of the mappings identified by this provider in the given context.
describeMappings(ApplicationContext) - Method in class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider
 
describeMappings(ApplicationContext) - Method in class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider
 
describeMappings(ApplicationContext) - Method in class org.springframework.boot.actuate.web.mappings.servlet.FiltersMappingDescriptionProvider
 
describeMappings(ApplicationContext) - Method in class org.springframework.boot.actuate.web.mappings.servlet.ServletsMappingDescriptionProvider
 
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.jmx.JmxEndpointExporter
 
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.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.
detect(String) - Static method in enum org.springframework.boot.convert.DurationStyle
Detect the style from the given source value.
detectAndParse(String) - Static method in enum org.springframework.boot.convert.DurationStyle
Detect the style then parse the value to return a duration.
detectAndParse(String, ChronoUnit) - Static method in enum org.springframework.boot.convert.DurationStyle
Detect the style then parse the value to return a duration.
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.
determineDatabaseName() - Method in class org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
Determine the name to used based on this configuration.
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.
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.
DiscoveredEndpoint<O extends Operation> - Interface in org.springframework.boot.actuate.endpoint.annotation
An endpoint discovered by a EndpointDiscoverer.
DiscoveredOperationMethod - Class in org.springframework.boot.actuate.endpoint.annotation
DiscoveredOperationMethod(Method, OperationType, AnnotationAttributes) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.DiscoveredOperationMethod
 
DiscovererEndpointFilter - Class in org.springframework.boot.actuate.endpoint.annotation
EndpointFilter the matches based on the EndpointDiscoverer the created the endpoint.
DiscovererEndpointFilter(Class<? extends EndpointDiscoverer<?, ?>>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.DiscovererEndpointFilter
Create a new DiscovererEndpointFilter instance.
diskSpaceHealthIndicator(DiskSpaceHealthIndicatorProperties) - Method in class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorAutoConfiguration
 
DiskSpaceHealthIndicator - Class in org.springframework.boot.actuate.system
A HealthIndicator that checks available disk space and reports a status of Status.DOWN when it drops below a configurable threshold.
DiskSpaceHealthIndicator(File, long) - Constructor for class org.springframework.boot.actuate.system.DiskSpaceHealthIndicator
Create a new DiskSpaceHealthIndicator instance.
DiskSpaceHealthIndicatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.system
DiskSpaceHealthIndicatorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorAutoConfiguration
 
diskSpaceHealthIndicatorProperties() - Method in class org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorAutoConfiguration
 
DiskSpaceHealthIndicatorProperties - Class in org.springframework.boot.actuate.autoconfigure.system
External configuration properties for DiskSpaceHealthIndicator.
DiskSpaceHealthIndicatorProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.system.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
 
DispatcherHandlerMappingDescription - Class in org.springframework.boot.actuate.web.mappings.reactive
A description of a mapping known to a DispatcherServlet.
DispatcherHandlerMappingDetails - Class in org.springframework.boot.actuate.web.mappings.reactive
Details of a DispatcherHandler mapping.
DispatcherHandlerMappingDetails() - Constructor for class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
 
DispatcherHandlersMappingDescriptionProvider - Class in org.springframework.boot.actuate.web.mappings.reactive
A MappingDescriptionProvider that introspects the HandlerMappings that are known to a DispatcherHandler.
DispatcherHandlersMappingDescriptionProvider() - Constructor for class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlersMappingDescriptionProvider
 
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
 
DispatcherServletMappingDescription - Class in org.springframework.boot.actuate.web.mappings.servlet
A description of a mapping known to a DispatcherServlet.
DispatcherServletMappingDetails - Class in org.springframework.boot.actuate.web.mappings.servlet
Details of a DispatcherServlet mapping.
DispatcherServletMappingDetails() - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletMappingDetails
 
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
 
DispatcherServletsMappingDescriptionProvider - Class in org.springframework.boot.actuate.web.mappings.servlet
A MappingDescriptionProvider that introspects the HandlerMappings that are known to one or more DispatcherServlets.
DispatcherServletsMappingDescriptionProvider() - Constructor for class org.springframework.boot.actuate.web.mappings.servlet.DispatcherServletsMappingDescriptionProvider
 
DispatcherType - Enum in org.springframework.boot.web.servlet
Enumeration of filter dispatcher types, identical to DispatcherType and used in configuration as the servlet API may not be present.
Distribution() - Constructor for class org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties.Distribution
 
doesNotHaveBean(Class<?>) - Method in class org.springframework.boot.test.context.assertj.ApplicationContextAssert
Verifies that the application context (or ancestors) does not contain any beans of the given type.
doesNotHaveBean(Class<?>, ApplicationContextAssert.Scope) - Method in class org.springframework.boot.test.context.assertj.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.assertj.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.metrics.web.servlet.WebMvcMetricsFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.boot.web.servlet.filter.ApplicationContextHeaderFilter
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.amqp.RabbitHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.cassandra.CassandraHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.couchbase.CouchbaseHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.elasticsearch.ElasticsearchHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.elasticsearch.ElasticsearchJestHealthIndicator
 
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.AbstractReactiveHealthIndicator
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.influx.InfluxDbHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.jms.JmsHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.ldap.LdapHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.mail.MailHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.mongo.MongoHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.mongo.MongoReactiveHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.redis.RedisHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.redis.RedisReactiveHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.solr.SolrHealthIndicator
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.actuate.system.DiskSpaceHealthIndicator
 
doOptions() - Method in class org.springframework.boot.cli.command.options.CompilerOptionHandler
 
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(Throwable) - Method in class org.springframework.boot.actuate.health.Health.Builder
Set status to Status.DOWN and add details for given Throwable.
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 and 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.jdbc.DataSourceBuilder
 
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.management.ThreadDumpEndpointAutoConfiguration
 
dumpHeap(File, boolean) - Method in interface org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HeapDumper
Dump the current heap to the specified file.
dumpHeap(File, boolean) - Method in class org.springframework.boot.actuate.management.HeapDumpWebEndpoint.HotSpotDiagnosticMXBeanHeapDumper
 
DurationFormat - Annotation Type in org.springframework.boot.convert
Annotation that can be used to indicate the format to use when converting a Duration.
DurationStyle - Enum in org.springframework.boot.convert
Duration format styles.
DurationUnit - Annotation Type in org.springframework.boot.convert
Annotation that can be used to change the default unit used when converting a Duration.
DynamicRegistrationBean<D extends Registration.Dynamic> - Class in org.springframework.boot.web.servlet
Base class for Servlet 3.0+ dynamic based registration beans.
DynamicRegistrationBean() - Constructor for class org.springframework.boot.web.servlet.DynamicRegistrationBean
 

E

EhCache() - Constructor for class org.springframework.boot.autoconfigure.cache.CacheProperties.EhCache
 
EhCache2CacheMeterBinderProvider - Class in org.springframework.boot.actuate.metrics.cache
CacheMeterBinderProvider implementation for EhCache2.
EhCache2CacheMeterBinderProvider() - Constructor for class org.springframework.boot.actuate.metrics.cache.EhCache2CacheMeterBinderProvider
 
ElasticSchedulerInvoker(OperationInvoker) - Constructor for class org.springframework.boot.actuate.endpoint.web.reactive.AbstractWebFluxEndpointHandlerMapping.ElasticSchedulerInvoker
 
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.elasticsearch
HealthIndicator for an Elasticsearch cluster.
ElasticsearchHealthIndicator(Client, long, List<String>) - Constructor for class org.springframework.boot.actuate.elasticsearch.ElasticsearchHealthIndicator
Create a new ElasticsearchHealthIndicator instance.
ElasticsearchHealthIndicator(Client, long, String...) - Constructor for class org.springframework.boot.actuate.elasticsearch.ElasticsearchHealthIndicator
Create a new ElasticsearchHealthIndicator instance.
ElasticsearchHealthIndicatorAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.elasticsearch
ElasticsearchHealthIndicatorAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticsearchHealthIndicatorAutoConfiguration
 
ElasticsearchHealthIndicatorProperties - Class in org.springframework.boot.actuate.autoconfigure.elasticsearch
External configuration properties for ElasticsearchHealthIndicator.
ElasticsearchHealthIndicatorProperties() - Constructor for class org.springframework.boot.actuate.autoconfigure.elasticsearch.ElasticsearchHealthIndicatorProperties
 
ElasticsearchJestHealthIndicator - Class in org.springframework.boot.actuate.elasticsearch
HealthIndicator for Elasticsearch using a JestClient.
ElasticsearchJestHealthIndicator(JestClient) - Constructor for class org.springframework.boot.actuate.elasticsearch.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.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
 
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
 
EmbeddedWebServerFactoryCustomizerAutoConfiguration - Class in org.springframework.boot.autoconfigure.web.embedded
Auto-configuration for embedded servlet and reactive web servers customizations.
EmbeddedWebServerFactoryCustomizerAutoConfiguration() - Constructor for class org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration
 
EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration - Class in org.springframework.boot.autoconfigure.web.embedded
Nested configuration if Jetty is being used.
EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration - Class in org.springframework.boot.autoconfigure.web.embedded
 
EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration - Class in org.springframework.boot.autoconfigure.web.embedded
Nested configuration if Undertow is being used.
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 an 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() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryPropertiesConfigAdapter
 
enabled() - Method in class org.springframework.boot.actuate.autoconfigure.metrics.export.statsd.StatsdPropertiesConfigAdapter
 
ENABLED_OVERRIDE_PROPERTY - Static variable in annotation type org.springframework.boot.autoconfigure.EnableAutoConfiguration
 
EnableGroovyTemplates - Annotation Type in org.springframework.boot.groovy
Pseudo annotation used to trigger GroovyTemplatesCompilerAutoConfiguration.
EnableIntegrationManagementConfiguration() - Constructor for class org.springframework.boot.autoconfigure.integration.IntegrationAutoConfiguration.IntegrationManagementConfiguration.EnableIntegrationManagementConfiguration
 
EnableTransactionManagementConfiguration() - Constructor for class org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration.EnableTransactionManagementConfiguration
 
EnableWebFluxConfiguration(WebFluxProperties) - 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.
EncodePasswordCommand - Class in org.springframework.boot.cli.command.encodepassword
Command to encode passwords for use with Spring Security.
EncodePasswordCommand() - Constructor for class org.springframework.boot.cli.command.encodepassword.EncodePasswordCommand
 
end(Xid, int) - Method in class org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
 
Endpoint - Annotation Type in org.springframework.boot.actuate.endpoint.annotation
Identifies a type as being an actuator endpoint that provides information about the running application.
EndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.endpoint
EndpointAutoConfiguration() - Constructor for class org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration
 
endpointCachingOperationInvokerAdvisor(Environment) - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration
 
EndpointDiscoverer<E extends ExposableEndpoint<O>,O extends Operation> - Class in org.springframework.boot.actuate.endpoint.annotation
A Base for EndpointsSupplier implementations that discover @Endpoint beans and @EndpointExtension beans in an application context.
EndpointDiscoverer(ApplicationContext, ParameterValueMapper, Collection<OperationInvokerAdvisor>, Collection<EndpointFilter<E>>) - Constructor for class org.springframework.boot.actuate.endpoint.annotation.EndpointDiscoverer
Create a new EndpointDiscoverer instance.
EndpointDiscoverer.OperationKey - Class in org.springframework.boot.actuate.endpoint.annotation
A key generated for an Operation based on specific criteria from the actual operation implementation.
EndpointExtension - Annotation Type in org.springframework.boot.actuate.endpoint.annotation
Annotation primarily used as a meta-annotation to indicate that an annotation provides extension support for an endpoint.
EndpointFilter<E extends ExposableEndpoint<?>> - Interface in org.springframework.boot.actuate.endpoint
Strategy class that can be used to filter endpoints.
EndpointJmxExtension - Annotation Type in org.springframework.boot.actuate.endpoint.jmx.annotation
Identifies a type as being a JMX-specific extension of an Endpoint.
EndpointLinksResolver - Class in org.springframework.boot.actuate.endpoint.web
A resolver for links to web endpoints.
EndpointLinksResolver(Collection<? extends ExposableEndpoint<?>>) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver
 
EndpointMapping - Class in org.springframework.boot.actuate.endpoint.web
A value object for the base mapping for endpoints.
EndpointMapping(String) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointMapping
Creates a new EndpointMapping using the given path.
EndpointMBean - Class in org.springframework.boot.actuate.endpoint.jmx
Adapter to expose a JMX endpoint as a DynamicMBean.
endpointMediaTypes() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration
 
EndpointMediaTypes - Class in org.springframework.boot.actuate.endpoint.web
Media types that are, by default, produced and consumed by an endpoint.
EndpointMediaTypes(List<String>, List<String>) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes
Creates a new EndpointMediaTypes with the given produced and consumed media types.
EndpointObjectNameFactory - Interface in org.springframework.boot.actuate.endpoint.jmx
A factory to create an ObjectName for an EndpointMBean.
endpointOperationParameterMapper() - Method in class org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration
 
EndpointRequest - Class in org.springframework.boot.actuate.autoconfigure.security.reactive
Factory that can be used to create a ServerWebExchangeMatcher for actuator endpoint locations.
EndpointRequest - Class in org.springframework.boot.actuate.autoconfigure.security.servlet
Factory that can be used to create a RequestMatcher for actuator endpoint locations.
EndpointRequest.EndpointRequestMatcher - Class in org.springframework.boot.actuate.autoconfigure.security.servlet
The request matcher used to match against actuator endpoints.
EndpointRequest.EndpointServerWebExchangeMatcher - Class in org.springframework.boot.actuate.autoconfigure.security.reactive
The ServerWebExchangeMatcher used to match against actuator endpoints.
endpointResourceConfig() - Method in class org.springframework.boot.actuate.autoconfigure.web.jersey.JerseyManagementChildContextConfiguration
 
Endpoints() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Endpoints
 
EndpointServlet - Class in org.springframework.boot.actuate.endpoint.web
Contains details of a servlet that is exposed as an actuator endpoint.
EndpointServlet(Class<? extends Servlet>) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointServlet
 
EndpointServlet(Servlet) - Constructor for class org.springframework.boot.actuate.endpoint.web.EndpointServlet
 
EndpointsSupplier<E extends ExposableEndpoint<?>> - Interface in org.springframework.boot.actuate.endpoint
Provides access to a collection of endpoints.
EndpointWebExtension - Annotation Type in org.springframework.boot.actuate.endpoint.web.annotation
Identifies a type as being a Web-specific extension of an Endpoint.
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
 
enumerateGrapes() - Method in class org.springframework.boot.cli.compiler.grape.AetherGrapeEngine
 
Env() - Constructor for class org.springframework.boot.autoconfigure.couchbase.CouchbaseProperties.Env
 
envInfoContributor(ConfigurableEnvironment) - Method in class org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration
 
environment(String) - Method in class org.springframework.boot.actuate.env.EnvironmentEndpoint
 
environment(ConfigurableEnvironment) - Method in class org.springframework.boot.builder.SpringApplicationBuilder
Environment for the application context.
environmentEndpoint(Environment) - Method in class org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointAutoConfiguration
 
EnvironmentEndpoint - Class in org.springframework.boot.actuate.env
Endpoint to expose environment information.
EnvironmentEndpoint(Environment) - Constructor for class org.springframework.boot.actuate.env.EnvironmentEndpoint
 
EnvironmentEndpoint.EnvironmentDescriptor - Class in org.springframework.boot.actuate.env
A description of an Environment.
EnvironmentEndpoint.EnvironmentEntryDescriptor - Class in org.springframework.boot.actuate.env
A description of an entry of the Environment.
EnvironmentEndpoint.PropertySourceDescriptor - Class in org.springframework.boot.actuate.env
A description of a PropertySource.
EnvironmentEndpoint.PropertySourceEntryDescriptor - Class in org.springframework.boot.actuate.env
A description of a particular entry of PropertySource.
EnvironmentEndpoint.PropertySummaryDescriptor - Class in org.springframework.boot.actuate.env
A summary of a particular entry of the Environment.
EnvironmentEndpoint.PropertyValueDescriptor - Class in org.springframework.boot.actuate.env
A description of a property's value, including its origin if available.
EnvironmentEndpointAutoConfiguration - Class in org.springframework.boot.actuate.autoconfigure.env
EnvironmentEndpointAutoConfiguration(EnvironmentEndpointProperties) - Constructor for class org.springframework.boot.actuate.autoconfigure.env.